| CxxParser/expression_result.cpp | 5 | | ExpressionResult | ExpressionResult() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 130.13 | 0 | 130.13 | 1 | 0 |
| CxxParser/expression_result.cpp | 10 | | ExpressionResult | Print() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4 | 328.179 | 18.2322 | 0.0158594 | 125.394 | 0 | 125.394 | 3 | 1 |
| CxxParser/expression_result.cpp | 15 | | ExpressionResult | ToString() const | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 31 | 70 | 346.794 | 7.7 | 2670.31 | 148.351 | 0.0641584 | 97.6039 | 0 | 97.6039 | 5 | 1 |
| CxxParser/expression_result.cpp | 30 | | ExpressionResult | Reset() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 4.61538 | 891.978 | 49.5544 | 0.0308874 | 103.141 | 0 | 103.141 | 3 | 1 |
| CxxParser/function.cpp | 3 | | clFunction | clFunction() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 0 |
| CxxParser/function.cpp | 5 | | clFunction | Reset() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 24 | 54 | 247.588 | 6.3 | 1559.8 | 86.6558 | 0.0448324 | 99.3561 | 0 | 99.3561 | 6 | 1 |
| CxxParser/function.cpp | 20 | | clFunction | Print() const | 0 | 20 | 19 | 0 | 1 | 5 | 0 | 34 | 91 | 462.959 | 7.91667 | 3665.09 | 203.616 | 0.0792383 | 89.4034 | 0 | 89.4034 | 9 | 1 |
| CxxParser/variable.cpp | 5 | | Variable | Reset() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 6 | 322.647 | 17.9248 | 0.0156806 | 127.591 | 0 | 127.591 | 2 | 3 |
| CxxParser/variable.cpp | 10 | | Variable | Print() const | 0 | 23 | 23 | 0 | 0 | 1 | 0 | 55 | 171 | 988.613 | 6.38298 | 6310.29 | 350.572 | 0.113827 | 84.1142 | 0 | 84.1142 | 69 | 4 |
| CxxParser/main.cpp | 20 | | | main() | 0 | 14 | 6 | 8 | 0 | 1 | 0 | 15 | 25 | 97.6723 | 4.375 | 427.316 | 23.7398 | 0.0189109 | 104.193 | 46.0586 | 150.251 | 3 | 0 |
| CxxParser/main.cpp | 35 | | | testPureLexer(const char *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 6.42857 | 1444.26 | 80.2368 | 0.0425902 | 110.86 | 0 | 110.86 | 7 | 0 |
| CxxParser/main.cpp | 43 | | | testIsPrimitive(char *) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 5.4 | 642.287 | 35.6826 | 0.0248141 | 119.618 | 0 | 119.618 | 4 | 0 |
| CxxParser/main.cpp | 49 | | | testFuncParser(char *) | 1 | 19 | 12 | 6 | 1 | 2 | 1 | 37 | 84 | 437.594 | 11.5909 | 5072.11 | 281.784 | 0.0984022 | 91.2174 | 38.2349 | 129.452 | 11 | 0 |
| CxxParser/main.cpp | 69 | | | testExprParser(char *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 116.991 | 0 | 116.991 | 5 | 0 |
| CxxParser/main.cpp | 76 | | | testScopeParser(char *) | 1 | 17 | 13 | 3 | 1 | 2 | 1 | 42 | 111 | 598.547 | 15.64 | 9361.28 | 520.071 | 0.148059 | 91.3905 | 30.2908 | 121.681 | 15 | 0 |
| CxxParser/main.cpp | 94 | | | testVarParser(char *) | 1 | 17 | 11 | 4 | 2 | 2 | 1 | 35 | 73 | 374.438 | 12.2105 | 4572.08 | 254.004 | 0.0918237 | 93.8297 | 34.1356 | 127.965 | 9 | 1 |
| CxxParser/main.cpp | 112 | | | testTypedefParser(char *) | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 34 | 69 | 351.035 | 11.0526 | 3879.86 | 215.548 | 0.0823043 | 98.5112 | 0 | 98.5112 | 9 | 0 |
| CxxParser/main.cpp | 129 | | | loadFile(const char *) | 1 | 31 | 24 | 8 | 4 | 3 | 1 | 44 | 149 | 813.455 | 18.2593 | 14853.1 | 825.172 | 0.201414 | 79.8327 | 35.4116 | 115.244 | 14 | 1 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 26 | {anonymous} | | wrap_with_quotes(wxString &) | 1 | 7 | 7 | 0 | 0 | 5 | 1 | 22 | 59 | 263.106 | 10.5 | 2762.62 | 153.479 | 0.0656285 | 109.349 | 0 | 109.349 | 10 | 0 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 11 | | ChildProcess | ~ChildProcess() [override] | 0 | 12 | 12 | 0 | 0 | 4 | 1 | 17 | 39 | 159.411 | 9.16667 | 1461.27 | 81.1816 | 0.0429238 | 103.453 | 0 | 103.453 | 3 | 0 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 35 | | ChildProcess | Start(const wxArrayString &) | 1 | 26 | 22 | 2 | 2 | 5 | 1 | 55 | 136 | 786.265 | 20.4167 | 16052.9 | 891.828 | 0.21212 | 82.3989 | 20.8285 | 103.227 | 3 | 1 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 62 | | ChildProcess | Write(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 147.61 | 0 | 147.61 | 2 | 0 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 64 | | ChildProcess | Write(const std::string &) | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 26 | 46 | 216.22 | 8 | 1729.76 | 96.0979 | 0.0480326 | 103.507 | 0 | 103.507 | 3 | 2 |
| CodeLite/AsyncProcess/ChildProcess.cpp | 76 | | ChildProcess | IsOk() const | 0 | 8 | 8 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 6 | 674.221 | 37.4567 | 0.0256299 | 112.3 | 0 | 112.3 | 1 | 1 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 22 | | MyProcess | MyProcess(TerminalEmulator *) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 33 | 140.182 | 9.42857 | 1321.71 | 73.4285 | 0.0401455 | 115.81 | 0 | 115.81 | 2 | 1 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 29 | | MyProcess | ~MyProcess() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 30 | | MyProcess | OnTerminate(int, int) [override] | 2 | 14 | 13 | 0 | 1 | 3 | 2 | 45 | 110 | 604.104 | 19.1304 | 11556.8 | 642.043 | 0.170387 | 94.2578 | 0 | 94.2578 | 11 | 0 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 46 | | TerminalEmulator | TerminalEmulator() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 41 | 177.199 | 7 | 1240.39 | 68.9107 | 0.0384815 | 112.324 | 0 | 112.324 | 2 | 0 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 54 | | TerminalEmulator | ~TerminalEmulator() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 61 | 302.206 | 13.8462 | 4184.39 | 232.466 | 0.0865566 | 105.247 | 0 | 105.247 | 3 | 0 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 64 | | TerminalEmulator | ExecuteConsole(const wxString &, bool, const wxString &, const wxString &, const wxString &) | 5 | 20 | 19 | 0 | 1 | 2 | 1 | 46 | 138 | 762.252 | 17.2931 | 13181.7 | 732.316 | 0.186006 | 87.5005 | 0 | 87.5005 | 26 | 1 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 85 | | TerminalEmulator | OnProcessTerminated(clProcessEvent &) | 1 | 9 | 7 | 2 | 0 | 1 | 0 | 21 | 31 | 136.162 | 4.30769 | 586.543 | 32.5857 | 0.0233567 | 109.623 | 33.3545 | 142.978 | 4 | 2 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 95 | | TerminalEmulator | Terminate() | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 22 | 51 | 227.431 | 8 | 1819.45 | 101.08 | 0.0496789 | 104.559 | 0 | 104.559 | 3 | 2 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 106 | | TerminalEmulator | IsRunning() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 22 | 89.9242 | 4.5 | 404.659 | 22.481 | 0.0182364 | 147.145 | 0 | 147.145 | 0 | 7 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 108 | | TerminalEmulator | OnProcessOutput(clProcessEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 33 | 140.182 | 5.09091 | 713.652 | 39.6473 | 0.0266197 | 116.04 | 0 | 116.04 | 5 | 2 |
| CodeLite/AsyncProcess/TerminalEmulator.cpp | 115 | | TerminalEmulator | ExecuteNoConsole(const wxString &, const wxString &) | 2 | 26 | 21 | 2 | 3 | 3 | 1 | 49 | 126 | 707.453 | 16.7833 | 11873.4 | 659.635 | 0.173485 | 83.4081 | 20.8285 | 104.237 | 16 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorFrame.cpp | 3 | | TerminalEmulatorFrame | TerminalEmulatorFrame(wxWindow *) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 25 | 38 | 176.467 | 8.90909 | 1572.16 | 87.342 | 0.0450688 | 112.346 | 0 | 112.346 | 5 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 3 | | TerminalEmulatorUI | TerminalEmulatorUI(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 1 | 2 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 9 | | TerminalEmulatorUI | OnSendCommand(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 11 | | TerminalEmulatorUI | SetTerminal(TerminalEmulator *) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 19 | 39 | 165.669 | 8.9375 | 1480.67 | 82.2593 | 0.0433029 | 106.436 | 0 | 106.436 | 2 | 4 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 22 | | TerminalEmulatorUI | OnProcessExit(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 6.66667 | 906.225 | 50.3458 | 0.0312154 | 111.31 | 0 | 111.31 | 2 | 2 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 31 | | TerminalEmulatorUI | OnProcessOutput(clCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 29 | 78 | 378.923 | 10.5882 | 4012.12 | 222.896 | 0.0841643 | 99.6404 | 0 | 99.6404 | 10 | 2 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 44 | | TerminalEmulatorUI | DoBindTerminal(TerminalEmulator *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 45 | 200.674 | 9.6 | 1926.47 | 107.026 | 0.0516085 | 111.447 | 0 | 111.447 | 2 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 52 | | TerminalEmulatorUI | DoUnBindTerminal(TerminalEmulator *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 45 | 200.674 | 9.6 | 1926.47 | 107.026 | 0.0516085 | 111.447 | 0 | 111.447 | 2 | 2 |
| CodeLite/AsyncProcess/TerminalEmulatorUI.cpp | 60 | | TerminalEmulatorUI | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 35 | 145.947 | 6 | 875.684 | 48.6491 | 0.0305101 | 113.333 | 0 | 113.333 | 5 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorUIBase.cpp | 17 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| CodeLite/AsyncProcess/TerminalEmulatorUIBase.cpp | 103 | | TerminalEmulatorFrameBase | TerminalEmulatorFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 30 | 27 | 1 | 2 | 5 | 1 | 61 | 192 | 1138.7 | 14.0238 | 15968.9 | 887.163 | 0.211379 | 78.1549 | 13.9543 | 92.1092 | 27 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorUIBase.cpp | 134 | | TerminalEmulatorFrameBase | ~TerminalEmulatorFrameBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| CodeLite/AsyncProcess/TerminalEmulatorUIBase.cpp | 28 | | TerminalEmulatorUIBase | TerminalEmulatorUIBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 69 | 50 | 9 | 10 | 4 | 1 | 96 | 473 | 3114.69 | 27.3514 | 85190.9 | 4732.83 | 0.645368 | 59.6593 | 26.5382 | 86.1975 | 62 | 1 |
| CodeLite/AsyncProcess/TerminalEmulatorUIBase.cpp | 98 | | TerminalEmulatorUIBase | ~TerminalEmulatorUIBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| CodeLite/AsyncProcess/TerminalEmulatorUI_codelite_bitmaps.cpp | 34 | | | wxCB1DAInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 16 | | UnixProcess | UnixProcess(wxEvtHandler *, const wxArrayString &) | 2 | 68 | 56 | 6 | 6 | 13 | 3 | 120 | 473 | 3266.96 | 39.2407 | 128198 | 7122.11 | 0.847486 | 57.5776 | 22.2054 | 79.783 | 74 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 85 | | UnixProcess | ~UnixProcess() | 0 | 8 | 6 | 1 | 1 | 1 | 0 | 11 | 20 | 69.1886 | 4.375 | 302.7 | 16.8167 | 0.0150275 | 115.051 | 26.0372 | 141.089 | 3 | 0 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 94 | | UnixProcess | [static] ReadAll(int, std::string &, int) | 3 | 28 | 24 | 3 | 2 | 5 | 3 | 58 | 163 | 954.851 | 30 | 28645.5 | 1591.42 | 0.312069 | 80.1882 | 24.2819 | 104.47 | 7 | 2 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 123 | | UnixProcess | [static] Write(int, const std::string &, std::atomic_bool &) | 3 | 24 | 24 | 0 | 0 | 9 | 3 | 61 | 194 | 1150.56 | 24.6528 | 28364.6 | 1575.81 | 0.310025 | 80.7959 | 0 | 80.7959 | 23 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 148 | | UnixProcess | Wait() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 9.75 | 1896.5 | 105.361 | 0.0510718 | 105.832 | 0 | 105.832 | 1 | 2 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 159 | | UnixProcess | Stop() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 24 | 96 | 5.14286 | 493.714 | 27.4286 | 0.0208223 | 117.779 | 0 | 117.779 | 1 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 166 | | UnixProcess | Write(const std::string &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 30 | 131.77 | 6.05 | 797.206 | 44.2892 | 0.0286589 | 113.635 | 0 | 113.635 | 1 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 174 | | UnixProcess | StartWriterThread() | 0 | 14 | 14 | 0 | 0 | 3 | 3 | 44 | 98 | 535.024 | 14.5833 | 7802.44 | 433.469 | 0.131129 | 94.8892 | 0 | 94.8892 | 15 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 189 | | UnixProcess | StartReaderThread() | 0 | 39 | 38 | 0 | 1 | 6 | 3 | 65 | 280 | 1686.26 | 24.8182 | 41850 | 2325 | 0.401799 | 71.6329 | 0 | 71.6329 | 49 | 1 |
| CodeLite/AsyncProcess/UnixProcess.cpp | 229 | | UnixProcess | Detach() | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 19 | 49 | 208.148 | 8.33333 | 1734.57 | 96.365 | 0.0481216 | 102.296 | 0 | 102.296 | 5 | 2 |
| CodeLite/AsyncProcess/ZombieReaperPOSIX.cpp | 38 | | ZombieReaperPOSIX | ZombieReaperPOSIX() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 0 |
| CodeLite/AsyncProcess/ZombieReaperPOSIX.cpp | 43 | | ZombieReaperPOSIX | Entry() [override] | 0 | 18 | 16 | 1 | 1 | 3 | 2 | 48 | 113 | 631.101 | 14.6429 | 9241.12 | 513.395 | 0.14679 | 89.9592 | 17.8544 | 107.814 | 25 | 0 |
| CodeLite/AsyncProcess/ZombieReaperPOSIX.cpp | 62 | | ZombieReaperPOSIX | Stop() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 111.675 | 0 | 111.675 | 3 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 89 | | | __WrapSpacesForShell(wxString &, size_t) | 2 | 12 | 11 | 1 | 0 | 4 | 2 | 36 | 80 | 413.594 | 10.7143 | 4431.36 | 246.187 | 0.0899298 | 98.4951 | 21.6227 | 120.118 | 10 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 102 | | | __WrapInShell(const wxArrayString &, size_t) | 2 | 20 | 18 | 0 | 2 | 5 | 2 | 49 | 125 | 701.839 | 14.8065 | 10391.7 | 577.319 | 0.158734 | 87.2399 | 0 | 87.2399 | 16 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 123 | | | __AddSshCommand(const wxArrayString &, const wxString &, const wxString &, clTempFile &, const clEnvList_t *) | 5 | 78 | 50 | 20 | 12 | 7 | 2 | 88 | 378 | 2441.67 | 26.3615 | 64366 | 3575.89 | 0.535365 | 58.2491 | 35.3223 | 93.5714 | 69 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 202 | | | __FixArgs(wxArrayString &) | 1 | 20 | 19 | 1 | 0 | 9 | 3 | 42 | 141 | 760.317 | 17.34 | 13183.9 | 732.438 | 0.186026 | 85.9037 | 16.9762 | 102.88 | 22 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 223 | | | CreateAsyncProcess(wxEvtHandler *, const std::vector<wxString> &, size_t, const wxString &, const clEnvList_t *, const wxString &) | 6 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 86 | 444.614 | 14.2857 | 6351.62 | 352.868 | 0.114323 | 101.533 | 0 | 101.533 | 8 | 10 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 234 | | | CreateAsyncProcess(wxEvtHandler *, const wxArrayString &, size_t, const wxString &, const clEnvList_t *, const wxString &) | 6 | 36 | 24 | 8 | 6 | 5 | 1 | 54 | 159 | 915.027 | 17 | 15555.5 | 864.192 | 0.207715 | 76.3384 | 33.3545 | 109.693 | 15 | 3 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 271 | | | CreateAsyncProcess(wxEvtHandler *, const wxString &, size_t, const wxString &, const clEnvList_t *, const wxString &) | 6 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 59 | 283.634 | 9.70588 | 2752.92 | 152.94 | 0.0654748 | 112.376 | 0 | 112.376 | 4 | 34 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 278 | | | CreateAsyncProcessCB(const wxString &, std::function<void (const wxString &)>, size_t, const wxString &, const clEnvList_t *) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 66 | 326.977 | 10.1053 | 3304.19 | 183.566 | 0.0739472 | 111.636 | 0 | 111.636 | 7 | 2 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 285 | | | CreateSyncProcess(const wxString &, size_t, const wxString &, const clEnvList_t *) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 47 | 223.48 | 8.8 | 1966.62 | 109.257 | 0.052323 | 116.569 | 0 | 116.569 | 4 | 9 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 292 | | IProcess | [static] GetProcessExitCode(int, int &) | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 19 | 31 | 131.686 | 8.9375 | 1176.94 | 65.3856 | 0.0371577 | 111.705 | 0 | 111.705 | 2 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 301 | | IProcess | [static] SetProcessExitCode(int, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 5.5 | 481.63 | 26.7572 | 0.0204812 | 121.44 | 0 | 121.44 | 2 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 307 | | IProcess | [virtual] WaitForTerminate(wxString &) | 1 | 21 | 20 | 1 | 0 | 6 | 3 | 34 | 98 | 498.571 | 13.8158 | 6888.16 | 382.675 | 0.120674 | 87.9977 | 16.583 | 104.581 | 13 | 15 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 329 | | IProcess | SuspendAsyncReads() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 36 | 150.117 | 6 | 900.704 | 50.0391 | 0.0310885 | 110.794 | 0 | 110.794 | 15 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 338 | | IProcess | ResumeAsyncReads() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 36 | 147.149 | 6.75 | 993.253 | 55.1807 | 0.0331832 | 110.898 | 0 | 110.898 | 15 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 56 | | __AsyncCallback | __AsyncCallback(std::function<void (const wxString &)>) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 51 | 239.722 | 8.14286 | 1952.03 | 108.446 | 0.0520638 | 113.25 | 0 | 113.25 | 4 | 1 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 62 | | __AsyncCallback | ~__AsyncCallback() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 30 | 120 | 7.5 | 900 | 50 | 0.0310723 | 119.802 | 0 | 119.802 | 2 | 0 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 68 | | __AsyncCallback | OnProcessOutput(clProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 55 | 245.269 | 12 | 2943.22 | 163.512 | 0.0684586 | 108.241 | 0 | 108.241 | 7 | 2 |
| CodeLite/AsyncProcess/asyncprocess.cpp | 77 | | __AsyncCallback | OnProcessTerminated(clProcessEvent &) | 1 | 10 | 9 | 2 | 0 | 2 | 1 | 21 | 47 | 206.439 | 9.33333 | 1926.76 | 107.042 | 0.0516136 | 105.522 | 31.9355 | 137.458 | 8 | 2 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 9 | | clCommandProcessor | clCommandProcessor(const wxString &, const wxString &, size_t) | 3 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 58 | 269.344 | 8 | 2154.75 | 119.708 | 0.0556088 | 106.076 | 0 | 106.076 | 4 | 2 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 19 | | clCommandProcessor | ExecuteCommand() | 0 | 19 | 17 | 0 | 2 | 2 | 1 | 43 | 121 | 656.578 | 11.1034 | 7290.28 | 405.016 | 0.125326 | 89.1075 | 0 | 89.1075 | 30 | 2 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 39 | | clCommandProcessor | OnProcessOutput(clProcessEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 28 | 72 | 346.13 | 9.75 | 3374.76 | 187.487 | 0.0749965 | 101.291 | 22.5149 | 123.806 | 14 | 1 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 51 | | clCommandProcessor | OnProcessTerminated(clProcessEvent &) | 1 | 25 | 19 | 4 | 2 | 5 | 2 | 33 | 94 | 474.173 | 13.1765 | 6247.93 | 347.107 | 0.113076 | 85.664 | 29.0386 | 114.703 | 13 | 1 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 77 | | clCommandProcessor | Link(clCommandProcessor *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 33 | 134.886 | 13.2 | 1780.5 | 98.9166 | 0.0489673 | 111.35 | 0 | 111.35 | 0 | 1 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 86 | | clCommandProcessor | DeleteChain() | 0 | 12 | 9 | 2 | 1 | 2 | 1 | 18 | 39 | 162.627 | 9.375 | 1524.63 | 84.7016 | 0.0441558 | 103.809 | 29.5564 | 133.365 | 2 | 3 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 99 | | clCommandProcessor | GetFirst() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 32 | 128 | 16.5 | 2112 | 117.333 | 0.0548708 | 111.622 | 0 | 111.622 | 0 | 7 |
| CodeLite/AsyncProcess/clCommandProcessor.cpp | 108 | | clCommandProcessor | Terminate() | 0 | 11 | 11 | 0 | 0 | 3 | 2 | 19 | 46 | 195.405 | 12.8571 | 2512.35 | 139.575 | 0.0616025 | 104.034 | 0 | 104.034 | 4 | 1 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 37 | | ProcessReaderThread | ProcessReaderThread() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 6.66667 | 1019.5 | 56.639 | 0.0337653 | 110.927 | 0 | 110.927 | 3 | 1 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 46 | | ProcessReaderThread | ~ProcessReaderThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 5.33333 | 221.404 | 12.3002 | 0.0121993 | 151.395 | 0 | 151.395 | 0 | 0 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 48 | | ProcessReaderThread | Entry() [override] | 0 | 85 | 64 | 13 | 8 | 21 | 8 | 65 | 364 | 2192.14 | 31.0244 | 68009.9 | 3778.33 | 0.555384 | 54.1974 | 28.4732 | 82.6706 | 42 | 0 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 134 | | ProcessReaderThread | Stop() | 0 | 10 | 8 | 2 | 0 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 108.06 | 31.9355 | 139.996 | 3 | 2 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 145 | | ProcessReaderThread | Start(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 3.375 | 295.546 | 16.4192 | 0.0147898 | 118.487 | 0 | 118.487 | 3 | 1 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 152 | | ProcessReaderThread | NotifyTerminated() | 0 | 16 | 12 | 3 | 1 | 4 | 2 | 26 | 63 | 296.128 | 9 | 2665.15 | 148.064 | 0.0640757 | 95.572 | 31.0814 | 126.653 | 7 | 2 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 169 | | ProcessReaderThread | Suspend() | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 21 | 40 | 175.693 | 5.5 | 966.31 | 53.6839 | 0.0325804 | 104.587 | 22.5149 | 127.102 | 3 | 1 |
| CodeLite/AsyncProcess/processreaderthread.cpp | 181 | | ProcessReaderThread | Resume() | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 23 | 41 | 185.466 | 6.5 | 1205.53 | 66.9738 | 0.037757 | 104.305 | 22.5149 | 126.82 | 3 | 1 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 107 | | | freeargv(char **) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 22 | 51 | 227.431 | 14.875 | 3383.04 | 187.946 | 0.075119 | 104.789 | 0 | 104.789 | 2 | 1 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 120 | | | make_argv(const wxArrayString &, int &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 37 | 99 | 515.736 | 19 | 9798.98 | 544.388 | 0.152639 | 100.761 | 0 | 100.761 | 9 | 1 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 244 | {anonymous} | | do_write(int, const wxMemoryBuffer &) | 2 | 24 | 23 | 0 | 1 | 3 | 2 | 53 | 144 | 824.821 | 19.871 | 16390 | 910.555 | 0.215079 | 83.9067 | 0 | 83.9067 | 31 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 285 | {anonymous} | | create_pipe(int &, int &) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 31 | 72 | 356.702 | 15.7857 | 5630.8 | 312.822 | 0.105502 | 99.7246 | 0 | 99.7246 | 11 | 3 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 131 | | UnixProcessImpl | UnixProcessImpl(wxEvtHandler *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 6.42857 | 694.286 | 38.5714 | 0.0261359 | 117.396 | 0 | 117.396 | 1 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 138 | | UnixProcessImpl | ~UnixProcessImpl() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 140 | | UnixProcessImpl | Cleanup() [override] | 0 | 22 | 18 | 2 | 2 | 5 | 1 | 39 | 104 | 549.682 | 11.4783 | 6309.39 | 350.522 | 0.113816 | 86.9665 | 22.5149 | 109.481 | 14 | 1 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 163 | | UnixProcessImpl | IsAlive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 165 | | UnixProcessImpl | ReadFromFd(int, fd_set &, wxString &, std::string &) | 4 | 33 | 26 | 5 | 4 | 6 | 3 | 56 | 192 | 1115.01 | 24.0455 | 26811 | 1489.5 | 0.298598 | 76.4902 | 28.3567 | 104.847 | 19 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 199 | | UnixProcessImpl | Read(wxString &, wxString &, std::string &, std::string &) [override] | 4 | 42 | 30 | 6 | 8 | 7 | 2 | 60 | 216 | 1275.89 | 22.0769 | 28167.7 | 1564.87 | 0.308588 | 71.6525 | 27.6325 | 99.285 | 22 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 270 | | UnixProcessImpl | Write(const std::string &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 147.272 | 0 | 147.272 | 2 | 1 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 272 | | UnixProcessImpl | Write(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 147.257 | 0 | 147.257 | 2 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 274 | | UnixProcessImpl | WriteRaw(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 147.257 | 0 | 147.257 | 2 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 275 | | UnixProcessImpl | WriteRaw(const std::string &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 7.21875 | 1750.54 | 97.2523 | 0.0484165 | 110.693 | 0 | 110.693 | 7 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 299 | | UnixProcessImpl | [static] Execute(wxEvtHandler *, const wxArrayString &, size_t, const wxString &, IProcessCallback *) | 5 | 164 | 110 | 30 | 26 | 28 | 4 | 124 | 698 | 4854.03 | 44.5217 | 216110 | 12006.1 | 1.20041 | 37.8068 | 30.758 | 68.5648 | 72 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 464 | | UnixProcessImpl | [static] Execute(wxEvtHandler *, const wxString &, size_t, const wxString &, IProcessCallback *) | 5 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 73 | 368.241 | 9.71429 | 3577.2 | 198.733 | 0.0779664 | 106.358 | 0 | 106.358 | 19 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 473 | | UnixProcessImpl | StartReaderThread() | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 19 | 35 | 148.677 | 6.66667 | 991.183 | 55.0657 | 0.0331371 | 111.074 | 26.0372 | 137.111 | 4 | 2 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 482 | | UnixProcessImpl | Terminate() [override] | 0 | 7 | 6 | 1 | 0 | 2 | 0 | 27 | 44 | 209.215 | 5.84375 | 1222.6 | 67.9222 | 0.0381126 | 111.231 | 27.6325 | 138.863 | 4 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 490 | | UnixProcessImpl | WriteToConsole(const wxString &) [override] | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 83 | 425.73 | 10.0455 | 4276.66 | 237.592 | 0.0878244 | 100.444 | 0 | 100.444 | 15 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 502 | | UnixProcessImpl | Detach() [override] | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 16 | 27 | 108 | 7.5 | 810 | 45 | 0.0289647 | 110.598 | 24.6875 | 135.285 | 2 | 0 |
| CodeLite/AsyncProcess/unixprocess_impl.cpp | 512 | | UnixProcessImpl | Signal(wxSignal) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 3.88889 | 357.778 | 19.8765 | 0.0167992 | 147.257 | 0 | 147.257 | 2 | 0 |
| CodeLite/BreakpointInfoArray.cpp | 3 | | BreakpointInfoArray | DeSerialize(Archive &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 38 | 85 | 446.074 | 15.75 | 7025.66 | 390.315 | 0.122275 | 94.7171 | 0 | 94.7171 | 9 | 0 |
| CodeLite/BreakpointInfoArray.cpp | 19 | | BreakpointInfoArray | Serialize(Archive &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 34 | 76 | 386.647 | 15 | 5799.71 | 322.206 | 0.107601 | 103.966 | 0 | 103.966 | 9 | 0 |
| CodeLite/CTags.cpp | 27 | {anonymous} | | fix_macro_entry(const wxString &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 18 | 27 | 112.588 | 8.125 | 914.777 | 50.821 | 0.0314115 | 114.683 | 27.6325 | 142.315 | 5 | 4 |
| CodeLite/CTags.cpp | 17 | | CTags | [static] WrapSpaces(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 109.521 | 0 | 109.521 | 7 | 3 |
| CodeLite/CTags.cpp | 36 | | CTags | [static] DoGenerate(const wxString &, const wxString &, const wxStringMap_t &, const wxString &, wxString *) | 5 | 84 | 61 | 9 | 14 | 7 | 2 | 114 | 465 | 3177.29 | 23.1957 | 73699.4 | 4094.41 | 0.585942 | 55.6791 | 24.2819 | 79.961 | 111 | 2 |
| CodeLite/CTags.cpp | 121 | | CTags | [static] ParseFiles(const std::vector<wxString> &, const wxString &, const wxStringMap_t &, std::vector<TagEntryPtr> &) | 4 | 60 | 50 | 9 | 6 | 15 | 5 | 80 | 333 | 2105.2 | 28.8889 | 60816.9 | 3378.72 | 0.5155 | 61.4304 | 28.2321 | 89.6625 | 65 | 2 |
| CodeLite/CTags.cpp | 182 | | CTags | [static] ParseFile(const wxString &, const wxString &, const wxStringMap_t &, std::vector<TagEntryPtr> &) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 8.25 | 1724.03 | 95.7795 | 0.0479265 | 116.918 | 0 | 116.918 | 2 | 1 |
| CodeLite/CTags.cpp | 188 | | CTags | [static] ParseBuffer(const wxFileName &, const wxString &, const wxString &, const wxStringMap_t &, std::vector<TagEntryPtr> &) | 5 | 14 | 11 | 3 | 0 | 2 | 1 | 40 | 95 | 505.583 | 12.3 | 6218.67 | 345.482 | 0.112722 | 95.4136 | 32.8615 | 128.275 | 12 | 3 |
| CodeLite/CTags.cpp | 203 | | CTags | [static] ParseLocals(const wxFileName &, const wxString &, const wxString &, const wxStringMap_t &, std::vector<TagEntryPtr> &) | 5 | 40 | 31 | 3 | 6 | 5 | 2 | 68 | 216 | 1314.89 | 19.6087 | 25783.3 | 1432.41 | 0.290918 | 72.7463 | 20.5825 | 93.3288 | 38 | 1 |
| CodeLite/CTags.cpp | 244 | | CTags | [static] Initialise(const wxString &) | 1 | 23 | 20 | 1 | 2 | 5 | 2 | 47 | 114 | 633.223 | 15.1852 | 9615.61 | 534.201 | 0.150729 | 85.5107 | 15.872 | 101.383 | 11 | 1 |
| CodeLite/CompletionHelper.cpp | 13 | {anonymous} | | is_word_char(wxChar) | 1 | 7 | 7 | 3 | 0 | 7 | 0 | 22 | 45 | 200.674 | 9 | 1806.07 | 100.337 | 0.0494351 | 110.297 | 42.4525 | 152.75 | 0 | 1 |
| CodeLite/CompletionHelper.cpp | 21 | {anonymous} | | wrap_lines(const wxString &) | 1 | 32 | 24 | 2 | 6 | 8 | 3 | 37 | 116 | 604.297 | 21.6389 | 13076.3 | 726.461 | 0.185013 | 79.7139 | 18.8844 | 98.5984 | 14 | 1 |
| CodeLite/CompletionHelper.cpp | 389 | {anonymous} | | populate_keywords() | 0 | 79 | 79 | 0 | 0 | 2 | 1 | 86 | 534 | 3431.63 | 10.0127 | 34359.7 | 1908.87 | 0.352299 | 57.4228 | 0 | 57.4228 | 149 | 2 |
| CodeLite/CompletionHelper.cpp | 56 | | CompletionHelper | get_expression(const wxString &, bool, wxString *) const | 3 | 267 | 258 | 4 | 5 | 181 | 3 | 246 | 979 | 7775.72 | 31.068 | 241576 | 13420.9 | 1.29295 | -7.72899 | 9.4242 | 1.69521 | 52 | 3 |
| CodeLite/CompletionHelper.cpp | 324 | | CompletionHelper | truncate_file_to_location(const wxString &, size_t, size_t, size_t) const | 4 | 61 | 51 | 4 | 6 | 12 | 6 | 55 | 215 | 1242.99 | 37.3654 | 46444.9 | 2580.27 | 0.430696 | 64.5924 | 19.3192 | 83.9116 | 10 | 3 |
| CodeLite/CompletionHelper.cpp | 469 | | CompletionHelper | [static] is_cxx_keyword(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 26 | 112.37 | 5.5 | 618.036 | 34.3353 | 0.0241855 | 120.144 | 0 | 120.144 | 2 | 1 |
| CodeLite/CompletionHelper.cpp | 475 | | CompletionHelper | split_function_signature(const wxString &, wxString *, size_t) const | 3 | 313 | 288 | 17 | 8 | 169 | 2 | 228 | 1346 | 10543.1 | 43.0312 | 453681 | 25204.5 | 1.9681 | -9.12726 | 17.6625 | 8.53521 | 140 | 5 |
| CodeLite/CompletionHelper.cpp | 801 | | CompletionHelper | format_comment(TagEntryPtr, const wxString &) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 8.125 | 948.658 | 52.7032 | 0.0321824 | 123.559 | 0 | 123.559 | 2 | 1 |
| CodeLite/CompletionHelper.cpp | 806 | | CompletionHelper | format_comment(TagEntry *, const wxString &) const | 2 | 94 | 80 | 3 | 11 | 31 | 4 | 91 | 572 | 3722.46 | 41.5547 | 154686 | 8593.64 | 0.960532 | 47.5135 | 13.662 | 61.1755 | 86 | 2 |
| CodeLite/CompletionHelper.cpp | 903 | | CompletionHelper | is_line_include_statement(const wxString &, wxString *, wxString *) const | 3 | 30 | 24 | 1 | 5 | 6 | 2 | 41 | 133 | 712.554 | 15.5833 | 11104 | 616.887 | 0.165907 | 80.3625 | 13.9543 | 94.3169 | 16 | 2 |
| CodeLite/CompletionHelper.cpp | 934 | | CompletionHelper | is_include_statement(const wxString &, wxString *, wxString *) const | 3 | 17 | 14 | 1 | 2 | 4 | 2 | 40 | 90 | 478.974 | 20.1667 | 9659.3 | 536.628 | 0.151185 | 92.0894 | 18.3478 | 110.437 | 6 | 2 |
| CodeLite/CompletionHelper.cpp | 952 | | CompletionHelper | normalize_function(const TagEntry *, size_t) | 2 | 24 | 21 | 0 | 3 | 4 | 1 | 47 | 124 | 688.769 | 18.3214 | 12619.2 | 701.068 | 0.180676 | 84.614 | 0 | 84.614 | 20 | 2 |
| CodeLite/CompletionHelper.cpp | 977 | | CompletionHelper | normalize_function(TagEntryPtr, size_t) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 124.253 | 0 | 124.253 | 2 | 5 |
| CodeLite/CompletionHelper.cpp | 982 | | CompletionHelper | get_cxx_keywords(std::vector<wxString> &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 49 | 230.322 | 8.14286 | 1875.48 | 104.193 | 0.0506936 | 108.568 | 0 | 108.568 | 5 | 1 |
| CodeLite/Console/clConsoleAlacritty.cpp | 5 | | clConsoleAlacritty | clConsoleAlacritty() | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 23 | 42 | 189.99 | 7.79167 | 1480.34 | 82.2409 | 0.0432964 | 107.891 | 24.6875 | 132.578 | 5 | 1 |
| CodeLite/Console/clConsoleAlacritty.cpp | 15 | | clConsoleAlacritty | StartForDebugger() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 4 | 152.215 | 8.45639 | 0.00950277 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/Console/clConsoleAlacritty.cpp | 17 | | clConsoleAlacritty | Start() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 0 |
| CodeLite/Console/clConsoleAlacritty.cpp | 19 | | clConsoleAlacritty | PrepareCommand() [override] | 0 | 40 | 31 | 3 | 6 | 7 | 2 | 40 | 176 | 936.659 | 15.9 | 14892.9 | 827.382 | 0.201774 | 74.0501 | 20.5825 | 94.6326 | 42 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 32 | | ConsoleProcess | ConsoleProcess(wxEvtHandler *, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 121.184 | 0 | 121.184 | 1 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 38 | | ConsoleProcess | ~ConsoleProcess() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/Console/clConsoleBase.cpp | 39 | | ConsoleProcess | OnTerminate(int, int) [override] | 2 | 8 | 8 | 1 | 0 | 1 | 0 | 23 | 41 | 185.466 | 6.92308 | 1284 | 71.3331 | 0.0393781 | 109.924 | 26.0372 | 135.961 | 6 | 0 |
| CodeLite/Console/clConsoleBase.cpp | 49 | | clConsoleBase | [static] GetTerminal() | 0 | 46 | 45 | 1 | 0 | 14 | 1 | 57 | 386 | 2251.5 | 23.4146 | 52717.9 | 2928.77 | 0.468653 | 65.6154 | 11.3218 | 76.9371 | 41 | 11 |
| CodeLite/Console/clConsoleBase.cpp | 96 | | clConsoleBase | [static] GetAvailableTerminals() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 34 | 57 | 289.985 | 5.20833 | 1510.34 | 83.9078 | 0.0438795 | 99.7347 | 0 | 99.7347 | 2 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 110 | | clConsoleBase | WrapWithQuotesIfNeeded(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 55 | 252.173 | 11 | 2773.9 | 154.106 | 0.0658071 | 106.188 | 0 | 106.188 | 9 | 8 |
| CodeLite/Console/clConsoleBase.cpp | 120 | | clConsoleBase | [virtual] StartProcess(const wxString &) | 1 | 24 | 17 | 4 | 3 | 3 | 1 | 47 | 113 | 627.669 | 13.2321 | 8305.4 | 461.411 | 0.136705 | 85.3271 | 29.5564 | 114.883 | 18 | 5 |
| CodeLite/Console/clConsoleBase.cpp | 145 | | clConsoleBase | [static] GetSelectedTerminalName() | 0 | 15 | 15 | 0 | 0 | 2 | 1 | 32 | 67 | 335 | 9.23684 | 3094.34 | 171.908 | 0.0707822 | 96.4361 | 0 | 96.4361 | 8 | 2 |
| CodeLite/Console/clConsoleBase.cpp | 215 | | clConsoleBase | [static] SplitArguments(const wxString &) | 1 | 56 | 52 | 3 | 1 | 12 | 2 | 42 | 178 | 959.833 | 24.3696 | 23390.7 | 1299.48 | 0.27263 | 67.3222 | 17.5467 | 84.8689 | 21 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 272 | | clConsoleBase | SetEnvironment(const clEnvList_t &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 24 | 44 | 201.738 | 7.61538 | 1536.32 | 85.3508 | 0.0443812 | 109.257 | 26.0372 | 135.294 | 4 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 281 | | clConsoleBase | MacAddArgsIfNeeded(wxString *) | 1 | 17 | 16 | 0 | 1 | 5 | 1 | 31 | 77 | 381.473 | 11.2 | 4272.5 | 237.361 | 0.0877674 | 93.0429 | 0 | 93.0429 | 2 | 2 |
| CodeLite/Console/clConsoleBase.cpp | 161 | | clConsoleEnvironment | ~clConsoleEnvironment() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/Console/clConsoleBase.cpp | 163 | | clConsoleEnvironment | Apply() | 0 | 22 | 20 | 1 | 1 | 5 | 2 | 38 | 107 | 561.528 | 17 | 9545.98 | 530.332 | 0.15 | 86.8557 | 16.2158 | 103.071 | 17 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 186 | | clConsoleEnvironment | UnApply() | 0 | 14 | 14 | 0 | 0 | 4 | 2 | 29 | 70 | 340.059 | 11.7857 | 4007.83 | 222.657 | 0.0841044 | 97.0159 | 0 | 97.0159 | 6 | 1 |
| CodeLite/Console/clConsoleBase.cpp | 201 | | clConsoleEnvironment | clConsoleEnvironment(const wxStringMap_t &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 1 |
| CodeLite/Console/clConsoleBash.cpp | 7 | | clConsoleBash | PrepareExecScript() const | 0 | 49 | 43 | 5 | 1 | 7 | 3 | 74 | 262 | 1626.88 | 18.1481 | 29524.8 | 1640.27 | 0.318422 | 67.8915 | 23.7459 | 91.6375 | 37 | 3 |
| CodeLite/Console/clConsoleCMD.cpp | 8 | | clConsoleCMD | Start() [override] | 0 | 9 | 9 | 1 | 0 | 2 | 1 | 24 | 49 | 224.663 | 5.71429 | 1283.79 | 71.3216 | 0.0393739 | 106.789 | 24.6875 | 131.477 | 9 | 0 |
| CodeLite/Console/clConsoleCMD.cpp | 18 | | clConsoleCMD | StartForDebugger() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 4 | 152.215 | 8.45639 | 0.00950277 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/Console/clConsoleCMD.cpp | 20 | | clConsoleCMD | PrepareCommand() [override] | 0 | 26 | 19 | 4 | 3 | 4 | 1 | 35 | 108 | 553.963 | 11.2273 | 6219.49 | 345.527 | 0.112732 | 84.4499 | 28.5467 | 112.997 | 22 | 1 |
| CodeLite/Console/clConsoleGnomeConsole.cpp | 11 | | clConsoleGnomeConsole | FindProcessByCommand(const wxString &, wxString &, long &) | 3 | 46 | 33 | 5 | 9 | 5 | 2 | 63 | 230 | 1374.77 | 22.25 | 30588.7 | 1699.37 | 0.326027 | 70.2506 | 24.4418 | 94.6923 | 46 | 1 |
| CodeLite/Console/clConsoleGnomeConsole.cpp | 58 | | clConsoleGnomeConsole | clConsoleGnomeConsole() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleGnomeConsole.cpp | 64 | | clConsoleGnomeConsole | Start() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 0 |
| CodeLite/Console/clConsoleGnomeConsole.cpp | 66 | | clConsoleGnomeConsole | StartForDebugger() [override] | 0 | 45 | 32 | 6 | 7 | 5 | 3 | 70 | 213 | 1305.54 | 18.2143 | 23779.4 | 1321.08 | 0.275643 | 70.8753 | 26.7997 | 97.6751 | 37 | 0 |
| CodeLite/Console/clConsoleGnomeConsole.cpp | 112 | | clConsoleGnomeConsole | PrepareCommand() [override] | 0 | 26 | 23 | 1 | 2 | 6 | 2 | 40 | 129 | 686.529 | 13.5 | 9268.14 | 514.897 | 0.147076 | 82.8743 | 14.9585 | 97.8327 | 24 | 1 |
| CodeLite/Console/clConsoleGnomeTerminal.cpp | 11 | | clConsoleGnomeTerminal | FindProcessByCommand(const wxString &, wxString &, long &) | 3 | 46 | 33 | 5 | 9 | 5 | 2 | 66 | 248 | 1499.01 | 22.6333 | 33927.6 | 1884.87 | 0.349339 | 69.8007 | 24.4418 | 94.2425 | 48 | 1 |
| CodeLite/Console/clConsoleGnomeTerminal.cpp | 58 | | clConsoleGnomeTerminal | clConsoleGnomeTerminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleGnomeTerminal.cpp | 64 | | clConsoleGnomeTerminal | Start() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 0 |
| CodeLite/Console/clConsoleGnomeTerminal.cpp | 66 | | clConsoleGnomeTerminal | StartForDebugger() [override] | 0 | 45 | 32 | 6 | 7 | 5 | 3 | 70 | 213 | 1305.54 | 17.2 | 22455.2 | 1247.51 | 0.265312 | 70.8753 | 26.7997 | 97.6751 | 37 | 0 |
| CodeLite/Console/clConsoleGnomeTerminal.cpp | 112 | | clConsoleGnomeTerminal | PrepareCommand() [override] | 0 | 26 | 23 | 1 | 2 | 6 | 2 | 40 | 129 | 686.529 | 13.5 | 9268.14 | 514.897 | 0.147076 | 82.8743 | 14.9585 | 97.8327 | 24 | 1 |
| CodeLite/Console/clConsoleKitty.cpp | 5 | | clConsoleKitty | clConsoleKitty() | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 23 | 42 | 189.99 | 7.79167 | 1480.34 | 82.2409 | 0.0432964 | 107.891 | 24.6875 | 132.578 | 5 | 1 |
| CodeLite/Console/clConsoleKitty.cpp | 15 | | clConsoleKitty | Start() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 0 |
| CodeLite/Console/clConsoleKitty.cpp | 17 | | clConsoleKitty | StartForDebugger() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 4 | 152.215 | 8.45639 | 0.00950277 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/Console/clConsoleKitty.cpp | 19 | | clConsoleKitty | PrepareCommand() [override] | 0 | 38 | 29 | 3 | 6 | 7 | 2 | 38 | 167 | 876.404 | 14.5833 | 12780.9 | 710.049 | 0.182216 | 75.2268 | 21.0835 | 96.3103 | 40 | 1 |
| CodeLite/Console/clConsoleKonsole.cpp | 3 | | clConsoleKonsole | clConsoleKonsole() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleLXTerminal.cpp | 3 | | clConsoleLXTerminal | clConsoleLXTerminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleMateTerminal.cpp | 3 | | clConsoleMateTerminal | clConsoleMateTerminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleOSXTerminal.cpp | 6 | | clConsoleOSXTerminal | clConsoleOSXTerminal() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 0 |
| CodeLite/Console/clConsoleOSXTerminal.cpp | 8 | | clConsoleOSXTerminal | Start() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 40 | 180.942 | 5.76923 | 1043.9 | 57.9944 | 0.0343019 | 112.216 | 0 | 112.216 | 6 | 0 |
| CodeLite/Console/clConsoleOSXTerminal.cpp | 16 | | clConsoleOSXTerminal | StartForDebugger() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 48 | 217.131 | 5.46429 | 1186.47 | 65.9148 | 0.0373579 | 107.196 | 0 | 107.196 | 9 | 0 |
| CodeLite/Console/clConsoleOSXTerminal.cpp | 26 | | clConsoleOSXTerminal | PrepareCommand() [override] | 0 | 16 | 13 | 1 | 2 | 3 | 1 | 27 | 66 | 313.823 | 8.4 | 2636.11 | 146.451 | 0.0636094 | 95.5002 | 18.8844 | 114.385 | 18 | 1 |
| CodeLite/Console/clConsoleQTerminal.cpp | 3 | | clConsoleQTerminal | clConsoleQTerminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Console/clConsoleRXVTerminal.cpp | 6 | | clConsoleRXVTTerminal | clConsoleRXVTTerminal() | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 29 | 59 | 286.621 | 7.94444 | 2277.04 | 126.502 | 0.0576934 | 107.661 | 0 | 107.661 | 10 | 1 |
| CodeLite/Console/clConsoleXfce4Terminal.cpp | 3 | | clConsoleXfce4Terminal | clConsoleXfce4Terminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 3.6 | 211.717 | 11.7621 | 0.0118408 | 123.511 | 0 | 123.511 | 4 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 18 | {anonymous} | | create_global_scope_tag() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 32 | 125.02 | 6.85714 | 857.283 | 47.6269 | 0.0300812 | 114.138 | 0 | 114.138 | 9 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 26 | {anonymous} | | to_wx_array_string(const std::vector<wxString> &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 50 | 232.193 | 11.375 | 2641.19 | 146.733 | 0.0636911 | 106.618 | 0 | 106.618 | 6 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 746 | {anonymous} | | read_n_lines_from_file(size_t, size_t, const wxString &) | 3 | 19 | 18 | 0 | 1 | 4 | 1 | 45 | 119 | 653.531 | 23.4348 | 15315.3 | 850.853 | 0.205572 | 88.6717 | 0 | 88.6717 | 14 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1025 | {anonymous} | | find_wild_match(const std::vector<std::pair<wxString, wxString>> &, const wxString &, wxString *) | 3 | 12 | 11 | 1 | 0 | 3 | 2 | 34 | 68 | 345.947 | 16.4667 | 5696.6 | 316.478 | 0.106322 | 99.6538 | 21.6227 | 121.277 | 3 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1038 | {anonymous} | | try_resolve_user_type_with_scopes(const std::vector<std::pair<wxString, wxString>> &, const wxString &, const std::vector<wxString> &, wxString *) | 4 | 15 | 15 | 0 | 0 | 4 | 2 | 38 | 94 | 493.305 | 25.4375 | 12548.5 | 697.136 | 0.18 | 93.9637 | 0 | 93.9637 | 6 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1119 | {anonymous} | | try_resolve_placeholder(const wxStringMap_t &, const wxString &, wxString *) | 3 | 12 | 10 | 1 | 1 | 2 | 1 | 28 | 58 | 278.827 | 13.2692 | 3699.81 | 205.545 | 0.079738 | 101.005 | 21.6227 | 122.628 | 14 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 50 | | CxxCodeCompletion | CxxCodeCompletion(ITagsStoragePtr, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 34 | 155.889 | 8.27273 | 1289.62 | 71.6458 | 0.0394931 | 115.488 | 0 | 115.488 | 4 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 57 | | CxxCodeCompletion | CxxCodeCompletion(ITagsStoragePtr, const wxString &, const std::unordered_map<wxString, TagEntryPtr> &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 46 | 225.717 | 10 | 2257.17 | 125.398 | 0.0573572 | 111.066 | 0 | 111.066 | 4 | 0 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 65 | | CxxCodeCompletion | determine_current_scope() | 0 | 19 | 17 | 0 | 2 | 8 | 2 | 42 | 107 | 576.978 | 18 | 10385.6 | 576.978 | 0.158672 | 88.3995 | 0 | 88.3995 | 18 | 5 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 85 | | CxxCodeCompletion | code_complete(const wxString &, const std::vector<wxString> &, CxxRemainder *) | 3 | 23 | 15 | 3 | 5 | 2 | 1 | 51 | 127 | 720.398 | 15.8065 | 11386.9 | 632.608 | 0.168714 | 85.53 | 26.5382 | 112.068 | 22 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 109 | | CxxCodeCompletion | resolve_compound_expression(std::vector<CxxExpression> &, const std::vector<wxString> &, const CxxExpression &) | 3 | 41 | 27 | 10 | 4 | 11 | 2 | 61 | 228 | 1352.21 | 27.0833 | 36622.3 | 2034.57 | 0.3676 | 70.8208 | 34.6302 | 105.451 | 38 | 11 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 151 | | CxxCodeCompletion | parse_locals(const wxString &, std::unordered_map<wxString, __local> *) const | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 40 | 188.018 | 9.91667 | 1864.51 | 103.584 | 0.0504958 | 117.467 | 0 | 117.467 | 2 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 157 | | CxxCodeCompletion | shrink_scope(const wxString &, std::unordered_map<wxString, __local> *, FileScope *) const | 3 | 95 | 72 | 11 | 12 | 18 | 5 | 122 | 610 | 4227.75 | 29.768 | 125852 | 6991.77 | 0.837115 | 49.6702 | 25.1539 | 74.8241 | 114 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 253 | | CxxCodeCompletion | lookup_operator_arrow(TagEntryPtr, const std::vector<wxString> &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 25 | 38 | 176.467 | 6.67857 | 1178.54 | 65.4747 | 0.0371914 | 121.412 | 0 | 121.412 | 5 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 258 | | CxxCodeCompletion | lookup_subscript_operator(TagEntryPtr, const std::vector<wxString> &) | 2 | 14 | 14 | 0 | 0 | 3 | 2 | 41 | 90 | 482.18 | 18.375 | 8860.05 | 492.225 | 0.142726 | 95.43 | 0 | 95.43 | 15 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 273 | | CxxCodeCompletion | lookup_child_symbol(TagEntryPtr, TemplateManager::ptr_t, const wxString &, const std::vector<wxString> &, const std::vector<wxString> &) | 5 | 74 | 58 | 7 | 9 | 11 | 3 | 78 | 353 | 2218.75 | 34.1471 | 75763.7 | 4209.09 | 0.596833 | 58.6797 | 22.9324 | 81.6121 | 52 | 4 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 348 | | CxxCodeCompletion | lookup_symbol_by_kind(const wxString &, const std::vector<wxString> &, const std::vector<wxString> &) | 3 | 23 | 21 | 1 | 1 | 6 | 2 | 47 | 145 | 805.415 | 29.7391 | 23952.4 | 1330.69 | 0.276977 | 84.0299 | 15.872 | 99.902 | 20 | 6 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 372 | | CxxCodeCompletion | update_template_table(TagEntryPtr, CxxExpression &, const std::vector<wxString> &, wxStringSet_t &) | 4 | 31 | 25 | 3 | 3 | 6 | 2 | 64 | 193 | 1158 | 20.1951 | 23386 | 1299.22 | 0.272593 | 77.3063 | 23.1746 | 100.481 | 26 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 404 | | CxxCodeCompletion | lookup_symbol(CxxExpression &, const std::vector<wxString> &, TagEntryPtr) | 3 | 63 | 42 | 17 | 4 | 10 | 3 | 71 | 308 | 1894.12 | 26.0408 | 49324.5 | 2740.25 | 0.448319 | 62.3394 | 36.0328 | 98.3722 | 52 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 468 | | CxxCodeCompletion | update_visible_scope(const std::vector<wxString> &, TagEntryPtr) | 2 | 12 | 11 | 0 | 1 | 9 | 1 | 41 | 136 | 728.627 | 18.7826 | 13685.5 | 760.307 | 0.190716 | 94.4005 | 0 | 94.4005 | 28 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 480 | | CxxCodeCompletion | on_local(CxxExpression &, const std::vector<wxString> &) | 2 | 11 | 9 | 1 | 1 | 2 | 1 | 39 | 92 | 486.257 | 15 | 7293.86 | 405.214 | 0.125367 | 99.5231 | 22.5149 | 122.038 | 11 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 492 | | CxxCodeCompletion | on_parameter(CxxExpression &, const std::vector<wxString> &) | 2 | 12 | 10 | 1 | 1 | 2 | 1 | 38 | 89 | 467.066 | 14.85 | 6935.92 | 385.329 | 0.121231 | 98.3229 | 21.6227 | 119.946 | 11 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 505 | | CxxCodeCompletion | on_extern_var(CxxExpression &, TagEntryPtr, const std::vector<wxString> &) | 3 | 12 | 10 | 1 | 1 | 2 | 1 | 35 | 74 | 379.567 | 15.3529 | 5827.47 | 323.748 | 0.107944 | 99.4016 | 21.6227 | 121.024 | 8 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 518 | | CxxCodeCompletion | on_static_local(CxxExpression &, const std::vector<wxString> &) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 38 | 89 | 467.066 | 14.85 | 6935.92 | 385.329 | 0.121231 | 101.276 | 0 | 101.276 | 11 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 529 | | CxxCodeCompletion | on_this(CxxExpression &, const std::vector<wxString> &) | 2 | 14 | 11 | 2 | 1 | 3 | 1 | 40 | 91 | 484.295 | 17.5 | 8475.17 | 470.843 | 0.138562 | 95.4073 | 27.6325 | 123.04 | 13 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 543 | | CxxCodeCompletion | find_scope_tag_externvar(CxxExpression &, const std::vector<wxString> &) | 2 | 11 | 9 | 2 | 0 | 2 | 1 | 30 | 51 | 250.251 | 9.5 | 2377.39 | 132.077 | 0.0593762 | 102.977 | 30.6787 | 133.656 | 6 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 555 | | CxxCodeCompletion | find_scope_tag(CxxExpression &, const std::vector<wxString> &) | 2 | 48 | 35 | 10 | 3 | 9 | 3 | 60 | 221 | 1305.42 | 22.3462 | 29171.2 | 1620.62 | 0.315875 | 68.9103 | 32.4818 | 101.392 | 36 | 5 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 604 | | CxxCodeCompletion | resolve_expression(CxxExpression &, TagEntryPtr, const std::vector<wxString> &) | 3 | 61 | 42 | 8 | 11 | 18 | 4 | 65 | 346 | 2083.74 | 26.4886 | 55195.4 | 3066.41 | 0.483223 | 60.5259 | 26.6029 | 87.1288 | 55 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 666 | | CxxCodeCompletion | on_typedef(CxxExpression &, TagEntryPtr, const std::vector<wxString> &) | 3 | 12 | 11 | 1 | 0 | 2 | 1 | 37 | 86 | 448.013 | 16.5789 | 7427.58 | 412.644 | 0.126895 | 98.5394 | 21.6227 | 120.162 | 11 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 679 | | CxxCodeCompletion | on_member(CxxExpression &, TagEntryPtr, const std::vector<wxString> &) | 3 | 14 | 12 | 1 | 1 | 3 | 1 | 46 | 118 | 651.78 | 18.9 | 12318.6 | 684.369 | 0.177796 | 93.8628 | 20.1155 | 113.978 | 16 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 694 | | CxxCodeCompletion | on_method(CxxExpression &, TagEntryPtr, const std::vector<wxString> &) | 3 | 8 | 7 | 1 | 0 | 1 | 0 | 32 | 63 | 315 | 12.3529 | 3891.18 | 216.176 | 0.0824643 | 107.17 | 26.0372 | 133.207 | 6 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 703 | | CxxCodeCompletion | get_tokens_map() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 705 | | CxxCodeCompletion | get_return_value(TagEntryPtr) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 126.196 | 0 | 126.196 | 2 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 710 | | CxxCodeCompletion | prepend_scope(std::vector<wxString> &, const wxString &) const | 2 | 23 | 19 | 3 | 1 | 4 | 2 | 50 | 158 | 891.729 | 23.9643 | 21369.7 | 1187.2 | 0.256691 | 83.9605 | 26.5382 | 110.499 | 19 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 734 | | CxxCodeCompletion | reset() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 5.90909 | 986.275 | 54.7931 | 0.0330276 | 108.564 | 0 | 108.564 | 8 | 0 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 767 | | CxxCodeCompletion | typedef_from_tag(TagEntryPtr) const | 1 | 93 | 71 | 13 | 9 | 20 | 4 | 76 | 442 | 2761.58 | 42.266 | 116721 | 6484.5 | 0.796119 | 51.7694 | 27.3681 | 79.1375 | 76 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 861 | | CxxCodeCompletion | get_locals(const wxString &) const | 1 | 23 | 22 | 0 | 1 | 3 | 2 | 59 | 176 | 1035.35 | 17.6923 | 18317.6 | 1017.65 | 0.231628 | 83.414 | 0 | 83.414 | 36 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 885 | | CxxCodeCompletion | get_completions(TagEntryPtr, const wxString &, const wxString &, std::vector<TagEntryPtr> &, const std::vector<wxString> &, size_t) | 6 | 73 | 51 | 14 | 9 | 10 | 2 | 86 | 419 | 2692.6 | 33.1967 | 89385.7 | 4965.87 | 0.666383 | 58.1236 | 31.3788 | 89.5023 | 60 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 959 | | CxxCodeCompletion | get_scopes(TagEntryPtr, const std::vector<wxString> &) | 2 | 25 | 19 | 1 | 5 | 3 | 2 | 49 | 149 | 836.592 | 17.129 | 14330 | 796.112 | 0.196657 | 83.1717 | 15.2452 | 98.4169 | 22 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 985 | | CxxCodeCompletion | get_children_of_scope(TagEntryPtr, const std::vector<wxString> &, const wxString &, const std::vector<wxString> &) | 4 | 23 | 22 | 0 | 1 | 4 | 2 | 48 | 172 | 960.614 | 22.2759 | 21398.5 | 1188.81 | 0.256922 | 83.5736 | 0 | 83.5736 | 28 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1009 | | CxxCodeCompletion | set_text(const wxString &, const wxString &, int) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 29 | 63 | 306.053 | 7.94444 | 2431.42 | 135.079 | 0.0602724 | 100.751 | 0 | 100.751 | 9 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1055 | | CxxCodeCompletion | resolve_user_type(const wxString &, const std::vector<wxString> &, wxString *) const | 3 | 23 | 20 | 1 | 2 | 5 | 2 | 37 | 98 | 510.526 | 18.2353 | 9309.6 | 517.2 | 0.147514 | 86.6307 | 15.872 | 102.503 | 4 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1143 | | CxxCodeCompletion | set_macros_table(const std::vector<std::pair<wxString, wxString>> &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 56 | 274.786 | 10.5 | 2885.25 | 160.292 | 0.0675566 | 107.65 | 0 | 107.65 | 5 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1152 | | CxxCodeCompletion | sort_tags(const std::vector<TagEntryPtr> &, std::vector<TagEntryPtr> &, bool, const wxStringSet_t &) | 4 | 82 | 59 | 8 | 15 | 20 | 3 | 92 | 618 | 4031.56 | 43.1364 | 173907 | 9661.49 | 1.03854 | 51.8412 | 23.2612 | 75.1024 | 111 | 7 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1235 | | CxxCodeCompletion | get_file_completions(const wxString &, std::vector<TagEntryPtr> &, const wxString &) | 3 | 37 | 33 | 3 | 3 | 7 | 2 | 69 | 225 | 1374.42 | 26.6047 | 36565.9 | 2031.44 | 0.367223 | 73.319 | 21.348 | 94.6671 | 37 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1273 | | CxxCodeCompletion | get_children_of_current_scope(const std::vector<wxString> &, const wxString &, const std::vector<wxString> &, std::vector<TagEntryPtr> *, std::vector<TagEntryPtr> *, std::vector<TagEntryPtr> *) | 6 | 20 | 16 | 2 | 2 | 2 | 1 | 42 | 148 | 798.063 | 20.74 | 16551.8 | 919.546 | 0.216492 | 87.2618 | 23.5268 | 110.789 | 15 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1294 | | CxxCodeCompletion | get_word_completions(const CxxRemainder &, std::vector<TagEntryPtr> &, const std::vector<wxString> &, const wxStringSet_t &) | 4 | 68 | 52 | 9 | 9 | 5 | 2 | 80 | 540 | 3413.84 | 32.8607 | 112181 | 6232.28 | 0.775339 | 59.1889 | 26.7117 | 85.9006 | 71 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1363 | | CxxCodeCompletion | find_definition(const wxString &, int, const wxString &, const wxString &, const std::vector<wxString> &, std::vector<TagEntryPtr> &) | 6 | 98 | 78 | 12 | 8 | 21 | 4 | 86 | 617 | 3965.01 | 55.2018 | 218875 | 12159.7 | 1.21063 | 48.8102 | 25.797 | 74.6072 | 123 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1462 | | CxxCodeCompletion | word_complete(const wxString &, int, const wxString &, const wxString &, const std::vector<wxString> &, bool, std::vector<TagEntryPtr> &, const wxStringSet_t &) | 8 | 49 | 37 | 8 | 4 | 8 | 2 | 71 | 308 | 1894.12 | 28.0612 | 53151.4 | 2952.85 | 0.471218 | 66.8707 | 29.2941 | 96.1648 | 77 | 3 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1512 | | CxxCodeCompletion | normalize_pattern(TagEntryPtr) const | 1 | 28 | 26 | 1 | 1 | 7 | 2 | 47 | 135 | 749.869 | 18.9808 | 14233.1 | 790.728 | 0.19577 | 80.9848 | 14.4303 | 95.4151 | 21 | 4 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1541 | | CxxCodeCompletion | get_anonymous_tags(const wxString &, const wxArrayString &, std::vector<TagEntryPtr> &) const | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 57 | 285 | 10.5882 | 3017.65 | 167.647 | 0.0696078 | 105.552 | 0 | 105.552 | 4 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1551 | | CxxCodeCompletion | get_keywords_tags(const wxString &, std::vector<TagEntryPtr> &) | 2 | 19 | 18 | 0 | 1 | 3 | 2 | 45 | 123 | 675.498 | 15.1786 | 10253.1 | 569.616 | 0.157319 | 88.7297 | 0 | 88.7297 | 21 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1571 | | CxxCodeCompletion | get_class_constructors(TagEntryPtr, std::vector<TagEntryPtr> &) | 2 | 14 | 12 | 1 | 1 | 3 | 1 | 41 | 113 | 605.403 | 15.6522 | 9475.88 | 526.438 | 0.149265 | 94.2466 | 20.1155 | 114.362 | 20 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1586 | | CxxCodeCompletion | from_expression(const wxString &, CxxRemainder *) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 55 | 272.481 | 12.2667 | 3342.43 | 185.691 | 0.0745167 | 107.694 | 0 | 107.694 | 5 | 13 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1595 | | CxxCodeCompletion | simple_pre_process(wxString &) const | 1 | 20 | 14 | 3 | 3 | 4 | 2 | 30 | 67 | 328.762 | 14.3846 | 4729.11 | 262.728 | 0.0939143 | 91.4134 | 28.2321 | 119.646 | 6 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1616 | | CxxCodeCompletion | get_parents_of_tag_no_recurse(TagEntryPtr, TemplateManager::ptr_t, const std::vector<wxString> &) | 3 | 47 | 31 | 14 | 2 | 9 | 4 | 70 | 254 | 1556.84 | 27.5 | 42813 | 2378.5 | 0.40794 | 68.3355 | 37.4156 | 105.751 | 38 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1664 | | CxxCodeCompletion | prepend_extra_scopes(const std::vector<wxString> &) | 1 | 19 | 15 | 2 | 2 | 4 | 2 | 43 | 125 | 678.283 | 17.28 | 11720.7 | 651.152 | 0.171995 | 88.4784 | 24.0864 | 112.565 | 16 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1079 | | TemplateManager | clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 1 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1081 | | TemplateManager | add_placeholders(const wxStringMap_t &, const std::vector<wxString> &) | 2 | 30 | 18 | 10 | 2 | 3 | 2 | 51 | 134 | 760.105 | 16.3281 | 12411.1 | 689.505 | 0.178684 | 80.7166 | 38.9925 | 119.709 | 19 | 2 |
| CodeLite/Cxx/CxxCodeCompletion.cpp | 1133 | | TemplateManager | resolve(const wxString &, const std::vector<wxString> &) const | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 55 | 267.189 | 12.1333 | 3241.89 | 180.105 | 0.0730148 | 105.888 | 0 | 105.888 | 5 | 3 |
| CodeLite/Cxx/CxxExpression.cpp | 7 | | CxxExpression | [static] from_expression(const wxString &, CxxRemainder *) | 2 | 76 | 68 | 5 | 5 | 20 | 2 | 90 | 414 | 2687.63 | 34.2295 | 91996.2 | 5110.9 | 0.679295 | 55.1808 | 19.3493 | 74.53 | 50 | 3 |
| CodeLite/Cxx/CxxExpression.cpp | 84 | | CxxExpression | [static] parse_list(CxxTokenizer &, wxArrayString *, int, int) | 4 | 63 | 57 | 1 | 5 | 16 | 4 | 68 | 281 | 1710.58 | 35.6081 | 60910.4 | 3383.91 | 0.516028 | 61.4894 | 9.69716 | 71.1865 | 30 | 3 |
| CodeLite/Cxx/CxxExpression.cpp | 148 | | CxxExpression | [static] parse_template(CxxTokenizer &, wxArrayString *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 1 | 1 |
| CodeLite/Cxx/CxxExpression.cpp | 153 | | CxxExpression | [static] parse_subscript(CxxTokenizer &, wxArrayString *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 1 | 1 |
| CodeLite/Cxx/CxxExpression.cpp | 158 | | CxxExpression | [static] parse_func_call(CxxTokenizer &, wxArrayString *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 1 | 2 |
| CodeLite/Cxx/CxxExpression.cpp | 163 | | CxxExpression | [static] handle_cxx_casting(CxxTokenizer &, wxString *) | 2 | 83 | 68 | 7 | 8 | 21 | 3 | 67 | 339 | 2056.4 | 44.7778 | 92081.2 | 5115.62 | 0.679714 | 54.9155 | 21.7438 | 76.6592 | 25 | 1 |
| CodeLite/Cxx/CxxExpression.cpp | 247 | | CxxExpression | parse_template_placeholders(const wxString &) | 1 | 113 | 97 | 6 | 10 | 24 | 2 | 86 | 434 | 2789 | 40.3 | 112397 | 6244.26 | 0.776332 | 47.6424 | 17.4722 | 65.1147 | 41 | 2 |
| CodeLite/Cxx/CxxExpression.cpp | 361 | | CxxExpression | get_template_placeholders_map() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 68 | 333.669 | 13.5 | 4504.53 | 250.251 | 0.0909169 | 104.732 | 0 | 104.732 | 9 | 2 |
| CodeLite/Cxx/CxxExpression.cpp | 371 | | CxxExpression | operand_string() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 17 |
| CodeLite/Cxx/CxxExpression.cpp | 373 | | CxxExpression | set_operand(int) | 1 | 17 | 17 | 0 | 0 | 4 | 1 | 25 | 51 | 236.837 | 7.84615 | 1858.26 | 103.236 | 0.0503828 | 95.7516 | 0 | 95.7516 | 3 | 3 |
| CodeLite/Cxx/CxxExpression.cpp | 392 | | CxxExpression | [static] split_subclass_expression(const wxString &) | 1 | 65 | 58 | 2 | 5 | 18 | 2 | 68 | 253 | 1540.13 | 30.4872 | 46954.2 | 2608.56 | 0.433839 | 61.0689 | 13.4207 | 74.4896 | 24 | 1 |
| CodeLite/Cxx/CxxExpression.cpp | 458 | | CxxExpression | set_subscript_params(const std::vector<wxArrayString> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 21 | 89.2065 | 5.55556 | 495.592 | 27.5329 | 0.0208751 | 147.417 | 0 | 147.417 | 1 | 1 |
| CodeLite/Cxx/CxxLexerAPI.cpp | 69 | | CxxLexerToken | is_builtin_type() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 9 |
| CodeLite/Cxx/CxxLexerAPI.cpp | 70 | | CxxLexerToken | is_keyword() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 10 |
| CodeLite/Cxx/CxxLexerAPI.cpp | 71 | | CxxLexerToken | is_pp_keyword() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 4 |
| CodeLite/Cxx/CxxLexerAPI.cpp | 72 | | CxxLexerToken | is_operator() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 0 |
| CodeLite/Cxx/CxxLexerAPI.cpp | 73 | | CxxLexerToken | is_number() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 0 |
| CodeLite/Cxx/CxxPreProcessor.cpp | 5 | | CxxPreProcessor | CxxPreProcessor() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| CodeLite/Cxx/CxxPreProcessor.cpp | 10 | | CxxPreProcessor | Parse(const wxFileName &, size_t) | 2 | 27 | 22 | 2 | 3 | 5 | 2 | 55 | 140 | 809.39 | 16.9853 | 13747.7 | 763.763 | 0.191293 | 81.6368 | 20.4627 | 102.1 | 12 | 1 |
| CodeLite/Cxx/CxxPreProcessor.cpp | 38 | | CxxPreProcessor | ExpandInclude(const wxFileName &, const wxString &, wxFileName &) | 3 | 47 | 34 | 7 | 6 | 6 | 2 | 62 | 230 | 1369.47 | 19 | 26019.8 | 1445.55 | 0.292695 | 69.6923 | 28.1441 | 97.8364 | 36 | 1 |
| CodeLite/Cxx/CxxPreProcessor.cpp | 86 | | CxxPreProcessor | GetDefinitions() const | 0 | 14 | 13 | 0 | 1 | 3 | 2 | 31 | 69 | 341.84 | 13.5938 | 4646.88 | 258.16 | 0.0928225 | 97.2187 | 0 | 97.2187 | 9 | 1 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 3 | | CxxPreProcessorExpression | CxxPreProcessorExpression(bool) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 126.248 | 0 | 126.248 | 0 | 2 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 8 | | CxxPreProcessorExpression | IsTrue() | 0 | 24 | 18 | 0 | 6 | 15 | 1 | 30 | 147 | 721.313 | 26.1538 | 18865.1 | 1048.06 | 0.236221 | 81.8439 | 0 | 81.8439 | 25 | 3 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 33 | | CxxPreProcessorExpression | DoIsTrue() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 15 | 24 | 93.7654 | 6 | 562.592 | 31.2551 | 0.0227165 | 113.241 | 0 | 113.241 | 0 | 3 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 42 | | CxxPreProcessorExpression | SetNext(CxxPreProcessorExpression::eOperand, std::unique_ptr<CxxPreProcessorExpression>) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 10.6364 | 1999.46 | 111.081 | 0.0529039 | 112.017 | 0 | 112.017 | 3 | 6 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 50 | | CxxPreProcessorExpression | SetNot() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 5 | 233.023 | 12.9457 | 0.0126225 | 128.335 | 0 | 128.335 | 0 | 1 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 55 | | CxxPreProcessorExpression | SetValue(bool) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 19 | 22 | 93.4544 | 5.55556 | 519.191 | 28.844 | 0.0215326 | 120.872 | 0 | 120.872 | 0 | 0 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 61 | | CxxPreProcessorExpression | DoGetLong() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 129.389 | 0 | 129.389 | 0 | 8 |
| CodeLite/Cxx/CxxPreProcessorExpression.cpp | 66 | | CxxPreProcessorExpression | SetValue(double) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 122.581 | 0 | 122.581 | 0 | 9 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 8 | | CxxPreProcessorScanner | CxxPreProcessorScanner(const wxFileName &, size_t, std::unordered_set<wxString> &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 58 | 281.763 | 8.82353 | 2486.14 | 138.119 | 0.0611734 | 104.135 | 0 | 104.135 | 2 | 2 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 19 | | CxxPreProcessorScanner | [virtual] ~CxxPreProcessorScanner() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 21 | 75.2842 | 7.5 | 564.632 | 31.3684 | 0.0227714 | 119.043 | 0 | 119.043 | 1 | 0 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 26 | | CxxPreProcessorScanner | GetRestOfPPLine(bool) | 1 | 19 | 19 | 0 | 0 | 11 | 3 | 41 | 133 | 712.554 | 23.625 | 16834.1 | 935.228 | 0.218947 | 86.612 | 0 | 86.612 | 16 | 2 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 46 | | CxxPreProcessorScanner | ConsumeBlock() | 0 | 24 | 23 | 1 | 0 | 8 | 3 | 39 | 80 | 422.832 | 15.8125 | 6686.03 | 371.446 | 0.118302 | 86.2313 | 15.5492 | 101.78 | 3 | 2 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 71 | | CxxPreProcessorScanner | Parse(CxxPreProcessor *) | 1 | 121 | 95 | 23 | 3 | 25 | 2 | 96 | 470 | 3094.93 | 31.8182 | 98475.1 | 5470.84 | 0.710826 | 45.7631 | 31.2614 | 77.0245 | 56 | 6 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 199 | | CxxPreProcessorScanner | CheckIf(const CxxPreProcessorToken::Map_t &) | 1 | 98 | 85 | 10 | 3 | 23 | 2 | 95 | 490 | 3219.23 | 33.6418 | 108301 | 6016.7 | 0.757355 | 49.4337 | 23.7459 | 73.1796 | 57 | 1 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 302 | | CxxPreProcessorScanner | ConsumeCurrentBranch() | 0 | 33 | 30 | 3 | 0 | 11 | 2 | 41 | 105 | 562.543 | 17.8889 | 10063.3 | 559.07 | 0.155372 | 78.8977 | 22.5149 | 101.413 | 4 | 3 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 336 | | CxxPreProcessorScanner | ReadUntilMatch(int, CxxLexerToken &) | 2 | 11 | 11 | 0 | 0 | 5 | 2 | 32 | 79 | 395 | 14.1667 | 5595.83 | 310.88 | 0.105064 | 99.9139 | 0 | 99.9139 | 11 | 2 |
| CodeLite/Cxx/CxxPreProcessorScanner.cpp | 348 | | CxxPreProcessorScanner | IsTokenExists(const CxxPreProcessorToken::Map_t &, const CxxLexerToken &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 6.36364 | 866.484 | 48.138 | 0.030296 | 122.76 | 0 | 122.76 | 2 | 2 |
| CodeLite/Cxx/CxxTemplateFunction.cpp | 5 | | CxxTemplateFunction | CxxTemplateFunction(TagEntryPtr) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 37 | 154.287 | 7 | 1080.01 | 60.0006 | 0.0350884 | 118.495 | 0 | 118.495 | 6 | 1 |
| CodeLite/Cxx/CxxTemplateFunction.cpp | 11 | | CxxTemplateFunction | [virtual] ~CxxTemplateFunction() | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 13 | 34 | 125.815 | 9 | 1132.33 | 62.9075 | 0.0362128 | 109.574 | 0 | 109.574 | 2 | 0 |
| CodeLite/Cxx/CxxTemplateFunction.cpp | 21 | | CxxTemplateFunction | [virtual] ParseDefinitionList() | 0 | 63 | 53 | 6 | 5 | 17 | 4 | 54 | 272 | 1565.33 | 35.2857 | 55233.8 | 3068.54 | 0.483447 | 61.7208 | 23.0043 | 84.7251 | 29 | 1 |
| CodeLite/Cxx/CxxTemplateFunction.cpp | 85 | | CxxTemplateFunction | CanTemplateArgsDeduced() | 0 | 24 | 17 | 5 | 3 | 5 | 2 | 42 | 102 | 550.016 | 13.6304 | 7496.96 | 416.498 | 0.127684 | 85.5538 | 32.4818 | 118.036 | 10 | 1 |
| CodeLite/Cxx/CxxTokenizer.cpp | 14 | | CxxTokenizer | CxxTokenizer() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 0 | 13 |
| CodeLite/Cxx/CxxTokenizer.cpp | 19 | | CxxTokenizer | [virtual] ~CxxTokenizer() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 21 | 75.2842 | 7.5 | 564.632 | 31.3684 | 0.0227714 | 119.043 | 0 | 119.043 | 1 | 0 |
| CodeLite/Cxx/CxxTokenizer.cpp | 26 | | CxxTokenizer | NextToken(CxxLexerToken &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 113.299 | 0 | 113.299 | 2 | 33 |
| CodeLite/Cxx/CxxTokenizer.cpp | 34 | | CxxTokenizer | UngetToken() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 6.6 | 712.8 | 39.6 | 0.0265985 | 112.506 | 0 | 112.506 | 1 | 6 |
| CodeLite/Cxx/CxxTokenizer.cpp | 43 | | CxxTokenizer | Reset(const wxString &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 24 | 50 | 229.248 | 8.5 | 1948.61 | 108.256 | 0.052003 | 104.747 | 0 | 104.747 | 4 | 16 |
| CodeLite/Cxx/CxxTokenizer.cpp | 54 | | CxxTokenizer | PeekToken(wxString &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 26 | 53 | 249.123 | 9.5 | 2366.67 | 131.482 | 0.0591976 | 103.001 | 0 | 103.001 | 6 | 1 |
| CodeLite/Cxx/CxxTokenizer.cpp | 66 | | CxxTokenizer | GetVisibleScope(const wxString &) | 1 | 155 | 149 | 5 | 2 | 36 | 2 | 85 | 564 | 3614.9 | 44.2105 | 159816 | 8878.69 | 0.981657 | 38.4139 | 13.7333 | 52.1472 | 54 | 0 |
| CodeLite/Cxx/CxxTokenizer.cpp | 222 | | CxxTokenizer | GetUserData() const | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 25 | 102.187 | 5.71429 | 583.923 | 32.4402 | 0.0232871 | 117.454 | 0 | 117.454 | 1 | 1 |
| CodeLite/Cxx/CxxTokenizer.cpp | 229 | | CxxTokenizer | read_until_find(CxxLexerToken &, int, int, int *, wxString *) | 5 | 49 | 43 | 3 | 4 | 17 | 2 | 62 | 240 | 1429.01 | 32.9545 | 47092.3 | 2616.24 | 0.434689 | 66.2659 | 18.7004 | 84.9662 | 20 | 1 |
| CodeLite/Cxx/CxxVariable.cpp | 7 | | CxxVariable | CxxVariable(eCxxStandard) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.6 | 393.727 | 21.8737 | 0.0179064 | 122.582 | 0 | 122.582 | 0 | 2 |
| CodeLite/Cxx/CxxVariable.cpp | 13 | | CxxVariable | GetTypeAsString(const wxStringTable_t &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 6.11111 | 648.989 | 36.0549 | 0.0249864 | 124.052 | 0 | 124.052 | 2 | 15 |
| CodeLite/Cxx/CxxVariable.cpp | 18 | | CxxVariable | GetTypeAsCxxString(const wxStringTable_t &) const | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.5 | 1043.51 | 57.9726 | 0.0342933 | 110.445 | 26.0372 | 136.482 | 4 | 1 |
| CodeLite/Cxx/CxxVariable.cpp | 27 | | CxxVariable | ToString(size_t) const | 1 | 18 | 15 | 0 | 3 | 5 | 1 | 29 | 87 | 422.644 | 10.9688 | 4635.88 | 257.549 | 0.0926759 | 91.584 | 0 | 91.584 | 17 | 3 |
| CodeLite/Cxx/CxxVariable.cpp | 46 | | CxxVariable | [static] PackType(const CxxVariable::LexerToken::Vec_t &, eCxxStandard, bool, const wxStringTable_t &) | 4 | 29 | 25 | 1 | 3 | 11 | 2 | 54 | 173 | 995.596 | 19.1176 | 19033.4 | 1057.41 | 0.237624 | 78.0224 | 14.1863 | 92.2088 | 24 | 3 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 8 | | CxxVariableScanner | CxxVariableScanner(const wxString &, eCxxStandard, const wxStringTable_t &, bool) | 4 | 32 | 31 | 1 | 0 | 3 | 1 | 57 | 186 | 1084.92 | 16.3625 | 17752 | 986.22 | 0.226835 | 77.8209 | 13.5225 | 91.3435 | 21 | 6 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 41 | | CxxVariableScanner | GetVariables(bool) | 1 | 11 | 10 | 1 | 0 | 2 | 2 | 32 | 82 | 410 | 15 | 6150 | 341.667 | 0.111891 | 100.41 | 22.5149 | 122.925 | 11 | 5 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 53 | | CxxVariableScanner | ReadType(CxxVariable::LexerToken::Vec_t &, bool &) | 2 | 127 | 117 | 12 | 0 | 70 | 4 | 84 | 513 | 3279.26 | 37.4211 | 122713 | 6817.41 | 0.823139 | 34.3282 | 22.9205 | 57.2487 | 28 | 2 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 182 | | CxxVariableScanner | ReadName(wxString &, wxString &, int &, wxString &) | 4 | 93 | 65 | 20 | 10 | 19 | 3 | 63 | 404 | 2414.82 | 31.9125 | 77063 | 4281.28 | 0.603637 | 52.6971 | 32.9098 | 85.607 | 42 | 2 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 276 | | CxxVariableScanner | ConsumeInitialization(wxString &) | 1 | 87 | 72 | 8 | 7 | 16 | 2 | 54 | 462 | 2658.76 | 46.6857 | 124126 | 6895.89 | 0.829444 | 53.9671 | 22.6343 | 76.6014 | 49 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 364 | | CxxVariableScanner | ReadUntil(const std::unordered_set<int> &, CxxLexerToken &, wxString &) | 3 | 40 | 37 | 3 | 0 | 12 | 4 | 56 | 172 | 998.865 | 20.625 | 20601.6 | 1144.53 | 0.250503 | 72.5657 | 20.5825 | 93.1482 | 11 | 8 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 405 | | CxxVariableScanner | GetNextToken(CxxLexerToken &) | 1 | 29 | 25 | 1 | 3 | 7 | 2 | 43 | 106 | 575.184 | 21.4118 | 12315.7 | 684.206 | 0.177767 | 81.7954 | 14.1863 | 95.9817 | 5 | 8 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 435 | | CxxVariableScanner | DoOptimizeBuffer() | 0 | 87 | 72 | 10 | 6 | 17 | 3 | 82 | 332 | 2110.71 | 26.1852 | 55269.3 | 3070.51 | 0.483654 | 54.9374 | 25.0704 | 80.0079 | 52 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 523 | | CxxVariableScanner | DoGetVariables(const wxString &, bool) | 2 | 54 | 41 | 10 | 5 | 10 | 3 | 76 | 290 | 1811.9 | 25.1538 | 45576.2 | 2532.01 | 0.425309 | 65.0674 | 30.9185 | 95.9859 | 40 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 578 | | CxxVariableScanner | TypeHasIdentifier(const CxxVariable::LexerToken::Vec_t &) | 1 | 9 | 8 | 1 | 0 | 1 | 1 | 32 | 78 | 390 | 12.7941 | 4989.71 | 277.206 | 0.0973334 | 104.151 | 24.6875 | 128.839 | 6 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 588 | | CxxVariableScanner | GetVariablesMap() | 0 | 11 | 11 | 0 | 0 | 3 | 2 | 34 | 74 | 376.472 | 14 | 5270.61 | 292.812 | 0.100953 | 100.624 | 0 | 100.624 | 11 | 0 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 600 | | CxxVariableScanner | HasNativeTypeInList(const CxxVariable::LexerToken::Vec_t &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 36 | 94 | 485.973 | 14 | 6803.62 | 377.979 | 0.119685 | 104.685 | 0 | 104.685 | 7 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 609 | | CxxVariableScanner | DoParseFunctionArguments(const wxString &) | 1 | 33 | 28 | 3 | 3 | 4 | 2 | 55 | 172 | 994.394 | 17.027 | 16931.6 | 940.643 | 0.219791 | 77.5455 | 22.5149 | 100.06 | 27 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 643 | | CxxVariableScanner | ParseFunctionArguments() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 2 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 645 | | CxxVariableScanner | UngetToken(const CxxLexerToken &) | 1 | 11 | 9 | 1 | 1 | 3 | 1 | 25 | 49 | 227.549 | 8.66667 | 1972.09 | 109.561 | 0.05242 | 103.242 | 22.5149 | 125.757 | 3 | 10 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 657 | | CxxVariableScanner | Buffer() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 5 | 293.017 | 16.2787 | 0.0147053 | 149.602 | 0 | 149.602 | 1 | 6 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 659 | | CxxVariableScanner | OnForLoop(Scanner_t, wxString &) | 2 | 83 | 67 | 10 | 6 | 23 | 2 | 70 | 307 | 1881.69 | 37.5 | 70563.4 | 3920.19 | 0.5692 | 54.9172 | 25.6095 | 80.5267 | 27 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 743 | | CxxVariableScanner | OnCatch(Scanner_t) | 1 | 34 | 30 | 3 | 2 | 7 | 3 | 47 | 140 | 777.642 | 26 | 20218.7 | 1123.26 | 0.247389 | 77.6504 | 22.2054 | 99.8558 | 14 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 778 | | CxxVariableScanner | OnWhile(Scanner_t) | 1 | 29 | 24 | 2 | 3 | 7 | 3 | 38 | 100 | 524.793 | 20.7 | 10863.2 | 603.512 | 0.1635 | 82.2722 | 19.7854 | 102.058 | 5 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 808 | | CxxVariableScanner | OnDeclType(Scanner_t) | 1 | 33 | 29 | 2 | 2 | 7 | 3 | 47 | 126 | 699.878 | 22.9048 | 16030.5 | 890.586 | 0.211923 | 78.6819 | 18.6103 | 97.2922 | 10 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 842 | | CxxVariableScanner | PushBuffer() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 9 | 1205.82 | 66.9899 | 0.037763 | 116.276 | 0 | 116.276 | 5 | 3 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 849 | | CxxVariableScanner | PopBuffer() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 8.66667 | 1468.64 | 81.5911 | 0.0430681 | 112.327 | 0 | 112.327 | 5 | 2 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 857 | | CxxVariableScanner | SkipToClosingParenthesis(Scanner_t) | 1 | 21 | 21 | 0 | 0 | 5 | 2 | 36 | 74 | 382.574 | 16.5 | 6312.48 | 350.693 | 0.113853 | 89.6047 | 0 | 89.6047 | 3 | 1 |
| CodeLite/Cxx/CxxVariableScanner.cpp | 879 | | CxxVariableScanner | skip_parenthesis_block(Scanner_t) | 1 | 22 | 21 | 1 | 0 | 5 | 2 | 36 | 74 | 382.574 | 16.5 | 6312.48 | 350.693 | 0.113853 | 88.8511 | 16.2158 | 105.067 | 3 | 1 |
| CodeLite/Cxx/cpp_comment_creator.cpp | 36 | | CppCommentCreator | CppCommentCreator(TagEntryPtr, wxChar) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 5 | 418.809 | 23.2672 | 0.018659 | 121.672 | 0 | 121.672 | 1 | 1 |
| CodeLite/Cxx/cpp_comment_creator.cpp | 42 | | CppCommentCreator | CreateComment() | 0 | 10 | 10 | 0 | 0 | 4 | 1 | 24 | 62 | 284.268 | 8.5 | 2416.28 | 134.238 | 0.0600219 | 103.399 | 0 | 103.399 | 11 | 1 |
| CodeLite/Cxx/cpp_comment_creator.cpp | 53 | | CppCommentCreator | FunctionComment() | 0 | 27 | 22 | 3 | 4 | 5 | 2 | 61 | 189 | 1120.91 | 19.95 | 22362.1 | 1242.34 | 0.264578 | 79.9436 | 24.6875 | 104.631 | 43 | 1 |
| CodeLite/Cxx/cpp_scanner.cpp | 28 | | CppScanner | CppScanner() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 109.728 | 0 | 109.728 | 1 | 5 |
| CodeLite/Cxx/cpp_scanner.cpp | 38 | | CppScanner | ~CppScanner() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 128.731 | 0 | 128.731 | 1 | 0 |
| CodeLite/Cxx/cpp_scanner.cpp | 43 | | CppScanner | LexerInput(char *, int) [override] | 2 | 15 | 14 | 0 | 1 | 4 | 1 | 33 | 87 | 438.862 | 23.75 | 10423 | 579.054 | 0.159052 | 94.5718 | 0 | 94.5718 | 3 | 0 |
| CodeLite/Cxx/cpp_scanner.cpp | 59 | | CppScanner | SetText(const char *) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 18 | 27 | 112.588 | 4.8 | 540.422 | 30.0235 | 0.0221157 | 112.52 | 26.0372 | 138.557 | 2 | 6 |
| CodeLite/Cxx/cpp_scanner.cpp | 68 | | CppScanner | Reset() | 0 | 15 | 13 | 1 | 1 | 2 | 1 | 23 | 44 | 199.037 | 4.8 | 955.376 | 53.0765 | 0.0323342 | 99.1434 | 19.4709 | 118.614 | 3 | 1 |
| CodeLite/Cxx/cpptoken.cpp | 27 | | CppToken | CppToken() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 1 |
| CodeLite/Cxx/cpptoken.cpp | 29 | | CppToken | operator<(const CppToken &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 10 | 1125.88 | 62.5489 | 0.036075 | 123.749 | 0 | 123.749 | 3 | 0 |
| CodeLite/Cxx/cpptoken.cpp | 34 | | CppToken | reset() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 5 | 777.947 | 43.2193 | 0.0281954 | 110.838 | 0 | 110.838 | 2 | 3 |
| CodeLite/Cxx/cpptoken.cpp | 43 | | CppToken | append(wxChar) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 1 | 1 |
| CodeLite/Cxx/cpptoken.cpp | 45 | | CppToken | CppToken(wxSQLite3ResultSet &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 6.15385 | 1351.48 | 75.0823 | 0.0407461 | 111.208 | 0 | 111.208 | 8 | 0 |
| CodeLite/Cxx/cpptoken.cpp | 57 | | CppTokensMap | ~CppTokensMap() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/Cxx/cpptoken.cpp | 59 | | CppTokensMap | addToken(const CppToken &) | 1 | 14 | 12 | 2 | 0 | 2 | 1 | 40 | 102 | 542.837 | 20 | 10856.7 | 603.152 | 0.163435 | 95.0439 | 27.6325 | 122.676 | 9 | 1 |
| CodeLite/Cxx/cpptoken.cpp | 74 | | CppTokensMap | clear() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 31 | 136.162 | 10 | 1361.62 | 75.6455 | 0.0409495 | 113.464 | 0 | 113.464 | 3 | 1 |
| CodeLite/Cxx/cpptoken.cpp | 82 | | CppTokensMap | is_empty() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 2 |
| CodeLite/Cxx/cppwordscanner.cpp | 34 | | CppWordScanner | CppWordScanner(const wxString &) | 1 | 20 | 17 | 2 | 1 | 3 | 2 | 35 | 95 | 487.282 | 9.3913 | 4576.21 | 254.234 | 0.091879 | 89.5972 | 23.5268 | 113.124 | 13 | 2 |
| CodeLite/Cxx/cppwordscanner.cpp | 55 | | CppWordScanner | CppWordScanner(const wxString &, const wxString &, int) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 4 | 0 |
| CodeLite/Cxx/cppwordscanner.cpp | 63 | | CppWordScanner | FindAll(CppTokensMap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5 | 440 | 24.4444 | 0.0192833 | 147.488 | 0 | 147.488 | 2 | 2 |
| CodeLite/Cxx/cppwordscanner.cpp | 65 | | CppWordScanner | doFind(const wxString &, CppTokensMap &, int, int) | 4 | 137 | 95 | 19 | 25 | 44 | 2 | 99 | 680 | 4507.96 | 55.6418 | 250831 | 13935.1 | 1.32576 | 37.4256 | 27.2726 | 64.6982 | 48 | 1 |
| CodeLite/Cxx/cppwordscanner.cpp | 203 | | CppWordScanner | doInit() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3 | 161.323 | 8.96241 | 0.00987818 | 150.049 | 0 | 150.049 | 1 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2514 | flex | | yy_flex_alloc(yy_size_t) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 17 | 34 | 138.974 | 8.4375 | 1172.59 | 65.1439 | 0.0370661 | 109.517 | 0 | 109.517 | 1 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2525 | flex | | yy_flex_realloc(void *, yy_size_t) | 2 | 17 | 9 | 7 | 1 | 1 | 0 | 20 | 50 | 216.096 | 12.8333 | 2773.24 | 154.069 | 0.0657966 | 96.9182 | 41.9134 | 138.832 | 1 | 1 |
| CodeLite/Cxx/lex.yy.cpp | 2544 | flex | | yy_flex_free(void *) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 14 | 29 | 110.413 | 7.5 | 828.1 | 46.0055 | 0.0293946 | 110.713 | 0 | 110.713 | 1 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 971 | flex | yyFlexLexer | yylex() [override] | 0 | 901 | 813 | 54 | 45 | 169 | 4 | 381 | 2224 | 19067.8 | 50.5572 | 964014 | 53556.3 | 3.25288 | -29.3367 | 18.5118 | -10.8249 | 25 | 15 |
| CodeLite/Cxx/lex.yy.cpp | 1873 | flex | yyFlexLexer | yyFlexLexer(std::istream *, std::ostream *) | 2 | 31 | 23 | 1 | 8 | 1 | 0 | 47 | 103 | 572.123 | 11.4844 | 6570.47 | 365.026 | 0.116935 | 82.1228 | 13.7333 | 95.8561 | 0 | 0 |
| CodeLite/Cxx/lex.yy.cpp | 1905 | flex | yyFlexLexer | ~yyFlexLexer() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 122.715 | 0 | 122.715 | 2 | 0 |
| CodeLite/Cxx/lex.yy.cpp | 1911 | flex | yyFlexLexer | switch_streams(std::istream *, std::ostream *) [override] | 2 | 11 | 10 | 0 | 1 | 3 | 1 | 24 | 48 | 220.078 | 6.78571 | 1493.39 | 82.966 | 0.0435506 | 103.415 | 0 | 103.415 | 3 | 0 |
| CodeLite/Cxx/lex.yy.cpp | 1924 | flex | yyFlexLexer | [virtual] LexerInput(char *, int) | 2 | 32 | 23 | 1 | 9 | 6 | 1 | 37 | 121 | 630.344 | 20.3684 | 12839.1 | 713.284 | 0.182769 | 79.9545 | 13.5225 | 93.477 | 5 | 1 |
| CodeLite/Cxx/lex.yy.cpp | 1957 | flex | yyFlexLexer | [virtual] LexerOutput(const char *, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 1 | 1 |
| CodeLite/Cxx/lex.yy.cpp | 1970 | flex | yyFlexLexer | yy_get_next_buffer() | 0 | 129 | 87 | 17 | 27 | 14 | 4 | 76 | 404 | 2524.16 | 59.093 | 149160 | 8286.69 | 0.937521 | 48.316 | 26.6604 | 74.9763 | 6 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2103 | flex | yyFlexLexer | yy_get_previous_state() | 0 | 24 | 21 | 0 | 3 | 5 | 3 | 46 | 133 | 734.634 | 23.5 | 17263.9 | 959.105 | 0.222658 | 84.0488 | 0 | 84.0488 | 0 | 3 |
| CodeLite/Cxx/lex.yy.cpp | 2135 | flex | yyFlexLexer | yy_try_NUL_trans(yy_state_type) | 1 | 18 | 16 | 0 | 2 | 5 | 2 | 41 | 103 | 551.828 | 23.6389 | 13044.6 | 724.7 | 0.184714 | 90.1971 | 0 | 90.1971 | 0 | 1 |
| CodeLite/Cxx/lex.yy.cpp | 2155 | flex | yyFlexLexer | yyunput(int, char *) | 2 | 37 | 27 | 3 | 8 | 5 | 2 | 47 | 166 | 922.062 | 33.913 | 31269.9 | 1737.22 | 0.330849 | 75.8547 | 21.348 | 97.2028 | 1 | 0 |
| CodeLite/Cxx/lex.yy.cpp | 2194 | flex | yyFlexLexer | yyinput() | 0 | 72 | 41 | 19 | 15 | 9 | 3 | 57 | 153 | 892.432 | 23.1724 | 20679.8 | 1148.88 | 0.251136 | 64.3195 | 35.722 | 100.041 | 4 | 4 |
| CodeLite/Cxx/lex.yy.cpp | 2268 | flex | yyFlexLexer | yyrestart(std::istream *) [override] | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 23 | 38 | 171.895 | 6.875 | 1181.78 | 65.6545 | 0.0372595 | 110.089 | 0 | 110.089 | 3 | 4 |
| CodeLite/Cxx/lex.yy.cpp | 2278 | flex | yyFlexLexer | yy_switch_to_buffer(YY_BUFFER_STATE) [override] | 1 | 23 | 14 | 6 | 3 | 3 | 1 | 25 | 53 | 246.124 | 9.69231 | 2385.51 | 132.529 | 0.0595114 | 90.8846 | 35.5619 | 126.446 | 1 | 1 |
| CodeLite/Cxx/lex.yy.cpp | 2303 | flex | yyFlexLexer | yy_load_buffer_state() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6.13636 | 875.19 | 48.6217 | 0.0304986 | 113.453 | 0 | 113.453 | 0 | 4 |
| CodeLite/Cxx/lex.yy.cpp | 2312 | flex | yyFlexLexer | yy_create_buffer(std::istream *, int) [override] | 2 | 23 | 14 | 3 | 6 | 3 | 1 | 36 | 94 | 485.973 | 16.5526 | 8044.13 | 446.896 | 0.133823 | 87.347 | 26.5382 | 113.885 | 5 | 3 |
| CodeLite/Cxx/lex.yy.cpp | 2337 | flex | yyFlexLexer | yy_delete_buffer(YY_BUFFER_STATE) [override] | 1 | 13 | 10 | 0 | 3 | 4 | 1 | 24 | 56 | 256.758 | 12.6 | 3235.15 | 179.731 | 0.0729136 | 99.6775 | 0 | 99.6775 | 2 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2353 | flex | yyFlexLexer | yy_init_buffer(YY_BUFFER_STATE, std::istream *) | 2 | 10 | 7 | 0 | 3 | 1 | 0 | 24 | 39 | 178.814 | 6.78571 | 1213.38 | 67.4099 | 0.0379207 | 106.499 | 0 | 106.499 | 1 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2365 | flex | yyFlexLexer | yy_flush_buffer(YY_BUFFER_STATE) | 1 | 22 | 13 | 4 | 5 | 3 | 1 | 31 | 75 | 371.565 | 14.5312 | 5399.3 | 299.961 | 0.10259 | 89.463 | 30.6787 | 120.142 | 1 | 2 |
| CodeLite/Cxx/lex.yy.cpp | 2453 | flex | yyFlexLexer | [virtual] LexerError(const char *) | 1 | 5 | 4 | 0 | 1 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 121.441 | 0 | 121.441 | 2 | 7 |
| CodeLite/FontUtils.cpp | 25 | FontUtils | | GetFontInfo(const wxFont &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 6 | 502.571 | 27.9206 | 0.0210706 | 147.745 | 0 | 147.745 | 2 | 4 |
| CodeLite/FontUtils.cpp | 27 | FontUtils | | GetFontInfo(const wxString &) | 1 | 26 | 17 | 6 | 3 | 4 | 1 | 38 | 96 | 503.801 | 18.5 | 9320.32 | 517.796 | 0.147627 | 84.9435 | 33.8695 | 118.813 | 6 | 4 |
| CodeLite/FontUtils.cpp | 54 | FontUtils | | GetDefaultMonospacedFont() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.6 | 770.602 | 42.8112 | 0.0280177 | 116.137 | 0 | 116.137 | 6 | 10 |
| CodeLite/JSON.cpp | 37 | | JSON | JSON(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 119.064 | 0 | 119.064 | 4 | 14 |
| CodeLite/JSON.cpp | 43 | | JSON | JSON(cJSON *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 0 |
| CodeLite/JSON.cpp | 48 | | JSON | JSON(JSONItem) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 126.643 | 0 | 126.643 | 1 | 0 |
| CodeLite/JSON.cpp | 53 | | JSON | JSON(int) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 21 | 46 | 202.047 | 8.8 | 1778.01 | 98.7783 | 0.0489217 | 105.404 | 0 | 105.404 | 3 | 29 |
| CodeLite/JSON.cpp | 64 | | JSON | JSON(const wxFileName &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 59 | 292.298 | 9.88235 | 2888.59 | 160.477 | 0.0676087 | 102.17 | 0 | 102.17 | 6 | 28 |
| CodeLite/JSON.cpp | 76 | | JSON | [virtual] ~JSON() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 13 | 23 | 85.1101 | 7.875 | 670.242 | 37.2357 | 0.025529 | 115.908 | 0 | 115.908 | 1 | 0 |
| CodeLite/JSON.cpp | 84 | | JSON | save(const wxFileName &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 51 | 236.837 | 8.30769 | 1967.57 | 109.309 | 0.0523397 | 108.423 | 0 | 108.423 | 7 | 24 |
| CodeLite/JSON.cpp | 93 | | JSON | toElement() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 28 | 109.393 | 6.75 | 738.402 | 41.0224 | 0.0272317 | 114.603 | 0 | 114.603 | 2 | 139 |
| CodeLite/JSON.cpp | 101 | | JSON | errorString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| CodeLite/JSON.cpp | 116 | | JSON | clear() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 23 | 53 | 239.749 | 9.16667 | 2197.7 | 122.094 | 0.0563453 | 100.264 | 0 | 100.264 | 3 | 0 |
| CodeLite/JSON.cpp | 130 | | JSON | release() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 6.75 | 580.173 | 32.2318 | 0.0231873 | 118.584 | 0 | 118.584 | 0 | 3 |
| CodeLite/JSON.cpp | 103 | | JSONItem | namedObject(const wxString &) const | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 27 | 65 | 309.068 | 12.3846 | 3827.68 | 212.649 | 0.0815648 | 100.24 | 0 | 100.24 | 7 | 373 |
| CodeLite/JSON.cpp | 139 | | JSONItem | JSONItem(cJSON *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 21 | 39 | 171.3 | 10.6667 | 1827.2 | 101.511 | 0.04982 | 109.877 | 0 | 109.877 | 1 | 31 |
| CodeLite/JSON.cpp | 148 | | JSONItem | JSONItem(const wxString &, double) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 116.808 | 0 | 116.808 | 1 | 1 |
| CodeLite/JSON.cpp | 155 | | JSONItem | JSONItem(const wxString &, const std::string &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 33 | 140.182 | 5.45455 | 764.627 | 42.4793 | 0.0278727 | 116.04 | 0 | 116.04 | 2 | 1 |
| CodeLite/JSON.cpp | 162 | | JSONItem | JSONItem(const wxString &, const char *, size_t) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 6.375 | 1008.04 | 56.002 | 0.0335117 | 115.414 | 0 | 115.414 | 2 | 1 |
| CodeLite/JSON.cpp | 169 | | JSONItem | JSONItem(const wxString &, bool) | 2 | 5 | 5 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 5.85 | 695.811 | 38.6561 | 0.0261742 | 119.618 | 0 | 119.618 | 1 | 1 |
| CodeLite/JSON.cpp | 175 | | JSONItem | operator[](int) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 33 | 137.608 | 6.875 | 946.052 | 52.5584 | 0.0321234 | 113.409 | 0 | 113.409 | 3 | 23 |
| CodeLite/JSON.cpp | 183 | | JSONItem | GetAsMap() const | 0 | 15 | 14 | 0 | 1 | 3 | 1 | 32 | 89 | 445 | 19.2667 | 8573.67 | 476.315 | 0.139634 | 94.7296 | 0 | 94.7296 | 8 | 4 |
| CodeLite/JSON.cpp | 199 | | JSONItem | GetAsVector() const | 0 | 15 | 14 | 0 | 1 | 4 | 1 | 32 | 80 | 400 | 15.8667 | 6346.67 | 352.593 | 0.114264 | 95.054 | 0 | 95.054 | 8 | 3 |
| CodeLite/JSON.cpp | 215 | | JSONItem | operator[](const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 7.5 | 630 | 35 | 0.0244966 | 147.73 | 0 | 147.73 | 1 | 1473 |
| CodeLite/JSON.cpp | 217 | | JSONItem | arrayItem(int) const | 1 | 15 | 12 | 0 | 3 | 4 | 1 | 26 | 69 | 324.33 | 15.1667 | 4919.01 | 273.278 | 0.0964119 | 96.1444 | 0 | 96.1444 | 6 | 34 |
| CodeLite/JSON.cpp | 233 | | JSONItem | isNull() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 114.553 | 0 | 114.553 | 0 | 1 |
| CodeLite/JSON.cpp | 241 | | JSONItem | toBool(bool) const | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 103.261 | 0 | 103.261 | 1 | 1537 |
| CodeLite/JSON.cpp | 254 | | JSONItem | toString(const wxString &) const | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 23 | 46 | 208.084 | 11.05 | 2299.33 | 127.74 | 0.0580692 | 102.297 | 0 | 102.297 | 5 | 2082 |
| CodeLite/JSON.cpp | 267 | | JSONItem | isBool() const | 0 | 8 | 7 | 0 | 1 | 3 | 1 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 110.906 | 0 | 110.906 | 0 | 2 |
| CodeLite/JSON.cpp | 276 | | JSONItem | isString() const | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 112.39 | 0 | 112.39 | 0 | 2 |
| CodeLite/JSON.cpp | 285 | | JSONItem | append(const JSONItem &) | 1 | 35 | 29 | 0 | 6 | 9 | 1 | 42 | 205 | 1105.43 | 20.6154 | 22788.8 | 1266.04 | 0.267933 | 74.8918 | 0 | 74.8918 | 39 | 69 |
| CodeLite/JSON.cpp | 321 | | JSONItem | arrayAppend(const char *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.63636 | 1278.11 | 71.0062 | 0.0392577 | 110.228 | 0 | 110.228 | 2 | 39 |
| CodeLite/JSON.cpp | 330 | | JSONItem | arrayAppend(const std::string &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.875 | 817.726 | 45.4292 | 0.0291486 | 145.921 | 0 | 145.921 | 2 | 0 |
| CodeLite/JSON.cpp | 332 | | JSONItem | arrayAppend(double) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 35 | 156.08 | 7.8 | 1217.42 | 67.6347 | 0.038005 | 110.591 | 0 | 110.591 | 2 | 1 |
| CodeLite/JSON.cpp | 341 | | JSONItem | arrayAppend(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 149.101 | 0 | 149.101 | 1 | 0 |
| CodeLite/JSON.cpp | 343 | | JSONItem | arrayAppend(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.72222 | 900.642 | 50.0357 | 0.0310871 | 145.302 | 0 | 145.302 | 4 | 4 |
| CodeLite/JSON.cpp | 345 | | JSONItem | arrayAppend(const JSONItem &) | 1 | 36 | 31 | 0 | 5 | 10 | 1 | 46 | 134 | 740.157 | 13.8214 | 10230 | 568.335 | 0.157083 | 76.2913 | 0 | 76.2913 | 10 | 27 |
| CodeLite/JSON.cpp | 382 | | JSONItem | [static] createArray(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 7.2 | 1131.65 | 62.8693 | 0.0361981 | 112.948 | 0 | 112.948 | 6 | 23 |
| CodeLite/JSON.cpp | 390 | | JSONItem | [static] createObject(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 7.2 | 1131.65 | 62.8693 | 0.0361981 | 112.948 | 0 | 112.948 | 6 | 719 |
| CodeLite/JSON.cpp | 398 | | JSONItem | FormatRawString(bool) const | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 21 | 43 | 188.87 | 7.15 | 1350.42 | 75.0232 | 0.0407247 | 101.504 | 0 | 101.504 | 2 | 1 |
| CodeLite/JSON.cpp | 412 | | JSONItem | format(bool) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 28 | 57 | 274.019 | 9 | 2466.17 | 137.01 | 0.0608454 | 102.275 | 0 | 102.275 | 6 | 29 |
| CodeLite/JSON.cpp | 424 | | JSONItem | toInt(int) const | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 20 | 39 | 168.555 | 8.55556 | 1442.08 | 80.1157 | 0.0425473 | 103.393 | 0 | 103.393 | 0 | 3074 |
| CodeLite/JSON.cpp | 437 | | JSONItem | toSize_t(size_t) const | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 20 | 42 | 181.521 | 9.16667 | 1663.94 | 92.4412 | 0.0468063 | 103.007 | 0 | 103.007 | 0 | 927 |
| CodeLite/JSON.cpp | 450 | | JSONItem | toDouble(double) const | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 20 | 39 | 168.555 | 8.55556 | 1442.08 | 80.1157 | 0.0425473 | 103.393 | 0 | 103.393 | 0 | 879 |
| CodeLite/JSON.cpp | 463 | | JSONItem | arraySize() const | 0 | 11 | 9 | 0 | 2 | 3 | 1 | 20 | 36 | 155.589 | 7.33333 | 1140.99 | 63.3883 | 0.0363971 | 105.219 | 0 | 105.219 | 1 | 54 |
| CodeLite/JSON.cpp | 475 | | JSONItem | addProperty(const wxString &, bool) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 8.25 | 1051.36 | 58.409 | 0.0344652 | 119.489 | 0 | 119.489 | 2 | 662 |
| CodeLite/JSON.cpp | 481 | | JSONItem | addProperty(const wxString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 55 | 261.519 | 10.6786 | 2792.65 | 155.147 | 0.0661032 | 112.798 | 0 | 112.798 | 6 | 237 |
| CodeLite/JSON.cpp | 488 | | JSONItem | addProperty(const wxString &, const std::string &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 8.55556 | 1257.2 | 69.8445 | 0.0388283 | 118.749 | 0 | 118.749 | 2 | 0 |
| CodeLite/JSON.cpp | 494 | | JSONItem | addProperty(const wxString &, const wxChar *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 9.28571 | 1100.7 | 61.1497 | 0.035535 | 123.481 | 0 | 123.481 | 2 | 0 |
| CodeLite/JSON.cpp | 499 | | JSONItem | addProperty(const wxString &, long) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 9 | 1283.61 | 71.3118 | 0.0393702 | 118.904 | 0 | 118.904 | 2 | 880 |
| CodeLite/JSON.cpp | 505 | | JSONItem | addProperty(const wxString &, const wxArrayString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 69 | 345 | 14 | 4830 | 268.333 | 0.0952453 | 104.559 | 0 | 104.559 | 5 | 44 |
| CodeLite/JSON.cpp | 515 | | JSONItem | toArrayString(const wxArrayString &) const | 1 | 24 | 21 | 0 | 3 | 5 | 1 | 38 | 100 | 524.793 | 15.7857 | 8284.23 | 460.235 | 0.136473 | 85.7979 | 0 | 85.7979 | 11 | 930 |
| CodeLite/JSON.cpp | 540 | | JSONItem | hasNamedObject(const wxString &) const | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 30 | 48 | 235.531 | 10.2857 | 2422.6 | 134.589 | 0.0601266 | 106.543 | 0 | 106.543 | 4 | 81 |
| CodeLite/JSON.cpp | 550 | | JSONItem | addProperty(const wxString &, const wxPoint &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 10 | 1828.37 | 101.576 | 0.0498411 | 114.659 | 0 | 114.659 | 5 | 0 |
| CodeLite/JSON.cpp | 557 | | JSONItem | addProperty(const wxString &, const wxSize &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 10 | 1828.37 | 101.576 | 0.0498411 | 114.659 | 0 | 114.659 | 5 | 0 |
| CodeLite/JSON.cpp | 564 | | JSONItem | toPoint() const | 0 | 20 | 16 | 0 | 4 | 5 | 1 | 38 | 103 | 540.537 | 15.7857 | 8532.76 | 474.042 | 0.139189 | 88.5978 | 0 | 88.5978 | 11 | 1 |
| CodeLite/JSON.cpp | 585 | | JSONItem | toColour(const wxColour &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 21 | 44 | 193.262 | 10.6667 | 2061.46 | 114.526 | 0.0539919 | 104.091 | 0 | 104.091 | 3 | 0 |
| CodeLite/JSON.cpp | 597 | | JSONItem | toSize() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.66667 | 792.946 | 44.0526 | 0.0285567 | 119.848 | 0 | 119.848 | 2 | 0 |
| CodeLite/JSON.cpp | 604 | | JSONItem | addProperty(const wxString &, const JSONItem &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 53 | 246.124 | 11.4545 | 2819.24 | 156.625 | 0.0665223 | 108.223 | 0 | 108.223 | 4 | 3 |
| CodeLite/JSON.cpp | 613 | | JSONItem | removeProperty(const wxString &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.09091 | 1186.82 | 65.9343 | 0.0373653 | 110.228 | 26.0372 | 136.265 | 4 | 13 |
| CodeLite/JSON.cpp | 622 | | JSONItem | addProperty(const wxString &, const wxStringMap_t &) | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 38 | 95 | 498.553 | 18.5 | 9223.23 | 512.402 | 0.1466 | 94.1387 | 0 | 94.1387 | 9 | 5 |
| CodeLite/JSON.cpp | 638 | | JSONItem | toStringMap(const wxStringMap_t &) const | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 43 | 101 | 548.053 | 16.2292 | 8894.44 | 494.136 | 0.143095 | 94.5341 | 0 | 94.5341 | 15 | 5 |
| CodeLite/JSON.cpp | 653 | | JSONItem | addProperty(const wxString &, size_t) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 7.85714 | 867.126 | 48.1737 | 0.030311 | 146.31 | 0 | 146.31 | 1 | 39 |
| CodeLite/JSON.cpp | 656 | | JSONItem | addProperty(const wxString &, const wxColour &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 48 | 217.131 | 10.9091 | 2368.7 | 131.595 | 0.0592314 | 108.874 | 0 | 108.874 | 5 | 0 |
| CodeLite/JSON.cpp | 665 | | JSONItem | firstChild() | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 17 | 52 | 212.548 | 15.5833 | 3312.21 | 184.012 | 0.0740668 | 99.6896 | 0 | 99.6896 | 3 | 1 |
| CodeLite/JSON.cpp | 680 | | JSONItem | nextChild() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 17 | 38 | 155.324 | 12.8333 | 1993.32 | 110.74 | 0.0527955 | 107.001 | 0 | 107.001 | 3 | 1 |
| CodeLite/JSON.cpp | 690 | | JSONItem | addProperty(const wxString &, const char *, const wxMBConv &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 9.44444 | 1444.3 | 80.2386 | 0.0425908 | 122.156 | 0 | 122.156 | 3 | 8 |
| CodeLite/JSON.cpp | 696 | | JSONItem | addProperty(const wxString &, const wxFont &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 7 | 904.874 | 50.2708 | 0.0311844 | 123.03 | 0 | 123.03 | 2 | 0 |
| CodeLite/JSON.cpp | 701 | | JSONItem | toFont(const wxFont &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 8.70833 | 1733.28 | 96.2932 | 0.0480977 | 109.327 | 0 | 109.327 | 5 | 0 |
| CodeLite/JSON.cpp | 711 | | JSONItem | isArray() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 114.553 | 0 | 114.553 | 0 | 13 |
| CodeLite/JSON.cpp | 719 | | JSONItem | isObject() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 114.553 | 0 | 114.553 | 0 | 1 |
| CodeLite/JSON.cpp | 727 | | JSONItem | isNumber() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 114.553 | 0 | 114.553 | 0 | 626 |
| CodeLite/JSON.cpp | 735 | | JSONItem | detachProperty(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 46 | 213.617 | 10.8182 | 2310.95 | 128.386 | 0.0582648 | 108.959 | 0 | 108.959 | 5 | 0 |
| CodeLite/JSON.cpp | 744 | | JSONItem | toFileName() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 27 | 105.486 | 6 | 632.916 | 35.162 | 0.0245721 | 114.792 | 0 | 114.792 | 2 | 0 |
| CodeLite/JSON.cpp | 752 | | JSONItem | addProperty(const wxString &, const wxFileName &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 8.125 | 1016.42 | 56.4677 | 0.0336972 | 123.201 | 0 | 123.201 | 2 | 0 |
| CodeLite/JSON.cpp | 757 | | JSONItem | AddArray(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.3125 | 836.908 | 46.4949 | 0.0296026 | 117.095 | 0 | 117.095 | 3 | 17 |
| CodeLite/JSON.cpp | 764 | | JSONItem | AddObject(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.3125 | 836.908 | 46.4949 | 0.0296026 | 117.095 | 0 | 117.095 | 3 | 22 |
| CodeLite/JSON.cpp | 771 | | JSONItem | addProperty(const wxString &, cJSON *) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 50 | 235.022 | 9.33333 | 2193.54 | 121.863 | 0.0562741 | 108.463 | 0 | 108.463 | 4 | 2 |
| CodeLite/JSON.cpp | 780 | | JSONItem | toDoubleArray(const std::vector<double> &) const | 1 | 24 | 21 | 0 | 3 | 5 | 1 | 39 | 110 | 581.394 | 18.4286 | 10714.3 | 595.237 | 0.162002 | 85.2653 | 0 | 85.2653 | 9 | 0 |
| CodeLite/JSON.cpp | 805 | | JSONItem | toIntArray(const std::vector<int> &) const | 1 | 24 | 21 | 0 | 3 | 5 | 1 | 38 | 110 | 577.272 | 19.35 | 11170.2 | 620.567 | 0.166566 | 85.3023 | 0 | 85.3023 | 9 | 1 |
| CodeLite/JSON.cpp | 830 | | JSONItem | addProperty(const wxString &, const std::vector<int> &) | 2 | 17 | 14 | 1 | 2 | 4 | 1 | 42 | 93 | 501.486 | 17.05 | 8550.33 | 475.018 | 0.13938 | 91.8506 | 18.3478 | 110.198 | 5 | 1 |
| CodeLite/LSP/CodeActionRequest.cpp | 6 | | CodeActionRequest | CodeActionRequest(const LSP::TextDocumentIdentifier &, const LSP::Range &, const std::vector<LSP::Diagnostic> &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 40 | 107 | 569.446 | 12.6 | 7175.02 | 398.612 | 0.124002 | 100.476 | 0 | 100.476 | 24 | 1 |
| CodeLite/LSP/CodeActionRequest.cpp | 17 | | CodeActionRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 28 | 23 | 1 | 4 | 3 | 1 | 69 | 195 | 1191.16 | 17.7872 | 21187.5 | 1177.08 | 0.25523 | 79.4983 | 14.4303 | 93.9286 | 52 | 0 |
| CodeLite/LSP/CompletionItem.cpp | 3 | | CompletionItem | ToJSON(const wxString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5 | 420 | 23.3333 | 0.0186944 | 147.73 | 0 | 147.73 | 1 | 0 |
| CodeLite/LSP/CompletionItem.cpp | 5 | | CompletionItem | FromJSON(const JSONItem &) [override] | 1 | 42 | 36 | 3 | 3 | 7 | 2 | 74 | 337 | 2092.59 | 22.5926 | 47276.9 | 2626.5 | 0.435824 | 69.0797 | 20.1155 | 89.1953 | 65 | 1 |
| CodeLite/LSP/CompletionRequest.cpp | 7 | | CompletionRequest | CompletionRequest(const LSP::TextDocumentIdentifier &, const LSP::Position &, bool) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 32 | 72 | 360 | 11.6667 | 4200 | 233.333 | 0.0867717 | 104.567 | 0 | 104.567 | 10 | 1 |
| CodeLite/LSP/CompletionRequest.cpp | 17 | | CompletionRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 42 | 35 | 3 | 4 | 9 | 2 | 78 | 271 | 1703.34 | 19.4464 | 33124 | 1840.22 | 0.343801 | 69.6899 | 20.1155 | 89.8055 | 65 | 0 |
| CodeLite/LSP/CompletionRequest.cpp | 60 | | CompletionRequest | IsValidAt(const wxString &, size_t, size_t) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 0 | 37 | 100 | 520.945 | 14.8571 | 7739.76 | 429.987 | 0.130426 | 106.257 | 0 | 106.257 | 14 | 0 |
| CodeLite/LSP/DidChangeTextDocumentRequest.cpp | 5 | | DidChangeTextDocumentRequest | [explicit] DidChangeTextDocumentRequest(const wxString &, const wxString &) | 2 | 14 | 12 | 0 | 2 | 1 | 0 | 36 | 91 | 470.463 | 11.7727 | 5538.63 | 307.702 | 0.104347 | 96.0179 | 0 | 96.0179 | 16 | 1 |
| CodeLite/LSP/DidCloseTextDocumentRequest.cpp | 3 | | DidCloseTextDocumentRequest | [explicit] DidCloseTextDocumentRequest(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 7.84615 | 1639.64 | 91.091 | 0.0463494 | 113.964 | 0 | 113.964 | 8 | 1 |
| CodeLite/LSP/DidOpenTextDocumentRequest.cpp | 3 | | DidOpenTextDocumentRequest | [explicit] DidOpenTextDocumentRequest(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 59 | 283.634 | 10.8333 | 3072.7 | 170.706 | 0.0704518 | 109.878 | 0 | 109.878 | 8 | 1 |
| CodeLite/LSP/DidSaveTextDocumentRequest.cpp | 3 | | DidSaveTextDocumentRequest | [explicit] DidSaveTextDocumentRequest(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 64 | 307.671 | 10.8333 | 3333.1 | 185.172 | 0.074378 | 109.455 | 0 | 109.455 | 11 | 1 |
| CodeLite/LSP/DocumentSymbolsRequest.cpp | 12 | {anonymous} | | operator<<(clModuleLogger &, const std::vector<LSP::SymbolInformation> &) | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 38 | 91 | 477.561 | 14.5714 | 6958.75 | 386.597 | 0.121497 | 94.3624 | 0 | 94.3624 | 13 | 1 |
| CodeLite/LSP/DocumentSymbolsRequest.cpp | 29 | | DocumentSymbolsRequest | [explicit] DocumentSymbolsRequest(const wxString &, size_t) | 2 | 8 | 7 | 1 | 0 | 1 | 0 | 30 | 53 | 260.065 | 9.1875 | 2389.35 | 132.742 | 0.0595751 | 108.166 | 26.0372 | 134.203 | 8 | 1 |
| CodeLite/LSP/DocumentSymbolsRequest.cpp | 38 | | DocumentSymbolsRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 60 | 46 | 6 | 8 | 9 | 2 | 97 | 406 | 2679.56 | 28.35 | 75965.7 | 4220.31 | 0.597893 | 61.5559 | 23.5268 | 85.0827 | 73 | 0 |
| CodeLite/LSP/DocumentSymbolsRequest.cpp | 99 | | DocumentSymbolsRequest | CreateLSPEvent(const std::vector<LSP::SymbolInformation> &, const wxString &, const wxEventType &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 93 | 469.129 | 10.8571 | 5093.4 | 282.966 | 0.0986773 | 101.484 | 0 | 101.484 | 13 | 2 |
| CodeLite/LSP/DocumentSymbolsRequest.cpp | 110 | | DocumentSymbolsRequest | QueueEvent(wxEvtHandler *, const std::vector<LSP::SymbolInformation> &, const wxString &, const wxEventType &) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 58 | 292.575 | 10.3158 | 3018.14 | 167.674 | 0.0696154 | 107.554 | 0 | 107.554 | 3 | 3 |
| CodeLite/LSP/FilePath.cpp | 3 | | FilePath | FilePath(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 0 | 28 | 52 | 249.982 | 10.5 | 2624.82 | 145.823 | 0.0634276 | 106.004 | 0 | 106.004 | 1 | 3 |
| CodeLite/LSP/FindReferencesRequest.cpp | 7 | | FindReferencesRequest | FindReferencesRequest(const wxString &, size_t, size_t, bool) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 74 | 373.285 | 10.075 | 3760.85 | 208.936 | 0.0806125 | 106.287 | 0 | 106.287 | 12 | 1 |
| CodeLite/LSP/FindReferencesRequest.cpp | 16 | | FindReferencesRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 23 | 17 | 2 | 4 | 2 | 1 | 56 | 139 | 807.222 | 15.4054 | 12435.6 | 690.866 | 0.178919 | 84.9383 | 22.0554 | 106.994 | 15 | 0 |
| CodeLite/LSP/GotoDeclarationRequest.cpp | 7 | | GotoDeclarationRequest | [explicit] GotoDeclarationRequest(const wxString &, size_t, size_t, bool) | 4 | 12 | 12 | 0 | 0 | 1 | 0 | 38 | 93 | 488.057 | 11.0833 | 5409.3 | 300.517 | 0.102716 | 98.3243 | 0 | 98.3243 | 13 | 1 |
| CodeLite/LSP/GotoDeclarationRequest.cpp | 20 | | GotoDeclarationRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 32 | 28 | 1 | 3 | 5 | 2 | 54 | 188 | 1081.92 | 15.6216 | 16901.3 | 938.963 | 0.219529 | 77.3753 | 13.5225 | 90.8979 | 38 | 0 |
| CodeLite/LSP/GotoDeclarationRequest.cpp | 53 | | GotoDeclarationRequest | IsValidAt(const wxString &, size_t, size_t) const [override] | 3 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 40 | 183.399 | 7.61538 | 1396.65 | 77.5917 | 0.0416489 | 120.751 | 0 | 120.751 | 1 | 0 |
| CodeLite/LSP/GotoDefinitionRequest.cpp | 5 | | GotoDefinitionRequest | [explicit] GotoDefinitionRequest(const wxString &, size_t, size_t) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 85 | 435.989 | 11.3333 | 4941.21 | 274.512 | 0.0967017 | 101.865 | 0 | 101.865 | 13 | 1 |
| CodeLite/LSP/GotoDefinitionRequest.cpp | 16 | | GotoDefinitionRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 31 | 27 | 1 | 3 | 5 | 2 | 56 | 173 | 1004.67 | 18.8889 | 18977.1 | 1054.29 | 0.237155 | 78.2748 | 13.7333 | 92.0082 | 19 | 0 |
| CodeLite/LSP/GotoDefinitionRequest.cpp | 48 | | GotoDefinitionRequest | IsValidAt(const wxString &, size_t, size_t) const [override] | 3 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 40 | 183.399 | 7.61538 | 1396.65 | 77.5917 | 0.0416489 | 120.751 | 0 | 120.751 | 1 | 0 |
| CodeLite/LSP/GotoImplementationRequest.cpp | 6 | | GotoImplementationRequest | [explicit] GotoImplementationRequest(const wxString &, size_t, size_t) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 70 | 346.794 | 10.1111 | 3506.47 | 194.804 | 0.0769353 | 108.833 | 0 | 108.833 | 12 | 0 |
| CodeLite/LSP/GotoImplementationRequest.cpp | 14 | | GotoImplementationRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 20 | 18 | 1 | 1 | 4 | 1 | 43 | 115 | 624.02 | 12.4444 | 7765.59 | 431.422 | 0.130716 | 88.081 | 16.9762 | 105.057 | 14 | 0 |
| CodeLite/LSP/GotoImplementationRequest.cpp | 35 | | GotoImplementationRequest | IsValidAt(const wxString &, size_t, size_t) const [override] | 3 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 40 | 183.399 | 7.61538 | 1396.65 | 77.5917 | 0.0416489 | 120.751 | 0 | 120.751 | 1 | 0 |
| CodeLite/LSP/HoverRequest.cpp | 4 | | HoverRequest | [explicit] HoverRequest(const wxString &, size_t, size_t) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 70 | 346.794 | 10.1111 | 3506.47 | 194.804 | 0.0769353 | 108.833 | 0 | 108.833 | 12 | 1 |
| CodeLite/LSP/HoverRequest.cpp | 12 | | HoverRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 37 | 76 | 395.918 | 11.25 | 4454.08 | 247.449 | 0.0902369 | 97.8855 | 0 | 97.8855 | 10 | 0 |
| CodeLite/LSP/InitializeRequest.cpp | 3 | | InitializeRequest | InitializeRequest(bool, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 6.15385 | 1029.98 | 57.2211 | 0.0339963 | 112.621 | 0 | 112.621 | 5 | 1 |
| CodeLite/LSP/InitializeRequest.cpp | 11 | | InitializeRequest | ToJSON(const wxString &) const [override] | 1 | 73 | 66 | 3 | 5 | 5 | 2 | 103 | 495 | 3309.82 | 18.7586 | 62087.6 | 3449.31 | 0.522655 | 58.2004 | 15.4459 | 73.6462 | 78 | 0 |
| CodeLite/LSP/InitializeRequest.cpp | 85 | | InitializeRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.3 | 802.858 | 44.6032 | 0.0287942 | 119.489 | 0 | 119.489 | 2 | 0 |
| CodeLite/LSP/InitializedNotification.cpp | 15 | LSP | InitializedNotification | InitializedNotification() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 121.672 | 0 | 121.672 | 4 | 1 |
| CodeLite/LSP/InitializedNotification.cpp | 6 | LSP | InitializedParams | ToJSON(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6 | 600 | 33.3333 | 0.0237126 | 120.75 | 0 | 120.75 | 2 | 0 |
| CodeLite/LSP/InitializedNotification.cpp | 12 | LSP | InitializedParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.42857 | 202.996 | 11.2775 | 0.0115134 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/LSP/LSPEvent.cpp | 28 | | LSPEvent | LSPEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 30 |
| CodeLite/LSP/Message.cpp | 13 | {anonymous} | | HasCompleteMessage(const std::string &, unsigned long, unsigned long) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 8.72727 | 1302.79 | 72.377 | 0.0397613 | 122.282 | 0 | 122.282 | 1 | 1 |
| CodeLite/LSP/Message.cpp | 18 | {anonymous} | | ReadHeaders(const std::string &, std::unordered_map<std::string, std::string> &) | 2 | 20 | 17 | 2 | 2 | 3 | 1 | 53 | 168 | 962.291 | 18.1618 | 17476.9 | 970.939 | 0.224485 | 86.0587 | 23.5268 | 109.585 | 24 | 1 |
| CodeLite/LSP/Message.cpp | 41 | | Message | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 8.25 | 1380.82 | 76.7121 | 0.0413336 | 115.118 | 0 | 115.118 | 4 | 1 |
| CodeLite/LSP/Message.cpp | 48 | | Message | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 4.90909 | 572.852 | 31.8251 | 0.0229918 | 146.02 | 0 | 146.02 | 4 | 2 |
| CodeLite/LSP/Message.cpp | 50 | | Message | [static] GetNextID() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 121.911 | 0 | 121.911 | 0 | 1 |
| CodeLite/LSP/Message.cpp | 56 | | Message | [static] GetJSONPayload(std::string &) | 1 | 69 | 53 | 5 | 11 | 8 | 2 | 88 | 418 | 2700.04 | 27.6 | 74521.2 | 4140.07 | 0.59029 | 59.4822 | 20.2523 | 79.7344 | 148 | 2 |
| CodeLite/LSP/MessageWithParams.cpp | 8 | | MessageWithParams | ToJSON(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 10.4 | 2849.8 | 158.322 | 0.0670021 | 105.756 | 0 | 105.756 | 10 | 2 |
| CodeLite/LSP/MessageWithParams.cpp | 18 | | MessageWithParams | FromJSON(const JSONItem &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 122.3 | 31.9355 | 154.235 | 1 | 0 |
| CodeLite/LSP/MessageWithParams.cpp | 24 | | MessageWithParams | ToString() const [override] | 0 | 23 | 15 | 4 | 4 | 1 | 0 | 38 | 93 | 488.057 | 11.18 | 5456.48 | 303.138 | 0.103313 | 87.7847 | 30.1022 | 117.887 | 17 | 1 |
| CodeLite/LSP/MessageWithParams.cpp | 48 | | MessageWithParams | [static] MakeRequest(LSP::MessageWithParams *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 32 | 121.835 | 10 | 1218.35 | 67.6863 | 0.0380243 | 119.723 | 0 | 119.723 | 2 | 18 |
| CodeLite/LSP/Notification.cpp | 3 | | Notification | Notification() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 9 | 25.2662 | 3.75 | 94.7482 | 5.26379 | 0.00692776 | 153.977 | 0 | 153.977 | 0 | 0 |
| CodeLite/LSP/Notification.cpp | 6 | | Notification | ~Notification() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 10 | 30 | 4.5 | 135 | 7.5 | 0.00877205 | 153.084 | 0 | 153.084 | 0 | 0 |
| CodeLite/LSP/RenameRequest.cpp | 8 | | RenameRequest | RenameRequest(const wxString &, const wxString &, size_t, size_t) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 89 | 448.951 | 11.7 | 5252.73 | 291.818 | 0.100725 | 105.327 | 0 | 105.327 | 15 | 1 |
| CodeLite/LSP/RenameRequest.cpp | 17 | | RenameRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 26 | 23 | 1 | 3 | 3 | 3 | 69 | 204 | 1246.14 | 17.5 | 21807.4 | 1211.52 | 0.260185 | 80.4642 | 14.9585 | 95.4227 | 62 | 0 |
| CodeLite/LSP/RenameRequest.cpp | 44 | | RenameRequest | OnError(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 10 | 7 | 3 | 0 | 1 | 0 | 33 | 62 | 312.752 | 6.75 | 2111.08 | 117.282 | 0.0548549 | 103.592 | 37.5154 | 141.107 | 12 | 0 |
| CodeLite/LSP/Request.cpp | 3 | | Request | Request() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 18 | 62.2698 | 3.6 | 224.171 | 12.454 | 0.0123008 | 126.828 | 0 | 126.828 | 1 | 0 |
| CodeLite/LSP/Request.cpp | 8 | | Request | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 8.25 | 1455.46 | 80.8587 | 0.04281 | 114.845 | 0 | 114.845 | 5 | 3 |
| CodeLite/LSP/Request.cpp | 15 | | Request | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 148.373 | 0 | 148.373 | 1 | 0 |
| CodeLite/LSP/ResponseError.cpp | 3 | | ResponseError | ResponseError(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 5.33333 | 610.394 | 33.9108 | 0.0239857 | 120.048 | 0 | 120.048 | 3 | 2 |
| CodeLite/LSP/ResponseError.cpp | 9 | | ResponseError | FromJSON(const JSONItem &) [override] | 1 | 13 | 9 | 3 | 1 | 2 | 1 | 30 | 70 | 343.482 | 9.33333 | 3205.84 | 178.102 | 0.0724724 | 98.6243 | 33.8695 | 132.494 | 12 | 1 |
| CodeLite/LSP/ResponseError.cpp | 23 | | ResponseError | ToString() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| CodeLite/LSP/ResponseError.cpp | 25 | | ResponseError | ToJSON(const wxString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.78571 | 486 | 27 | 0.0206049 | 147.73 | 0 | 147.73 | 1 | 0 |
| CodeLite/LSP/ResponseMessage.cpp | 5 | | ResponseMessage | ResponseMessage(std::unique_ptr<JSON> &&) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 21 | 35 | 153.731 | 7.7 | 1183.73 | 65.7628 | 0.0373004 | 115.56 | 29.5564 | 145.117 | 5 | 1 |
| CodeLite/LSP/ResponseMessage.cpp | 12 | | ResponseMessage | ToString() const [override] | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 26 | 47 | 220.921 | 7.5 | 1656.91 | 92.0503 | 0.0466742 | 110.718 | 0 | 110.718 | 8 | 6 |
| CodeLite/LSP/ResponseMessage.cpp | 21 | | ResponseMessage | ToJSON(const wxString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.78571 | 486 | 27 | 0.0206049 | 147.73 | 0 | 147.73 | 1 | 0 |
| CodeLite/LSP/ResponseMessage.cpp | 23 | | ResponseMessage | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 118.665 | 0 | 118.665 | 4 | 1 |
| CodeLite/LSP/ResponseMessage.cpp | 29 | | ResponseMessage | Has(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 7.15 | 910.747 | 50.5971 | 0.0313192 | 122.877 | 0 | 122.877 | 4 | 4 |
| CodeLite/LSP/ResponseMessage.cpp | 34 | | ResponseMessage | Get(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 8.86364 | 1747.5 | 97.0831 | 0.0483604 | 111.54 | 0 | 111.54 | 5 | 82 |
| CodeLite/LSP/ResponseMessage.cpp | 42 | | ResponseMessage | GetDiagnostics() const | 0 | 17 | 16 | 0 | 1 | 3 | 1 | 40 | 113 | 601.378 | 13.8 | 8299.01 | 461.056 | 0.136635 | 91.136 | 0 | 91.136 | 13 | 1 |
| CodeLite/LSP/ResponseMessage.cpp | 60 | | ResponseMessage | GetDiagnosticsUri() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 45 | 208.974 | 6.28571 | 1313.55 | 72.9749 | 0.03998 | 109.074 | 0 | 109.074 | 7 | 1 |
| CodeLite/LSP/ResponseMessage.cpp | 69 | | ResponseMessage | IsErrorResponse() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 2 | 1 |
| CodeLite/LSP/SemanticTokensRequest.cpp | 10 | | SemanticTokensRequest | [explicit] SemanticTokensRequest(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 47 | 220.921 | 9 | 1988.29 | 110.46 | 0.0527066 | 111.178 | 0 | 111.178 | 9 | 1 |
| CodeLite/LSP/SemanticTokensRequest.cpp | 18 | | SemanticTokensRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 56 | 39 | 8 | 9 | 5 | 1 | 84 | 294 | 1879.34 | 31.5 | 59199.3 | 3288.85 | 0.506317 | 65.4382 | 27.6325 | 93.0707 | 48 | 0 |
| CodeLite/LSP/SignatureHelpRequest.cpp | 5 | | SignatureHelpRequest | [explicit] SignatureHelpRequest(const wxString &, size_t, size_t) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 85 | 435.989 | 11.3333 | 4941.21 | 274.512 | 0.0967017 | 101.865 | 0 | 101.865 | 13 | 1 |
| CodeLite/LSP/SignatureHelpRequest.cpp | 16 | | SignatureHelpRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 37 | 76 | 395.918 | 11.25 | 4454.08 | 247.449 | 0.0902369 | 97.8855 | 0 | 97.8855 | 10 | 0 |
| CodeLite/LSP/SignatureHelpRequest.cpp | 30 | | SignatureHelpRequest | IsValidAt(const wxString &, size_t, size_t) const [override] | 3 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 40 | 183.399 | 7.61538 | 1396.65 | 77.5917 | 0.0416489 | 120.751 | 0 | 120.751 | 1 | 0 |
| CodeLite/LSP/WorkspaceExecuteCommand.cpp | 5 | LSP | WorkspaceExecuteCommand | WorkspaceExecuteCommand(const wxString &, const LSP::Command &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 33 | 65 | 327.886 | 8.125 | 2664.07 | 148.004 | 0.0640584 | 109.124 | 0 | 109.124 | 17 | 1 |
| CodeLite/LSP/WorkspaceExecuteCommand.cpp | 13 | LSP | WorkspaceExecuteCommand | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 48 | 222.905 | 7.85714 | 1751.4 | 97.2998 | 0.0484323 | 111.131 | 0 | 111.131 | 17 | 0 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 9 | {anonymous} | | operator<<(clModuleLogger &, const std::vector<LSP::SymbolInformation> &) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 38 | 89 | 467.066 | 14.5714 | 6805.81 | 378.101 | 0.11971 | 95.5956 | 0 | 95.5956 | 13 | 1 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 32 | LSP | WorkspaceSymbolParams | WorkspaceSymbolParams() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 5 | 5 | 11.6096 | 1.5 | 17.4145 | 0.96747 | 0.00223951 | 158.02 | 0 | 158.02 | 0 | 1 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 33 | LSP | WorkspaceSymbolParams | ~WorkspaceSymbolParams() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 35 | LSP | WorkspaceSymbolParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 22 | 93.4544 | 5.55556 | 519.191 | 28.844 | 0.0215326 | 147.175 | 0 | 147.175 | 4 | 0 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 37 | LSP | WorkspaceSymbolParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 8.5 | 1288.78 | 71.5987 | 0.0394757 | 115.632 | 0 | 115.632 | 4 | 0 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 44 | LSP | WorkspaceSymbolParams | SetQuery(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 1 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 45 | LSP | WorkspaceSymbolParams | GetQuery() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 5.625 | 291.41 | 16.1894 | 0.0146515 | 150.243 | 0 | 150.243 | 0 | 0 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 49 | | WorkspaceSymbolRequest | [explicit] WorkspaceSymbolRequest(const wxString &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 24 | 42 | 192.568 | 8 | 1540.55 | 85.586 | 0.0444627 | 111.892 | 27.6325 | 139.524 | 7 | 1 |
| CodeLite/LSP/WorkspaceSymbolRequest.cpp | 57 | | WorkspaceSymbolRequest | OnResponse(const LSP::ResponseMessage &, wxEvtHandler *) [override] | 2 | 37 | 30 | 2 | 5 | 5 | 1 | 63 | 215 | 1285.12 | 21.1951 | 27238.2 | 1513.23 | 0.301762 | 74.1284 | 17.6221 | 91.7505 | 52 | 0 |
| CodeLite/LSP/basic_types.cpp | 9 | {anonymous} | | LSP_LOG_HANDLER() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 1 |
| CodeLite/LSP/basic_types.cpp | 14 | LSP | | GetLogHandle() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3.5 | 139.521 | 7.75117 | 0.00896682 | 129.148 | 0 | 129.148 | 1 | 388 |
| CodeLite/LSP/basic_types.cpp | 19 | LSP | | FileNameToURI(const wxString &) | 1 | 15 | 14 | 1 | 0 | 2 | 0 | 26 | 58 | 272.626 | 12 | 3271.51 | 181.75 | 0.0734588 | 97.5075 | 19.4709 | 116.978 | 4 | 1 |
| CodeLite/LSP/basic_types.cpp | 35 | LSP | | Initialise() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 6 | 15.5098 | 2 | 31.0196 | 1.72331 | 0.00329081 | 156.514 | 0 | 156.514 | 0 | 3 |
| CodeLite/LSP/basic_types.cpp | 392 | LSP | | ParseWorkspaceEdit(const JSONItem &) | 1 | 51 | 47 | 1 | 3 | 8 | 3 | 77 | 407 | 2550.58 | 37.3585 | 95285.9 | 5293.66 | 0.695394 | 64.6752 | 10.7617 | 75.4369 | 61 | 2 |
| CodeLite/LSP/basic_types.cpp | 380 | LSP | Command | FromJSON(const JSONItem &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 26 | 46 | 216.22 | 7.71429 | 1667.98 | 92.6658 | 0.0468821 | 109.126 | 26.0372 | 135.164 | 12 | 1 |
| CodeLite/LSP/basic_types.cpp | 390 | LSP | Command | ToJSON(const wxString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/LSP/basic_types.cpp | 281 | LSP | Diagnostic | FromJSON(const JSONItem &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 6.08824 | 1516.72 | 84.2623 | 0.044003 | 113.05 | 0 | 113.05 | 10 | 1 |
| CodeLite/LSP/basic_types.cpp | 288 | LSP | Diagnostic | ToJSON(const wxString &) const [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 61 | 293.249 | 9.75 | 2859.17 | 158.843 | 0.0671489 | 107.542 | 0 | 107.542 | 10 | 1 |
| CodeLite/LSP/basic_types.cpp | 309 | LSP | DocumentSymbol | FromJSON(const JSONItem &) [override] | 1 | 20 | 18 | 1 | 1 | 2 | 1 | 47 | 140 | 777.642 | 12.5152 | 9732.31 | 540.684 | 0.151946 | 87.3965 | 16.9762 | 104.373 | 26 | 1 |
| CodeLite/LSP/basic_types.cpp | 330 | LSP | DocumentSymbol | ToJSON(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.875 | 759.317 | 42.1843 | 0.0277435 | 120.234 | 0 | 120.234 | 1 | 0 |
| CodeLite/LSP/basic_types.cpp | 264 | LSP | Hover | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 5.81818 | 889.748 | 49.4304 | 0.0308359 | 118.541 | 0 | 118.541 | 6 | 1 |
| CodeLite/LSP/basic_types.cpp | 270 | LSP | Hover | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 8.84615 | 2000.81 | 111.156 | 0.0529276 | 111.055 | 0 | 111.055 | 8 | 0 |
| CodeLite/LSP/basic_types.cpp | 141 | LSP | Location | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 65 | 318.948 | 8.66667 | 2764.22 | 153.568 | 0.0656538 | 109.268 | 0 | 109.268 | 15 | 8 |
| CodeLite/LSP/basic_types.cpp | 149 | LSP | Location | ToJSON(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 67 | 325.485 | 9.16667 | 2983.61 | 165.756 | 0.0690834 | 105.091 | 0 | 105.091 | 12 | 2 |
| CodeLite/LSP/basic_types.cpp | 250 | LSP | MarkupContent | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6 | 1001.45 | 55.636 | 0.0333655 | 118.086 | 0 | 118.086 | 8 | 2 |
| CodeLite/LSP/basic_types.cpp | 256 | LSP | MarkupContent | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 8.88462 | 1792.37 | 99.576 | 0.0491847 | 111.65 | 0 | 111.65 | 6 | 1 |
| CodeLite/LSP/basic_types.cpp | 173 | LSP | ParameterInformation | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6 | 1001.45 | 55.636 | 0.0333655 | 118.086 | 0 | 118.086 | 8 | 1 |
| CodeLite/LSP/basic_types.cpp | 179 | LSP | ParameterInformation | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 8.88462 | 1792.37 | 99.576 | 0.0491847 | 111.65 | 0 | 111.65 | 6 | 1 |
| CodeLite/LSP/basic_types.cpp | 71 | LSP | Position | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 6.23077 | 1111.43 | 61.746 | 0.0357657 | 117.741 | 0 | 117.741 | 6 | 3 |
| CodeLite/LSP/basic_types.cpp | 77 | LSP | Position | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 8.88462 | 1792.37 | 99.576 | 0.0491847 | 111.65 | 0 | 111.65 | 6 | 3 |
| CodeLite/LSP/basic_types.cpp | 127 | LSP | Range | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7 | 968.112 | 53.784 | 0.0326209 | 119.064 | 0 | 119.064 | 6 | 7 |
| CodeLite/LSP/basic_types.cpp | 133 | LSP | Range | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 8.84615 | 2000.81 | 111.156 | 0.0529276 | 111.055 | 0 | 111.055 | 8 | 8 |
| CodeLite/LSP/basic_types.cpp | 221 | LSP | SignatureHelp | FromJSON(const JSONItem &) [override] | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 37 | 104 | 541.783 | 11.04 | 5981.29 | 332.294 | 0.109835 | 93.9363 | 19.4709 | 113.407 | 14 | 1 |
| CodeLite/LSP/basic_types.cpp | 237 | LSP | SignatureHelp | ToJSON(const wxString &) const [override] | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 84 | 430.86 | 11.2273 | 4837.38 | 268.743 | 0.0953423 | 98.7424 | 0 | 98.7424 | 13 | 1 |
| CodeLite/LSP/basic_types.cpp | 187 | LSP | SignatureInformation | FromJSON(const JSONItem &) [override] | 1 | 18 | 18 | 0 | 0 | 4 | 3 | 41 | 128 | 685.767 | 13.4815 | 9245.15 | 513.619 | 0.146832 | 89.2972 | 0 | 89.2972 | 19 | 1 |
| CodeLite/LSP/basic_types.cpp | 206 | LSP | SignatureInformation | ToJSON(const wxString &) const [override] | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 41 | 109 | 583.973 | 14.4 | 8409.21 | 467.179 | 0.137842 | 94.434 | 0 | 94.434 | 15 | 1 |
| CodeLite/LSP/basic_types.cpp | 339 | LSP | SymbolInformation | FromJSON(const JSONItem &) [override] | 1 | 19 | 16 | 1 | 2 | 4 | 2 | 47 | 126 | 699.878 | 15.2069 | 10643 | 591.276 | 0.161283 | 88.3154 | 17.3987 | 105.714 | 21 | 2 |
| CodeLite/LSP/basic_types.cpp | 359 | LSP | SymbolInformation | ToJSON(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 70 | 346.794 | 12.3529 | 4283.92 | 237.996 | 0.0879238 | 104.762 | 0 | 104.762 | 11 | 2 |
| CodeLite/LSP/basic_types.cpp | 109 | LSP | TextDocumentContentChangeEvent | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 46 | 213.617 | 8.30769 | 1774.67 | 98.5926 | 0.0488604 | 111.122 | 0 | 111.122 | 9 | 1 |
| CodeLite/LSP/basic_types.cpp | 117 | LSP | TextDocumentContentChangeEvent | ToJSON(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 57 | 271.029 | 9.6 | 2601.87 | 144.549 | 0.0630574 | 105.813 | 0 | 105.813 | 8 | 1 |
| CodeLite/LSP/basic_types.cpp | 297 | LSP | TextDocumentContentChangeEvent | SetText(const wxString &) | 1 | 9 | 9 | 1 | 0 | 2 | 1 | 27 | 60 | 285.293 | 11.25 | 3209.55 | 178.308 | 0.0725284 | 105.547 | 24.6875 | 130.234 | 5 | 3 |
| CodeLite/LSP/basic_types.cpp | 40 | LSP | TextDocumentIdentifier | FromJSON(const JSONItem &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 4.875 | 663.789 | 36.8772 | 0.0253648 | 122.76 | 0 | 122.76 | 4 | 6 |
| CodeLite/LSP/basic_types.cpp | 45 | LSP | TextDocumentIdentifier | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 8.5 | 1402.49 | 77.9162 | 0.041765 | 115.193 | 0 | 115.193 | 5 | 7 |
| CodeLite/LSP/basic_types.cpp | 88 | LSP | TextDocumentItem | FromJSON(const JSONItem &) [override] | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 29 | 70 | 340.059 | 7.36842 | 2505.7 | 139.205 | 0.0614937 | 106.772 | 0 | 106.772 | 15 | 1 |
| CodeLite/LSP/basic_types.cpp | 97 | LSP | TextDocumentItem | ToJSON(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 64 | 307.671 | 8.41176 | 2588.05 | 143.781 | 0.0628339 | 105.384 | 0 | 105.384 | 14 | 1 |
| CodeLite/LSP/basic_types.cpp | 159 | LSP | TextEdit | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6 | 975.094 | 54.1719 | 0.0327776 | 118.225 | 0 | 118.225 | 7 | 4 |
| CodeLite/LSP/basic_types.cpp | 165 | LSP | TextEdit | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 8.64286 | 1886.4 | 104.8 | 0.0508903 | 111.241 | 0 | 111.241 | 7 | 1 |
| CodeLite/LSP/basic_types.cpp | 369 | LSP | URI | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 2142 |
| CodeLite/LSP/basic_types.cpp | 370 | LSP | URI | GetUrl() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 2142 |
| CodeLite/LSP/basic_types.cpp | 371 | LSP | URI | [static] FromString(const wxString &, URI *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 8.25 | 1418.14 | 78.7854 | 0.042075 | 117.933 | 0 | 117.933 | 4 | 4287 |
| CodeLite/LSP/basic_types.cpp | 55 | LSP | VersionedTextDocumentIdentifier | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6.13636 | 875.19 | 48.6217 | 0.0304986 | 118.904 | 0 | 118.904 | 4 | 1 |
| CodeLite/LSP/basic_types.cpp | 61 | LSP | VersionedTextDocumentIdentifier | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 8.5 | 1326.68 | 73.7045 | 0.040246 | 115.482 | 0 | 115.482 | 4 | 1 |
| CodeLite/LSP/json_rpc_params.cpp | 151 | LSP | CodeActionParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 153 | LSP | CodeActionParams | ToJSON(const wxString &) const [override] | 1 | 14 | 12 | 2 | 1 | 2 | 1 | 36 | 93 | 480.803 | 10.5 | 5048.43 | 280.468 | 0.0980956 | 95.6749 | 27.6325 | 123.307 | 16 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 115 | LSP | CompletionParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 117 | LSP | CompletionParams | ToJSON(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.3125 | 777.129 | 43.1738 | 0.0281757 | 120.434 | 0 | 120.434 | 2 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 66 | LSP | DidChangeTextDocumentParams | FromJSON(const JSONItem &) [override] | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 38 | 96 | 503.801 | 13.0435 | 6571.32 | 365.073 | 0.116945 | 95.2019 | 0 | 95.2019 | 13 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 81 | LSP | DidChangeTextDocumentParams | ToJSON(const wxString &) const [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 36 | 90 | 465.293 | 13.9286 | 6480.87 | 360.048 | 0.115869 | 99.7522 | 0 | 99.7522 | 13 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 53 | LSP | DidCloseTextDocumentParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 147.272 | 0 | 147.272 | 3 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 55 | LSP | DidCloseTextDocumentParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 8.18182 | 1365.61 | 75.8673 | 0.0410296 | 115.133 | 0 | 115.133 | 5 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 40 | LSP | DidOpenTextDocumentParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 147.272 | 0 | 147.272 | 3 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 42 | LSP | DidOpenTextDocumentParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 8.18182 | 1365.61 | 75.8673 | 0.0410296 | 115.133 | 0 | 115.133 | 5 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 97 | LSP | DidSaveTextDocumentParams | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 7 | 1030.13 | 57.2294 | 0.0339995 | 118.741 | 0 | 118.741 | 7 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 103 | LSP | DidSaveTextDocumentParams | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 8.64286 | 1886.4 | 104.8 | 0.0508903 | 111.241 | 0 | 111.241 | 7 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 172 | LSP | DocumentSymbolParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 147.272 | 0 | 147.272 | 3 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 174 | LSP | DocumentSymbolParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 8.18182 | 1365.61 | 75.8673 | 0.0410296 | 115.133 | 0 | 115.133 | 5 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 126 | LSP | ExecuteCommandParams | ExecuteCommandParams(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 6.85714 | 696.543 | 38.6968 | 0.0261925 | 120.669 | 0 | 120.669 | 2 | 1 |
| CodeLite/LSP/json_rpc_params.cpp | 132 | LSP | ExecuteCommandParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 134 | LSP | ExecuteCommandParams | ToJSON(const wxString &) const [override] | 1 | 12 | 10 | 2 | 0 | 2 | 1 | 29 | 64 | 310.911 | 9.52941 | 2962.8 | 164.6 | 0.0687617 | 100.439 | 29.5564 | 129.995 | 9 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 181 | LSP | ReferenceParams | ReferenceParams(bool) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 4.5 | 209.281 | 11.6267 | 0.0117499 | 128.346 | 0 | 128.346 | 0 | 1 |
| CodeLite/LSP/json_rpc_params.cpp | 186 | LSP | ReferenceParams | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 7.5 | 1137.16 | 63.1753 | 0.0363155 | 118.586 | 0 | 118.586 | 6 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 192 | LSP | ReferenceParams | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 8.06667 | 1706.26 | 94.7922 | 0.0475966 | 111.404 | 0 | 111.404 | 6 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 200 | LSP | RenameParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 202 | LSP | RenameParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 8.5 | 1326.68 | 73.7045 | 0.040246 | 115.482 | 0 | 115.482 | 4 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 27 | LSP | SemanticTokensParams | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 147.272 | 0 | 147.272 | 3 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 29 | LSP | SemanticTokensParams | ToJSON(const wxString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 8.18182 | 1365.61 | 75.8673 | 0.0410296 | 115.133 | 0 | 115.133 | 5 | 0 |
| CodeLite/LSP/json_rpc_params.cpp | 9 | LSP | TextDocumentPositionParams | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7 | 968.112 | 53.784 | 0.0326209 | 119.064 | 0 | 119.064 | 6 | 2 |
| CodeLite/LSP/json_rpc_params.cpp | 15 | LSP | TextDocumentPositionParams | ToJSON(const wxString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 8.84615 | 2000.81 | 111.156 | 0.0529276 | 111.055 | 0 | 111.055 | 8 | 3 |
| CodeLite/LSP/json_rpc_results.cpp | 5 | | ResultBoolean | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.5 | 527.496 | 29.3053 | 0.0217616 | 147.04 | 0 | 147.04 | 1 | 0 |
| CodeLite/LSP/json_rpc_results.cpp | 4 | | ResultNumber | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.5 | 527.496 | 29.3053 | 0.0217616 | 147.04 | 0 | 147.04 | 1 | 0 |
| CodeLite/LSP/json_rpc_results.cpp | 3 | | ResultString | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 147.272 | 0 | 147.272 | 2 | 0 |
| CodeLite/PHP/PHPDocComment.cpp | 10 | | PHPDocComment | PHPDocComment(PHPSourceFile &, const wxString &) | 2 | 91 | 77 | 8 | 7 | 16 | 4 | 120 | 570 | 3936.93 | 28 | 110234 | 6124.11 | 0.766342 | 51.1977 | 22.1676 | 73.3653 | 93 | 3 |
| CodeLite/PHP/PHPDocComment.cpp | 102 | | PHPDocComment | GetParam(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 8.5 | 1516.21 | 84.2337 | 0.0439931 | 109.897 | 0 | 109.897 | 3 | 0 |
| CodeLite/PHP/PHPDocComment.cpp | 111 | | PHPDocComment | GetReturn() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 2 |
| CodeLite/PHP/PHPDocComment.cpp | 113 | | PHPDocComment | IsReturnNullable() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| CodeLite/PHP/PHPDocComment.cpp | 115 | | PHPDocComment | GetVar() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 1 |
| CodeLite/PHP/PHPDocComment.cpp | 117 | | PHPDocComment | GetParam(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 10 | 2063.23 | 114.624 | 0.0540229 | 109.14 | 0 | 109.14 | 4 | 1 |
| CodeLite/PHP/PHPDocComment.cpp | 126 | | PHPDocComment | ProcessMethods() | 0 | 34 | 25 | 7 | 2 | 7 | 4 | 60 | 182 | 1075.05 | 16.5 | 17738.4 | 985.466 | 0.226719 | 75.9663 | 32.323 | 108.289 | 35 | 1 |
| CodeLite/PHP/PHPDocParam.cpp | 5 | | PHPDocParam | PHPDocParam(PHPSourceFile &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.5 | 550 | 30.5556 | 0.0223762 | 120.75 | 0 | 120.75 | 0 | 1 |
| CodeLite/PHP/PHPDocParam.cpp | 11 | | PHPDocParam | Parse() | 0 | 47 | 34 | 5 | 8 | 10 | 3 | 51 | 212 | 1202.55 | 19.9091 | 23941.8 | 1330.1 | 0.276896 | 69.4482 | 24.2031 | 93.6513 | 32 | 1 |
| CodeLite/PHP/PHPDocProperty.cpp | 8 | | PHPDocProperty | PHPDocProperty(PHPSourceFile &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.5 | 550 | 30.5556 | 0.0223762 | 120.75 | 0 | 120.75 | 0 | 2 |
| CodeLite/PHP/PHPDocProperty.cpp | 14 | | PHPDocProperty | ParseParams() | 0 | 25 | 24 | 1 | 0 | 7 | 5 | 53 | 182 | 1042.48 | 18.7714 | 19568.9 | 1087.16 | 0.24206 | 81.1075 | 15.2452 | 96.3528 | 22 | 1 |
| CodeLite/PHP/PHPDocProperty.cpp | 40 | | PHPDocProperty | ParseMethods() | 0 | 30 | 27 | 2 | 2 | 7 | 3 | 70 | 261 | 1599.74 | 24.7128 | 39534.1 | 2196.34 | 0.386836 | 75.9271 | 19.4709 | 95.398 | 43 | 1 |
| CodeLite/PHP/PHPDocVar.cpp | 5 | | PHPDocVar | PHPDocVar(PHPSourceFile &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 112.774 | 0 | 112.774 | 2 | 2 |
| CodeLite/PHP/PHPDocVar.cpp | 13 | | PHPDocVar | PHPDocVar() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 22 | 81.4097 | 5.6 | 455.894 | 25.3275 | 0.0197449 | 118.866 | 0 | 118.866 | 1 | 1 |
| CodeLite/PHP/PHPDocVar.cpp | 20 | | PHPDocVar | Parse(PHPSourceFile &, const wxString &) | 2 | 42 | 26 | 9 | 7 | 7 | 1 | 45 | 151 | 829.27 | 16.0893 | 13342.4 | 741.242 | 0.187514 | 73.8929 | 32.8615 | 106.754 | 22 | 1 |
| CodeLite/PHP/PHPDocVar.cpp | 63 | | PHPDocVar | Store(wxSQLite3Database &, wxLongLong) | 2 | 18 | 17 | 0 | 1 | 2 | 1 | 43 | 139 | 754.251 | 10.4516 | 7883.14 | 437.952 | 0.132032 | 89.2622 | 0 | 89.2622 | 26 | 1 |
| CodeLite/PHP/PHPDocVar.cpp | 82 | | PHPDocVar | FromResultSet(wxSQLite3ResultSet &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 71 | 337.597 | 6.10526 | 2061.12 | 114.507 | 0.0539859 | 104.901 | 0 | 104.901 | 21 | 1 |
| CodeLite/PHP/PHPDocVisitor.cpp | 8 | | PHPDocVisitor | PHPDocVisitor(PHPSourceFile &, const std::vector<phpLexerToken> &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 33 | 71 | 358.152 | 12.0833 | 4327.67 | 240.426 | 0.0885214 | 108.435 | 0 | 108.435 | 5 | 1 |
| CodeLite/PHP/PHPDocVisitor.cpp | 16 | | PHPDocVisitor | OnEntity(PHPEntityBase::Ptr_t) [override] | 1 | 80 | 59 | 16 | 7 | 21 | 5 | 95 | 606 | 3981.33 | 33.2222 | 132269 | 7348.26 | 0.865333 | 52.0764 | 31.9355 | 84.0119 | 119 | 0 |
| CodeLite/PHP/PHPEntityBase.cpp | 4 | | PHPEntityBase | PHPEntityBase() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 4.66667 | 597.333 | 33.1852 | 0.0236423 | 111.852 | 0 | 111.852 | 1 | 0 |
| CodeLite/PHP/PHPEntityBase.cpp | 13 | | PHPEntityBase | AddChild(PHPEntityBase::Ptr_t) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 28 | 60 | 288.441 | 9.96667 | 2874.8 | 159.711 | 0.0673933 | 105.49 | 24.6875 | 130.177 | 9 | 17 |
| CodeLite/PHP/PHPEntityBase.cpp | 23 | | PHPEntityBase | FindChild(const wxString &, bool) const | 2 | 20 | 18 | 1 | 1 | 5 | 2 | 35 | 113 | 579.609 | 16.5 | 9563.55 | 531.308 | 0.150184 | 88.2349 | 16.9762 | 105.211 | 17 | 8 |
| CodeLite/PHP/PHPEntityBase.cpp | 44 | | PHPEntityBase | StoreRecursive(PHPLookupTable *) | 1 | 9 | 7 | 1 | 1 | 2 | 1 | 20 | 33 | 142.624 | 7.94444 | 1133.07 | 62.9481 | 0.0362284 | 109.152 | 24.6875 | 133.839 | 4 | 3 |
| CodeLite/PHP/PHPEntityBase.cpp | 54 | | PHPEntityBase | SetChildren(const PHPEntityBase::List_t &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 41 | 182.837 | 6.66667 | 1218.91 | 67.7173 | 0.0380359 | 109.768 | 0 | 109.768 | 5 | 2 |
| CodeLite/PHP/PHPEntityBase.cpp | 63 | | PHPEntityBase | SetFullName(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 5.4 | 573.47 | 31.8595 | 0.0230084 | 120.438 | 0 | 120.438 | 4 | 24 |
| CodeLite/PHP/PHPEntityBase.cpp | 69 | | PHPEntityBase | RemoveChild(PHPEntityBase::Ptr_t) | 1 | 21 | 17 | 2 | 2 | 4 | 2 | 39 | 121 | 639.534 | 19 | 12151.1 | 675.063 | 0.17618 | 87.1629 | 23.0043 | 110.167 | 19 | 1 |
| CodeLite/PHP/PHPEntityBase.cpp | 91 | | PHPEntityBase | BaseToJSON(const wxString &) const | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 36 | 101 | 522.162 | 9.9 | 5169.41 | 287.189 | 0.0996566 | 96.6763 | 0 | 96.6763 | 19 | 6 |
| CodeLite/PHP/PHPEntityBase.cpp | 105 | | PHPEntityBase | BaseFromJSON(const JSONItem &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 34 | 106 | 539.271 | 7.92 | 4271.03 | 237.279 | 0.0877473 | 100.759 | 0 | 100.759 | 25 | 6 |
| CodeLite/PHP/PHPEntityClass.cpp | 8 | | PHPEntityClass | PrintStdout(int) const [override] | 1 | 19 | 18 | 0 | 1 | 5 | 2 | 46 | 131 | 723.587 | 14.4643 | 10466.2 | 581.454 | 0.159491 | 87.9121 | 0 | 87.9121 | 28 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 28 | | PHPEntityClass | Store(PHPLookupTable *) [override] | 1 | 32 | 29 | 1 | 2 | 3 | 2 | 67 | 267 | 1619.65 | 16.83 | 27258.6 | 1514.37 | 0.301913 | 75.7373 | 13.5225 | 89.2598 | 54 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 61 | | PHPEntityClass | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 39 | 127 | 671.246 | 7.65 | 5135.03 | 285.28 | 0.0992143 | 95.3703 | 0 | 95.3703 | 36 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 75 | | PHPEntityClass | GetInheritanceArray() const | 0 | 15 | 14 | 0 | 1 | 3 | 2 | 36 | 137 | 708.28 | 17.1429 | 12141.9 | 674.552 | 0.176091 | 92.3128 | 0 | 92.3128 | 25 | 1 |
| CodeLite/PHP/PHPEntityClass.cpp | 91 | | PHPEntityClass | Type() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 92 | | PHPEntityClass | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 93 | | PHPEntityClass | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 94 | | PHPEntityClass | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 7.30769 | 1355.33 | 75.296 | 0.0408233 | 108.016 | 0 | 108.016 | 11 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 104 | | PHPEntityClass | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 56 | 260.056 | 6.46875 | 1682.24 | 93.4576 | 0.0471487 | 110.33 | 0 | 110.33 | 13 | 0 |
| CodeLite/PHP/PHPEntityClass.cpp | 112 | | PHPEntityClass | ToJSON() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 47 | 215.493 | 7.5 | 1616.2 | 89.7888 | 0.0459066 | 109.144 | 0 | 109.144 | 9 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 10 | | PHPEntityFunction | PrintStdout(int) const [override] | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 38 | 89 | 467.066 | 10.7609 | 5026.03 | 279.224 | 0.0978053 | 96.7962 | 20.8285 | 117.625 | 19 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 24 | | PHPEntityFunction | GetSignature() const | 0 | 29 | 28 | 0 | 1 | 8 | 3 | 48 | 143 | 798.65 | 19.0385 | 15205.1 | 844.726 | 0.204584 | 79.8586 | 0 | 79.8586 | 22 | 7 |
| CodeLite/PHP/PHPEntityFunction.cpp | 54 | | PHPEntityFunction | Store(PHPLookupTable *) [override] | 1 | 28 | 26 | 0 | 2 | 3 | 1 | 68 | 270 | 1643.61 | 16.6667 | 27393.6 | 1521.87 | 0.302908 | 77.8241 | 0 | 77.8241 | 64 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 83 | | PHPEntityFunction | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 34 | 99 | 503.659 | 7.38 | 3717 | 206.5 | 0.0799848 | 98.1606 | 0 | 98.1606 | 29 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 96 | | PHPEntityFunction | GetScope() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 29 | 116 | 5.14286 | 596.571 | 33.1429 | 0.0236222 | 114.298 | 0 | 114.298 | 5 | 3 |
| CodeLite/PHP/PHPEntityFunction.cpp | 104 | | PHPEntityFunction | Type() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 105 | | PHPEntityFunction | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 106 | | PHPEntityFunction | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 147.745 | 0 | 147.745 | 6 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 107 | | PHPEntityFunction | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 34 | 34 | 0 | 0 | 11 | 3 | 63 | 226 | 1350.87 | 22.7125 | 30681.5 | 1704.53 | 0.326686 | 73.8588 | 0 | 73.8588 | 46 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 142 | | PHPEntityFunction | GetFullPath() const | 0 | 18 | 18 | 0 | 0 | 4 | 3 | 34 | 95 | 483.309 | 15.1111 | 7303.34 | 405.741 | 0.125476 | 91.1166 | 0 | 91.1166 | 14 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 161 | | PHPEntityFunction | FromJSON(const JSONItem &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 43 | 191.756 | 6.23077 | 1194.78 | 66.3769 | 0.0375323 | 114.411 | 0 | 114.411 | 9 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 168 | | PHPEntityFunction | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 7.08333 | 1200.33 | 66.685 | 0.0376483 | 112.557 | 0 | 112.557 | 7 | 0 |
| CodeLite/PHP/PHPEntityFunction.cpp | 176 | | PHPEntityFunction | ToTooltip() const [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 46 | 202.047 | 8.25 | 1666.88 | 92.6047 | 0.0468615 | 107.341 | 0 | 107.341 | 11 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 7 | | PHPEntityFunctionAlias | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 9 | | PHPEntityFunctionAlias | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 81 | 393.496 | 6.28571 | 2473.41 | 137.411 | 0.0609643 | 102.398 | 0 | 102.398 | 23 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 20 | | PHPEntityFunctionAlias | Store(PHPLookupTable *) [override] | 1 | 21 | 20 | 0 | 1 | 2 | 1 | 56 | 193 | 1120.82 | 13.1707 | 14762 | 820.112 | 0.20059 | 84.7053 | 0 | 84.7053 | 44 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 42 | | PHPEntityFunctionAlias | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 30 | 125.098 | 7.5 | 938.233 | 52.1241 | 0.0319462 | 113.905 | 0 | 113.905 | 4 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 50 | | PHPEntityFunctionAlias | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 52 | | PHPEntityFunctionAlias | PrintStdout(int) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.42857 | 202.996 | 11.2775 | 0.0115134 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 54 | | PHPEntityFunctionAlias | Type() const [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 25 | 97.6723 | 6 | 586.034 | 32.5574 | 0.0233432 | 115.192 | 0 | 115.192 | 4 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 62 | | PHPEntityFunctionAlias | FromJSON(const JSONItem &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 82 | 413.64 | 10.725 | 4436.29 | 246.461 | 0.0899965 | 100.364 | 0 | 100.364 | 17 | 0 |
| CodeLite/PHP/PHPEntityFunctionAlias.cpp | 74 | | PHPEntityFunctionAlias | ToJSON() const [override] | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 27 | 62 | 294.803 | 10.4 | 3065.95 | 170.331 | 0.0703486 | 102.125 | 0 | 102.125 | 12 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 3 | | PHPEntityKeyword | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 4 | | PHPEntityKeyword | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 5 | | PHPEntityKeyword | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 6 | | PHPEntityKeyword | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 7 | | PHPEntityKeyword | PrintStdout(int) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.42857 | 202.996 | 11.2775 | 0.0115134 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 8 | | PHPEntityKeyword | Store(PHPLookupTable *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 9 | | PHPEntityKeyword | Type() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 11 | | PHPEntityKeyword | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/PHP/PHPEntityKeyword.cpp | 13 | | PHPEntityKeyword | ToJSON() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 8 | | PHPEntityNamespace | PrintStdout(int) const [override] | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 28 | 50 | 240.368 | 8.25 | 1983.03 | 110.169 | 0.0526137 | 106.438 | 0 | 106.438 | 9 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 18 | | PHPEntityNamespace | Store(PHPLookupTable *) [override] | 1 | 42 | 33 | 7 | 2 | 3 | 3 | 60 | 221 | 1305.42 | 15.0909 | 19700 | 1094.45 | 0.24314 | 72.4535 | 29.5564 | 102.01 | 38 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 61 | | PHPEntityNamespace | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 66 | 317.285 | 5.4 | 1713.34 | 95.1856 | 0.0477282 | 105.224 | 0 | 105.224 | 17 | 1 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 71 | | PHPEntityNamespace | Type() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 72 | | PHPEntityNamespace | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 73 | | PHPEntityNamespace | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 74 | | PHPEntityNamespace | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 7.72727 | 1187.92 | 65.9957 | 0.0373884 | 110.9 | 0 | 110.9 | 7 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 83 | | PHPEntityNamespace | DoEnsureNamespacePathExists(wxSQLite3Database &, const wxString &) | 2 | 27 | 24 | 1 | 2 | 5 | 3 | 58 | 190 | 1113.02 | 18.0256 | 20062.8 | 1114.6 | 0.246116 | 79.9803 | 14.6873 | 94.6676 | 29 | 1 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 111 | | PHPEntityNamespace | GetParentNamespace() const | 0 | 10 | 9 | 1 | 0 | 3 | 1 | 21 | 48 | 210.831 | 8.8 | 1855.31 | 103.073 | 0.0503296 | 105.183 | 23.5268 | 128.709 | 9 | 1 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 122 | | PHPEntityNamespace | [static] BuildNamespace(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 44 | 196.215 | 12 | 2354.58 | 130.81 | 0.0589958 | 109.401 | 0 | 109.401 | 8 | 2 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 131 | | PHPEntityNamespace | FromJSON(const JSONItem &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 126.627 | 0 | 126.627 | 1 | 0 |
| CodeLite/PHP/PHPEntityNamespace.cpp | 136 | | PHPEntityNamespace | ToJSON() const [override] | 0 | 5 | 5 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 122.033 | 31.9355 | 153.969 | 3 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 9 | | PHPEntityVariable | PrintStdout(int) const [override] | 1 | 24 | 22 | 0 | 2 | 7 | 1 | 47 | 151 | 838.743 | 12.3871 | 10389.6 | 577.199 | 0.158712 | 82.8996 | 0 | 82.8996 | 36 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 34 | | PHPEntityVariable | SetVisibility(int) | 1 | 22 | 22 | 0 | 0 | 4 | 1 | 26 | 77 | 361.934 | 15.75 | 5700.46 | 316.692 | 0.10637 | 89.3695 | 0 | 89.3695 | 0 | 1 |
| CodeLite/PHP/PHPEntityVariable.cpp | 57 | | PHPEntityVariable | ToFuncArgString() const | 0 | 24 | 21 | 0 | 3 | 6 | 2 | 28 | 99 | 475.928 | 8.73529 | 4157.37 | 230.965 | 0.0861836 | 86.0761 | 0 | 86.0761 | 20 | 1 |
| CodeLite/PHP/PHPEntityVariable.cpp | 81 | | PHPEntityVariable | Store(PHPLookupTable *) [override] | 1 | 40 | 38 | 0 | 2 | 8 | 3 | 72 | 321 | 1980.55 | 20.0755 | 39760.4 | 2208.91 | 0.388311 | 69.9263 | 0 | 69.9263 | 67 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 122 | | PHPEntityVariable | FromResultSet(wxSQLite3ResultSet &) [override] | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 33 | 101 | 509.484 | 6.56 | 3342.21 | 185.679 | 0.0745135 | 98.1008 | 0 | 98.1008 | 29 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 135 | | PHPEntityVariable | GetScope() const | 0 | 16 | 13 | 0 | 3 | 10 | 1 | 33 | 104 | 524.617 | 12.9167 | 6776.3 | 376.461 | 0.119364 | 91.2182 | 0 | 91.2182 | 14 | 1 |
| CodeLite/PHP/PHPEntityVariable.cpp | 152 | | PHPEntityVariable | Type() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 153 | | PHPEntityVariable | Is(eEntityType) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 154 | | PHPEntityVariable | GetDisplayName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 156 | | PHPEntityVariable | GetNameNoDollar() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 50 | 229.248 | 9 | 2063.23 | 114.624 | 0.0540229 | 106.684 | 0 | 106.684 | 8 | 2 |
| CodeLite/PHP/PHPEntityVariable.cpp | 165 | | PHPEntityVariable | FormatPhpDoc(const CommentConfigData &) const [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 7.5 | 1304.38 | 72.4658 | 0.0397938 | 110.258 | 0 | 110.258 | 10 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 174 | | PHPEntityVariable | ToTooltip() const [override] | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 20 | 37 | 159.911 | 6.75 | 1079.4 | 59.9668 | 0.0350752 | 110.235 | 0 | 110.235 | 6 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 183 | | PHPEntityVariable | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 56 | 256.758 | 6.9 | 1771.63 | 98.4239 | 0.0488046 | 110.396 | 0 | 110.396 | 13 | 0 |
| CodeLite/PHP/PHPEntityVariable.cpp | 191 | | PHPEntityVariable | ToJSON() const [override] | 0 | 8 | 8 | 1 | 0 | 1 | 0 | 24 | 47 | 215.493 | 7.5 | 1616.2 | 89.7888 | 0.0459066 | 109.144 | 26.0372 | 135.181 | 9 | 0 |
| CodeLite/PHP/PHPEntityVisitor.cpp | 3 | | PHPEntityVisitor | Visit(PHPEntityBase::Ptr_t) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 52 | 241.481 | 9.75 | 2354.44 | 130.802 | 0.0589934 | 106.184 | 0 | 106.184 | 10 | 2 |
| CodeLite/PHP/PHPExpression.cpp | 13 | | PHPExpression | PHPExpression(const wxString &, const wxString &, bool) | 3 | 18 | 15 | 2 | 1 | 3 | 2 | 33 | 85 | 428.774 | 12.1579 | 5212.98 | 289.61 | 0.100216 | 91.9691 | 24.6875 | 116.657 | 12 | 5 |
| CodeLite/PHP/PHPExpression.cpp | 32 | | PHPExpression | CreateExpression(const wxString &) | 1 | 148 | 134 | 10 | 5 | 97 | 3 | 148 | 576 | 4152.65 | 21.5331 | 89419.1 | 4967.73 | 0.66655 | 24.4114 | 19.5949 | 44.0063 | 36 | 3 |
| CodeLite/PHP/PHPExpression.cpp | 181 | | PHPExpression | Resolve(PHPLookupTable &, const wxString &) | 2 | 133 | 84 | 32 | 17 | 31 | 6 | 103 | 635 | 4245.93 | 35.5769 | 151057 | 8392.06 | 0.945452 | 41.207 | 34.4423 | 75.6494 | 122 | 4 |
| CodeLite/PHP/PHPExpression.cpp | 315 | | PHPExpression | DoSimplifyExpression(int, PHPSourceFile::Ptr_t) | 2 | 178 | 114 | 48 | 19 | 39 | 6 | 108 | 765 | 5167.49 | 53.1429 | 274615 | 15256.4 | 1.4083 | 33.6244 | 36.0236 | 69.6479 | 105 | 2 |
| CodeLite/PHP/PHPExpression.cpp | 494 | | PHPExpression | GetExpressionAsString() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 10.2917 | 2294.06 | 127.448 | 0.0579806 | 108.738 | 0 | 108.738 | 6 | 0 |
| CodeLite/PHP/PHPExpression.cpp | 503 | | PHPExpression | GetLookupFlags() const | 0 | 21 | 20 | 0 | 1 | 7 | 3 | 37 | 119 | 619.925 | 13.3913 | 8301.6 | 461.2 | 0.136664 | 86.6348 | 0 | 86.6348 | 7 | 1 |
| CodeLite/PHP/PHPExpression.cpp | 525 | | PHPExpression | Suggest(PHPEntityBase::Ptr_t, PHPLookupTable &, PHPEntityBase::List_t &) | 3 | 76 | 48 | 19 | 9 | 19 | 4 | 88 | 463 | 2990.72 | 31.3492 | 93756.6 | 5208.7 | 0.687934 | 54.8551 | 34.9714 | 89.8265 | 92 | 1 |
| CodeLite/PHP/PHPExpression.cpp | 602 | | PHPExpression | DoMakeUnique(PHPEntityBase::List_t &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 35 | 79 | 405.213 | 12 | 4862.56 | 270.142 | 0.0956729 | 98.8316 | 0 | 98.8316 | 11 | 1 |
| CodeLite/PHP/PHPExpression.cpp | 615 | | PHPExpression | FixReturnValueNamespace(PHPLookupTable &, PHPEntityBase::Ptr_t, const wxString &, wxString &) | 4 | 23 | 21 | 2 | 0 | 4 | 2 | 42 | 129 | 695.609 | 18.02 | 12534.9 | 696.382 | 0.17987 | 85.2521 | 22.0554 | 107.307 | 18 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 160 | | PHPLookupTable | PHPLookupTable() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 165 | | PHPLookupTable | [virtual] ~PHPLookupTable() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/PHP/PHPLookupTable.cpp | 167 | | PHPLookupTable | FindMemberOf(wxLongLong, const wxString &, size_t) | 3 | 27 | 21 | 4 | 2 | 5 | 3 | 53 | 160 | 916.467 | 20 | 18329.3 | 1018.3 | 0.231727 | 80.9907 | 28.0786 | 109.069 | 22 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 195 | | PHPLookupTable | FindScope(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 29 | 61 | 296.337 | 10.7333 | 3180.68 | 176.705 | 0.0720929 | 105.119 | 0 | 105.119 | 8 | 7 |
| CodeLite/PHP/PHPLookupTable.cpp | 205 | | PHPLookupTable | Open(const wxFileName &) | 1 | 20 | 15 | 3 | 3 | 3 | 2 | 38 | 94 | 493.305 | 9.91667 | 4891.94 | 271.775 | 0.0960579 | 89.5333 | 28.2321 | 117.765 | 18 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 226 | | PHPLookupTable | Open(const wxString &) | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 41 | 185.466 | 6.10714 | 1132.67 | 62.926 | 0.0362199 | 108.016 | 24.6875 | 132.704 | 6 | 4 |
| CodeLite/PHP/PHPLookupTable.cpp | 236 | | PHPLookupTable | CreateSchema() | 0 | 93 | 70 | 9 | 14 | 5 | 2 | 89 | 456 | 2952.93 | 19.1554 | 56564.7 | 3142.48 | 0.491182 | 54.871 | 23.1746 | 78.0456 | 72 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 330 | | PHPLookupTable | UpdateSourceFile(PHPSourceFile &, bool) | 2 | 66 | 38 | 18 | 10 | 10 | 4 | 72 | 261 | 1610.35 | 20.46 | 32947.8 | 1830.43 | 0.342581 | 62.4297 | 36.1812 | 98.611 | 49 | 18 |
| CodeLite/PHP/PHPLookupTable.cpp | 397 | | PHPLookupTable | DoFindMemberOf(wxLongLong, const wxString &, bool) | 3 | 104 | 83 | 9 | 12 | 17 | 4 | 95 | 566 | 3718.54 | 42.8824 | 159460 | 8858.87 | 0.980195 | 49.1012 | 22.006 | 71.1072 | 107 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 502 | | PHPLookupTable | DoGetInheritanceParentIDs(PHPEntityBase::Ptr_t, std::vector<wxLongLong> &, std::set<wxLongLong> &, bool) | 4 | 16 | 15 | 0 | 1 | 5 | 2 | 49 | 142 | 797.289 | 17.1 | 13633.6 | 757.424 | 0.190233 | 90.1917 | 0 | 90.1917 | 18 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 519 | | PHPLookupTable | DoFindScope(const wxString &, ePhpScopeType) | 2 | 41 | 30 | 6 | 5 | 6 | 3 | 65 | 192 | 1156.29 | 21.0732 | 24366.8 | 1353.71 | 0.280163 | 72.7847 | 27.9275 | 100.712 | 32 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 561 | | PHPLookupTable | FindClass(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 124.814 | 0 | 124.814 | 1 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 566 | | PHPLookupTable | DoFindScope(wxLongLong, ePhpScopeType) | 2 | 35 | 27 | 5 | 3 | 5 | 3 | 64 | 174 | 1044 | 18.5122 | 19326.7 | 1073.71 | 0.240059 | 76.1091 | 27.6325 | 103.742 | 29 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 602 | | PHPLookupTable | FindChildren(wxLongLong, size_t, const wxString &) | 3 | 30 | 25 | 2 | 3 | 10 | 4 | 66 | 216 | 1305.59 | 23.2674 | 30377.7 | 1687.65 | 0.324526 | 76.2937 | 19.4709 | 95.7646 | 32 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 633 | | PHPLookupTable | LoadFunctionArguments(wxLongLong) | 1 | 24 | 20 | 1 | 3 | 3 | 3 | 47 | 113 | 627.669 | 11.6129 | 7289.05 | 404.947 | 0.125312 | 85.3271 | 15.5492 | 100.876 | 23 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 658 | | PHPLookupTable | EscapeWildCards(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 8 | 1244.72 | 69.1508 | 0.0385708 | 115.498 | 0 | 115.498 | 5 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 665 | | PHPLookupTable | DoAddLimit(wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.57143 | 303.621 | 16.8678 | 0.015058 | 148.951 | 0 | 148.951 | 2 | 7 |
| CodeLite/PHP/PHPLookupTable.cpp | 667 | | PHPLookupTable | DoAddNameFilter(wxString &, const wxString &, size_t) | 3 | 24 | 20 | 0 | 4 | 10 | 2 | 45 | 159 | 873.205 | 19 | 16590.9 | 921.716 | 0.216833 | 82.0002 | 0 | 82.0002 | 25 | 4 |
| CodeLite/PHP/PHPLookupTable.cpp | 692 | | PHPLookupTable | LoadAllByFilter(PHPEntityBase::List_t &, const wxString &, eLookupFlags) | 3 | 11 | 9 | 1 | 1 | 2 | 1 | 32 | 69 | 345 | 8.7 | 3001.5 | 166.75 | 0.0693592 | 101.308 | 22.5149 | 123.823 | 13 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 704 | | PHPLookupTable | NewEntity(const wxString &, ePhpScopeType) | 2 | 14 | 14 | 0 | 0 | 7 | 1 | 33 | 115 | 580.105 | 13.2632 | 7694.03 | 427.446 | 0.129912 | 93.5486 | 0 | 93.5486 | 13 | 4 |
| CodeLite/PHP/PHPLookupTable.cpp | 719 | | PHPLookupTable | LoadFromTableByNameHint(PHPEntityBase::List_t &, const wxString &, const wxString &, eLookupFlags) | 4 | 40 | 35 | 1 | 4 | 9 | 3 | 91 | 270 | 1757.1 | 19.7015 | 34617.6 | 1923.2 | 0.35406 | 70.3188 | 12.1253 | 82.4441 | 44 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 760 | | PHPLookupTable | DeleteFileEntries(const wxFileName &, bool) | 2 | 64 | 56 | 2 | 6 | 5 | 2 | 50 | 334 | 1885.05 | 28.7143 | 54127.8 | 3007.1 | 0.476971 | 63.2592 | 13.5225 | 76.7818 | 61 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 825 | | PHPLookupTable | Close() | 0 | 13 | 12 | 0 | 1 | 3 | 2 | 28 | 62 | 298.056 | 7.125 | 2123.65 | 117.981 | 0.0550724 | 99.132 | 0 | 99.132 | 13 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 839 | | PHPLookupTable | IsOpened() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 841 | | PHPLookupTable | DoFindChildren(PHPEntityBase::List_t &, wxLongLong, size_t, const wxString &) | 4 | 108 | 84 | 10 | 14 | 19 | 5 | 88 | 585 | 3778.77 | 41.25 | 155874 | 8659.68 | 0.965446 | 47.9463 | 22.7069 | 70.6532 | 94 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 950 | | PHPLookupTable | GetFileLastParsedTimestamp(const wxFileName &) | 1 | 15 | 15 | 0 | 0 | 3 | 2 | 43 | 96 | 520.921 | 9.64286 | 5023.17 | 279.065 | 0.0977681 | 93.9105 | 0 | 93.9105 | 19 | 17 |
| CodeLite/PHP/PHPLookupTable.cpp | 966 | | PHPLookupTable | UpdateFileLastParsedTimestamp(const wxFileName &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 39 | 92 | 486.257 | 9 | 4376.31 | 243.129 | 0.0891835 | 96.8168 | 0 | 96.8168 | 20 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 980 | | PHPLookupTable | ClearAll(bool) | 1 | 48 | 43 | 0 | 5 | 5 | 2 | 40 | 191 | 1016.49 | 18.537 | 18842.7 | 1046.82 | 0.236034 | 71.1312 | 0 | 71.1312 | 32 | 0 |
| CodeLite/PHP/PHPLookupTable.cpp | 1029 | | PHPLookupTable | FindFunction(const wxString &) | 1 | 31 | 22 | 4 | 5 | 4 | 3 | 49 | 135 | 757.986 | 15.3871 | 11663.2 | 647.956 | 0.171431 | 79.97 | 26.4103 | 106.38 | 26 | 4 |
| CodeLite/PHP/PHPLookupTable.cpp | 1061 | | PHPLookupTable | FindGlobalFunctionAndConsts(size_t, const wxString &) | 2 | 13 | 11 | 2 | 0 | 3 | 1 | 33 | 71 | 358.152 | 12.5 | 4476.9 | 248.717 | 0.0905448 | 98.1768 | 28.5467 | 126.724 | 12 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 1075 | | PHPLookupTable | CreateNamespaceForDefine(PHPEntityBase::Ptr_t) | 1 | 17 | 15 | 1 | 1 | 2 | 1 | 41 | 113 | 605.403 | 14.4 | 8717.81 | 484.323 | 0.141194 | 91.3313 | 18.3478 | 109.679 | 26 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1093 | | PHPLookupTable | [static] DoSplitFullname(const wxString &, wxString &, wxString &) | 3 | 12 | 8 | 4 | 0 | 2 | 1 | 26 | 57 | 267.925 | 10.2857 | 2755.8 | 153.1 | 0.0655205 | 101.213 | 38.9925 | 140.205 | 10 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 1106 | | PHPLookupTable | FindNamespaces(const wxString &, const wxString &) | 2 | 34 | 31 | 0 | 3 | 7 | 3 | 63 | 190 | 1135.68 | 20.9875 | 23835.2 | 1324.18 | 0.276073 | 75.681 | 0 | 75.681 | 37 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1141 | | PHPLookupTable | ResetDatabase() | 0 | 14 | 11 | 4 | 0 | 4 | 2 | 25 | 55 | 255.412 | 7.07143 | 1806.13 | 100.34 | 0.0494361 | 98.5043 | 36.8317 | 135.336 | 12 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1156 | | PHPLookupTable | CheckDiskImage(wxSQLite3Database &, const wxFileName &) | 2 | 18 | 17 | 1 | 0 | 3 | 2 | 47 | 116 | 644.332 | 12.4138 | 7998.61 | 444.367 | 0.133318 | 89.8513 | 17.8544 | 107.706 | 31 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1175 | | PHPLookupTable | EnsureIntegrity(const wxFileName &) | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 27 | 66 | 313.823 | 8.25 | 2589.04 | 143.835 | 0.0628498 | 98.8639 | 20.8285 | 119.692 | 13 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1189 | | PHPLookupTable | FindSymbol(const wxString &) | 1 | 84 | 58 | 13 | 13 | 8 | 4 | 64 | 346 | 2076 | 34.9186 | 72491 | 4027.28 | 0.57952 | 57.6621 | 28.6208 | 86.2829 | 62 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1274 | | PHPLookupTable | DoFixVarsDocComment(PHPEntityBase::List_t &, wxLongLong) | 2 | 28 | 24 | 2 | 2 | 6 | 4 | 64 | 187 | 1122 | 15.9091 | 17850 | 991.667 | 0.227669 | 79.1194 | 20.1155 | 99.2349 | 35 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 1303 | | PHPLookupTable | UpdateClassCache(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 115.88 | 0 | 115.88 | 2 | 2 |
| CodeLite/PHP/PHPLookupTable.cpp | 1310 | | PHPLookupTable | ClassExists(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 1 |
| CodeLite/PHP/PHPLookupTable.cpp | 1312 | | PHPLookupTable | RebuildClassCache() | 0 | 23 | 20 | 1 | 2 | 3 | 2 | 46 | 115 | 635.21 | 10.4032 | 6608.23 | 367.124 | 0.117382 | 85.9544 | 15.872 | 101.826 | 40 | 3 |
| CodeLite/PHP/PHPLookupTable.cpp | 1336 | | PHPLookupTable | FindFunctionsByFile(const wxFileName &, PHPEntityBase::List_t &) | 2 | 22 | 18 | 3 | 1 | 3 | 2 | 51 | 120 | 680.691 | 11.75 | 7998.12 | 444.34 | 0.133312 | 86.3149 | 27.069 | 113.384 | 23 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 26 | | PHPSourceFile | PHPSourceFile(const wxString &, PHPLookupTable *) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 55 | 267.189 | 7.41176 | 1980.34 | 110.019 | 0.0525661 | 104.411 | 0 | 104.411 | 2 | 27 |
| CodeLite/PHP/PHPSourceFile.cpp | 37 | | PHPSourceFile | PHPSourceFile(const wxFileName &, PHPLookupTable *) | 2 | 17 | 15 | 1 | 1 | 2 | 1 | 39 | 86 | 454.545 | 9.24 | 4199.99 | 233.333 | 0.0867716 | 92.8216 | 18.3478 | 111.169 | 7 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 55 | | PHPSourceFile | [virtual] ~PHPSourceFile() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 21 | 75.2842 | 7.5 | 564.632 | 31.3684 | 0.0227714 | 119.043 | 0 | 119.043 | 1 | 0 |
| CodeLite/PHP/PHPSourceFile.cpp | 62 | | PHPSourceFile | [static] IsInPHPSection(const wxString &) | 1 | 17 | 17 | 0 | 0 | 4 | 2 | 31 | 80 | 396.336 | 13.3333 | 5284.48 | 293.582 | 0.10113 | 93.0742 | 0 | 93.0742 | 5 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 80 | | PHPSourceFile | Parse(int) | 1 | 163 | 128 | 28 | 7 | 38 | 3 | 124 | 662 | 4603.68 | 28.2526 | 130066 | 7225.88 | 0.855698 | 35.8813 | 29.9432 | 65.8245 | 92 | 29 |
| CodeLite/PHP/PHPSourceFile.cpp | 244 | | PHPSourceFile | OnUse() | 0 | 52 | 40 | 9 | 3 | 13 | 2 | 53 | 224 | 1283.05 | 26.8333 | 34428.6 | 1912.7 | 0.35277 | 66.7835 | 30.0401 | 96.8235 | 29 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 297 | | PHPSourceFile | OnNamespace() | 0 | 29 | 22 | 6 | 2 | 7 | 2 | 45 | 119 | 653.531 | 16.625 | 10864.9 | 603.608 | 0.163517 | 81.1314 | 32.3889 | 113.52 | 15 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 327 | | PHPSourceFile | OnFunction() | 0 | 110 | 77 | 23 | 14 | 22 | 3 | 90 | 426 | 2765.53 | 23.2727 | 64361.4 | 3575.63 | 0.535339 | 48.5823 | 32.5306 | 81.1129 | 51 | 3 |
| CodeLite/PHP/PHPSourceFile.cpp | 438 | | PHPSourceFile | CurrentScope() | 0 | 9 | 8 | 2 | 0 | 2 | 1 | 22 | 51 | 227.431 | 8 | 1819.45 | 101.08 | 0.0496789 | 106.725 | 33.3545 | 140.08 | 10 | 37 |
| CodeLite/PHP/PHPSourceFile.cpp | 448 | | PHPSourceFile | LookBackForFunctionFlags() | 0 | 31 | 27 | 0 | 4 | 8 | 2 | 44 | 168 | 917.185 | 23.56 | 21608.9 | 1200.49 | 0.258603 | 78.0586 | 0 | 78.0586 | 2 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 480 | | PHPSourceFile | ParseFunctionSignature(int) | 1 | 108 | 96 | 9 | 3 | 26 | 4 | 85 | 453 | 2903.45 | 36.25 | 105250 | 5847.23 | 0.743066 | 47.7065 | 21.6227 | 69.3292 | 49 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 589 | | PHPSourceFile | ReadUntilFound(int, phpLexerToken &) | 2 | 10 | 9 | 1 | 0 | 3 | 2 | 24 | 39 | 178.814 | 10 | 1788.14 | 99.3409 | 0.0491073 | 106.039 | 23.5268 | 129.566 | 1 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 600 | | PHPSourceFile | ConsumeFunctionBody() | 0 | 16 | 16 | 0 | 0 | 4 | 2 | 28 | 52 | 249.982 | 11.5909 | 2897.52 | 160.974 | 0.067748 | 96.4528 | 0 | 96.4528 | 2 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 617 | | PHPSourceFile | ParseFunctionBody() | 0 | 34 | 32 | 1 | 1 | 8 | 3 | 42 | 119 | 641.686 | 13.125 | 8422.13 | 467.896 | 0.137983 | 78.4196 | 13.1285 | 91.5481 | 9 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 652 | | PHPSourceFile | ReadType() | 0 | 27 | 22 | 2 | 3 | 5 | 2 | 33 | 87 | 438.862 | 19.6786 | 8636.18 | 479.788 | 0.140312 | 84.8197 | 20.4627 | 105.282 | 11 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 680 | | PHPSourceFile | Namespace() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 33 | 137.608 | 5.625 | 774.042 | 43.0024 | 0.028101 | 113.409 | 0 | 113.409 | 5 | 13 |
| CodeLite/PHP/PHPSourceFile.cpp | 688 | | PHPSourceFile | PhaseTwo() | 0 | 8 | 5 | 3 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5.625 | 609.852 | 33.8806 | 0.0239715 | 112.716 | 40.6324 | 153.348 | 3 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 697 | | PHPSourceFile | NextToken(phpLexerToken &) | 1 | 29 | 26 | 2 | 1 | 11 | 3 | 59 | 184 | 1082.41 | 21.6912 | 23478.7 | 1304.37 | 0.273313 | 77.5877 | 19.7854 | 97.3731 | 20 | 37 |
| CodeLite/PHP/PHPSourceFile.cpp | 727 | | PHPSourceFile | MakeIdentifierAbsolute(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 6.66667 | 533.333 | 29.6296 | 0.0219219 | 147.983 | 0 | 147.983 | 1 | 23 |
| CodeLite/PHP/PHPSourceFile.cpp | 729 | | PHPSourceFile | OnClass(const phpLexerToken &) | 1 | 97 | 81 | 9 | 7 | 18 | 4 | 110 | 478 | 3241.49 | 33.641 | 109047 | 6058.17 | 0.760831 | 50.714 | 22.7285 | 73.4425 | 71 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 827 | | PHPSourceFile | ConsumeUntil(int) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 22 | 38 | 169.458 | 8.66667 | 1468.64 | 81.5911 | 0.0430681 | 106.319 | 0 | 106.319 | 2 | 6 |
| CodeLite/PHP/PHPSourceFile.cpp | 838 | | PHPSourceFile | ReadExpression(wxString &) | 1 | 54 | 49 | 2 | 3 | 17 | 3 | 54 | 191 | 1099.18 | 20.7742 | 22834.7 | 1268.59 | 0.268292 | 66.0564 | 14.6873 | 80.7436 | 13 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 893 | | PHPSourceFile | UngetToken(const phpLexerToken &) | 1 | 12 | 11 | 1 | 0 | 5 | 1 | 36 | 82 | 423.934 | 12.5263 | 5310.33 | 295.018 | 0.10146 | 98.1367 | 21.6227 | 119.759 | 8 | 14 |
| CodeLite/PHP/PHPSourceFile.cpp | 906 | | PHPSourceFile | Class() | 0 | 14 | 13 | 1 | 0 | 3 | 2 | 29 | 68 | 330.343 | 12.8571 | 4247.26 | 235.959 | 0.0874215 | 97.3966 | 20.1155 | 117.512 | 4 | 6 |
| CodeLite/PHP/PHPSourceFile.cpp | 921 | | PHPSourceFile | ReadUntilFoundOneOf(int, int, phpLexerToken &) | 3 | 12 | 11 | 1 | 0 | 4 | 2 | 24 | 56 | 256.758 | 14 | 3594.61 | 199.701 | 0.0782192 | 100.974 | 21.6227 | 122.597 | 1 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 934 | | PHPSourceFile | LookBackTokensContains(int) const | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 28 | 50 | 240.368 | 12 | 2884.41 | 160.245 | 0.0675435 | 108.116 | 0 | 108.116 | 2 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 943 | | PHPSourceFile | LookBackForVariablesFlags() | 0 | 29 | 25 | 0 | 4 | 7 | 2 | 42 | 153 | 825.025 | 23.5435 | 19423.9 | 1079.11 | 0.240863 | 79.9197 | 0 | 79.9197 | 2 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 973 | | PHPSourceFile | OnVariable(const phpLexerToken &) | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 39 | 101 | 533.826 | 10.3125 | 5505.08 | 305.838 | 0.103925 | 93.7832 | 0 | 93.7832 | 24 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 989 | | PHPSourceFile | ReadVariableInitialization(PHPEntityBase::Ptr_t) | 1 | 32 | 25 | 4 | 4 | 5 | 1 | 45 | 150 | 823.778 | 15.6667 | 12905.9 | 716.992 | 0.183402 | 78.7928 | 26.0372 | 104.83 | 23 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1022 | | PHPSourceFile | GetAliases() const | 0 | 14 | 12 | 1 | 1 | 2 | 1 | 32 | 75 | 375 | 10.6053 | 3976.97 | 220.943 | 0.0836721 | 96.9673 | 20.1155 | 117.083 | 13 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1037 | | PHPSourceFile | OnDefine(const phpLexerToken &) | 1 | 42 | 33 | 9 | 2 | 10 | 2 | 61 | 220 | 1304.76 | 16.7442 | 21847.2 | 1213.73 | 0.260501 | 70.8461 | 32.8615 | 103.708 | 38 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1080 | | PHPSourceFile | OnUseTrait() | 0 | 46 | 39 | 5 | 2 | 9 | 2 | 48 | 200 | 1116.99 | 22.9444 | 25628.8 | 1423.82 | 0.289755 | 70.4104 | 24.4418 | 94.8521 | 27 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1127 | | PHPSourceFile | OnCatch() | 0 | 36 | 31 | 3 | 2 | 8 | 2 | 59 | 174 | 1023.58 | 20.5882 | 21073.7 | 1170.76 | 0.254315 | 75.0655 | 21.6227 | 96.6882 | 33 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 1164 | | PHPSourceFile | ReadExtends() | 0 | 15 | 15 | 0 | 0 | 4 | 2 | 28 | 67 | 322.093 | 16 | 5153.48 | 286.305 | 0.0994518 | 96.1804 | 0 | 96.1804 | 9 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1180 | | PHPSourceFile | ReadImplements(wxArrayString &) | 1 | 34 | 32 | 2 | 0 | 9 | 2 | 42 | 154 | 830.417 | 23.1818 | 19250.6 | 1069.48 | 0.239428 | 76.8489 | 18.3478 | 95.1967 | 16 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1219 | | PHPSourceFile | OnForEach() | 0 | 51 | 36 | 8 | 7 | 10 | 2 | 46 | 236 | 1303.56 | 23.4643 | 30587.1 | 1699.28 | 0.326015 | 67.7056 | 28.7896 | 96.4952 | 49 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1271 | | PHPSourceFile | ParseUseTraitsBody() | 0 | 73 | 57 | 12 | 4 | 16 | 2 | 74 | 349 | 2167.1 | 32.8696 | 71231.6 | 3957.31 | 0.572788 | 57.8726 | 29.3808 | 87.2534 | 61 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1345 | | PHPSourceFile | OnConstant(const phpLexerToken &) | 1 | 48 | 41 | 5 | 2 | 13 | 4 | 58 | 257 | 1505.5 | 23.5541 | 35460.7 | 1970.04 | 0.359785 | 67.2488 | 23.9713 | 91.22 | 42 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1394 | | PHPSourceFile | OnEnumCase(const phpLexerToken &) | 1 | 40 | 34 | 4 | 2 | 10 | 4 | 58 | 231 | 1353.19 | 20.5263 | 27776.1 | 1543.12 | 0.305722 | 71.447 | 23.5268 | 94.9738 | 41 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1435 | | PHPSourceFile | GetPreviousToken() | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 21 | 42 | 184.477 | 10 | 1844.77 | 102.487 | 0.0501388 | 107.814 | 24.6875 | 132.501 | 4 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1445 | | PHPSourceFile | ReadFunctionReturnValueFromSignature() | 0 | 31 | 25 | 2 | 4 | 7 | 2 | 35 | 100 | 512.928 | 19.5938 | 10050.2 | 558.344 | 0.155237 | 81.3107 | 19.171 | 100.482 | 13 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1477 | | PHPSourceFile | PrependCurrentScope(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 12.75 | 2605.2 | 144.734 | 0.0631112 | 109.19 | 0 | 109.19 | 8 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1486 | | PHPSourceFile | MakeTypehintAbsolute(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 6.66667 | 533.333 | 29.6296 | 0.0219219 | 147.983 | 0 | 147.983 | 1 | 1 |
| CodeLite/PHP/PHPSourceFile.cpp | 1488 | | PHPSourceFile | DoMakeIdentifierAbsolute(const wxString &, bool) | 2 | 85 | 64 | 14 | 8 | 15 | 3 | 85 | 440 | 2820.13 | 28.9841 | 81739.1 | 4541.06 | 0.627815 | 54.2674 | 29.4057 | 83.6731 | 95 | 2 |
| CodeLite/PHP/PHPSourceFile.cpp | 1574 | | PHPSourceFile | GetAllMatchesInOrder() | 0 | 28 | 24 | 2 | 2 | 6 | 3 | 37 | 200 | 1041.89 | 24 | 25005.4 | 1389.19 | 0.285037 | 79.5046 | 20.1155 | 99.6201 | 40 | 2 |
| CodeLite/Platform/LINUX.cpp | 38 | | LINUX | get_rustup_bin_folder() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 33 | 144.946 | 8.125 | 1177.69 | 65.4272 | 0.0371734 | 110.976 | 0 | 110.976 | 3 | 1 |
| CodeLite/Platform/LINUX.cpp | 47 | | LINUX | FindInstallDir() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.5 | 281.296 | 15.6276 | 0.0143105 | 126.808 | 0 | 126.808 | 1 | 0 |
| CodeLite/Platform/LINUX.cpp | 52 | | LINUX | FindHomeDir() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 44 | 199.037 | 7.63636 | 1519.92 | 84.4398 | 0.0440648 | 109.557 | 0 | 109.557 | 5 | 2 |
| CodeLite/Platform/LINUX.cpp | 61 | | LINUX | Which(const wxString &) [override] | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 41 | 80 | 428.604 | 12.0417 | 5161.11 | 286.728 | 0.0995499 | 98.5397 | 0 | 98.5397 | 12 | 25 |
| CodeLite/Platform/LINUX.cpp | 74 | | LINUX | GetPath(bool) [override] | 1 | 68 | 45 | 12 | 11 | 10 | 2 | 76 | 295 | 1843.14 | 22.5273 | 41520.9 | 2306.72 | 0.39969 | 61.244 | 30.2908 | 91.5348 | 45 | 1 |
| CodeLite/Platform/LINUX.cpp | 143 | | LINUX | WhichWithVersion(const wxString &, const std::vector<int> &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 8.5 | 1402.49 | 77.9162 | 0.041765 | 121.761 | 0 | 121.761 | 1 | 3 |
| CodeLite/Platform/LINUX.cpp | 152 | | LINUX | [static] Get() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 6 | 279.627 | 15.5348 | 0.0142538 | 150.793 | 0 | 150.793 | 0 | 33 |
| CodeLite/Platform/LINUX.cpp | 154 | | LINUX | MacFindApp(const wxString &, bool) [override] | 2 | 19 | 17 | 1 | 1 | 3 | 0 | 42 | 90 | 485.309 | 11.6923 | 5674.38 | 315.243 | 0.106045 | 90.4492 | 17.3987 | 107.848 | 2 | 0 |
| CodeLite/Platform/MSYS2.cpp | 14 | | MSYS2 | FindInstallDir() [override] | 0 | 40 | 36 | 1 | 3 | 8 | 3 | 65 | 193 | 1162.32 | 26.2895 | 30556.7 | 1697.59 | 0.325799 | 72.6977 | 12.1253 | 84.823 | 12 | 2 |
| CodeLite/Platform/MSYS2.cpp | 55 | | MSYS2 | FindHomeDir() [override] | 0 | 22 | 18 | 0 | 4 | 4 | 1 | 36 | 93 | 480.803 | 12.4 | 5961.96 | 331.22 | 0.109599 | 87.8927 | 0 | 87.8927 | 16 | 0 |
| CodeLite/Platform/MSYS2.cpp | 78 | | MSYS2 | Which(const wxString &) [override] | 1 | 19 | 16 | 2 | 1 | 4 | 3 | 48 | 112 | 625.516 | 15.7241 | 9835.7 | 546.428 | 0.15302 | 88.8995 | 24.0864 | 112.986 | 13 | 2 |
| CodeLite/Platform/MSYS2.cpp | 98 | | MSYS2 | WhichWithVersion(const wxString &, const std::vector<int> &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 8.5 | 1402.49 | 77.9162 | 0.041765 | 121.761 | 0 | 121.761 | 1 | 0 |
| CodeLite/Platform/MSYS2.cpp | 103 | | MSYS2 | SetChroot(const wxString &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 21 | 30 | 131.77 | 5.90909 | 778.638 | 43.2577 | 0.0282121 | 111.702 | 26.0372 | 137.739 | 3 | 6 |
| CodeLite/Platform/MSYS2.cpp | 117 | | MSYS2 | [static] Get() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 6 | 279.627 | 15.5348 | 0.0142538 | 150.793 | 0 | 150.793 | 0 | 0 |
| CodeLite/Platform/MSYS2.cpp | 119 | | MSYS2 | MSYS2() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 13 | 28 | 103.612 | 6.41667 | 664.846 | 36.9359 | 0.0253918 | 115.115 | 27.6325 | 142.747 | 6 | 1 |
| CodeLite/Platform/MSYS2.cpp | 127 | | MSYS2 | GetPath(bool) [override] | 1 | 54 | 37 | 8 | 9 | 7 | 2 | 61 | 272 | 1613.16 | 20.9302 | 33763.8 | 1875.77 | 0.348214 | 66.3615 | 28.0786 | 94.4401 | 55 | 1 |
| CodeLite/Platform/PlatformCommon.cpp | 12 | | PlatformCommon | WhichWithVersion(const wxString &, const std::vector<int> &) | 2 | 22 | 17 | 2 | 3 | 4 | 2 | 49 | 150 | 842.206 | 21.0345 | 17715.4 | 984.188 | 0.226523 | 84.9778 | 22.5149 | 107.493 | 20 | 2 |
| CodeLite/Platform/PlatformCommon.cpp | 38 | | PlatformCommon | FindRustupToolchainBinDir() | 0 | 28 | 23 | 2 | 3 | 3 | 1 | 54 | 144 | 828.704 | 15.4714 | 12821.2 | 712.291 | 0.182599 | 81.385 | 20.1155 | 101.501 | 34 | 1 |
| CodeLite/Platform/PlatformCommon.cpp | 67 | | PlatformCommon | [virtual] GetPath(bool) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 8.5 | 1636.83 | 90.9351 | 0.0462965 | 109.499 | 0 | 109.499 | 7 | 0 |
| CodeLite/SFTPClientData.cpp | 3 | | SFTPClientData | SFTPClientData() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 155.713 | 0 | 155.713 | 0 | 1 |
| CodeLite/SFTPClientData.cpp | 5 | | SFTPClientData | ~SFTPClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| CodeLite/SocketAPI/clConnectionString.cpp | 4 | | clConnectionString | clConnectionString(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6.25 | 677.613 | 37.6452 | 0.0257158 | 117.376 | 0 | 117.376 | 1 | 3 |
| CodeLite/SocketAPI/clConnectionString.cpp | 11 | | clConnectionString | DoParse(const wxString &) | 1 | 36 | 32 | 5 | 1 | 6 | 2 | 54 | 189 | 1087.67 | 18.7286 | 20370.6 | 1131.7 | 0.248627 | 75.2097 | 27.2903 | 102.5 | 34 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 43 | | clSocketBase | clSocketBase(socket_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.6 | 393.727 | 21.8737 | 0.0179064 | 122.582 | 0 | 122.582 | 0 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 49 | | clSocketBase | [virtual] ~clSocketBase() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/SocketAPI/clSocketBase.cpp | 51 | | clSocketBase | [static] Initialize() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.31818 | 666.559 | 37.0311 | 0.0254354 | 114.125 | 0 | 114.125 | 0 | 0 |
| CodeLite/SocketAPI/clSocketBase.cpp | 60 | | clSocketBase | Read(wxMemoryBuffer &, long) | 2 | 37 | 31 | 5 | 4 | 8 | 4 | 60 | 172 | 1015.99 | 23.7273 | 24106.6 | 1339.25 | 0.278165 | 74.6603 | 26.9603 | 101.621 | 10 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 98 | | clSocketBase | Read(wxString &, const wxMBConv &, long) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 67 | 335 | 13.5 | 4522.5 | 251.25 | 0.0911586 | 104.711 | 0 | 104.711 | 7 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 108 | | clSocketBase | Read(char *, size_t, size_t &, long) | 4 | 22 | 19 | 0 | 3 | 5 | 2 | 44 | 130 | 709.726 | 18.62 | 13215.1 | 734.172 | 0.18632 | 85.6377 | 0 | 85.6377 | 10 | 5 |
| CodeLite/SocketAPI/clSocketBase.cpp | 131 | | clSocketBase | SelectRead(long) | 1 | 29 | 21 | 3 | 5 | 5 | 2 | 42 | 119 | 641.686 | 14.28 | 9163.27 | 509.071 | 0.145964 | 81.6865 | 23.8955 | 105.582 | 10 | 3 |
| CodeLite/SocketAPI/clSocketBase.cpp | 162 | | clSocketBase | Send(const wxString &, const wxMBConv &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 70 | 353.108 | 9.425 | 3328.04 | 184.891 | 0.0743027 | 102.731 | 0 | 102.731 | 11 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 173 | | clSocketBase | Send(const std::string &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 53 | 254.79 | 7.875 | 2006.47 | 111.471 | 0.0530274 | 106.135 | 0 | 106.135 | 7 | 4 |
| CodeLite/SocketAPI/clSocketBase.cpp | 183 | | clSocketBase | Send(const wxMemoryBuffer &) | 1 | 28 | 26 | 0 | 2 | 5 | 2 | 57 | 164 | 956.594 | 19.6176 | 18766.1 | 1042.56 | 0.235394 | 80.1787 | 0 | 80.1787 | 37 | 2 |
| CodeLite/SocketAPI/clSocketBase.cpp | 212 | | clSocketBase | [static] GetLastError() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.5 | 441.446 | 24.5248 | 0.0193255 | 113.236 | 0 | 113.236 | 1 | 4 |
| CodeLite/SocketAPI/clSocketBase.cpp | 221 | | clSocketBase | [static] error() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.2 | 271.023 | 15.0568 | 0.0139599 | 149.101 | 0 | 149.101 | 2 | 15 |
| CodeLite/SocketAPI/clSocketBase.cpp | 223 | | clSocketBase | [static] error(const int) | 1 | 23 | 18 | 2 | 3 | 2 | 0 | 44 | 101 | 551.403 | 13.1429 | 7247.01 | 402.611 | 0.12483 | 86.9202 | 22.0554 | 108.976 | 4 | 4 |
| CodeLite/SocketAPI/clSocketBase.cpp | 247 | | clSocketBase | DestroySocket() | 0 | 15 | 15 | 0 | 0 | 3 | 2 | 25 | 63 | 292.563 | 9.69231 | 2835.61 | 157.534 | 0.0667795 | 96.9105 | 0 | 96.9105 | 3 | 4 |
| CodeLite/SocketAPI/clSocketBase.cpp | 263 | | clSocketBase | ReadMessage(wxString &, int) | 2 | 38 | 28 | 4 | 6 | 4 | 2 | 53 | 186 | 1065.39 | 37.3846 | 39829.3 | 2212.74 | 0.388759 | 74.9014 | 24.0864 | 98.9878 | 8 | 2 |
| CodeLite/SocketAPI/clSocketBase.cpp | 302 | | clSocketBase | WriteMessage(const wxString &) | 1 | 22 | 15 | 4 | 3 | 3 | 1 | 51 | 117 | 663.674 | 13.3594 | 8866.27 | 492.57 | 0.142793 | 86.4466 | 30.6787 | 117.125 | 15 | 3 |
| CodeLite/SocketAPI/clSocketBase.cpp | 325 | | clSocketBase | Release() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 119.079 | 0 | 119.079 | 0 | 0 |
| CodeLite/SocketAPI/clSocketBase.cpp | 332 | | clSocketBase | MakeSocketBlocking(bool) | 1 | 17 | 16 | 1 | 0 | 3 | 1 | 38 | 78 | 409.338 | 12.9524 | 5301.91 | 294.55 | 0.101352 | 93.1363 | 18.3478 | 111.484 | 2 | 3 |
| CodeLite/SocketAPI/clSocketBase.cpp | 350 | | clSocketBase | SelectWriteMS(long) | 1 | 32 | 24 | 3 | 5 | 5 | 2 | 50 | 137 | 773.208 | 18.4655 | 14277.7 | 793.205 | 0.196178 | 79.1222 | 22.8376 | 101.96 | 12 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 383 | | clSocketBase | SelectWrite(long) | 1 | 30 | 22 | 3 | 5 | 5 | 2 | 43 | 123 | 667.431 | 14.3846 | 9600.73 | 533.374 | 0.150573 | 80.9327 | 23.5268 | 104.46 | 11 | 1 |
| CodeLite/SocketAPI/clSocketBase.cpp | 414 | | clSocketBase | SelectReadMS(long) | 1 | 31 | 23 | 5 | 5 | 5 | 2 | 48 | 135 | 753.97 | 18.2143 | 13733 | 762.946 | 0.191157 | 79.7676 | 29.14 | 108.908 | 10 | 2 |
| CodeLite/SocketAPI/clSocketBase.cpp | 446 | | clSocketBase | SetSocket(socket_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.57143 | 339.341 | 18.8523 | 0.016217 | 122.3 | 0 | 122.3 | 1 | 0 |
| CodeLite/SocketAPI/clSocketClient.cpp | 46 | | clSocketClient | ConnectLocal(const wxString &) | 1 | 17 | 17 | 1 | 0 | 2 | 1 | 49 | 112 | 628.848 | 13.7931 | 8673.76 | 481.875 | 0.140718 | 91.1337 | 18.3478 | 109.482 | 8 | 2 |
| CodeLite/SocketAPI/clSocketClient.cpp | 64 | | clSocketClient | ConnectRemote(const wxString &, int, bool &, bool) | 4 | 37 | 31 | 3 | 4 | 5 | 2 | 67 | 220 | 1334.54 | 18.4891 | 24674.5 | 1370.8 | 0.282517 | 73.9322 | 21.348 | 95.2802 | 14 | 3 |
| CodeLite/SocketAPI/clSocketClient.cpp | 102 | | clSocketClient | Connect(const wxString &, bool) | 2 | 12 | 11 | 1 | 0 | 3 | 1 | 34 | 87 | 442.609 | 12.8889 | 5704.74 | 316.93 | 0.106423 | 98.3725 | 21.6227 | 119.995 | 8 | 1 |
| CodeLite/SocketAPI/clSocketClient.cpp | 115 | | clSocketClient | ConnectNonBlocking(const wxString &, bool &) | 2 | 12 | 11 | 1 | 0 | 3 | 1 | 34 | 87 | 442.609 | 13.5 | 5975.23 | 331.957 | 0.109761 | 98.3725 | 21.6227 | 119.995 | 8 | 1 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 16 | | clAsyncSocket | clAsyncSocket(const wxString &, size_t) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 116.808 | 0 | 116.808 | 1 | 2 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 23 | | clAsyncSocket | ~clAsyncSocket() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 25 | | clAsyncSocket | Start() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.72222 | 929.695 | 51.6497 | 0.0317521 | 116.11 | 0 | 116.11 | 4 | 2 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 32 | | clAsyncSocket | Stop() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 1 | 2 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 34 | | clAsyncSocket | Send(const std::string &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 46 | 216.22 | 7.7 | 1664.9 | 92.4942 | 0.0468242 | 106.988 | 0 | 106.988 | 3 | 3 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 44 | | clAsyncSocket | Send(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 147.61 | 0 | 147.61 | 2 | 0 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 49 | | clSocketAsyncThread | clSocketAsyncThread(wxEvtHandler *, const wxString &, size_t, const wxString &) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 48 | 220.078 | 6.6 | 1452.52 | 80.6953 | 0.0427523 | 107.126 | 0 | 107.126 | 4 | 1 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 59 | | clSocketAsyncThread | ~clSocketAsyncThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 61 | | clSocketAsyncThread | Entry() [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 30 | 125.098 | 5.5 | 688.038 | 38.2243 | 0.0259789 | 111.742 | 0 | 111.742 | 2 | 0 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 70 | | clSocketAsyncThread | ServerMain() | 0 | 33 | 29 | 1 | 3 | 5 | 3 | 53 | 146 | 836.276 | 15.0882 | 12617.9 | 700.996 | 0.180664 | 78.216 | 13.3211 | 91.5371 | 24 | 1 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 104 | | clSocketAsyncThread | ClientMain() | 0 | 64 | 46 | 12 | 6 | 13 | 4 | 67 | 258 | 1565.05 | 24.4048 | 38194.7 | 2121.93 | 0.378048 | 62.3866 | 31.0814 | 93.468 | 22 | 1 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 169 | | clSocketAsyncThread | MessageLoop(clSocketBase::Ptr_t) | 1 | 42 | 37 | 4 | 1 | 9 | 6 | 61 | 199 | 1180.22 | 18.1125 | 21376.7 | 1187.59 | 0.256747 | 71.5978 | 23.0043 | 94.6021 | 24 | 2 |
| CodeLite/SocketAPI/clSocketClientAsync.cpp | 212 | | clSocketAsyncThread | BufferLoop(clSocketBase::Ptr_t) | 1 | 50 | 39 | 7 | 4 | 11 | 4 | 67 | 234 | 1419.46 | 20.5333 | 29146.3 | 1619.24 | 0.315695 | 67.3534 | 27.3868 | 94.7402 | 27 | 2 |
| CodeLite/SocketAPI/clSocketServer.cpp | 41 | | clSocketServer | ~clSocketServer() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/SocketAPI/clSocketServer.cpp | 43 | | clSocketServer | CreateServer(const std::string &) | 1 | 42 | 29 | 7 | 7 | 3 | 1 | 76 | 228 | 1424.53 | 21.32 | 30370.9 | 1687.27 | 0.324477 | 71.9995 | 29.5564 | 101.556 | 18 | 1 |
| CodeLite/SocketAPI/clSocketServer.cpp | 86 | | clSocketServer | CreateServer(const std::string &, int) | 2 | 50 | 37 | 8 | 6 | 6 | 2 | 74 | 288 | 1788.32 | 24.48 | 43778.1 | 2432.12 | 0.414048 | 67.3023 | 29.0386 | 96.3409 | 23 | 1 |
| CodeLite/SocketAPI/clSocketServer.cpp | 137 | | clSocketServer | Start(const wxString &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 35 | 96 | 492.411 | 11.625 | 5724.28 | 318.016 | 0.106666 | 100.772 | 0 | 100.772 | 18 | 4 |
| CodeLite/SocketAPI/clSocketServer.cpp | 148 | | clSocketServer | WaitForNewConnection(long) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 5 | 437.846 | 24.3248 | 0.0192203 | 125.055 | 0 | 125.055 | 2 | 4 |
| CodeLite/SocketAPI/clSocketServer.cpp | 153 | | clSocketServer | WaitForNewConnectionRaw(long) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 32 | 63 | 315 | 11 | 3465 | 192.5 | 0.0763275 | 108.873 | 0 | 108.873 | 6 | 1 |
| CodeLite/StdToWX.cpp | 3 | | StdToWX | [static] Remove(std::string &, size_t, size_t) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.3 | 749.334 | 41.6297 | 0.0274998 | 145.921 | 0 | 145.921 | 1 | 0 |
| CodeLite/StdToWX.cpp | 5 | | StdToWX | [static] EndsWith(const std::string &, const std::string &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 73 | 347.107 | 18.1818 | 6311.03 | 350.613 | 0.113836 | 106.435 | 0 | 106.435 | 6 | 0 |
| CodeLite/StdToWX.cpp | 14 | | StdToWX | [static] StartsWith(const std::string &, const std::string &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 63 | 296.128 | 15 | 4441.92 | 246.773 | 0.0900725 | 107.261 | 0 | 107.261 | 4 | 0 |
| CodeLite/StdToWX.cpp | 23 | | StdToWX | [static] Trim(std::string &, bool) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 61 | 296.337 | 10.5625 | 3130.06 | 173.892 | 0.0713259 | 105.349 | 0 | 105.349 | 5 | 0 |
| CodeLite/StdToWX.cpp | 33 | | StdToWX | [static] RemoveLast(std::string &, size_t) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 10.2 | 1955.91 | 108.661 | 0.0521328 | 114.181 | 0 | 114.181 | 3 | 0 |
| CodeLite/StdToWX.cpp | 40 | | StdToWX | [static] ToArrayString(const std::vector<wxString> &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 32 | 142.702 | 7.2 | 1027.45 | 57.0807 | 0.0339406 | 122.516 | 0 | 122.516 | 3 | 100 |
| CodeLite/StringUtils.cpp | 11 | {anonymous} | | is_env_variable(const wxString &, wxString *) | 2 | 16 | 14 | 1 | 1 | 8 | 2 | 45 | 103 | 565.661 | 21.7143 | 12282.9 | 682.385 | 0.177452 | 91.2865 | 18.8844 | 110.171 | 9 | 1 |
| CodeLite/StringUtils.cpp | 33 | {anonymous} | | expand_env_variable(const wxString &, const wxEnvVariableHashMap &) | 2 | 23 | 20 | 3 | 0 | 5 | 3 | 38 | 115 | 603.512 | 19.8 | 11949.5 | 663.863 | 0.174226 | 85.7606 | 26.5382 | 112.299 | 17 | 1 |
| CodeLite/StringUtils.cpp | 57 | {anonymous} | | split_env_string(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 34 | 82 | 417.172 | 13.0263 | 5434.21 | 301.901 | 0.103031 | 96.1831 | 0 | 96.1831 | 12 | 1 |
| CodeLite/StringUtils.cpp | 210 | {anonymous} | | SafeGetChar(wxStringView, size_t) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 9 | 1244.72 | 69.1508 | 0.0385708 | 113.383 | 0 | 113.383 | 2 | 2 |
| CodeLite/StringUtils.cpp | 503 | {anonymous} | | get_current_state(const std::vector<int> &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 34 | 153.801 | 9.33333 | 1435.48 | 79.7487 | 0.0424173 | 112.831 | 0 | 112.831 | 2 | 1 |
| CodeLite/StringUtils.cpp | 511 | {anonymous} | | get_prev_state(const std::vector<int> &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 36 | 165.059 | 9.1 | 1502.03 | 83.4463 | 0.0437185 | 112.463 | 0 | 112.463 | 2 | 3 |
| CodeLite/StringUtils.cpp | 519 | {anonymous} | | push_state(std::vector<int> &, int) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 7.94444 | 1030.06 | 57.2255 | 0.033998 | 145.473 | 0 | 145.473 | 3 | 9 |
| CodeLite/StringUtils.cpp | 520 | {anonymous} | | pop_state(std::vector<int> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6.25 | 651.551 | 36.1973 | 0.0250521 | 146.607 | 0 | 146.607 | 3 | 13 |
| CodeLite/StringUtils.cpp | 73 | | StringUtils | [static] ToStdString(const wxString &) | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 26 | 67 | 314.929 | 13 | 4094.08 | 227.449 | 0.0853067 | 97.6451 | 0 | 97.6451 | 9 | 40 |
| CodeLite/StringUtils.cpp | 88 | | StringUtils | [static] ToStdStrings(const wxArrayString &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 64 | 307.671 | 11.7 | 3599.75 | 199.986 | 0.0782937 | 103.447 | 0 | 103.447 | 7 | 10 |
| CodeLite/StringUtils.cpp | 99 | | StringUtils | [static] ToStdStrings(const std::vector<wxString> &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 69 | 331.707 | 12.5667 | 4168.46 | 231.581 | 0.0863367 | 103.056 | 0 | 103.056 | 7 | 1 |
| CodeLite/StringUtils.cpp | 110 | | StringUtils | [static] wxStringToInt(const wxString &, int, int, int) | 4 | 16 | 14 | 0 | 2 | 6 | 1 | 30 | 75 | 368.017 | 18.9615 | 6978.16 | 387.676 | 0.121723 | 93.9818 | 0 | 93.9818 | 1 | 1 |
| CodeLite/StringUtils.cpp | 127 | | StringUtils | [static] wxIntToString(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.66667 | 507.647 | 28.2026 | 0.0212123 | 119.214 | 0 | 119.214 | 3 | 1 |
| CodeLite/StringUtils.cpp | 134 | | StringUtils | [static] UTF8Length(const wchar_t *, unsigned int) | 2 | 22 | 21 | 1 | 0 | 7 | 2 | 43 | 127 | 689.136 | 26.25 | 18089.8 | 1004.99 | 0.229704 | 85.3308 | 16.2158 | 101.547 | 0 | 14 |
| CodeLite/StringUtils.cpp | 162 | | StringUtils | [static] StripTerminalColouring(const std::string &, std::string &) | 2 | 45 | 43 | 3 | 0 | 18 | 2 | 51 | 160 | 907.588 | 17.0968 | 15516.8 | 862.046 | 0.207371 | 69.776 | 19.4709 | 89.2469 | 5 | 2 |
| CodeLite/StringUtils.cpp | 221 | | StringUtils | [static] StripTerminalOSC(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 7.77778 | 1123.34 | 62.4078 | 0.0360208 | 118.839 | 0 | 118.839 | 5 | 2 |
| CodeLite/StringUtils.cpp | 229 | | StringUtils | [static] StripTerminalOSC(wxStringView) | 1 | 32 | 29 | 4 | 1 | 9 | 2 | 47 | 148 | 822.079 | 26.8333 | 22059.1 | 1225.51 | 0.262183 | 77.8835 | 26.0372 | 103.921 | 10 | 2 |
| CodeLite/StringUtils.cpp | 262 | | StringUtils | [static] StripTerminalColouring(const wxString &, wxString &) | 2 | 14 | 14 | 0 | 0 | 3 | 2 | 31 | 94 | 465.694 | 12.6389 | 5885.86 | 326.992 | 0.108664 | 95.6109 | 0 | 95.6109 | 13 | 7 |
| CodeLite/StringUtils.cpp | 277 | | StringUtils | [static] DisableMarkdownStyling(wxString &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 74 | 359.491 | 7.425 | 2669.22 | 148.29 | 0.0641409 | 102.868 | 0 | 102.868 | 21 | 3 |
| CodeLite/StringUtils.cpp | 288 | | StringUtils | [static] DecodeURI(const wxString &) | 1 | 55 | 54 | 3 | 0 | 7 | 4 | 90 | 274 | 1778.77 | 21.2143 | 37735.3 | 2096.4 | 0.375011 | 65.5561 | 17.6986 | 83.2546 | 18 | 3 |
| CodeLite/StringUtils.cpp | 344 | | StringUtils | [static] EncodeURI(const wxString &) | 1 | 32 | 31 | 0 | 1 | 3 | 2 | 79 | 252 | 1588.55 | 15.4018 | 24466.5 | 1359.25 | 0.280927 | 75.8381 | 0 | 75.8381 | 12 | 3 |
| CodeLite/StringUtils.cpp | 377 | | StringUtils | [static] NextWord(const wxString &, size_t &, wxString &, bool) | 4 | 30 | 27 | 2 | 1 | 12 | 2 | 48 | 181 | 1010.88 | 41.3 | 41749.3 | 2319.4 | 0.401154 | 77.164 | 19.4709 | 96.6349 | 9 | 4 |
| CodeLite/StringUtils.cpp | 408 | | StringUtils | [static] clJoinLinesWithEOL(const wxArrayString &, int) | 2 | 16 | 16 | 0 | 0 | 3 | 1 | 30 | 62 | 304.227 | 12 | 3650.73 | 202.818 | 0.0790311 | 95.6616 | 0 | 95.6616 | 5 | 4 |
| CodeLite/StringUtils.cpp | 425 | | StringUtils | [static] wxImplode(const wxArrayString &, const wxString &) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 31 | 74 | 366.611 | 16.5333 | 6061.29 | 336.739 | 0.110813 | 99.3522 | 0 | 99.3522 | 10 | 3 |
| CodeLite/StringUtils.cpp | 438 | | StringUtils | [static] SplitString(const wxString &, bool) | 2 | 46 | 40 | 2 | 4 | 14 | 3 | 59 | 263 | 1547.14 | 44.95 | 69543.7 | 3863.54 | 0.563703 | 67.5664 | 15.872 | 83.4384 | 27 | 3 |
| CodeLite/StringUtils.cpp | 523 | | StringUtils | [static] BuildArgv(const wxString &, int &) | 2 | 180 | 175 | 6 | 3 | 39 | 2 | 90 | 721 | 4680.63 | 67.0893 | 314020 | 17445.5 | 1.53999 | 33.9579 | 13.9543 | 47.9123 | 76 | 3 |
| CodeLite/StringUtils.cpp | 704 | | StringUtils | [static] FreeArgv(char **, int) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 12.75 | 2605.2 | 144.734 | 0.0631112 | 111.354 | 0 | 111.354 | 2 | 3 |
| CodeLite/StringUtils.cpp | 712 | | StringUtils | [static] BuildArgv(const wxString &) | 1 | 24 | 21 | 1 | 2 | 7 | 2 | 48 | 149 | 832.159 | 23.2692 | 19363.7 | 1075.76 | 0.240365 | 82.9406 | 15.5492 | 98.4898 | 19 | 23 |
| CodeLite/StringUtils.cpp | 737 | | StringUtils | [static] BuildEnvFromString(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 10 |
| CodeLite/StringUtils.cpp | 739 | | StringUtils | [static] ResolveEnvList(const clEnvList_t &) | 1 | 20 | 16 | 1 | 3 | 3 | 1 | 33 | 105 | 529.661 | 17.0833 | 9048.38 | 502.688 | 0.144741 | 89.1635 | 16.9762 | 106.14 | 16 | 2 |
| CodeLite/StringUtils.cpp | 760 | | StringUtils | [static] ResolveEnvList(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6 | 650.508 | 36.1394 | 0.0250254 | 120.33 | 0 | 120.33 | 2 | 3 |
| CodeLite/StringUtils.cpp | 766 | | StringUtils | [static] BuildCommandArrayFromString(const wxString &) | 1 | 24 | 20 | 1 | 4 | 5 | 2 | 50 | 141 | 795.784 | 20.2759 | 16135.2 | 896.4 | 0.212844 | 83.633 | 15.5492 | 99.1822 | 19 | 5 |
| CodeLite/StringUtils.cpp | 791 | | StringUtils | [static] BuildCommandStringFromArray(const wxArrayString &, size_t) | 2 | 23 | 19 | 0 | 4 | 7 | 2 | 46 | 117 | 646.257 | 26 | 16802.7 | 933.482 | 0.218674 | 84.9448 | 0 | 84.9448 | 11 | 34 |
| CodeLite/StringUtils.cpp | 815 | | StringUtils | [static] WrapWithQuotes(wxString &) | 1 | 7 | 7 | 0 | 0 | 5 | 1 | 24 | 61 | 279.683 | 11 | 3076.51 | 170.917 | 0.07051 | 109.031 | 0 | 109.031 | 10 | 102 |
| CodeLite/StringUtils.cpp | 823 | | StringUtils | [static] WrapWithDoubleQuotes(const wxString &) | 1 | 7 | 7 | 0 | 0 | 4 | 1 | 23 | 49 | 221.655 | 12.35 | 2737.43 | 152.08 | 0.0652291 | 110.47 | 0 | 110.47 | 9 | 21 |
| CodeLite/StringUtils.cpp | 831 | | StringUtils | [static] StripDoubleQuotes(const wxString &) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 25 | 57 | 264.7 | 10.1538 | 2687.72 | 149.318 | 0.0644369 | 101.046 | 0 | 101.046 | 8 | 1 |
| CodeLite/StringUtils.cpp | 844 | | StringUtils | [static] AppendAndMakeUnique(const wxArrayString &, const wxString &, size_t) | 3 | 17 | 15 | 0 | 2 | 4 | 2 | 33 | 91 | 459.04 | 15.4167 | 7076.86 | 393.159 | 0.122868 | 92.3104 | 0 | 92.3104 | 11 | 8 |
| CodeLite/archive.cpp | 66 | | Archive | Archive() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 9 |
| CodeLite/archive.cpp | 71 | | Archive | Write(const wxString &, SerializedObject *) | 2 | 17 | 15 | 0 | 2 | 2 | 1 | 41 | 104 | 557.185 | 15.2292 | 8485.47 | 471.415 | 0.138674 | 91.7629 | 0 | 91.7629 | 12 | 5 |
| CodeLite/archive.cpp | 89 | | Archive | Read(const wxString &, SerializedObject *) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 63 | 320.51 | 11.1111 | 3561.22 | 197.846 | 0.0777341 | 101.691 | 0 | 101.691 | 5 | 5 |
| CodeLite/archive.cpp | 101 | | Archive | Write(const wxString &, const wxArrayString &) | 2 | 17 | 15 | 1 | 1 | 3 | 1 | 47 | 127 | 705.433 | 19.7885 | 13959.4 | 775.524 | 0.193252 | 90.3061 | 18.3478 | 108.654 | 12 | 42 |
| CodeLite/archive.cpp | 119 | | Archive | Write(const wxString &, std::vector<TabInfo> &) | 2 | 19 | 17 | 1 | 1 | 3 | 1 | 53 | 134 | 767.541 | 21.5172 | 16515.4 | 917.521 | 0.216174 | 88.0655 | 17.3987 | 105.464 | 13 | 2 |
| CodeLite/archive.cpp | 139 | | Archive | Write(const wxString &, std::vector<int> &) | 2 | 17 | 15 | 1 | 1 | 3 | 1 | 52 | 141 | 803.762 | 19.8 | 15914.5 | 884.138 | 0.210899 | 89.6276 | 18.3478 | 107.975 | 14 | 1 |
| CodeLite/archive.cpp | 157 | | Archive | Write(const wxString &, const StringMap &) | 2 | 19 | 16 | 1 | 2 | 3 | 1 | 46 | 129 | 712.539 | 21 | 14963.3 | 831.296 | 0.20241 | 88.4521 | 17.3987 | 105.851 | 13 | 0 |
| CodeLite/archive.cpp | 178 | | Archive | Write(const wxString &, wxSize) | 2 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 105 | 569.758 | 17.0208 | 9697.75 | 538.764 | 0.151586 | 90.7209 | 0 | 90.7209 | 13 | 2 |
| CodeLite/archive.cpp | 196 | | Archive | Write(const wxString &, wxPoint) | 2 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 105 | 569.758 | 17.0208 | 9697.75 | 538.764 | 0.151586 | 90.7209 | 0 | 90.7209 | 13 | 2 |
| CodeLite/archive.cpp | 216 | | Archive | Read(const wxString &, wxArrayString &) | 2 | 23 | 21 | 1 | 1 | 5 | 3 | 45 | 125 | 686.482 | 15.7115 | 10785.7 | 599.205 | 0.162721 | 85.0908 | 15.872 | 100.963 | 13 | 43 |
| CodeLite/archive.cpp | 240 | | Archive | Read(const wxString &, std::vector<TabInfo> &) | 2 | 25 | 23 | 1 | 1 | 5 | 3 | 49 | 133 | 746.756 | 17.625 | 13161.6 | 731.199 | 0.185816 | 83.3024 | 15.2452 | 98.5476 | 12 | 2 |
| CodeLite/archive.cpp | 266 | | Archive | Read(const wxString &, std::vector<int> &) | 2 | 25 | 23 | 1 | 1 | 6 | 4 | 52 | 143 | 815.163 | 16.5968 | 13529.1 | 751.615 | 0.189259 | 82.6166 | 15.2452 | 97.8618 | 12 | 1 |
| CodeLite/archive.cpp | 292 | | Archive | Read(const wxString &, StringMap &) | 2 | 25 | 23 | 1 | 1 | 5 | 3 | 48 | 142 | 793.065 | 19.8333 | 15729.1 | 873.84 | 0.209258 | 82.9895 | 15.2452 | 98.2348 | 19 | 0 |
| CodeLite/archive.cpp | 318 | | Archive | Read(const wxString &, wxSize &) | 2 | 21 | 19 | 0 | 2 | 3 | 1 | 42 | 118 | 636.293 | 15.64 | 9951.63 | 552.868 | 0.15422 | 87.4193 | 0 | 87.4193 | 13 | 2 |
| CodeLite/archive.cpp | 340 | | Archive | Read(const wxString &, wxPoint &) | 2 | 21 | 19 | 0 | 2 | 3 | 1 | 42 | 118 | 636.293 | 15.64 | 9951.63 | 552.868 | 0.15422 | 87.4193 | 0 | 87.4193 | 13 | 2 |
| CodeLite/archive.cpp | 363 | | Archive | Write(const wxString &, int) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 5.31818 | 643.574 | 35.7541 | 0.0248472 | 145.831 | 0 | 145.831 | 2 | 1359 |
| CodeLite/archive.cpp | 365 | | Archive | Read(const wxString &, int &) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 28 | 57 | 274.019 | 9.53333 | 2612.32 | 145.129 | 0.063226 | 99.5692 | 0 | 99.5692 | 2 | 1360 |
| CodeLite/archive.cpp | 379 | | Archive | Write(const wxString &, long) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 5.31818 | 643.574 | 35.7541 | 0.0248472 | 145.831 | 0 | 145.831 | 2 | 2 |
| CodeLite/archive.cpp | 381 | | Archive | Read(const wxString &, long &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.31818 | 666.559 | 37.0311 | 0.0254354 | 145.649 | 0 | 145.649 | 2 | 2 |
| CodeLite/archive.cpp | 383 | | Archive | Write(const wxString &, bool) | 2 | 1 | 1 | 0 | 0 | 2 | 0 | 23 | 32 | 144.754 | 6.875 | 995.184 | 55.288 | 0.0332262 | 144.67 | 0 | 144.67 | 2 | 6511 |
| CodeLite/archive.cpp | 385 | | Archive | Read(const wxString &, bool &) | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 30 | 55 | 269.879 | 13.1429 | 3546.98 | 197.054 | 0.0775267 | 105.605 | 0 | 105.605 | 2 | 6510 |
| CodeLite/archive.cpp | 395 | | Archive | Write(const wxString &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 78 | 400.084 | 14.1667 | 5667.86 | 314.881 | 0.105964 | 100.537 | 0 | 100.537 | 7 | 1870 |
| CodeLite/archive.cpp | 407 | | Archive | WriteCData(const wxString &, const wxString &) | 2 | 13 | 11 | 0 | 2 | 2 | 1 | 36 | 75 | 387.744 | 12.9737 | 5030.47 | 279.471 | 0.0978629 | 97.994 | 0 | 97.994 | 6 | 433 |
| CodeLite/archive.cpp | 421 | | Archive | ReadCData(const wxString &, wxString &) | 2 | 15 | 13 | 1 | 1 | 3 | 1 | 33 | 75 | 378.33 | 12.75 | 4823.7 | 267.983 | 0.0951625 | 95.5736 | 19.4709 | 115.045 | 6 | 433 |
| CodeLite/archive.cpp | 437 | | Archive | Read(const wxString &, wxString &) | 2 | 12 | 12 | 0 | 0 | 3 | 1 | 32 | 70 | 350 | 12 | 4200 | 233.333 | 0.0867717 | 99.5933 | 0 | 99.5933 | 5 | 1870 |
| CodeLite/archive.cpp | 450 | | Archive | Read(const wxString &, size_t &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 9.16667 | 1824.5 | 101.361 | 0.0497709 | 107.419 | 0 | 107.419 | 1 | 457 |
| CodeLite/archive.cpp | 460 | | Archive | Read(const wxString &, wxFileName &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 45 | 197.654 | 11 | 2174.2 | 120.789 | 0.0559429 | 107.455 | 0 | 107.455 | 4 | 0 |
| CodeLite/archive.cpp | 470 | | Archive | Write(const wxString &, size_t) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 146.403 | 0 | 146.403 | 1 | 458 |
| CodeLite/archive.cpp | 472 | | Archive | Write(const wxString &, const wxFileName &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 7.22222 | 889.705 | 49.428 | 0.0308349 | 145.739 | 0 | 145.739 | 2 | 0 |
| CodeLite/archive.cpp | 474 | | Archive | SetXmlNode(wxXmlNode *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 9 |
| CodeLite/archive.cpp | 476 | | Archive | WriteSimple(long, const wxString &, const wxString &) | 3 | 14 | 12 | 0 | 2 | 2 | 1 | 38 | 83 | 435.578 | 15.75 | 6860.35 | 381.131 | 0.120349 | 96.1886 | 0 | 96.1886 | 8 | 3 |
| CodeLite/archive.cpp | 491 | | Archive | ReadSimple(long &, const wxString &, const wxString &) | 3 | 14 | 13 | 0 | 1 | 3 | 1 | 38 | 83 | 435.578 | 12.9524 | 5641.77 | 313.432 | 0.105639 | 95.9586 | 0 | 95.9586 | 5 | 3 |
| CodeLite/archive.cpp | 507 | | Archive | Read(const wxString &, wxColour &) | 2 | 19 | 16 | 0 | 3 | 4 | 1 | 37 | 90 | 468.851 | 13.175 | 6177.11 | 343.173 | 0.11222 | 90.3986 | 0 | 90.3986 | 10 | 0 |
| CodeLite/archive.cpp | 526 | | Archive | Write(const wxString &, const wxColour &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 38 | 82 | 430.33 | 13.95 | 6003.1 | 333.506 | 0.110102 | 100.158 | 0 | 100.158 | 8 | 0 |
| CodeLite/archive.cpp | 539 | | Archive | Write(const wxString &, const wxStringMap_t &) | 2 | 19 | 16 | 1 | 2 | 3 | 1 | 47 | 126 | 699.878 | 19.7885 | 13849.5 | 769.417 | 0.192236 | 88.5454 | 17.3987 | 105.944 | 12 | 18 |
| CodeLite/archive.cpp | 559 | | Archive | Read(const wxString &, wxStringMap_t &) | 2 | 25 | 23 | 1 | 1 | 5 | 3 | 48 | 136 | 759.555 | 18.6667 | 14178.4 | 787.687 | 0.195267 | 83.214 | 15.2452 | 98.4593 | 17 | 19 |
| CodeLite/archive.cpp | 585 | | Archive | Read(const wxString &, wxStringSet_t &) | 2 | 23 | 21 | 1 | 1 | 5 | 3 | 43 | 119 | 645.726 | 15.8333 | 10224 | 567.999 | 0.157021 | 85.409 | 15.872 | 101.281 | 11 | 0 |
| CodeLite/archive.cpp | 609 | | Archive | Write(const wxString &, const wxStringSet_t &) | 2 | 18 | 15 | 1 | 2 | 3 | 1 | 43 | 110 | 596.889 | 17.0208 | 10159.6 | 564.419 | 0.156361 | 90.249 | 17.8544 | 108.103 | 10 | 0 |
| CodeLite/archive.cpp | 628 | | Archive | Read(const wxString &, wxFont &, const wxFont &) | 3 | 11 | 11 | 0 | 0 | 3 | 1 | 30 | 66 | 323.855 | 15.4286 | 4996.62 | 277.59 | 0.0974233 | 101.407 | 0 | 101.407 | 6 | 0 |
| CodeLite/archive.cpp | 640 | | Archive | Write(const wxString &, const wxFont &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.3 | 802.858 | 44.6032 | 0.0287942 | 145.562 | 0 | 145.562 | 2 | 0 |
| CodeLite/archive.cpp | 41 | | TabInfo | TabInfo() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 5.25 | 308.754 | 17.153 | 0.0152272 | 123.511 | 0 | 123.511 | 0 | 3 |
| CodeLite/archive.cpp | 47 | | TabInfo | DeSerialize(Archive &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 71 | 333.731 | 7.94118 | 2650.22 | 147.234 | 0.0638361 | 106.869 | 0 | 106.869 | 10 | 1 |
| CodeLite/archive.cpp | 56 | | TabInfo | Serialize(Archive &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 71 | 333.731 | 7.94118 | 2650.22 | 147.234 | 0.0638361 | 106.869 | 0 | 106.869 | 10 | 1 |
| CodeLite/clAnagram.cpp | 7 | | clAnagram | clAnagram(const wxString &, size_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.75 | 717.35 | 39.8528 | 0.0267116 | 120.434 | 0 | 120.434 | 1 | 1 |
| CodeLite/clAnagram.cpp | 13 | | clAnagram | MatchesInOrder(const wxString &) const | 1 | 16 | 16 | 0 | 0 | 5 | 2 | 35 | 84 | 430.86 | 16.625 | 7163.04 | 397.947 | 0.123864 | 93.392 | 0 | 93.392 | 9 | 1 |
| CodeLite/clAnagram.cpp | 30 | | clAnagram | Reset(const wxString &, size_t) | 2 | 24 | 23 | 0 | 1 | 6 | 3 | 44 | 121 | 660.591 | 15.58 | 10292 | 571.778 | 0.157717 | 84.3712 | 0 | 84.3712 | 15 | 1 |
| CodeLite/clAnagram.cpp | 55 | | clAnagram | IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/clBitset.cpp | 13 | | clBitset | clBitset() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 19 | 68.1143 | 6 | 408.686 | 22.7048 | 0.0183571 | 148.82 | 0 | 148.82 | 1 | 0 |
| CodeLite/clBitset.cpp | 15 | | clBitset | set(size_t, bool) | 2 | 5 | 5 | 0 | 0 | 2 | 1 | 23 | 29 | 131.183 | 7.63636 | 1001.76 | 55.6535 | 0.0333725 | 119.109 | 0 | 119.109 | 0 | 6 |
| CodeLite/clBitset.cpp | 21 | | clBitset | test(size_t) const | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 19 | 24 | 101.95 | 6.11111 | 623.029 | 34.6127 | 0.0243156 | 120.65 | 0 | 120.65 | 0 | 1 |
| CodeLite/clBitset.cpp | 27 | | clBitset | to_string() const | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 23 | 36 | 162.848 | 8.18182 | 1332.39 | 74.0219 | 0.0403615 | 110.14 | 0 | 110.14 | 3 | 1 |
| CodeLite/clBitset.cpp | 36 | | clBitset | from_string(const wxString &) | 1 | 9 | 8 | 0 | 1 | 4 | 1 | 33 | 58 | 292.575 | 14.9286 | 4367.72 | 242.651 | 0.0890667 | 104.956 | 0 | 104.956 | 3 | 1 |
| CodeLite/clDebuggerBreakpoint.cpp | 9 | | clDebuggerBreakpoint | clDebuggerBreakpoint(const clDebuggerBreakpoint &) | 1 | 18 | 14 | 2 | 2 | 5 | 2 | 31 | 77 | 381.473 | 13.9643 | 5327 | 295.944 | 0.101672 | 92.117 | 24.6875 | 116.805 | 8 | 4247 |
| CodeLite/clDebuggerBreakpoint.cpp | 28 | | clDebuggerBreakpoint | operator=(const clDebuggerBreakpoint &) | 1 | 26 | 25 | 2 | 1 | 2 | 1 | 36 | 139 | 718.62 | 19.4091 | 13947.8 | 774.875 | 0.193144 | 83.5567 | 20.8285 | 104.385 | 8 | 1412 |
| CodeLite/clDebuggerBreakpoint.cpp | 55 | | clDebuggerBreakpoint | DeSerialize(Archive &) [override] | 1 | 27 | 23 | 1 | 4 | 1 | 0 | 55 | 222 | 1283.46 | 14.0833 | 18075.4 | 1004.19 | 0.229582 | 80.1594 | 14.6873 | 94.8467 | 30 | 0 |
| CodeLite/clDebuggerBreakpoint.cpp | 83 | | clDebuggerBreakpoint | Serialize(Archive &) [override] | 1 | 18 | 17 | 1 | 0 | 1 | 0 | 48 | 191 | 1066.73 | 11.4459 | 12209.7 | 678.317 | 0.176746 | 87.6898 | 17.8544 | 105.544 | 30 | 0 |
| CodeLite/clDebuggerBreakpoint.cpp | 102 | | clDebuggerBreakpoint | ToJSON() const | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 42 | 126 | 679.432 | 11.431 | 7766.61 | 431.478 | 0.130727 | 91.9435 | 0 | 91.9435 | 23 | 0 |
| CodeLite/clDebuggerBreakpoint.cpp | 119 | | clDebuggerBreakpoint | FromJSON(const JSONItem &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 40 | 117 | 622.666 | 8.34483 | 5196.04 | 288.669 | 0.0999985 | 97.0577 | 0 | 97.0577 | 32 | 0 |
| CodeLite/clEditorConfig.cpp | 8 | | clEditorConfig | clEditorConfig() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 0 | 1 |
| CodeLite/clEditorConfig.cpp | 13 | | clEditorConfig | LoadForFile(const wxFileName &, wxFileName &) | 2 | 52 | 42 | 4 | 8 | 9 | 2 | 78 | 286 | 1797.63 | 23.5849 | 42396.8 | 2355.38 | 0.405292 | 65.9499 | 20.8285 | 86.7784 | 47 | 1 |
| CodeLite/clEditorConfig.cpp | 167 | | clEditorConfig | ProcessSection(wxString &) | 1 | 83 | 71 | 5 | 7 | 15 | 2 | 75 | 386 | 2404.32 | 39.9149 | 95968.3 | 5331.57 | 0.698711 | 55.4827 | 18.5569 | 74.0396 | 44 | 2 |
| CodeLite/clEditorConfig.cpp | 252 | | clEditorConfig | ProcessDirective(wxString &) | 1 | 37 | 29 | 0 | 8 | 9 | 1 | 52 | 237 | 1351 | 16.6216 | 22455.9 | 1247.55 | 0.265317 | 72.9484 | 0 | 72.9484 | 47 | 1 |
| CodeLite/clEditorConfig.cpp | 290 | | clEditorConfig | ReadUntil(wxChar, wxString &, wxString &) | 3 | 13 | 13 | 0 | 0 | 3 | 2 | 33 | 69 | 348.063 | 16.2857 | 5668.46 | 314.914 | 0.105971 | 98.3254 | 0 | 98.3254 | 5 | 2 |
| CodeLite/clEditorConfig.cpp | 304 | | clEditorConfig | GetSectionForFile(const wxFileName &, clEditorConfigSection &) | 2 | 50 | 46 | 1 | 3 | 16 | 4 | 75 | 320 | 1993.22 | 23.6635 | 47166.5 | 2620.36 | 0.435146 | 64.4382 | 10.867 | 75.3052 | 36 | 1 |
| CodeLite/clEditorConfig.cpp | 355 | | clEditorConfigSection | PrintToLog() | 0 | 28 | 28 | 0 | 0 | 8 | 2 | 38 | 163 | 855.412 | 5.86667 | 5018.42 | 278.801 | 0.0977065 | 80.0701 | 0 | 80.0701 | 80 | 2 |
| CodeLite/clEditorConfig.cpp | 71 | | clEditorConfigTreeNode | AddChild(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 11.25 | 1653.14 | 91.841 | 0.0466034 | 113.298 | 0 | 113.298 | 3 | 1 |
| CodeLite/clEditorConfig.cpp | 80 | | clEditorConfigTreeNode | clEditorConfigTreeNode() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 5 | 5 | 11.6096 | 1.5 | 17.4145 | 0.96747 | 0.00223951 | 158.02 | 0 | 158.02 | 0 | 3 |
| CodeLite/clEditorConfig.cpp | 81 | | clEditorConfigTreeNode | ~clEditorConfigTreeNode() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 25 | 97.6723 | 9.625 | 940.096 | 52.2275 | 0.0319885 | 115.192 | 0 | 115.192 | 3 | 0 |
| CodeLite/clEditorConfig.cpp | 90 | | clEditorConfigTreeNode | GetPatterns() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 21 | 77.7092 | 6.4 | 497.339 | 27.6299 | 0.0209241 | 119.108 | 0 | 119.108 | 3 | 1 |
| CodeLite/clEditorConfig.cpp | 96 | | clEditorConfigTreeNode | Add(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 25 | 95.1839 | 6 | 571.103 | 31.728 | 0.022945 | 118.053 | 0 | 118.053 | 3 | 3 |
| CodeLite/clEditorConfig.cpp | 103 | | clEditorConfigTreeNode | Add(const wxArrayString &) | 1 | 11 | 10 | 0 | 1 | 3 | 2 | 33 | 64 | 322.841 | 13.2812 | 4287.74 | 238.208 | 0.087976 | 101.423 | 0 | 101.423 | 6 | 2 |
| CodeLite/clEditorConfig.cpp | 115 | | clEditorConfigTreeNode | IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| CodeLite/clEditorConfig.cpp | 118 | | clEditorConfigTreeNode | DoGetLeaves(clEditorConfigTreeNode *, clEditorConfigTreeNode::Vec_t &) | 2 | 11 | 10 | 1 | 0 | 3 | 2 | 31 | 73 | 361.656 | 16.3929 | 5928.58 | 329.366 | 0.109189 | 100.832 | 22.5149 | 123.347 | 5 | 2 |
| CodeLite/clEditorConfig.cpp | 133 | | clEditorConfigTreeNode | DoGetPatterns(clEditorConfigTreeNode *, wxArrayString &, const wxString &) | 3 | 11 | 10 | 1 | 0 | 3 | 2 | 35 | 86 | 441.118 | 16.0556 | 7082.4 | 393.467 | 0.122932 | 99.7997 | 22.5149 | 122.315 | 7 | 2 |
| CodeLite/clEditorConfig.cpp | 148 | | clEditorConfigTreeNode | DoAddToAllLeaves(clEditorConfigTreeNode *, const wxString &) | 2 | 11 | 10 | 1 | 0 | 3 | 2 | 32 | 71 | 355 | 15.3 | 5431.5 | 301.75 | 0.102997 | 100.929 | 22.5149 | 123.444 | 5 | 1 |
| CodeLite/clEnvironment.cpp | 24 | {anonymous} | | FindVariablesInString(wxString) | 1 | 34 | 33 | 0 | 1 | 7 | 4 | 46 | 199 | 1099.19 | 29.6154 | 32552.9 | 1808.49 | 0.339838 | 75.8509 | 0 | 75.8509 | 18 | 1 |
| CodeLite/clEnvironment.cpp | 61 | | clEnvironment | clEnvironment() | 0 | 28 | 25 | 0 | 3 | 7 | 3 | 54 | 158 | 909.272 | 13.5541 | 12324.3 | 684.685 | 0.17785 | 79.9825 | 0 | 79.9825 | 28 | 0 |
| CodeLite/clEnvironment.cpp | 90 | | clEnvironment | clEnvironment(const clEnvList_t *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 6 | 479.727 | 26.6515 | 0.0204272 | 121.914 | 0 | 121.914 | 1 | 3 |
| CodeLite/clEnvironment.cpp | 96 | | clEnvironment | [virtual] ~clEnvironment() | 0 | 14 | 13 | 1 | 0 | 4 | 3 | 27 | 69 | 328.087 | 11.8462 | 3886.57 | 215.921 | 0.0823992 | 97.2022 | 20.1155 | 117.318 | 6 | 0 |
| CodeLite/clEnvironment.cpp | 111 | | clEnvironment | ApplyFromList(const clEnvList_t *) | 1 | 40 | 29 | 4 | 7 | 7 | 3 | 52 | 188 | 1071.68 | 24.0484 | 25772.2 | 1431.79 | 0.290835 | 73.3498 | 23.5268 | 96.8766 | 19 | 2 |
| CodeLite/clFileFinder.cpp | 30 | | clFileFinder | FindInFile(const wxFileName &, const wxString &, bool, bool) const | 4 | 20 | 15 | 2 | 3 | 5 | 1 | 37 | 97 | 505.317 | 13.6364 | 6890.69 | 382.816 | 0.120704 | 88.9482 | 23.5268 | 112.475 | 10 | 1 |
| CodeLite/clFileFinder.cpp | 51 | | clFileFinder | FindInFile(const wxString &, const wxString &, bool, bool) const | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 9.30769 | 1877.72 | 104.318 | 0.050734 | 111.65 | 0 | 111.65 | 2 | 1 |
| CodeLite/clFileFinder.cpp | 59 | | clFileFinder | FindInContent(const wxString &, const wxString &, bool, bool) const | 4 | 41 | 29 | 5 | 8 | 8 | 3 | 53 | 184 | 1053.94 | 29.5167 | 31108.7 | 1728.26 | 0.329711 | 72.8066 | 25.7497 | 98.5564 | 12 | 1 |
| CodeLite/clFileFinder.cpp | 101 | | clFileFinder | SplitIntoLines(const wxString &) const | 1 | 30 | 26 | 1 | 3 | 7 | 3 | 40 | 138 | 734.426 | 29.3333 | 21543.2 | 1196.84 | 0.258078 | 79.9753 | 13.9543 | 93.9297 | 14 | 1 |
| CodeLite/clFileFinder.cpp | 132 | | clFileFinder | IsWordCharacter(wxUniChar) const | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.145 | 0 | 147.145 | 2 | 4 |
| CodeLite/clFileFinder.cpp | 134 | | clFileFinder | IsWordBoundary(const wxString &, size_t) const | 2 | 18 | 12 | 3 | 3 | 5 | 1 | 36 | 102 | 527.332 | 27.3 | 14396.2 | 799.787 | 0.197262 | 90.4333 | 29.5564 | 119.99 | 12 | 2 |
| CodeLite/clFileFinder.cpp | 153 | | clFileFinder | CaseInsensitiveMatch(const wxString &, size_t, const wxString &) const | 3 | 29 | 23 | 3 | 3 | 7 | 3 | 46 | 170 | 939.006 | 33.9286 | 31859.1 | 1769.95 | 0.334992 | 79.2467 | 23.8955 | 103.142 | 21 | 1 |
| CodeLite/clFileFinder.cpp | 183 | | clFileFinder | FindPattern(const wxString &, const wxString &, size_t, bool) const | 4 | 23 | 18 | 1 | 4 | 6 | 2 | 36 | 120 | 620.391 | 24 | 14889.4 | 827.188 | 0.201742 | 85.3872 | 15.872 | 101.259 | 6 | 1 |
| CodeLite/clFileName.cpp | 45 | {anonymous} | | is_cygwin_env() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6 | 936.481 | 52.0267 | 0.0319064 | 108.913 | 0 | 108.913 | 0 | 2 |
| CodeLite/clFileName.cpp | 56 | | clFileName | clFileName(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 4.66667 | 328.106 | 18.2281 | 0.015857 | 126.197 | 0 | 126.197 | 2 | 0 |
| CodeLite/clFileName.cpp | 61 | | clFileName | clFileName(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 32 | 130.799 | 7.875 | 1030.04 | 57.2245 | 0.0339976 | 122.969 | 0 | 122.969 | 5 | 0 |
| CodeLite/clFileName.cpp | 66 | | clFileName | [static] FromCygwin(const wxString &) | 1 | 24 | 19 | 4 | 1 | 4 | 2 | 37 | 107 | 557.412 | 14.8571 | 8281.54 | 460.086 | 0.136444 | 85.7143 | 29.5564 | 115.271 | 20 | 5 |
| CodeLite/clFileName.cpp | 91 | | clFileName | [static] ToCygwin(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 6 | 479.727 | 26.6515 | 0.0204272 | 147.986 | 0 | 147.986 | 2 | 1 |
| CodeLite/clFileName.cpp | 92 | | clFileName | [static] ToCygwin(const wxFileName &) | 1 | 21 | 19 | 2 | 1 | 4 | 1 | 38 | 126 | 661.239 | 14.3478 | 9487.34 | 527.074 | 0.149385 | 86.9893 | 23.0043 | 109.994 | 18 | 1 |
| CodeLite/clFileName.cpp | 114 | | clFileName | [static] ToMSYS2(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 6 | 479.727 | 26.6515 | 0.0204272 | 147.986 | 0 | 147.986 | 2 | 1 |
| CodeLite/clFileName.cpp | 115 | | clFileName | [static] ToMSYS2(const wxFileName &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 22 | 33 | 147.161 | 7.5 | 1103.71 | 61.3172 | 0.0355999 | 113.29 | 27.6325 | 140.923 | 5 | 1 |
| CodeLite/clFileName.cpp | 123 | | clFileName | [static] FromMSYS2(const wxString &) | 1 | 14 | 13 | 0 | 1 | 3 | 2 | 37 | 76 | 395.918 | 13.1944 | 5223.92 | 290.218 | 0.100356 | 96.455 | 0 | 96.455 | 15 | 0 |
| CodeLite/clFileSystemEvent.cpp | 3 | | clFileSystemEvent | clFileSystemEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 29 |
| CodeLite/clFileSystemWatcher.cpp | 13 | | clFileSystemWatcher | clFileSystemWatcher() | 0 | 13 | 13 | 0 | 0 | 3 | 0 | 28 | 60 | 288.441 | 10.5 | 3028.63 | 168.257 | 0.0697766 | 99.3025 | 0 | 99.3025 | 1 | 1 |
| CodeLite/clFileSystemWatcher.cpp | 27 | | clFileSystemWatcher | ~clFileSystemWatcher() [override] | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 25 | 49 | 227.549 | 9.54545 | 2172.06 | 120.67 | 0.0559062 | 105.016 | 0 | 105.016 | 2 | 0 |
| CodeLite/clFileSystemWatcher.cpp | 38 | | clFileSystemWatcher | SetFile(const wxFileName &) | 1 | 19 | 19 | 2 | 0 | 3 | 1 | 42 | 113 | 609.332 | 10.5345 | 6419 | 356.611 | 0.11513 | 89.2658 | 24.0864 | 113.352 | 9 | 1 |
| CodeLite/clFileSystemWatcher.cpp | 58 | | clFileSystemWatcher | Start() | 0 | 10 | 9 | 0 | 1 | 2 | 0 | 24 | 36 | 165.059 | 9.16667 | 1513.04 | 84.0576 | 0.0439318 | 106.685 | 0 | 106.685 | 3 | 2 |
| CodeLite/clFileSystemWatcher.cpp | 69 | | clFileSystemWatcher | Stop() | 0 | 11 | 11 | 0 | 0 | 3 | 1 | 20 | 38 | 164.233 | 7.33333 | 1204.38 | 66.9098 | 0.0377329 | 104.937 | 0 | 104.937 | 2 | 5 |
| CodeLite/clFileSystemWatcher.cpp | 81 | | clFileSystemWatcher | Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 0 | 20 | 31 | 133.98 | 5 | 669.899 | 37.2166 | 0.0255202 | 109.477 | 0 | 109.477 | 2 | 1 |
| CodeLite/clFileSystemWatcher.cpp | 92 | | clFileSystemWatcher | OnTimer(wxTimerEvent &) | 1 | 55 | 44 | 5 | 6 | 8 | 4 | 68 | 258 | 1570.57 | 25.5556 | 40136.7 | 2229.82 | 0.390757 | 65.9734 | 22.5149 | 88.4883 | 27 | 2 |
| CodeLite/clFileSystemWatcher.cpp | 165 | | clFileSystemWatcher | RemoveFile(const wxFileName &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 22 | 43 | 191.756 | 6.66667 | 1278.37 | 71.0206 | 0.039263 | 109.291 | 0 | 109.291 | 4 | 0 |
| CodeLite/clFileSystemWatcher.cpp | 174 | | clFileSystemWatcher | IsRunning() const | 0 | 8 | 8 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 5.5 | 618.036 | 34.3353 | 0.0241855 | 112.3 | 0 | 112.3 | 0 | 5 |
| CodeLite/clFilesCollector.cpp | 45 | {anonymous} | | IsRelPathContainedInSpec(const wxString &, const wxString &, const wxStringSet_t &) | 3 | 26 | 17 | 7 | 3 | 5 | 2 | 47 | 139 | 772.088 | 20.5962 | 15902 | 883.447 | 0.210789 | 82.4935 | 36.0012 | 118.495 | 16 | 1 |
| CodeLite/clFilesCollector.cpp | 13 | | clFilesScanner | Scan(const wxString &, std::vector<wxFileName> &, const wxString &, const wxString &, const wxString &) | 5 | 14 | 13 | 0 | 1 | 1 | 1 | 37 | 89 | 463.641 | 18 | 8345.54 | 463.641 | 0.137146 | 96.0939 | 0 | 96.0939 | 6 | 1 |
| CodeLite/clFilesCollector.cpp | 28 | | clFilesScanner | Scan(const wxString &, wxArrayString &, const wxString &, const wxString &, const wxString &) | 5 | 14 | 13 | 0 | 1 | 1 | 1 | 34 | 84 | 427.347 | 16 | 6837.55 | 379.864 | 0.120082 | 96.5178 | 0 | 96.5178 | 5 | 2 |
| CodeLite/clFilesCollector.cpp | 73 | | clFilesScanner | Scan(const wxString &, std::vector<wxString> &, const wxString &, const wxString &, const wxStringSet_t &) | 5 | 73 | 61 | 5 | 7 | 16 | 4 | 87 | 421 | 2712.48 | 27.9231 | 75740.8 | 4207.82 | 0.596713 | 56.7053 | 19.7213 | 76.4266 | 45 | 2 |
| CodeLite/clFilesCollector.cpp | 147 | | clFilesScanner | Scan(const wxString &, const wxString &, const wxString &, const wxString &, std::function<bool (const wxString &)> &&) | 5 | 63 | 53 | 10 | 5 | 12 | 4 | 76 | 367 | 2292.99 | 29.3333 | 67261 | 3736.72 | 0.5513 | 60.8856 | 28.9382 | 89.8239 | 46 | 2 |
| CodeLite/clFilesCollector.cpp | 211 | | clFilesScanner | ScanNoRecurse(const wxString &, clFilesScanner::EntryData::Vec_t &, const wxString &) | 3 | 45 | 44 | 0 | 1 | 10 | 3 | 70 | 259 | 1587.48 | 19.8 | 31432.2 | 1746.23 | 0.331993 | 68.7086 | 0 | 68.7086 | 40 | 9 |
| CodeLite/clFilesCollector.cpp | 263 | | clFilesScanner | ScanWithCallbacks(const wxString &, std::function<bool (const wxString &)> &&, std::function<void (const wxArrayString &)> &&, size_t) | 4 | 70 | 54 | 6 | 10 | 15 | 5 | 73 | 354 | 2191.2 | 24.9057 | 54573.2 | 3031.85 | 0.479585 | 58.7249 | 21.9083 | 80.6332 | 45 | 2 |
| CodeLite/clFilesFinder.cpp | 33 | | clFilesFinder | Search(const wxString &, const clFilesFinderOptions &, clFilesFinderProgressCallback, clFilesFinderMatchCallback) const | 4 | 16 | 11 | 3 | 2 | 3 | 1 | 35 | 73 | 374.438 | 11.625 | 4352.84 | 241.824 | 0.0888642 | 94.5819 | 31.0814 | 125.663 | 9 | 2 |
| CodeLite/clFilesFinder.cpp | 50 | | clFilesFinder | Search(const wxFileName &, const clFilesFinderOptions &, clFilesFinderProgressCallback, clFilesFinderMatchCallback) const | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 45 | 213.97 | 8.8 | 1882.94 | 104.608 | 0.0508279 | 111.344 | 0 | 111.344 | 6 | 0 |
| CodeLite/clFilesFinder.cpp | 58 | | clFilesFinder | SearchInFiles(const wxArrayString &, const clFilesFinderOptions &, clFilesFinderProgressCallback, clFilesFinderMatchCallback) const | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 41 | 192.718 | 7.7 | 1483.93 | 82.4405 | 0.0433665 | 111.888 | 0 | 111.888 | 5 | 0 |
| CodeLite/clFilesFinder.cpp | 66 | | clFilesFinder | DoSearchInFiles(const wxArrayString &, const clFilesFinderOptions &, clFilesFinderProgressCallback, clFilesFinderMatchCallback) const | 4 | 59 | 42 | 8 | 9 | 12 | 3 | 61 | 233 | 1381.86 | 27.5676 | 38094.6 | 2116.36 | 0.377387 | 64.5817 | 27.0009 | 91.5827 | 23 | 2 |
| CodeLite/clFilesFinder.cpp | 126 | | clFilesFinder | CollectFiles(const wxString &, const clFilesFinderOptions &) const | 2 | 11 | 7 | 2 | 2 | 1 | 0 | 25 | 48 | 222.905 | 8.33333 | 1857.54 | 103.197 | 0.0503699 | 103.809 | 30.6787 | 134.488 | 4 | 1 |
| CodeLite/clFontHelper.cpp | 5 | | clFontHelper | [static] FromString(const wxString &) | 1 | 17 | 15 | 0 | 2 | 2 | 1 | 53 | 162 | 927.923 | 12.2051 | 11325.4 | 629.19 | 0.168105 | 89.1106 | 0 | 89.1106 | 21 | 2 |
| CodeLite/clFontHelper.cpp | 23 | | clFontHelper | [static] ToString(const wxFont &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 81 | 389.396 | 11.7 | 4555.93 | 253.107 | 0.0916073 | 102.222 | 0 | 102.222 | 18 | 2 |
| CodeLite/clGotoEntry.cpp | 3 | | clGotoEntry | clGotoEntry(const wxString &, const wxString &, int) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 39 | 168.555 | 6 | 1011.33 | 56.1851 | 0.0335847 | 112.584 | 0 | 112.584 | 2 | 15 |
| CodeLite/clGotoEntry.cpp | 11 | | clGotoEntry | clGotoEntry() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 0 | 4 |
| CodeLite/clINIParser.cpp | 74 | | clINIParser | ParseFile(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 110.163 | 0 | 110.163 | 4 | 1 |
| CodeLite/clINIParser.cpp | 83 | | clINIParser | ParseString(const wxString &) | 1 | 134 | 116 | 12 | 6 | 33 | 4 | 69 | 473 | 2889.33 | 43.4659 | 125587 | 6977.08 | 0.835942 | 42.6273 | 22.3586 | 64.9859 | 32 | 1 |
| CodeLite/clINIParser.cpp | 218 | | clINIParser | Serialize(std::ostream &) const | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 7 | 968.112 | 53.784 | 0.0326209 | 115.88 | 0 | 115.88 | 2 | 0 |
| CodeLite/clINIParser.cpp | 226 | | clINIParser | operator[](const char *) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 9.75 | 1284.75 | 71.3752 | 0.0393936 | 119.316 | 0 | 119.316 | 2 | 3 |
| CodeLite/clINIParser.cpp | 232 | | clINIParser | operator[](const wxString &) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 34 | 80 | 406.997 | 15.75 | 6410.2 | 356.122 | 0.115025 | 103.699 | 0 | 103.699 | 8 | 9 |
| CodeLite/clINIParser.cpp | 242 | | clINIParser | HasSection(const wxString &) const | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 33 | 66 | 332.93 | 13.2812 | 4421.73 | 245.651 | 0.0897994 | 111.542 | 0 | 111.542 | 7 | 1 |
| CodeLite/clINIParser.cpp | 20 | | clINISection | AddComment(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 1 |
| CodeLite/clINIParser.cpp | 22 | | clINISection | AddKeyValue(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 6.92308 | 1265.79 | 70.3218 | 0.039005 | 112.162 | 0 | 112.162 | 5 | 2 |
| CodeLite/clINIParser.cpp | 30 | | clINISection | Serialize(std::ostream &) const | 1 | 24 | 22 | 0 | 2 | 9 | 3 | 43 | 153 | 830.219 | 18 | 14943.9 | 830.219 | 0.202235 | 82.4927 | 0 | 82.4927 | 26 | 1 |
| CodeLite/clINIParser.cpp | 55 | | clINISection | operator[](const char *) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 8.25 | 998.365 | 55.4647 | 0.033297 | 119.758 | 0 | 119.758 | 2 | 11 |
| CodeLite/clINIParser.cpp | 61 | | clINISection | operator[](const wxString &) const | 1 | 12 | 12 | 0 | 0 | 5 | 3 | 31 | 69 | 341.84 | 15.9231 | 5443.14 | 302.397 | 0.103144 | 99.2559 | 0 | 99.2559 | 8 | 1 |
| CodeLite/clJoinableThread.cpp | 3 | | clJoinableThread | clJoinableThread() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 0 |
| CodeLite/clJoinableThread.cpp | 8 | | clJoinableThread | ~clJoinableThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/clJoinableThread.cpp | 10 | | clJoinableThread | Stop() | 0 | 11 | 8 | 2 | 1 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 106.516 | 30.6787 | 137.195 | 3 | 1 |
| CodeLite/clJoinableThread.cpp | 22 | | clJoinableThread | Start(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 3.375 | 295.546 | 16.4192 | 0.0147898 | 118.487 | 0 | 118.487 | 3 | 1 |
| CodeLite/clModuleLogger.cpp | 8 | | clModuleLogger | ~clModuleLogger() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/clModuleLogger.cpp | 10 | | clModuleLogger | CanLog() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.08333 | 256.872 | 14.2707 | 0.0134697 | 149.233 | 0 | 149.233 | 1 | 8639 |
| CodeLite/clModuleLogger.cpp | 12 | | clModuleLogger | Flush() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 24 | 56 | 256.758 | 7.61538 | 1955.31 | 108.628 | 0.0521222 | 101.204 | 0 | 101.204 | 7 | 1436 |
| CodeLite/clModuleLogger.cpp | 25 | | clModuleLogger | Open(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 11 |
| CodeLite/clModuleLogger.cpp | 27 | | clModuleLogger | SetCurrentLogLevel(int) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 22 | 34 | 151.621 | 8.75 | 1326.68 | 73.7045 | 0.040246 | 108.834 | 24.6875 | 133.521 | 2 | 349 |
| CodeLite/clModuleLogger.cpp | 37 | | clModuleLogger | Prefix() | 0 | 37 | 33 | 1 | 3 | 8 | 1 | 67 | 218 | 1322.41 | 17.4468 | 23071.8 | 1281.77 | 0.270147 | 73.2896 | 12.5971 | 85.8867 | 28 | 348 |
| CodeLite/clStringView.cpp | 5 | | clStringView | MakeString() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 32 | 130.799 | 8.25 | 1079.09 | 59.9495 | 0.0350685 | 111.51 | 0 | 111.51 | 2 | 0 |
| CodeLite/clStringView.cpp | 14 | | clStringView | clStringView(const wxChar *, size_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 6.1875 | 556.406 | 30.9114 | 0.0225497 | 121.302 | 0 | 121.302 | 0 | 1 |
| CodeLite/clStringView.cpp | 20 | | clStringView | Advance(size_t) | 1 | 12 | 9 | 2 | 1 | 2 | 1 | 20 | 32 | 138.302 | 10.2143 | 1412.65 | 78.4807 | 0.0419665 | 104.651 | 29.5564 | 134.208 | 0 | 0 |
| CodeLite/clStringView.cpp | 33 | | clStringView | Find(const wxString &) const | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 27 | 53 | 252.009 | 11.875 | 2992.61 | 166.256 | 0.0692222 | 102.711 | 0 | 102.711 | 2 | 0 |
| CodeLite/clStringView.cpp | 45 | | clStringView | Reset(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.4 | 642.287 | 35.6826 | 0.0248141 | 119.848 | 0 | 119.848 | 3 | 0 |
| CodeLite/clTempFile.cpp | 6 | | clTempFile | clTempFile(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 51 | 236.837 | 6.66667 | 1578.91 | 87.7173 | 0.0451978 | 116.267 | 0 | 116.267 | 9 | 11 |
| CodeLite/clTempFile.cpp | 12 | | clTempFile | clTempFile(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 7 | 846.495 | 47.0275 | 0.0298283 | 123.377 | 0 | 123.377 | 3 | 1 |
| CodeLite/clTempFile.cpp | 17 | | clTempFile | ~clTempFile() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 13 | 21 | 77.7092 | 4.8 | 373.004 | 20.7225 | 0.0172725 | 118.878 | 0 | 118.878 | 1 | 0 |
| CodeLite/clTempFile.cpp | 24 | | clTempFile | Write(const wxString &, wxMBConv &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 123.015 | 0 | 123.015 | 3 | 10 |
| CodeLite/clTempFile.cpp | 29 | | clTempFile | GetFullPath(bool) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 48 | 217.131 | 7.30769 | 1586.73 | 88.1515 | 0.0453468 | 108.874 | 0 | 108.874 | 8 | 14 |
| CodeLite/clTempFile.cpp | 38 | | clTempFile | Persist() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 4 |
| CodeLite/clVersionString.cpp | 8 | | clVersionString | clVersionString(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 60 | 291.479 | 9.17647 | 2674.75 | 148.597 | 0.0642294 | 103.728 | 0 | 103.728 | 6 | 3 |
| CodeLite/clVersionString.cpp | 19 | | clVersionString | Compare(const wxString &) const | 1 | 14 | 14 | 0 | 0 | 4 | 2 | 41 | 114 | 610.761 | 19 | 11604.5 | 644.692 | 0.170855 | 93.9708 | 0 | 93.9708 | 18 | 1 |
| CodeLite/clVersionString.cpp | 34 | | clVersionString | number_at(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 32 | 140.554 | 8 | 1124.43 | 62.4685 | 0.0360441 | 113.299 | 0 | 113.299 | 2 | 4 |
| CodeLite/clWildMatch.cpp | 8 | {anonymous} | | split_mask(const wxString &, std::vector<_Mask> &, std::vector<_Mask> &) | 3 | 14 | 13 | 1 | 0 | 4 | 2 | 45 | 126 | 691.973 | 19.6875 | 13623.2 | 756.846 | 0.190136 | 93.3216 | 20.1155 | 113.437 | 16 | 1 |
| CodeLite/clWildMatch.cpp | 24 | | clFileExtensionMatcher | clFileExtensionMatcher(const wxString &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 71 | 364.179 | 10.5 | 3823.88 | 212.438 | 0.0815108 | 101.026 | 0 | 101.026 | 10 | 1 |
| CodeLite/clWildMatch.cpp | 36 | | clFileExtensionMatcher | matches(const wxString &) const | 1 | 13 | 12 | 0 | 1 | 5 | 2 | 29 | 57 | 276.905 | 11.0769 | 3067.25 | 170.403 | 0.0703686 | 99.0547 | 0 | 99.0547 | 2 | 2 |
| CodeLite/clWildMatch.cpp | 52 | | clPathExcluder | clPathExcluder(const wxArrayString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 48 | 214.053 | 9 | 1926.47 | 107.026 | 0.0516085 | 111.112 | 0 | 111.112 | 6 | 1 |
| CodeLite/clWildMatch.cpp | 60 | | clPathExcluder | clPathExcluder(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 7.5 | 1103.71 | 61.3172 | 0.0355999 | 115.788 | 0 | 115.788 | 3 | 0 |
| CodeLite/clWildMatch.cpp | 67 | | clPathExcluder | is_exclude_path(const wxString &) const | 1 | 15 | 14 | 2 | 1 | 7 | 2 | 32 | 79 | 395 | 16.0714 | 6348.21 | 352.679 | 0.114283 | 94.4294 | 26.7997 | 121.229 | 4 | 1 |
| CodeLite/clWorkspaceEvent.cpp | 3 | | clWorkspaceEvent | clWorkspaceEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 18 |
| CodeLite/cl_calltip.cpp | 37 | | clCallTip | [explicit] clCallTip(const std::vector<TagEntryPtr> &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.78571 | 486 | 27 | 0.0206049 | 125.272 | 0 | 125.272 | 1 | 7 |
| CodeLite/cl_calltip.cpp | 42 | | clCallTip | First() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 5.55556 | 684.388 | 38.0216 | 0.0258869 | 113.985 | 0 | 113.985 | 3 | 0 |
| CodeLite/cl_calltip.cpp | 50 | | clCallTip | TipAt(int) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 53 | 239.749 | 11.4545 | 2746.21 | 152.567 | 0.0653685 | 104.744 | 0 | 104.744 | 7 | 5 |
| CodeLite/cl_calltip.cpp | 61 | | clCallTip | Next() | 0 | 13 | 10 | 2 | 2 | 3 | 1 | 23 | 47 | 212.607 | 9.1 | 1934.73 | 107.485 | 0.0517558 | 100.889 | 28.5467 | 129.435 | 4 | 1 |
| CodeLite/cl_calltip.cpp | 75 | | clCallTip | Prev() | 0 | 12 | 10 | 1 | 1 | 3 | 1 | 25 | 49 | 227.549 | 9.54545 | 2172.06 | 120.67 | 0.0559062 | 101.832 | 21.6227 | 123.455 | 4 | 1 |
| CodeLite/cl_calltip.cpp | 88 | | clCallTip | All() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 9.96667 | 2731.06 | 151.725 | 0.0651277 | 105.756 | 0 | 105.756 | 7 | 1 |
| CodeLite/cl_calltip.cpp | 98 | | clCallTip | Count() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.5 | 334.039 | 18.5577 | 0.0160476 | 148.373 | 0 | 148.373 | 1 | 8 |
| CodeLite/cl_calltip.cpp | 100 | | clCallTip | Initialize(const std::vector<TagEntryPtr> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 24 | 103.726 | 5.5 | 570.495 | 31.6941 | 0.0229287 | 146.633 | 0 | 146.633 | 1 | 1 |
| CodeLite/cl_calltip.cpp | 102 | | clCallTip | Current() | 0 | 11 | 9 | 1 | 1 | 4 | 1 | 24 | 48 | 220.078 | 10.5 | 2310.82 | 128.379 | 0.0582626 | 103.185 | 22.5149 | 125.7 | 4 | 2 |
| CodeLite/cl_calltip.cpp | 114 | | clCallTip | SelectSignature(const wxString &) | 1 | 10 | 9 | 1 | 0 | 3 | 2 | 29 | 53 | 257.473 | 10.7143 | 2758.64 | 153.258 | 0.0655655 | 104.143 | 23.5268 | 127.67 | 3 | 1 |
| CodeLite/cl_calltip.cpp | 125 | | clCallTip | [static] FormatTagsToTips(const TagEntryPtrVector_t &, std::vector<clTipInfo> &) | 2 | 130 | 94 | 19 | 17 | 24 | 5 | 120 | 656 | 4530.92 | 48.6279 | 220329 | 12240.5 | 1.21598 | 42.8488 | 27.9118 | 70.7606 | 86 | 1 |
| CodeLite/cl_calltip.cpp | 256 | | clCallTip | SelectTipToMatchArgCount(size_t) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 59 | 283.634 | 13.3333 | 3781.79 | 210.099 | 0.0809115 | 103.64 | 0 | 103.64 | 3 | 1 |
| CodeLite/cl_command_event.cpp | 70 | | clBuildEvent | clBuildEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 57 |
| CodeLite/cl_command_event.cpp | 46 | | clCodeCompletionEvent | Clone() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 8.8 | 844.8 | 46.9333 | 0.0297885 | 120.962 | 0 | 120.962 | 1 | 0 |
| CodeLite/cl_command_event.cpp | 52 | | clCodeCompletionEvent | clCodeCompletionEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 18 |
| CodeLite/cl_command_event.cpp | 61 | | clColourEvent | clColourEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 1 |
| CodeLite/cl_command_event.cpp | 28 | | clCommandEvent | clCommandEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 232 |
| CodeLite/cl_command_event.cpp | 33 | | clCommandEvent | Clone() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 8.8 | 844.8 | 46.9333 | 0.0297885 | 120.962 | 0 | 120.962 | 1 | 8 |
| CodeLite/cl_command_event.cpp | 39 | | clCommandEvent | SetClientObject(wxClientData *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 9 |
| CodeLite/cl_command_event.cpp | 41 | | clCommandEvent | GetClientObject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 5 |
| CodeLite/cl_command_event.cpp | 96 | | clCompilerEvent | clCompilerEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 0 |
| CodeLite/cl_command_event.cpp | 114 | | clContextMenuEvent | clContextMenuEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 62 |
| CodeLite/cl_command_event.cpp | 78 | | clDebugEvent | clDebugEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 45 |
| CodeLite/cl_command_event.cpp | 177 | | clEditorConfigEvent | clEditorConfigEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 1 |
| CodeLite/cl_command_event.cpp | 203 | | clEditorEvent | clEditorEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 1 |
| CodeLite/cl_command_event.cpp | 123 | | clExecuteEvent | clExecuteEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 8 |
| CodeLite/cl_command_event.cpp | 141 | | clFindEvent | clFindEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 3 |
| CodeLite/cl_command_event.cpp | 150 | | clFindInFilesEvent | clFindInFilesEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 8 |
| CodeLite/cl_command_event.cpp | 185 | | clGotoEvent | clGotoEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 3 |
| CodeLite/cl_command_event.cpp | 233 | | clLLMEvent | clLLMEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 10 |
| CodeLite/cl_command_event.cpp | 222 | | clLanguageServerEvent | clLanguageServerEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 4 |
| CodeLite/cl_command_event.cpp | 227 | | clLanguageServerEvent | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 0 |
| CodeLite/cl_command_event.cpp | 87 | | clNewProjectEvent | clNewProjectEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 2 |
| CodeLite/cl_command_event.cpp | 159 | | clParseEvent | clParseEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 68 |
| CodeLite/cl_command_event.cpp | 168 | | clProcessEvent | clProcessEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 23 |
| CodeLite/cl_command_event.cpp | 132 | | clProjectSettingsEvent | clProjectSettingsEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 5 |
| CodeLite/cl_command_event.cpp | 211 | | clRecentWorkspaceEvent | clRecentWorkspaceEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 1 |
| CodeLite/cl_command_event.cpp | 216 | | clRecentWorkspaceEvent | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 0 |
| CodeLite/cl_command_event.cpp | 193 | | clSourceControlEvent | clSourceControlEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 6 |
| CodeLite/cl_command_event.cpp | 198 | | clSourceControlEvent | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 6 |
| CodeLite/cl_command_event.cpp | 105 | | clSourceFormatEvent | clSourceFormatEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 10 |
| CodeLite/cl_config.cpp | 49 | {anonymous} | | truncate_array(wxArrayString &, size_t) | 2 | 6 | 6 | 0 | 0 | 3 | 1 | 22 | 45 | 200.674 | 10.2 | 2046.88 | 113.716 | 0.053737 | 113.715 | 0 | 113.715 | 4 | 2 |
| CodeLite/cl_config.cpp | 57 | | clConfig | clConfig(const wxString &) | 1 | 38 | 33 | 1 | 4 | 6 | 2 | 52 | 220 | 1254.1 | 18.9429 | 23756.2 | 1319.79 | 0.275463 | 73.5934 | 12.4338 | 86.0272 | 42 | 103 |
| CodeLite/cl_config.cpp | 96 | | clConfig | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 276 |
| CodeLite/cl_config.cpp | 102 | | clConfig | GetOutputTabOrder(wxArrayString &, int &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 11.25 | 4312.96 | 239.609 | 0.0883206 | 102.303 | 0 | 102.303 | 15 | 1 |
| CodeLite/cl_config.cpp | 113 | | clConfig | SetOutputTabOrder(const wxArrayString &, int) | 2 | 11 | 9 | 1 | 1 | 1 | 0 | 32 | 66 | 330 | 7.85714 | 2592.86 | 144.048 | 0.0629117 | 101.769 | 22.5149 | 124.284 | 13 | 1 |
| CodeLite/cl_config.cpp | 125 | | clConfig | GetWorkspaceTabOrder(wxArrayString &, int &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 11.25 | 4312.96 | 239.609 | 0.0883206 | 102.303 | 0 | 102.303 | 15 | 1 |
| CodeLite/cl_config.cpp | 136 | | clConfig | SetWorkspaceTabOrder(const wxArrayString &, int) | 2 | 12 | 9 | 1 | 2 | 1 | 0 | 32 | 66 | 330 | 7.85714 | 2592.86 | 144.048 | 0.0629117 | 100.359 | 21.6227 | 121.982 | 13 | 1 |
| CodeLite/cl_config.cpp | 149 | | clConfig | DoDeleteProperty(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 7 | 1149.63 | 63.8685 | 0.0365807 | 114.987 | 0 | 114.987 | 6 | 5 |
| CodeLite/cl_config.cpp | 156 | | clConfig | ReadItem(clConfigItem *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 34 | 70 | 356.122 | 14.0625 | 5007.97 | 278.221 | 0.0975708 | 104.164 | 0 | 104.164 | 11 | 78 |
| CodeLite/cl_config.cpp | 166 | | clConfig | Write(const wxString &, std::function<JSONItem ()>, const wxFileName &) | 3 | 15 | 13 | 2 | 0 | 2 | 1 | 43 | 96 | 520.921 | 11.7692 | 6130.84 | 340.602 | 0.111659 | 94.1405 | 26.7997 | 120.94 | 11 | 1 |
| CodeLite/cl_config.cpp | 182 | | clConfig | Read(const wxString &, std::function<void (const JSONItem &)>, const wxFileName &) | 3 | 17 | 17 | 0 | 0 | 5 | 2 | 42 | 106 | 571.586 | 17.2727 | 9872.84 | 548.491 | 0.153405 | 90.9402 | 0 | 90.9402 | 12 | 1 |
| CodeLite/cl_config.cpp | 200 | | clConfig | WriteItem(const clConfigItem *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 0 | 32 | 61 | 305 | 10.1111 | 3083.89 | 171.327 | 0.0706227 | 109.271 | 0 | 109.271 | 11 | 51 |
| CodeLite/cl_config.cpp | 208 | | clConfig | Reload() | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 23 | 32 | 144.754 | 7.77778 | 1125.86 | 62.548 | 0.0360747 | 113.146 | 0 | 113.146 | 3 | 4 |
| CodeLite/cl_config.cpp | 216 | | clConfig | MergeArrays(const wxArrayString &, const wxArrayString &) const | 2 | 24 | 20 | 1 | 3 | 6 | 2 | 33 | 119 | 600.283 | 22.5882 | 13559.3 | 753.296 | 0.189541 | 84.869 | 15.5492 | 100.418 | 13 | 4 |
| CodeLite/cl_config.cpp | 241 | | clConfig | MergeStringMaps(const wxStringMap_t &, const wxStringMap_t &) const | 2 | 9 | 8 | 0 | 1 | 1 | 0 | 23 | 75 | 339.267 | 14.2083 | 4820.42 | 267.801 | 0.0951193 | 104.876 | 0 | 104.876 | 11 | 1 |
| CodeLite/cl_config.cpp | 251 | | clConfig | Save() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 4.66667 | 373.121 | 20.7289 | 0.0172761 | 118.73 | 0 | 118.73 | 3 | 13 |
| CodeLite/cl_config.cpp | 258 | | clConfig | Save(const wxFileName &) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 17 | 23 | 94.0116 | 5.625 | 528.816 | 29.3786 | 0.0217979 | 120.841 | 0 | 120.841 | 3 | 1 |
| CodeLite/cl_config.cpp | 264 | | clConfig | GetGeneralSetting() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 57 | 257.843 | 10.9091 | 2812.83 | 156.269 | 0.0664214 | 107.981 | 0 | 107.981 | 13 | 10 |
| CodeLite/cl_config.cpp | 273 | | clConfig | Write(const wxString &, bool) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 53 | 249.123 | 8.06667 | 2009.59 | 111.644 | 0.0530825 | 104.545 | 0 | 104.545 | 5 | 39 |
| CodeLite/cl_config.cpp | 284 | | clConfig | Read(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 52 | 241.481 | 9.23077 | 2229.05 | 123.836 | 0.0568799 | 108.322 | 0 | 108.322 | 5 | 61 |
| CodeLite/cl_config.cpp | 293 | | clConfig | Write(const wxString &, int) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 53 | 249.123 | 8.06667 | 2009.59 | 111.644 | 0.0530825 | 104.545 | 0 | 104.545 | 5 | 22 |
| CodeLite/cl_config.cpp | 304 | | clConfig | Read(const wxString &, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 7.33333 | 1161.05 | 64.5026 | 0.0368224 | 118.361 | 0 | 118.361 | 3 | 24 |
| CodeLite/cl_config.cpp | 310 | | clConfig | Write(const wxString &, const wxString &) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 55 | 255.412 | 9.03571 | 2307.83 | 128.213 | 0.0582123 | 104.415 | 0 | 104.415 | 5 | 33 |
| CodeLite/cl_config.cpp | 321 | | clConfig | Read(const wxString &, const wxString &) | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 54 | 247.588 | 10.5 | 2599.67 | 144.426 | 0.0630219 | 106.284 | 0 | 106.284 | 6 | 36 |
| CodeLite/cl_config.cpp | 331 | | clConfig | GetAnnoyingDlgAnswer(const wxString &, int) | 2 | 11 | 10 | 0 | 1 | 3 | 2 | 28 | 71 | 341.322 | 11.7 | 3993.47 | 221.859 | 0.0839033 | 101.133 | 0 | 101.133 | 11 | 2 |
| CodeLite/cl_config.cpp | 343 | | clConfig | SetAnnoyingDlgAnswer(const wxString &, int) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 33 | 97 | 489.306 | 12.35 | 6042.93 | 335.718 | 0.110589 | 95.3537 | 0 | 95.3537 | 17 | 2 |
| CodeLite/cl_config.cpp | 358 | | clConfig | ClearAnnoyingDlgAnswers() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 21 | 77.7092 | 3 | 233.128 | 12.9515 | 0.0126263 | 119.108 | 0 | 119.108 | 4 | 1 |
| CodeLite/cl_config.cpp | 365 | | clConfig | SetQuickFindSearchItems(const wxArrayString &) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 33 | 80 | 403.552 | 9.42857 | 3804.91 | 211.384 | 0.081241 | 96.5857 | 0 | 96.5857 | 22 | 6 |
| CodeLite/cl_config.cpp | 380 | | clConfig | SetQuickFindReplaceItems(const wxArrayString &) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 33 | 80 | 403.552 | 9.42857 | 3804.91 | 211.384 | 0.081241 | 96.5857 | 0 | 96.5857 | 22 | 3 |
| CodeLite/cl_config.cpp | 395 | | clConfig | GetQuickFindReplaceItems() const | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 25 | 53 | 246.124 | 8.25 | 2030.53 | 112.807 | 0.0534504 | 110.616 | 0 | 110.616 | 21 | 2 |
| CodeLite/cl_config.cpp | 403 | | clConfig | GetQuickFindSearchItems() const | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 25 | 53 | 246.124 | 8.25 | 2030.53 | 112.807 | 0.0534504 | 110.616 | 0 | 110.616 | 21 | 2 |
| CodeLite/cl_config.cpp | 411 | | clConfig | Read(const wxString &, const wxArrayString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 50 | 232.193 | 9.23077 | 2143.32 | 119.073 | 0.0554119 | 108.526 | 0 | 108.526 | 5 | 13 |
| CodeLite/cl_config.cpp | 420 | | clConfig | Write(const wxString &, const wxArrayString &) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 55 | 258.524 | 8.43333 | 2180.22 | 121.123 | 0.0560461 | 104.352 | 0 | 104.352 | 5 | 11 |
| CodeLite/cl_config.cpp | 431 | | clConfig | DoAddRecentItem(const wxString &, const wxString &) | 2 | 47 | 31 | 7 | 9 | 8 | 2 | 61 | 211 | 1251.39 | 19.2683 | 24112.1 | 1339.56 | 0.278207 | 69.7012 | 28.1441 | 97.8453 | 28 | 794 |
| CodeLite/cl_config.cpp | 479 | | clConfig | DoClearRecentItems(const wxString &) | 1 | 12 | 11 | 1 | 0 | 3 | 1 | 28 | 64 | 307.671 | 8.08824 | 2488.51 | 138.251 | 0.0612123 | 100.264 | 21.6227 | 121.886 | 8 | 794 |
| CodeLite/cl_config.cpp | 492 | | clConfig | DoGetRecentItems(const wxString &) const | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 31 | 77 | 381.473 | 10.8333 | 4132.63 | 229.59 | 0.0858413 | 94.4851 | 18.8844 | 113.369 | 12 | 795 |
| CodeLite/cl_config.cpp | 509 | | clConfig | Read(const wxString &, const wxFont &) | 2 | 15 | 12 | 1 | 2 | 3 | 1 | 32 | 87 | 435 | 12.3158 | 5357.37 | 297.632 | 0.102058 | 94.8478 | 19.4709 | 114.319 | 14 | 2 |
| CodeLite/cl_config.cpp | 525 | | clConfig | Write(const wxString &, const wxFont &) | 2 | 12 | 11 | 0 | 1 | 2 | 1 | 32 | 77 | 385 | 8.64286 | 3327.5 | 184.861 | 0.0742946 | 99.3276 | 0 | 99.3276 | 9 | 2 |
| CodeLite/cl_config.cpp | 538 | | clConfig | Read(const wxString &, const wxColour &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 53 | 236.35 | 13.2 | 3119.82 | 173.323 | 0.0711702 | 104.818 | 0 | 104.818 | 8 | 3 |
| CodeLite/cl_config.cpp | 549 | | clConfig | Write(const wxString &, const wxColour &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 7.5 | 1270.94 | 70.6077 | 0.0391106 | 115.054 | 0 | 115.054 | 3 | 3 |
| CodeLite/cl_process.cpp | 29 | | clProcess | clProcess(int, const wxString &, bool) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 6 | 1237.94 | 68.7744 | 0.0384307 | 109.37 | 0 | 109.37 | 2 | 1 |
| CodeLite/cl_process.cpp | 38 | | clProcess | GetPid() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 2 |
| CodeLite/cl_process.cpp | 40 | | clProcess | SetPid(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 0 |
| CodeLite/cl_process.cpp | 42 | | clProcess | Terminate(wxSignal) | 1 | 10 | 6 | 3 | 1 | 1 | 0 | 20 | 32 | 138.302 | 4.66667 | 645.408 | 35.856 | 0.0248944 | 107.835 | 37.5154 | 145.35 | 3 | 3 |
| CodeLite/cl_process.cpp | 53 | | clProcess | Start(bool) | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 28 | 52 | 249.982 | 9.5 | 2374.83 | 131.935 | 0.0593336 | 98.846 | 0 | 98.846 | 2 | 1 |
| CodeLite/cl_process.cpp | 68 | | clProcess | HasInput(wxString &, wxString &) | 2 | 27 | 25 | 0 | 2 | 6 | 2 | 40 | 134 | 713.138 | 19 | 13549.6 | 752.757 | 0.189451 | 82.0651 | 0 | 82.0651 | 10 | 1 |
| CodeLite/cl_process.cpp | 96 | | clProcess | ReadAll(wxString &, wxString &) | 2 | 21 | 19 | 0 | 2 | 4 | 1 | 36 | 102 | 527.332 | 15 | 7909.99 | 439.444 | 0.132331 | 88.166 | 0 | 88.166 | 10 | 1 |
| CodeLite/cl_process.cpp | 118 | | clProcess | Write(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 52 | 252.615 | 8.57143 | 2165.27 | 120.293 | 0.0557897 | 104.472 | 0 | 104.472 | 3 | 1 |
| CodeLite/cl_standard_paths.cpp | 39 | | | __get_user_name() | 0 | 19 | 14 | 3 | 2 | 6 | 2 | 44 | 120 | 655.132 | 20.087 | 13159.6 | 731.089 | 0.185798 | 88.1989 | 28.8719 | 117.071 | 13 | 1 |
| CodeLite/cl_standard_paths.cpp | 59 | | clStandardPaths | clStandardPaths() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| CodeLite/cl_standard_paths.cpp | 61 | | clStandardPaths | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 1006 |
| CodeLite/cl_standard_paths.cpp | 105 | | clStandardPaths | GetUserDataDir() const | 0 | 39 | 28 | 9 | 3 | 5 | 1 | 51 | 184 | 1043.73 | 19.0323 | 19864.5 | 1103.58 | 0.244491 | 74.3574 | 33.8695 | 108.227 | 4 | 514 |
| CodeLite/cl_standard_paths.cpp | 145 | | clStandardPaths | SetUserDataDir(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 2 |
| CodeLite/cl_standard_paths.cpp | 147 | | clStandardPaths | GetPluginsDirectory() const | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 32 | 72 | 360 | 10.6053 | 3817.89 | 212.105 | 0.0814257 | 96.2918 | 0 | 96.2918 | 2 | 1 |
| CodeLite/cl_standard_paths.cpp | 163 | | clStandardPaths | GetDataDir() const | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 31 | 69 | 341.84 | 9.47059 | 3237.42 | 179.857 | 0.0729477 | 98.6492 | 0 | 98.6492 | 4 | 18 |
| CodeLite/cl_standard_paths.cpp | 177 | | clStandardPaths | GetBinFolder() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 4.4 | 550.43 | 30.5795 | 0.0223879 | 119.586 | 0 | 119.586 | 4 | 4 |
| CodeLite/cl_standard_paths.cpp | 183 | | clStandardPaths | GetBinaryFullPath(const wxString &, bool) const | 2 | 14 | 13 | 0 | 1 | 2 | 1 | 34 | 72 | 366.297 | 9.90476 | 3628.09 | 201.56 | 0.0787041 | 97.0894 | 0 | 97.0894 | 9 | 8 |
| CodeLite/cl_standard_paths.cpp | 198 | | clStandardPaths | GetLexersDir() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.31818 | 758.498 | 42.1388 | 0.0277235 | 115.95 | 0 | 115.95 | 6 | 0 |
| CodeLite/cl_standard_paths.cpp | 205 | | clStandardPaths | GetProjectTemplatesDir() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 6 | 1054.16 | 58.5642 | 0.0345262 | 112.369 | 0 | 112.369 | 8 | 2 |
| CodeLite/cl_standard_paths.cpp | 213 | | clStandardPaths | GetUserLexersDir() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.31818 | 758.498 | 42.1388 | 0.0277235 | 115.95 | 0 | 115.95 | 6 | 1 |
| CodeLite/cl_standard_paths.cpp | 220 | | clStandardPaths | GetUserProjectTemplatesDir() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 6 | 1054.16 | 58.5642 | 0.0345262 | 112.369 | 0 | 112.369 | 8 | 1 |
| CodeLite/cl_standard_paths.cpp | 228 | | clStandardPaths | GetExecutablePath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 438 |
| CodeLite/cl_standard_paths.cpp | 230 | | clStandardPaths | GetTempDir() const | 0 | 18 | 17 | 1 | 0 | 4 | 1 | 41 | 94 | 503.61 | 13.1042 | 6599.39 | 366.633 | 0.117277 | 90.9026 | 17.8544 | 108.757 | 7 | 21 |
| CodeLite/cl_standard_paths.cpp | 249 | | clStandardPaths | GetDocumentsDir() const | 0 | 14 | 12 | 2 | 0 | 2 | 1 | 29 | 62 | 301.195 | 8.47059 | 2551.3 | 141.739 | 0.0622376 | 98.1069 | 27.6325 | 125.739 | 9 | 2 |
| CodeLite/cl_standard_paths.cpp | 264 | | clStandardPaths | GetInstallDir() const | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 27 | 56 | 266.274 | 6.875 | 1830.63 | 101.702 | 0.0498823 | 100.178 | 0 | 100.178 | 1 | 0 |
| CodeLite/cl_standard_paths.cpp | 278 | | clStandardPaths | IgnoreAppSubDir(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 5.31818 | 643.574 | 35.7541 | 0.0248472 | 116.805 | 0 | 116.805 | 0 | 1 |
| CodeLite/cl_standard_paths.cpp | 285 | | clStandardPaths | RemoveTempDir() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 2 | 1 |
| CodeLite/clprogressdlgbase.cpp | 37 | | clProgressDlgBase | clProgressDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 21 | 15 | 0 | 6 | 1 | 0 | 59 | 183 | 1076.52 | 14.1395 | 15221.5 | 845.641 | 0.204731 | 85.145 | 0 | 85.145 | 20 | 0 |
| CodeLite/clprogressdlgbase.cpp | 59 | | clProgressDlgBase | ~clProgressDlgBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| CodeLite/commentconfigdata.cpp | 28 | | CommentConfigData | CommentConfigData() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 6.125 | 741.821 | 41.2123 | 0.0273156 | 110.232 | 0 | 110.232 | 6 | 8 |
| CodeLite/commentconfigdata.cpp | 38 | | CommentConfigData | DeSerialize(Archive &) [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 65 | 309.068 | 7.25 | 2240.74 | 124.486 | 0.0570786 | 105.36 | 0 | 105.36 | 12 | 0 |
| CodeLite/commentconfigdata.cpp | 48 | | CommentConfigData | Serialize(Archive &) [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 65 | 309.068 | 7.25 | 2240.74 | 124.486 | 0.0570786 | 105.36 | 0 | 105.36 | 12 | 0 |
| CodeLite/compiler_command_line_parser.cpp | 36 | | CompilerCommandLineParser | CompilerCommandLineParser(const wxString &, const wxString &) | 2 | 129 | 92 | 12 | 25 | 25 | 4 | 108 | 891 | 6018.6 | 45.4286 | 273417 | 15189.8 | 1.4042 | 41.2675 | 22.7557 | 64.0231 | 156 | 10 |
| CodeLite/compiler_command_line_parser.cpp | 166 | | CompilerCommandLineParser | [virtual] ~CompilerCommandLineParser() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6.42857 | 642.857 | 35.7143 | 0.0248288 | 117.797 | 0 | 117.797 | 1 | 0 |
| CodeLite/compiler_command_line_parser.cpp | 173 | | CompilerCommandLineParser | GetStandardWithPrefix() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 27 | 112.588 | 5.625 | 633.307 | 35.1837 | 0.0245823 | 114.453 | 0 | 114.453 | 3 | 2 |
| CodeLite/compiler_command_line_parser.cpp | 181 | | CompilerCommandLineParser | AddIncludesFromFile(const wxFileName &) | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 36 | 128 | 661.75 | 9.03846 | 5981.21 | 332.289 | 0.109834 | 94.0139 | 0 | 94.0139 | 25 | 1 |
| CodeLite/ctags_manager.cpp | 51 | | SAscendingSort | operator()(const TagEntryPtr &, const TagEntryPtr &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 8.55556 | 1294.18 | 71.8987 | 0.039586 | 122.213 | 0 | 122.213 | 5 | 3 |
| CodeLite/ctags_manager.cpp | 82 | | TagsManager | TagsManager() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 7.2 | 1091.67 | 60.6483 | 0.0353405 | 113.135 | 0 | 113.135 | 5 | 1 |
| CodeLite/ctags_manager.cpp | 90 | | TagsManager | OpenDatabase(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 7.79167 | 1445.09 | 80.2828 | 0.0426064 | 112.087 | 0 | 112.087 | 8 | 3 |
| CodeLite/ctags_manager.cpp | 102 | | TagsManager | Load(const wxFileName &, TagEntryPtrVector_t *) | 2 | 21 | 17 | 1 | 3 | 3 | 1 | 49 | 137 | 769.215 | 16.4667 | 12666.4 | 703.69 | 0.181126 | 86.4328 | 16.583 | 103.016 | 22 | 1 |
| CodeLite/ctags_manager.cpp | 124 | | TagsManager | Delete(const wxFileName &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.85 | 695.811 | 38.6561 | 0.0261742 | 123.463 | 0 | 123.463 | 3 | 2 |
| CodeLite/ctags_manager.cpp | 129 | | TagsManager | FindSymbol(const wxString &, std::vector<TagEntryPtr> &) | 2 | 6 | 4 | 2 | 0 | 1 | 0 | 24 | 34 | 155.889 | 7 | 1091.22 | 60.6234 | 0.0353308 | 115.488 | 38.9925 | 154.48 | 3 | 0 |
| CodeLite/ctags_manager.cpp | 136 | | TagsManager | FindByNameAndScope(const wxString &, const wxString &, std::vector<TagEntryPtr> &) | 3 | 9 | 7 | 1 | 1 | 1 | 0 | 31 | 72 | 356.702 | 10.1053 | 3604.57 | 200.254 | 0.0783636 | 104.615 | 24.6875 | 129.303 | 7 | 1 |
| CodeLite/ctags_manager.cpp | 146 | | TagsManager | DoFindByNameAndScope(const wxString &, const wxString &, std::vector<TagEntryPtr> &) | 3 | 22 | 19 | 2 | 1 | 3 | 2 | 57 | 167 | 974.093 | 19.1892 | 18692 | 1038.45 | 0.234774 | 84.4513 | 22.5149 | 106.966 | 23 | 1 |
| CodeLite/ctags_manager.cpp | 169 | | TagsManager | IsTypeAndScopeExists(wxString &, wxString &) | 2 | 24 | 15 | 5 | 4 | 3 | 1 | 39 | 109 | 576.109 | 18 | 10370 | 576.109 | 0.158512 | 85.7728 | 32.4818 | 118.255 | 18 | 1 |
| CodeLite/ctags_manager.cpp | 194 | | TagsManager | GetDerivationList(const wxString &, TagEntryPtr, std::vector<std::pair<wxString, int>> &, std::unordered_set<wxString> &, int) | 5 | 10 | 10 | 0 | 0 | 1 | 1 | 41 | 117 | 626.834 | 16.64 | 10430.5 | 579.473 | 0.159129 | 99.9766 | 0 | 99.9766 | 5 | 5 |
| CodeLite/ctags_manager.cpp | 205 | | TagsManager | GetDerivationListInternal(const wxString &, TagEntryPtr, std::vector<std::pair<wxString, int>> &, std::unordered_set<wxString> &, int) | 5 | 98 | 67 | 15 | 18 | 18 | 7 | 106 | 515 | 3464.88 | 34.0063 | 117828 | 6545.99 | 0.801144 | 50.2013 | 28.483 | 78.6843 | 75 | 1 |
| CodeLite/ctags_manager.cpp | 304 | | TagsManager | CloseDatabase() | 0 | 8 | 8 | 1 | 0 | 1 | 0 | 26 | 47 | 220.921 | 8 | 1767.37 | 98.187 | 0.0487262 | 109.014 | 26.0372 | 135.052 | 10 | 6 |
| CodeLite/ctags_manager.cpp | 313 | | TagsManager | DoCreateDoxygenComment(TagEntryPtr, wxChar) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 8.64286 | 1886.4 | 104.8 | 0.0508903 | 109.077 | 0 | 109.077 | 9 | 2 |
| CodeLite/ctags_manager.cpp | 322 | | TagsManager | SetCtagsOptions(const TagsOptionsData &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 126.808 | 0 | 126.808 | 1 | 3 |
| CodeLite/ctags_manager.cpp | 327 | | TagsManager | GetScopeName(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 8.25 | 981.271 | 54.5151 | 0.0329158 | 119.848 | 0 | 119.848 | 2 | 3 |
| CodeLite/ctags_manager.cpp | 333 | | TagsManager | GetFiles(const wxString &, std::vector<FileEntryPtr> &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 40 | 180.942 | 8.18182 | 1480.44 | 82.2466 | 0.0432984 | 114.483 | 0 | 114.483 | 5 | 1 |
| CodeLite/ctags_manager.cpp | 340 | | TagsManager | GetFiles(const wxString &, std::vector<wxFileName> &) | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 34 | 75 | 381.56 | 12.2368 | 4669.09 | 259.394 | 0.0931179 | 104.035 | 0 | 104.035 | 8 | 0 |
| CodeLite/ctags_manager.cpp | 350 | | TagsManager | FunctionFromFileLine(const wxFileName &, int) | 2 | 17 | 15 | 0 | 2 | 5 | 2 | 33 | 77 | 388.418 | 12.2188 | 4745.99 | 263.666 | 0.0941376 | 92.9491 | 0 | 92.9491 | 13 | 2 |
| CodeLite/ctags_manager.cpp | 368 | | TagsManager | SetLanguage(Language *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 2 |
| CodeLite/ctags_manager.cpp | 370 | | TagsManager | GetLanguage() | 0 | 10 | 8 | 2 | 0 | 2 | 1 | 17 | 29 | 118.536 | 6.41667 | 760.609 | 42.256 | 0.0277749 | 108.407 | 31.9355 | 140.342 | 1 | 4 |
| CodeLite/ctags_manager.cpp | 381 | | TagsManager | GetClasses(std::vector<TagEntryPtr> &) | 1 | 6 | 5 | 0 | 1 | 1 | 0 | 33 | 62 | 312.752 | 7.42857 | 2323.3 | 129.072 | 0.0584722 | 111.867 | 0 | 111.867 | 6 | 1 |
| CodeLite/ctags_manager.cpp | 388 | | TagsManager | TagsByScope(const wxString &, const wxArrayString &, std::vector<TagEntryPtr> &) | 3 | 11 | 8 | 2 | 1 | 1 | 0 | 34 | 77 | 391.735 | 9 | 3525.61 | 195.867 | 0.077215 | 100.877 | 30.6787 | 131.556 | 10 | 1 |
| CodeLite/ctags_manager.cpp | 400 | | TagsManager | NormalizeFunctionSig(const wxString &, size_t, std::vector<std::pair<int, int>> *) | 3 | 49 | 37 | 4 | 8 | 11 | 2 | 69 | 243 | 1484.37 | 27.5116 | 40837.5 | 2268.75 | 0.395292 | 67.4482 | 21.4157 | 88.864 | 25 | 4 |
| CodeLite/ctags_manager.cpp | 450 | | TagsManager | CacheFile(const wxString &) | 1 | 17 | 13 | 2 | 2 | 2 | 1 | 38 | 94 | 493.305 | 12 | 5919.66 | 328.87 | 0.10908 | 92.3961 | 25.3357 | 117.732 | 16 | 1 |
| CodeLite/ctags_manager.cpp | 468 | | TagsManager | ClearCachedFile(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6 | 829.81 | 46.1006 | 0.029435 | 113.383 | 0 | 113.383 | 3 | 1 |
| CodeLite/ctags_manager.cpp | 476 | | TagsManager | IsFileCached(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 5.78571 | 416.571 | 23.1429 | 0.0185925 | 148.531 | 0 | 148.531 | 1 | 1 |
| CodeLite/ctags_manager.cpp | 478 | | TagsManager | DoReplaceMacros(const wxString &) | 1 | 17 | 13 | 2 | 2 | 3 | 2 | 31 | 80 | 396.336 | 14.5312 | 5759.25 | 319.959 | 0.1071 | 93.3042 | 25.3357 | 118.64 | 13 | 11 |
| CodeLite/ctags_manager.cpp | 496 | | TagsManager | FilterNonNeededFilesForRetaging(wxArrayString &, ITagsStoragePtr) | 2 | 39 | 29 | 4 | 6 | 7 | 3 | 69 | 237 | 1447.72 | 21.766 | 31511 | 1750.61 | 0.332548 | 72.196 | 23.8017 | 95.9977 | 30 | 1 |
| CodeLite/ctags_manager.cpp | 536 | | TagsManager | [virtual] GetDereferenceOperator(const wxString &, std::vector<TagEntryPtr> &) | 2 | 22 | 16 | 3 | 3 | 3 | 2 | 49 | 139 | 780.445 | 18.05 | 14087 | 782.613 | 0.194428 | 85.6038 | 27.069 | 112.673 | 16 | 0 |
| CodeLite/ctags_manager.cpp | 559 | | TagsManager | [virtual] GetSubscriptOperator(const wxString &, std::vector<TagEntryPtr> &) | 2 | 23 | 16 | 3 | 4 | 3 | 2 | 49 | 139 | 780.445 | 18.05 | 14087 | 782.613 | 0.194428 | 84.8837 | 26.5382 | 111.422 | 16 | 0 |
| CodeLite/ctags_manager.cpp | 583 | | TagsManager | IsBinaryFile(const wxString &, const TagsOptionsData &) | 2 | 39 | 26 | 7 | 6 | 9 | 3 | 58 | 172 | 1007.57 | 23.1061 | 23281 | 1293.39 | 0.271778 | 73.6207 | 30.5107 | 104.131 | 9 | 1 |
| CodeLite/ctags_manager.cpp | 623 | | TagsManager | GetDatabase() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 31 |
| CodeLite/ctags_manager.cpp | 625 | | TagsManager | DoReplaceMacrosFromDatabase(const wxString &) | 1 | 23 | 21 | 0 | 2 | 6 | 3 | 41 | 117 | 626.834 | 20.475 | 12834.4 | 713.023 | 0.182724 | 85.3335 | 0 | 85.3335 | 21 | 1 |
| CodeLite/ctags_manager.cpp | 649 | | TagsManager | InsertFunctionDecl(const wxString &, const wxString &, wxString &, int) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 8.63636 | 1517.35 | 84.297 | 0.0440151 | 117.82 | 0 | 117.82 | 2 | 1 |
| CodeLite/ctags_manager.cpp | 655 | | TagsManager | GetScopesByScopeName(const wxString &, wxArrayString &) | 2 | 16 | 13 | 1 | 2 | 2 | 1 | 44 | 117 | 638.753 | 13.4483 | 8590.13 | 477.23 | 0.139812 | 92.0346 | 18.8844 | 110.919 | 13 | 1 |
| CodeLite/ctags_manager.cpp | 672 | | TagsManager | InsertForwardDeclaration(const wxString &, const wxString &, wxString &, int &, const wxString &) | 5 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 68 | 336.885 | 12.3529 | 4161.52 | 231.196 | 0.086241 | 102.975 | 0 | 102.975 | 9 | 1 |
| CodeLite/ctags_manager.cpp | 683 | | TagsManager | GetFilesForCC(const wxString &, wxArrayString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6 | 675.528 | 37.5293 | 0.025663 | 123.749 | 0 | 123.749 | 3 | 0 |
| CodeLite/ctags_manager.cpp | 688 | | TagsManager | [static] GetCXXKeywords(wxStringSet_t &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 42 | 181.521 | 6.95455 | 1262.4 | 70.1331 | 0.0389352 | 112.199 | 0 | 112.199 | 6 | 2 |
| CodeLite/ctags_manager.cpp | 696 | | TagsManager | [static] GetCXXKeywords(wxArrayString &) | 1 | 46 | 46 | 0 | 0 | 1 | 0 | 102 | 192 | 1281.11 | 4.54839 | 5826.96 | 323.72 | 0.107938 | 71.5375 | 0 | 71.5375 | 3 | 1 |
| CodeLite/ctags_manager.cpp | 743 | | TagsManager | ParseBuffer(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 58 | 272.626 | 8.125 | 2215.08 | 123.06 | 0.056642 | 110.084 | 0 | 110.084 | 11 | 6 |
| CodeLite/ctags_manager.cpp | 751 | | TagsManager | GetTagsByPartialNames(const wxArrayString &, std::vector<TagEntryPtr> &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 32 | 144.754 | 6.41667 | 928.838 | 51.6021 | 0.0317326 | 122.442 | 0 | 122.442 | 3 | 1 |
| CodeLite/ctags_manager.cpp | 756 | | TagsManager | ParseWorkspaceIncremental() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 19 | 32 | 135.934 | 4.72727 | 642.596 | 35.6998 | 0.024822 | 113.703 | 27.6325 | 141.335 | 6 | 6 |
| CodeLite/ctags_manager.cpp | 764 | | TagsManager | ParseWorkspaceFull(const wxString &) | 1 | 20 | 14 | 3 | 3 | 2 | 1 | 36 | 94 | 485.973 | 8.58 | 4169.65 | 231.647 | 0.0863532 | 89.8411 | 28.2321 | 118.073 | 19 | 2 |
| CodeLite/ctags_manager.cpp | 62 | | TagsManagerST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 2 |
| CodeLite/ctags_manager.cpp | 70 | | TagsManagerST | [static] Get() | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 17 | 25 | 102.187 | 9.6 | 980.991 | 54.4995 | 0.0329096 | 114.957 | 0 | 114.957 | 1 | 69 |
| CodeLite/database/entry.cpp | 547 | {anonymous} | | enable_function_flag_if_exists(const wxStringSet_t &, const wxString &, const size_t, size_t &) | 4 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 11.8182 | 2492.55 | 138.475 | 0.0612785 | 109.026 | 0 | 109.026 | 1 | 9 |
| CodeLite/database/entry.cpp | 667 | {anonymous} | | read_until_find(CxxTokenizer &, CxxLexerToken &, int, int, int *, wxString *) | 6 | 50 | 43 | 4 | 4 | 17 | 2 | 62 | 244 | 1452.82 | 31.7059 | 46063.1 | 2559.06 | 0.428332 | 65.8527 | 21.2145 | 87.0672 | 20 | 6 |
| CodeLite/database/entry.cpp | 39 | | TagEntry | TagEntry() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 24 | 58 | 265.928 | 5.5 | 1462.6 | 81.2557 | 0.04295 | 100.185 | 0 | 100.185 | 7 | 13 |
| CodeLite/database/entry.cpp | 53 | | TagEntry | TagEntry(const TagEntry &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 10 | 592.07 | 32.8928 | 0.0235032 | 149.549 | 0 | 149.549 | 1 | 4 |
| CodeLite/database/entry.cpp | 55 | | TagEntry | operator=(const TagEntry &) | 1 | 26 | 22 | 3 | 1 | 3 | 1 | 43 | 161 | 873.629 | 23.4 | 20442.9 | 1135.72 | 0.249215 | 82.311 | 25.1141 | 107.425 | 23 | 3 |
| CodeLite/database/entry.cpp | 82 | | TagEntry | operator==(const TagEntry &) const | 1 | 9 | 8 | 1 | 0 | 11 | 0 | 29 | 98 | 476.082 | 15.1765 | 7225.25 | 401.403 | 0.12458 | 100.814 | 24.6875 | 125.501 | 16 | 0 |
| CodeLite/database/entry.cpp | 92 | | TagEntry | Create(const wxString &, const wxString &, int, const wxString &, const wxString &, wxStringMap_t &) | 6 | 70 | 54 | 8 | 8 | 13 | 3 | 95 | 368 | 2417.71 | 23.75 | 57420.5 | 3190.03 | 0.496124 | 58.6734 | 25.0054 | 83.6788 | 64 | 1 |
| CodeLite/database/entry.cpp | 163 | | TagEntry | Print() | 0 | 16 | 15 | 0 | 1 | 2 | 1 | 38 | 151 | 792.437 | 13.6481 | 10815.3 | 600.85 | 0.163019 | 90.9135 | 0 | 90.9135 | 35 | 0 |
| CodeLite/database/entry.cpp | 180 | | TagEntry | Key() const | 0 | 10 | 9 | 0 | 1 | 3 | 1 | 21 | 45 | 197.654 | 6.81818 | 1347.64 | 74.869 | 0.0406689 | 105.518 | 0 | 105.518 | 11 | 2 |
| CodeLite/database/entry.cpp | 191 | | TagEntry | GetDisplayName() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 25 | 97.6723 | 5.71429 | 558.127 | 31.0071 | 0.0225961 | 117.919 | 0 | 117.919 | 6 | 7 |
| CodeLite/database/entry.cpp | 198 | | TagEntry | GetFullDisplayName() const | 0 | 12 | 10 | 0 | 2 | 2 | 1 | 22 | 50 | 222.972 | 8 | 1783.77 | 99.0985 | 0.0490273 | 102.168 | 0 | 102.168 | 13 | 3 |
| CodeLite/database/entry.cpp | 211 | | TagEntry | IsClassTemplate() const | 0 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 31 | 136.162 | 6.6 | 898.668 | 49.926 | 0.0310417 | 122.53 | 0 | 122.53 | 6 | 1 |
| CodeLite/database/entry.cpp | 220 | | TagEntry | GetScopeName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 1 |
| CodeLite/database/entry.cpp | 222 | | TagEntry | GetKind() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 118.131 | 0 | 118.131 | 3 | 764 |
| CodeLite/database/entry.cpp | 229 | | TagEntry | IsContainer() const | 0 | 4 | 4 | 0 | 0 | 5 | 0 | 17 | 30 | 122.624 | 4 | 490.496 | 27.2498 | 0.0207317 | 122.385 | 0 | 122.385 | 5 | 2 |
| CodeLite/database/entry.cpp | 234 | | TagEntry | UpdatePath(wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 43 | 188.87 | 8.8 | 1662.05 | 92.3363 | 0.0467709 | 107.691 | 0 | 107.691 | 6 | 3 |
| CodeLite/database/entry.cpp | 244 | | TagEntry | GetExtField(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 10 | 2063.23 | 114.624 | 0.0540229 | 109.14 | 0 | 109.14 | 4 | 1450 |
| CodeLite/database/entry.cpp | 253 | | TagEntry | GetPattern() const | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 20 | 36 | 155.589 | 6.54545 | 1018.4 | 56.578 | 0.0337411 | 110.838 | 26.0372 | 136.875 | 8 | 14 |
| CodeLite/database/entry.cpp | 262 | | TagEntry | FromLine(const wxString &) | 1 | 95 | 66 | 16 | 13 | 13 | 7 | 87 | 511 | 3292.34 | 39.9194 | 131428 | 7301.57 | 0.861664 | 52.1205 | 29.6901 | 81.8106 | 94 | 2 |
| CodeLite/database/entry.cpp | 358 | | TagEntry | IsConstructor() const | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 21 | 37 | 162.516 | 6.66667 | 1083.44 | 60.191 | 0.0351626 | 112.314 | 0 | 112.314 | 7 | 723 |
| CodeLite/database/entry.cpp | 366 | | TagEntry | IsDestructor() const | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 22 | 38 | 169.458 | 6.6 | 1118.43 | 62.1347 | 0.0359156 | 112.097 | 0 | 112.097 | 7 | 1 |
| CodeLite/database/entry.cpp | 374 | | TagEntry | GetTemplateDefinition() const | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 18 | 31 | 129.268 | 7.5 | 969.508 | 53.8615 | 0.0326522 | 113.964 | 27.6325 | 141.597 | 6 | 3 |
| CodeLite/database/entry.cpp | 382 | | TagEntry | SetTypename(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 21 | 90.7605 | 6.11111 | 554.647 | 30.8137 | 0.0225021 | 147.327 | 0 | 147.327 | 4 | 3 |
| CodeLite/database/entry.cpp | 384 | | TagEntry | GetTypename() const | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 19 | 27 | 114.694 | 6.66667 | 764.627 | 42.4793 | 0.0278727 | 117.084 | 29.5564 | 146.64 | 4 | 20 |
| CodeLite/database/entry.cpp | 391 | | TagEntry | IsKeyword() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 0 |
| CodeLite/database/entry.cpp | 392 | | TagEntry | IsEnum() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 1 |
| CodeLite/database/entry.cpp | 393 | | TagEntry | IsEnumerator() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 1 |
| CodeLite/database/entry.cpp | 394 | | TagEntry | IsParameter() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 2 |
| CodeLite/database/entry.cpp | 395 | | TagEntry | IsVariable() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 2 |
| CodeLite/database/entry.cpp | 396 | | TagEntry | IsEnumClass() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 1 |
| CodeLite/database/entry.cpp | 397 | | TagEntry | IsLocalVariable() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 7 |
| CodeLite/database/entry.cpp | 398 | | TagEntry | IsMember() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 5 |
| CodeLite/database/entry.cpp | 399 | | TagEntry | IsNamespace() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 3 |
| CodeLite/database/entry.cpp | 400 | | TagEntry | IsFunction() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 5 |
| CodeLite/database/entry.cpp | 401 | | TagEntry | IsPrototype() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 3 |
| CodeLite/database/entry.cpp | 402 | | TagEntry | IsClass() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 6 |
| CodeLite/database/entry.cpp | 403 | | TagEntry | IsMacro() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 5 |
| CodeLite/database/entry.cpp | 404 | | TagEntry | IsStruct() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 6 |
| CodeLite/database/entry.cpp | 405 | | TagEntry | IsUnion() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 1 |
| CodeLite/database/entry.cpp | 406 | | TagEntry | IsTypedef() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4 | 250.041 | 13.8912 | 0.0132298 | 149.266 | 0 | 149.266 | 0 | 4 |
| CodeLite/database/entry.cpp | 407 | | TagEntry | IsMethod() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.558 | 0 | 148.558 | 2 | 25 |
| CodeLite/database/entry.cpp | 408 | | TagEntry | IsScopeGlobal() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 24 | 98.0991 | 5.71429 | 560.566 | 31.1426 | 0.0226619 | 146.693 | 0 | 146.693 | 4 | 0 |
| CodeLite/database/entry.cpp | 410 | | TagEntry | GetInheritsAsString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 3.5 | 239.863 | 13.3257 | 0.0128683 | 148.788 | 0 | 148.788 | 3 | 5 |
| CodeLite/database/entry.cpp | 412 | | TagEntry | GetInheritsAsArrayNoTemplates() const | 0 | 47 | 40 | 1 | 6 | 11 | 2 | 48 | 214 | 1195.18 | 31.74 | 37935.1 | 2107.5 | 0.376333 | 69.2501 | 11.2027 | 80.4529 | 22 | 3 |
| CodeLite/database/entry.cpp | 460 | | TagEntry | GetInheritsAsArrayWithTemplates() const | 0 | 45 | 37 | 1 | 7 | 9 | 2 | 50 | 187 | 1055.4 | 31.5 | 33245.1 | 1846.95 | 0.344639 | 71.0614 | 11.4446 | 82.506 | 20 | 2 |
| CodeLite/database/entry.cpp | 506 | | TagEntry | ReplaceSimpleMacro() | 0 | 15 | 14 | 1 | 0 | 5 | 3 | 43 | 109 | 591.463 | 13.32 | 7878.29 | 437.683 | 0.131977 | 92.7901 | 19.4709 | 112.261 | 14 | 1 |
| CodeLite/database/entry.cpp | 522 | | TagEntry | IsTemplateFunction() const | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 22 | 39 | 173.918 | 7 | 1217.42 | 67.6347 | 0.038005 | 114.689 | 0 | 114.689 | 6 | 2 |
| CodeLite/database/entry.cpp | 529 | | TagEntry | GetPatternClean() const | 0 | 13 | 12 | 0 | 1 | 3 | 1 | 24 | 65 | 298.023 | 10.1538 | 3026.08 | 168.115 | 0.0697373 | 99.1325 | 0 | 99.1325 | 13 | 8 |
| CodeLite/database/entry.cpp | 543 | | TagEntry | GetLocalType() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 3 | 0 |
| CodeLite/database/entry.cpp | 557 | | TagEntry | SetTagProperties(const wxString &) | 1 | 25 | 22 | 1 | 2 | 3 | 1 | 55 | 172 | 994.394 | 12.6341 | 12563.3 | 697.962 | 0.180142 | 82.2731 | 15.2452 | 97.5184 | 27 | 2 |
| CodeLite/database/entry.cpp | 583 | | TagEntry | is_func_virtual() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| CodeLite/database/entry.cpp | 584 | | TagEntry | is_func_default() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| CodeLite/database/entry.cpp | 585 | | TagEntry | is_func_override() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| CodeLite/database/entry.cpp | 586 | | TagEntry | is_func_deleted() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| CodeLite/database/entry.cpp | 587 | | TagEntry | is_func_inline() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| CodeLite/database/entry.cpp | 588 | | TagEntry | is_func_pure() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| CodeLite/database/entry.cpp | 589 | | TagEntry | is_scoped_enum() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| CodeLite/database/entry.cpp | 590 | | TagEntry | is_const() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 2 |
| CodeLite/database/entry.cpp | 591 | | TagEntry | is_static() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| CodeLite/database/entry.cpp | 592 | | TagEntry | is_auto() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| CodeLite/database/entry.cpp | 593 | | TagEntry | is_lambda() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| CodeLite/database/entry.cpp | 595 | | TagEntry | GetFunctionDeclaration() const | 0 | 26 | 26 | 0 | 0 | 7 | 1 | 34 | 118 | 600.321 | 8.13043 | 4880.87 | 271.159 | 0.0959128 | 83.342 | 0 | 83.342 | 25 | 0 |
| CodeLite/database/entry.cpp | 622 | | TagEntry | GetFunctionDefinition() const | 0 | 17 | 14 | 2 | 1 | 3 | 1 | 29 | 72 | 349.775 | 9.75 | 3410.3 | 189.461 | 0.0755221 | 93.954 | 25.3357 | 119.29 | 15 | 1 |
| CodeLite/database/entry.cpp | 654 | | TagEntry | SetKind(const wxString &) | 1 | 10 | 8 | 2 | 0 | 2 | 1 | 24 | 40 | 183.399 | 8.5 | 1558.89 | 86.6048 | 0.0448148 | 106.137 | 31.9355 | 138.073 | 3 | 14 |
| CodeLite/database/entry.cpp | 723 | | TagEntry | [static] TypenameFromPattern(const TagEntry *) | 1 | 41 | 29 | 7 | 5 | 5 | 2 | 46 | 199 | 1099.19 | 27.4444 | 30166.6 | 1675.92 | 0.32302 | 73.278 | 29.8647 | 103.143 | 21 | 1 |
| CodeLite/database/entry.cpp | 765 | | TagEntry | [static] IsAuto(const TagEntry *) | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 32 | 59 | 295 | 10.8889 | 3212.22 | 178.457 | 0.0725687 | 102.352 | 0 | 102.352 | 6 | 1 |
| CodeLite/database/entry.cpp | 777 | | TagEntry | GetMacrodef() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 3 | 3 |
| CodeLite/database/entry.cpp | 779 | | TagEntry | SetMacrodef(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 1 |
| CodeLite/database/entry.cpp | 781 | | TagEntry | set_extra_field(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 46 | 202.047 | 8.63636 | 1744.95 | 96.9416 | 0.0483133 | 111.412 | 0 | 111.412 | 4 | 2885 |
| CodeLite/database/fileentry.cpp | 30 | | FileEntry | FileEntry() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 4.5 | 504 | 28 | 0.0211105 | 117.207 | 0 | 117.207 | 2 | 2 |
| CodeLite/database/tags_storage_sqlite3.cpp | 40 | | TagsStorageSQLite | TagsStorageSQLite() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 6 | 539.151 | 29.9528 | 0.022081 | 118.353 | 0 | 118.353 | 3 | 6 |
| CodeLite/database/tags_storage_sqlite3.cpp | 47 | | TagsStorageSQLite | ~TagsStorageSQLite() [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 15 | 27 | 105.486 | 11 | 1160.35 | 64.4637 | 0.0368076 | 112.628 | 0 | 112.628 | 2 | 2 |
| CodeLite/database/tags_storage_sqlite3.cpp | 56 | | TagsStorageSQLite | OpenDatabase(const wxFileName &) [override] | 1 | 36 | 25 | 6 | 5 | 7 | 2 | 40 | 161 | 856.83 | 22.619 | 19380.7 | 1076.7 | 0.240505 | 76.2201 | 29.5564 | 105.777 | 29 | 3 |
| CodeLite/database/tags_storage_sqlite3.cpp | 93 | | TagsStorageSQLite | CreateSchema() | 0 | 114 | 75 | 9 | 30 | 2 | 1 | 70 | 474 | 2905.28 | 21.5172 | 62513.6 | 3472.98 | 0.525043 | 52.3473 | 21.0835 | 73.4308 | 62 | 3 |
| CodeLite/database/tags_storage_sqlite3.cpp | 208 | | TagsStorageSQLite | GetSchemaVersion() const [override] | 0 | 17 | 15 | 1 | 1 | 3 | 2 | 33 | 72 | 363.196 | 10.6842 | 3880.47 | 215.581 | 0.0823129 | 93.7582 | 18.3478 | 112.106 | 10 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 233 | | TagsStorageSQLite | Store(const std::vector<TagEntryPtr> &, bool) [override] | 2 | 51 | 42 | 5 | 4 | 11 | 3 | 56 | 239 | 1387.96 | 25.2353 | 35025.5 | 1945.86 | 0.356836 | 67.1494 | 23.3136 | 90.4629 | 57 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 285 | | TagsStorageSQLite | SelectTagsByFile(const wxString &, std::vector<TagEntryPtr> &, const wxFileName &) [override] | 3 | 18 | 10 | 7 | 1 | 2 | 0 | 39 | 81 | 428.118 | 14.2955 | 6120.14 | 340.008 | 0.111529 | 92.2071 | 41.1335 | 133.341 | 12 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 304 | | TagsStorageSQLite | DeleteByFileName(const wxFileName &, const wxString &, bool) [override] | 3 | 24 | 20 | 2 | 2 | 5 | 2 | 36 | 99 | 511.823 | 10.7391 | 5496.53 | 305.363 | 0.103818 | 85.928 | 21.6227 | 107.551 | 11 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 329 | | TagsStorageSQLite | Query(const wxString &, const wxFileName &) | 2 | 14 | 13 | 1 | 0 | 3 | 2 | 35 | 82 | 420.601 | 10.875 | 4574.04 | 254.113 | 0.0918499 | 96.1405 | 20.1155 | 116.256 | 18 | 4 |
| CodeLite/database/tags_storage_sqlite3.cpp | 344 | | TagsStorageSQLite | ExecuteUpdate(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 47 | 218.261 | 8.30769 | 1813.25 | 100.736 | 0.0495659 | 108.847 | 0 | 108.847 | 11 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 353 | | TagsStorageSQLite | IsOpen() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 355 | | TagsStorageSQLite | GetFilesForCC(const wxString &, wxArrayString &) [override] | 2 | 35 | 26 | 4 | 5 | 4 | 3 | 56 | 185 | 1074.36 | 18.4737 | 19847.4 | 1102.63 | 0.244351 | 76.1901 | 25.0054 | 101.195 | 31 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 391 | | TagsStorageSQLite | GetFiles(const wxString &, std::vector<FileEntryPtr> &) [override] | 2 | 39 | 32 | 2 | 5 | 6 | 3 | 82 | 251 | 1595.75 | 22.9821 | 36673.7 | 2037.43 | 0.367944 | 71.9198 | 17.1835 | 89.1033 | 36 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 431 | | TagsStorageSQLite | GetFiles(std::vector<FileEntryPtr> &) [override] | 1 | 24 | 18 | 2 | 4 | 3 | 2 | 51 | 132 | 748.76 | 11.6571 | 8728.4 | 484.911 | 0.141309 | 84.4098 | 21.6227 | 106.032 | 19 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 456 | | TagsStorageSQLite | [static] PPTokenFromSQlite3ResultSet(wxSQLite3ResultSet &, PPToken &) | 2 | 20 | 14 | 2 | 4 | 3 | 1 | 51 | 140 | 794.14 | 15.25 | 12110.6 | 672.813 | 0.175788 | 87.0574 | 23.5268 | 110.584 | 16 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 477 | | TagsStorageSQLite | [static] FromSQLite3ResultSet(wxSQLite3ResultSet &) | 1 | 21 | 21 | 0 | 0 | 1 | 0 | 53 | 216 | 1237.23 | 14.4625 | 17893.5 | 994.081 | 0.228038 | 84.4215 | 0 | 84.4215 | 33 | 2 |
| CodeLite/database/tags_storage_sqlite3.cpp | 499 | | TagsStorageSQLite | DoFetchTags(const wxString &, std::vector<TagEntryPtr> &) | 2 | 34 | 27 | 3 | 4 | 6 | 2 | 57 | 173 | 1009.09 | 15.5 | 15640.9 | 868.939 | 0.208475 | 76.5256 | 22.2054 | 98.731 | 49 | 22 |
| CodeLite/database/tags_storage_sqlite3.cpp | 534 | | TagsStorageSQLite | DoFetchTags(const wxString &, std::vector<TagEntryPtr> &, const wxArrayString &) | 3 | 40 | 30 | 4 | 6 | 7 | 3 | 66 | 216 | 1305.59 | 16.1702 | 21111.7 | 1172.87 | 0.254621 | 72.3232 | 23.5268 | 95.85 | 55 | 3 |
| CodeLite/database/tags_storage_sqlite3.cpp | 575 | | TagsStorageSQLite | GetTagsByScopeAndName(const wxString &, const wxString &, bool, std::vector<TagEntryPtr> &) [override] | 4 | 25 | 18 | 2 | 5 | 4 | 1 | 47 | 133 | 738.76 | 21 | 15514 | 861.887 | 0.207345 | 83.5883 | 21.2145 | 104.803 | 16 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 601 | | TagsStorageSQLite | GetTagsByScope(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 9 | 6 | 1 | 2 | 1 | 0 | 27 | 49 | 232.989 | 7.5625 | 1761.98 | 97.8879 | 0.0486273 | 106.83 | 24.6875 | 131.517 | 7 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 611 | | TagsStorageSQLite | GetTagsByKind(const wxArrayString &, const wxString &, int, std::vector<TagEntryPtr> &) [override] | 4 | 28 | 26 | 0 | 2 | 6 | 2 | 58 | 162 | 948.993 | 20.3714 | 19332.3 | 1074.02 | 0.240105 | 79.9902 | 0 | 79.9902 | 15 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 640 | | TagsStorageSQLite | GetTagsByPath(const wxArrayString &, std::vector<TagEntryPtr> &) [override] | 2 | 15 | 13 | 0 | 2 | 3 | 1 | 42 | 100 | 539.232 | 13.6 | 7333.55 | 407.42 | 0.125822 | 93.7308 | 0 | 93.7308 | 11 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 656 | | TagsStorageSQLite | GetTagsByNameAndParent(const wxString &, const wxString &, std::vector<TagEntryPtr> &) [override] | 3 | 16 | 13 | 1 | 2 | 3 | 2 | 43 | 111 | 602.315 | 16.56 | 9974.34 | 554.13 | 0.154455 | 92.11 | 18.8844 | 110.994 | 15 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 673 | | TagsStorageSQLite | GetTagsByKindAndPath(const wxArrayString &, const wxString &, std::vector<TagEntryPtr> &) [override] | 3 | 12 | 10 | 0 | 2 | 2 | 1 | 33 | 68 | 343.019 | 10.3158 | 3538.51 | 196.584 | 0.0774032 | 99.928 | 0 | 99.928 | 8 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 686 | | TagsStorageSQLite | GetTagsByFileAndLine(const wxString &, int, std::vector<TagEntryPtr> &) [override] | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 55 | 267.189 | 7.94444 | 2122.67 | 117.926 | 0.0550554 | 112.686 | 0 | 112.686 | 7 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 693 | | TagsStorageSQLite | GetTagsByKindAndFile(const wxArrayString &, const wxString &, const wxString &, int, std::vector<TagEntryPtr> &) [override] | 5 | 32 | 29 | 0 | 3 | 7 | 2 | 62 | 186 | 1107.48 | 22.1053 | 24481.1 | 1360.06 | 0.281039 | 76.7939 | 0 | 76.7939 | 18 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 726 | | TagsStorageSQLite | DeleteFileEntry(const wxString &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 2 | 39 | 79 | 417.547 | 10.4348 | 4357.01 | 242.056 | 0.088921 | 96.1784 | 0 | 96.1784 | 7 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 741 | | TagsStorageSQLite | InsertFileEntry(const wxString &, int) [override] | 2 | 14 | 13 | 0 | 1 | 2 | 1 | 35 | 70 | 359.05 | 9.66667 | 3470.81 | 192.823 | 0.0764128 | 97.1933 | 0 | 97.1933 | 5 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 756 | | TagsStorageSQLite | UpdateFileEntry(const wxString &, int) [override] | 2 | 14 | 13 | 0 | 1 | 2 | 1 | 35 | 70 | 359.05 | 9.66667 | 3470.81 | 192.823 | 0.0764128 | 97.1933 | 0 | 97.1933 | 5 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 771 | | TagsStorageSQLite | DoInsertTagEntry(const TagEntry &) | 1 | 35 | 31 | 2 | 2 | 4 | 1 | 69 | 275 | 1679.84 | 15.2453 | 25609.7 | 1422.76 | 0.289611 | 73.8658 | 18.0961 | 91.9619 | 38 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 807 | | TagsStorageSQLite | IsTypeAndScopeExist(wxString &, wxString &) [override] | 2 | 67 | 51 | 2 | 14 | 10 | 3 | 59 | 283 | 1664.79 | 28.7368 | 47840.7 | 2657.82 | 0.439283 | 62.0132 | 13.2238 | 75.237 | 44 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 875 | | TagsStorageSQLite | GetTagsByScopesAndKind(const wxArrayString &, const wxArrayString &, std::vector<TagEntryPtr> &) [override] | 3 | 22 | 19 | 1 | 2 | 6 | 2 | 49 | 162 | 909.583 | 23.2222 | 21122.5 | 1173.47 | 0.254708 | 84.1176 | 16.2158 | 100.333 | 21 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 898 | | TagsStorageSQLite | GetTagsByPath(const wxString &, std::vector<TagEntryPtr> &, int) [override] | 3 | 9 | 8 | 0 | 1 | 2 | 1 | 32 | 60 | 300 | 10.1111 | 3033.33 | 168.519 | 0.0698488 | 105.285 | 0 | 105.285 | 7 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 908 | | TagsStorageSQLite | GetTagsByScopeAndName(const wxArrayString &, const wxString &, bool, std::vector<TagEntryPtr> &) [override] | 4 | 35 | 26 | 4 | 5 | 6 | 2 | 59 | 198 | 1164.76 | 21.2763 | 24781.9 | 1376.77 | 0.283336 | 75.3099 | 25.0054 | 100.315 | 21 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 944 | | TagsStorageSQLite | GetTagsByScopeAndKind(const wxString &, const wxArrayString &, const wxString &, std::vector<TagEntryPtr> &) [override] | 4 | 29 | 26 | 0 | 3 | 6 | 3 | 45 | 148 | 812.794 | 17.6071 | 14311 | 795.055 | 0.196483 | 80.2273 | 0 | 80.2273 | 24 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 974 | | TagsStorageSQLite | IsTypeAndScopeExistLimitOne(const wxString &, const wxString &) [override] | 2 | 24 | 19 | 1 | 4 | 5 | 2 | 42 | 108 | 582.37 | 18.6364 | 10853.3 | 602.959 | 0.1634 | 85.2566 | 15.5492 | 100.806 | 13 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 999 | | TagsStorageSQLite | GetDereferenceOperator(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 7.7 | 1628.7 | 90.4835 | 0.0461431 | 113.901 | 0 | 113.901 | 5 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1006 | | TagsStorageSQLite | GetSubscriptOperator(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 7.7 | 1628.7 | 90.4835 | 0.0461431 | 113.901 | 0 | 113.901 | 5 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1080 | | TagsStorageSQLite | ClearCache() [override] | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 124.335 | 31.9355 | 156.27 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1086 | | TagsStorageSQLite | GetMacro(const wxString &) [override] | 1 | 17 | 16 | 0 | 1 | 3 | 2 | 36 | 82 | 423.934 | 13.2 | 5595.93 | 310.885 | 0.105065 | 92.9541 | 0 | 92.9541 | 11 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1104 | | TagsStorageSQLite | SetUseCache(bool) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4 | 243.777 | 13.5432 | 0.0130079 | 149.398 | 0 | 149.398 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1106 | | TagsStorageSQLite | GetTagsByName(const wxString &, std::vector<TagEntryPtr> &, bool) [override] | 3 | 16 | 14 | 0 | 2 | 3 | 2 | 42 | 94 | 506.878 | 13.5 | 6842.85 | 380.158 | 0.120144 | 93.0071 | 0 | 93.0071 | 14 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1123 | | TagsStorageSQLite | DoAddNamePartToQuery(wxString &, const wxString &, bool, bool) | 4 | 32 | 27 | 2 | 3 | 6 | 2 | 49 | 192 | 1078.02 | 17.9394 | 19339.1 | 1074.39 | 0.240161 | 77.1641 | 18.8844 | 96.0485 | 27 | 5 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1156 | | TagsStorageSQLite | DoAddLimitPartToQuery(wxString &, const std::vector<TagEntryPtr> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 68 | 340 | 12 | 4080 | 226.667 | 0.085111 | 106.543 | 0 | 106.543 | 7 | 5 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1165 | | TagsStorageSQLite | GetTagsByNameLimitOne(const wxString &) [override] | 1 | 23 | 20 | 0 | 3 | 4 | 2 | 45 | 115 | 631.563 | 15.3462 | 9692.06 | 538.448 | 0.151527 | 85.7544 | 0 | 85.7544 | 21 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1189 | | TagsStorageSQLite | GetTagsByPartName(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 18 | 15 | 0 | 3 | 3 | 2 | 42 | 107 | 576.978 | 12.9231 | 7456.33 | 414.241 | 0.127222 | 90.4254 | 0 | 90.4254 | 19 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1208 | | TagsStorageSQLite | GetVersion() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 7.07143 | 594 | 33 | 0.0235543 | 121.657 | 0 | 121.657 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1214 | | TagsStorageSQLite | GetTagsByPartName(const wxArrayString &, std::vector<TagEntryPtr> &) [override] | 2 | 23 | 20 | 0 | 3 | 5 | 2 | 63 | 164 | 980.274 | 18.4 | 18037 | 1002.06 | 0.229257 | 83.2383 | 0 | 83.2383 | 29 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1238 | | TagsStorageSQLite | ReOpenDatabase() | 0 | 29 | 24 | 3 | 2 | 5 | 2 | 43 | 129 | 699.988 | 15.0417 | 10529 | 584.944 | 0.160129 | 81.2343 | 23.8955 | 105.13 | 44 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1268 | | TagsStorageSQLite | GetTagsByPathAndKind(const wxString &, std::vector<TagEntryPtr> &, const std::vector<wxString> &, int) [override] | 4 | 23 | 20 | 1 | 2 | 4 | 2 | 46 | 129 | 712.539 | 15.8276 | 11277.8 | 626.543 | 0.167634 | 85.127 | 15.872 | 100.999 | 26 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1292 | | TagsStorageSQLite | GetScope(const wxString &, int) [override] | 2 | 18 | 16 | 0 | 2 | 4 | 1 | 45 | 95 | 521.726 | 13.8846 | 7243.97 | 402.443 | 0.124795 | 90.7188 | 0 | 90.7188 | 23 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1311 | | TagsStorageSQLite | GetFileScopedTags(const wxString &, const wxString &, const wxArrayString &, std::vector<TagEntryPtr> &) [override] | 4 | 51 | 40 | 5 | 6 | 8 | 2 | 70 | 325 | 1992.02 | 28.4167 | 56606.5 | 3144.8 | 0.491424 | 65.9605 | 23.3136 | 89.2741 | 66 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1363 | | TagsStorageSQLite | GetParameters(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 46 | 221.138 | 9.1 | 2012.36 | 111.798 | 0.0531311 | 111.173 | 0 | 111.173 | 6 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1371 | | TagsStorageSQLite | GetLambdas(const wxString &, std::vector<TagEntryPtr> &) [override] | 2 | 8 | 7 | 1 | 0 | 1 | 0 | 28 | 46 | 221.138 | 9.1 | 2012.36 | 111.798 | 0.0531311 | 109.009 | 26.0372 | 135.047 | 6 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1017 | | TagsStorageSQLiteCache | [virtual] ~TagsStorageSQLiteCache() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1019 | | TagsStorageSQLiteCache | Get(const wxString &, std::vector<TagEntryPtr> &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 22 | 29 | 129.324 | 6.5 | 840.603 | 46.7002 | 0.0296897 | 145.486 | 0 | 145.486 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1021 | | TagsStorageSQLiteCache | Get(const wxString &, const wxArrayString &, std::vector<TagEntryPtr> &) | 3 | 10 | 9 | 0 | 1 | 2 | 1 | 37 | 75 | 390.709 | 12.5714 | 4911.77 | 272.876 | 0.0963173 | 102.205 | 0 | 102.205 | 7 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1032 | | TagsStorageSQLiteCache | Store(const wxString &, const std::vector<TagEntryPtr> &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 21 | 29 | 127.377 | 6.36364 | 810.582 | 45.0323 | 0.0289786 | 145.565 | 0 | 145.565 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1034 | | TagsStorageSQLiteCache | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1036 | | TagsStorageSQLiteCache | Store(const wxString &, const wxArrayString &, const std::vector<TagEntryPtr> &) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 75 | 387.744 | 12.1429 | 4708.32 | 261.574 | 0.0936389 | 103.951 | 0 | 103.951 | 7 | 1 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1046 | | TagsStorageSQLiteCache | DoGet(const wxString &, std::vector<TagEntryPtr> &) | 2 | 11 | 10 | 1 | 0 | 2 | 1 | 39 | 95 | 502.113 | 16.625 | 8347.63 | 463.757 | 0.137168 | 99.3562 | 22.5149 | 121.871 | 14 | 2 |
| CodeLite/database/tags_storage_sqlite3.cpp | 1058 | | TagsStorageSQLiteCache | DoStore(const wxString &, const std::vector<TagEntryPtr> &) | 2 | 21 | 16 | 3 | 2 | 5 | 2 | 40 | 92 | 489.617 | 14.4762 | 7087.79 | 393.766 | 0.122995 | 88.3219 | 27.6325 | 115.954 | 10 | 2 |
| CodeLite/dirtraverser.cpp | 32 | | DirTraverser | DirTraverser(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.36364 | 950.338 | 52.7965 | 0.0322204 | 115.711 | 0 | 115.711 | 5 | 1 |
| CodeLite/dirtraverser.cpp | 39 | | DirTraverser | OnFile(const wxString &) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 25 | 41 | 190.398 | 6.67857 | 1271.59 | 70.6437 | 0.039124 | 105.943 | 23.5268 | 129.47 | 3 | 0 |
| CodeLite/dirtraverser.cpp | 50 | | DirTraverser | OnDir(const wxString &) [override] | 1 | 19 | 17 | 0 | 2 | 4 | 2 | 43 | 115 | 624.02 | 15.0385 | 9384.31 | 521.35 | 0.148302 | 88.9119 | 0 | 88.9119 | 14 | 0 |
| CodeLite/event_notifier.cpp | 34 | | EventNotifier | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 12 | 1200 | 66.6667 | 0.0376414 | 117.567 | 0 | 117.567 | 1 | 2109 |
| CodeLite/event_notifier.cpp | 41 | | EventNotifier | [static] Release() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 119.25 | 0 | 119.25 | 1 | 0 |
| CodeLite/event_notifier.cpp | 48 | | EventNotifier | SendCommandEvent(int, void *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.81818 | 988.271 | 54.904 | 0.0330722 | 115.866 | 0 | 115.866 | 3 | 2 |
| CodeLite/event_notifier.cpp | 55 | | EventNotifier | SendCommandEvent(int, void *, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 7.7 | 1628.7 | 90.4835 | 0.0461431 | 111.404 | 0 | 111.404 | 4 | 1 |
| CodeLite/event_notifier.cpp | 63 | | EventNotifier | PostCommandEvent(int, void *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.75 | 917.552 | 50.9751 | 0.031475 | 116.2 | 0 | 116.2 | 3 | 3 |
| CodeLite/event_notifier.cpp | 71 | | EventNotifier | TopFrame() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 7.2 | 676.884 | 37.6047 | 0.0256973 | 147.144 | 0 | 147.144 | 2 | 173 |
| CodeLite/event_notifier.cpp | 74 | | EventNotifier | PostFileSavedEvent(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 5.66667 | 906.164 | 50.3425 | 0.031214 | 112.858 | 0 | 112.858 | 5 | 5 |
| CodeLite/event_notifier.cpp | 82 | | EventNotifier | PostReloadExternallyModifiedEvent(bool) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 18 | 25 | 104.248 | 4.8 | 500.391 | 27.7995 | 0.0210096 | 120.304 | 0 | 120.304 | 3 | 12 |
| CodeLite/event_notifier.cpp | 88 | | EventNotifier | NotifyWorkspaceReloadEndEvent(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.09091 | 648.774 | 36.043 | 0.0249809 | 116.536 | 0 | 116.536 | 4 | 1 |
| CodeLite/event_notifier.cpp | 95 | | EventNotifier | NotifyWorkspaceReloadStartEvet(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.09091 | 648.774 | 36.043 | 0.0249809 | 116.536 | 0 | 116.536 | 4 | 1 |
| CodeLite/event_notifier.cpp | 102 | | EventNotifier | AddPendingEvent(const wxEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 342 |
| CodeLite/event_notifier.cpp | 104 | | EventNotifier | ProcessEvent(wxEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 5.33333 | 385.812 | 21.434 | 0.0176656 | 148.507 | 0 | 148.507 | 1 | 232 |
| CodeLite/file_logger.cpp | 39 | | FileLogger | FileLogger(int, const char *, int) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6 | 675.528 | 37.5293 | 0.025663 | 120.134 | 0 | 120.134 | 0 | 992 |
| CodeLite/file_logger.cpp | 45 | | FileLogger | ~FileLogger() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 125.776 | 31.9355 | 157.712 | 1 | 0 |
| CodeLite/file_logger.cpp | 51 | | FileLogger | AddLogLine(const wxString &, int) | 2 | 15 | 14 | 0 | 1 | 5 | 1 | 38 | 97 | 509.049 | 15.75 | 8017.52 | 445.418 | 0.133528 | 93.5704 | 0 | 93.5704 | 13 | 1 |
| CodeLite/file_logger.cpp | 67 | | FileLogger | [static] SetGlobalLogVerbosity(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 39 | 171.3 | 7.27273 | 1245.82 | 69.2123 | 0.0385936 | 112.27 | 0 | 112.27 | 9 | 3 |
| CodeLite/file_logger.cpp | 75 | | FileLogger | [static] GetVerbosityAsNumber(const wxString &) | 1 | 21 | 16 | 0 | 5 | 12 | 1 | 35 | 128 | 656.548 | 11.7391 | 7707.31 | 428.184 | 0.130061 | 85.1864 | 0 | 85.1864 | 11 | 4 |
| CodeLite/file_logger.cpp | 97 | | FileLogger | [static] GetVerbosityAsString(int) | 1 | 22 | 17 | 0 | 5 | 6 | 1 | 27 | 79 | 375.636 | 9.625 | 3615.5 | 200.861 | 0.0785219 | 88.7163 | 0 | 88.7163 | 6 | 7 |
| CodeLite/file_logger.cpp | 120 | | FileLogger | [static] SetGlobalLogVerbosity(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.5 | 342.662 | 19.0368 | 0.0163226 | 125.782 | 0 | 125.782 | 2 | 0 |
| CodeLite/file_logger.cpp | 125 | | FileLogger | [static] OpenLog(const wxString &, int) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 32 | 66 | 330 | 6.36364 | 2100 | 116.667 | 0.0546628 | 105.02 | 0 | 105.02 | 10 | 3 |
| CodeLite/file_logger.cpp | 135 | | FileLogger | AddLogLine(const wxArrayString &, int) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 10 | 2209.21 | 122.734 | 0.0565418 | 113.445 | 0 | 113.445 | 3 | 0 |
| CodeLite/file_logger.cpp | 142 | | FileLogger | Flush() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 30 | 68 | 333.669 | 8.41176 | 2806.74 | 155.93 | 0.0663255 | 98.545 | 0 | 98.545 | 9 | 2270 |
| CodeLite/file_logger.cpp | 156 | | FileLogger | [static] Prefix(int) | 1 | 40 | 33 | 0 | 7 | 8 | 1 | 64 | 205 | 1230 | 17.7273 | 21804.5 | 1211.36 | 0.260162 | 72.4034 | 0 | 72.4034 | 26 | 993 |
| CodeLite/file_logger.cpp | 197 | | FileLogger | [static] GetCurrentThreadName() | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 35 | 70 | 359.05 | 9.375 | 3366.09 | 187.005 | 0.074868 | 99.4605 | 0 | 99.4605 | 10 | 1 |
| CodeLite/file_logger.cpp | 210 | | FileLogger | [static] RegisterThread(wxThreadIdType, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 66 | 338.533 | 12.2105 | 4133.66 | 229.648 | 0.0858556 | 104.657 | 0 | 104.657 | 8 | 2 |
| CodeLite/file_logger.cpp | 220 | | FileLogger | [static] UnRegisterThread(wxThreadIdType) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 54 | 264.972 | 8.79412 | 2330.2 | 129.455 | 0.0585878 | 107.839 | 0 | 107.839 | 6 | 0 |
| CodeLite/fileextmanager.cpp | 75 | | FileExtManager | [static] Init() | 0 | 192 | 153 | 11 | 31 | 4 | 3 | 223 | 1474 | 11498.5 | 24.8049 | 285220 | 15845.5 | 1.44433 | 36.2887 | 18.1185 | 54.4072 | 331 | 4 |
| CodeLite/fileextmanager.cpp | 268 | | FileExtManager | [static] GetLanguageBundles() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 119.848 | 0 | 119.848 | 2 | 1 |
| CodeLite/fileextmanager.cpp | 274 | | FileExtManager | [static] GetType(const wxString &, FileExtManager::FileType) | 2 | 64 | 58 | 2 | 4 | 19 | 4 | 83 | 419 | 2671.14 | 18 | 48080.5 | 2671.14 | 0.440749 | 58.2267 | 13.5225 | 71.7493 | 54 | 69 |
| CodeLite/fileextmanager.cpp | 339 | | FileExtManager | [static] IsCxxFile(const wxString &) | 1 | 12 | 10 | 1 | 1 | 5 | 2 | 29 | 62 | 301.195 | 11.25 | 3388.44 | 188.247 | 0.075199 | 99.9142 | 21.6227 | 121.537 | 2 | 545 |
| CodeLite/fileextmanager.cpp | 352 | | FileExtManager | [static] AutoDetectByContent(const wxString &, FileExtManager::FileType &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 56 | 272.047 | 8.9375 | 2431.42 | 135.079 | 0.0602724 | 105.794 | 0 | 105.794 | 11 | 4 |
| CodeLite/fileextmanager.cpp | 362 | | FileExtManager | [static] GetContentType(const wxString &, FileExtManager::FileType &) | 2 | 16 | 16 | 0 | 0 | 4 | 4 | 42 | 103 | 555.409 | 18.5 | 10275.1 | 570.837 | 0.157544 | 92.3016 | 0 | 92.3016 | 18 | 3 |
| CodeLite/fileextmanager.cpp | 379 | | FileExtManager | [static] IsFileType(const wxString &, FileExtManager::FileType) | 2 | 12 | 10 | 1 | 1 | 3 | 2 | 26 | 55 | 258.524 | 11.6667 | 3016.12 | 167.562 | 0.0695842 | 101.169 | 21.6227 | 122.791 | 2 | 549 |
| CodeLite/fileextmanager.cpp | 392 | | FileExtManager | [static] IsJavascriptFile(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.375 | 0 | 147.375 | 1 | 544 |
| CodeLite/fileextmanager.cpp | 394 | | FileExtManager | [static] IsPHPFile(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.375 | 0 | 147.375 | 1 | 544 |
| CodeLite/fileextmanager.cpp | 396 | | FileExtManager | [static] IsJavaFile(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.375 | 0 | 147.375 | 1 | 544 |
| CodeLite/fileextmanager.cpp | 398 | | FileExtManager | [static] GetTypeFromExtension(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 8.66667 | 2083.19 | 115.733 | 0.0543706 | 110.509 | 0 | 110.509 | 6 | 545 |
| CodeLite/fileextmanager.cpp | 406 | | FileExtManager | [static] IsSymlinkFile(const wxString &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 31 | 138.242 | 7 | 967.697 | 53.7609 | 0.0326116 | 118.836 | 0 | 118.836 | 2 | 1088 |
| CodeLite/fileextmanager.cpp | 412 | | FileExtManager | [static] IsSymlinkFolder(const wxString &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 31 | 138.242 | 7 | 967.697 | 53.7609 | 0.0326116 | 118.836 | 0 | 118.836 | 2 | 1088 |
| CodeLite/fileextmanager.cpp | 418 | | FileExtManager | [static] GetLanguageFromType(FileExtManager::FileType) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 23 | 44 | 199.037 | 8.18182 | 1628.48 | 90.4712 | 0.0461389 | 109.327 | 0 | 109.327 | 5 | 4 |
| CodeLite/fileextmanager.cpp | 42 | | Matcher | Matcher(const wxString &, FileExtManager::FileType, bool) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 53 | 267.353 | 9.88235 | 2642.08 | 146.782 | 0.0637053 | 105.884 | 0 | 105.884 | 3 | 12 |
| CodeLite/fileextmanager.cpp | 52 | | Matcher | Matches(const wxString &) const | 1 | 13 | 13 | 0 | 0 | 6 | 2 | 41 | 85 | 455.392 | 21.875 | 9961.7 | 553.428 | 0.154324 | 96.2378 | 0 | 96.2378 | 7 | 1 |
| CodeLite/fileutils.cpp | 296 | | | SplitMask(const wxString &, wxArrayString &, wxArrayString &) | 3 | 15 | 14 | 1 | 0 | 4 | 2 | 42 | 110 | 593.155 | 17.3478 | 10289.9 | 571.664 | 0.157696 | 93.0052 | 19.4709 | 112.476 | 13 | 1 |
| CodeLite/fileutils.cpp | 841 | | | Mkdir(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 6.15385 | 1057.82 | 58.7676 | 0.0346061 | 110.319 | 0 | 110.319 | 3 | 3 |
| CodeLite/fileutils.cpp | 71 | {anonymous} | | write_file_content(const wxFileName &, const wxString &, const wxMBConv &) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 10.6842 | 4096.05 | 227.558 | 0.085334 | 102.303 | 0 | 102.303 | 14 | 1 |
| CodeLite/fileutils.cpp | 82 | {anonymous} | | write_file_content_raw(const wxFileName &, const std::string &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 70 | 350 | 11.5 | 4025 | 223.611 | 0.0843444 | 104.484 | 0 | 104.484 | 6 | 1 |
| CodeLite/fileutils.cpp | 575 | {anonymous} | | DoFindExe(const wxString &, wxFileName &, const wxArrayString &) | 3 | 49 | 42 | 4 | 4 | 8 | 2 | 70 | 264 | 1618.13 | 22.9167 | 37082.2 | 2060.12 | 0.370671 | 67.6896 | 21.4157 | 89.1053 | 20 | 1 |
| CodeLite/fileutils.cpp | 757 | {anonymous} | | cksum(const std::string &, size_t *) | 2 | 40 | 34 | 0 | 6 | 8 | 2 | 65 | 214 | 1288.79 | 31.7143 | 40873 | 2270.72 | 0.395521 | 72.1606 | 0 | 72.1606 | 6 | 1 |
| CodeLite/fileutils.cpp | 97 | | FileUtils | [static] OpenFileExplorer(const wxString &) | 1 | 21 | 19 | 1 | 1 | 3 | 1 | 38 | 93 | 488.057 | 10.4 | 5075.8 | 281.989 | 0.0984498 | 88.7985 | 16.583 | 105.381 | 11 | 2 |
| CodeLite/fileutils.cpp | 119 | | FileUtils | [static] OpenTerminal(const wxString &, const wxString &, bool) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 60 | 288.441 | 7.77778 | 2243.43 | 124.635 | 0.0571243 | 107.628 | 0 | 107.628 | 11 | 9 |
| CodeLite/fileutils.cpp | 128 | | FileUtils | [static] WriteFileContent(const wxFileName &, const wxString &, const wxMBConv &) | 3 | 12 | 9 | 2 | 1 | 2 | 1 | 35 | 86 | 441.118 | 12.375 | 5458.84 | 303.269 | 0.103342 | 98.6201 | 29.5564 | 128.176 | 10 | 63 |
| CodeLite/fileutils.cpp | 141 | | FileUtils | [static] WriteFileContentRaw(const wxFileName &, const std::string &) | 2 | 12 | 9 | 2 | 1 | 2 | 1 | 34 | 81 | 412.084 | 11.8421 | 4879.95 | 271.108 | 0.0959008 | 98.9741 | 29.5564 | 128.53 | 9 | 2 |
| CodeLite/fileutils.cpp | 154 | | FileUtils | [static] AppendFileContent(const wxFileName &, const wxString &, const wxMBConv &) | 3 | 13 | 12 | 1 | 0 | 3 | 1 | 35 | 83 | 425.73 | 11.25 | 4789.47 | 266.082 | 0.0947117 | 97.278 | 20.8285 | 118.107 | 14 | 1 |
| CodeLite/fileutils.cpp | 168 | | FileUtils | [static] ReadFileContent(const wxFileName &, wxString &, const wxMBConv &) | 3 | 28 | 22 | 2 | 4 | 5 | 1 | 47 | 161 | 894.289 | 14.7333 | 13175.9 | 731.992 | 0.185951 | 80.5289 | 20.1155 | 100.644 | 39 | 62 |
| CodeLite/fileutils.cpp | 197 | | FileUtils | [static] OpenFileExplorerAndSelect(const wxFileName &) | 1 | 14 | 14 | 0 | 0 | 2 | 0 | 35 | 75 | 384.696 | 9.15909 | 3523.47 | 195.748 | 0.0771837 | 96.8345 | 0 | 96.8345 | 2 | 8 |
| CodeLite/fileutils.cpp | 212 | | FileUtils | [static] OSXOpenDebuggerTerminalAndGetTTY(const wxString &, const wxString &, wxString &, long &) | 4 | 63 | 54 | 5 | 4 | 7 | 3 | 97 | 351 | 2316.57 | 20.68 | 47906.7 | 2661.48 | 0.439686 | 61.9824 | 21.1356 | 83.118 | 92 | 1 |
| CodeLite/fileutils.cpp | 276 | | FileUtils | [static] OpenSSHTerminal(const wxString &, const wxString &, const wxString &, int) | 4 | 19 | 19 | 0 | 0 | 2 | 0 | 43 | 105 | 569.758 | 14.2222 | 8103.22 | 450.179 | 0.134478 | 89.845 | 0 | 89.845 | 10 | 1 |
| CodeLite/fileutils.cpp | 312 | | FileUtils | [static] WildMatch(const wxString &, const wxFileName &) | 2 | 30 | 23 | 4 | 3 | 12 | 2 | 42 | 166 | 895.125 | 28 | 25063.5 | 1392.42 | 0.285478 | 77.7964 | 26.7997 | 104.596 | 21 | 3 |
| CodeLite/fileutils.cpp | 343 | | FileUtils | [static] WildMatch(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.3125 | 836.908 | 46.4949 | 0.0296026 | 123.663 | 0 | 123.663 | 2 | 3 |
| CodeLite/fileutils.cpp | 348 | | FileUtils | [static] FuzzyMatch(const wxString &, const wxString &) | 2 | 12 | 12 | 0 | 0 | 3 | 2 | 32 | 69 | 345 | 13 | 4485 | 249.167 | 0.090654 | 99.6681 | 0 | 99.6681 | 4 | 11 |
| CodeLite/fileutils.cpp | 361 | | FileUtils | [static] IsHidden(const wxString &) | 1 | 14 | 13 | 1 | 0 | 5 | 0 | 37 | 92 | 479.27 | 13.3333 | 6390.26 | 355.015 | 0.114787 | 95.0015 | 20.1155 | 115.117 | 6 | 4 |
| CodeLite/fileutils.cpp | 376 | | FileUtils | [static] IsHidden(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.78571 | 509.143 | 28.2857 | 0.0212539 | 147.488 | 0 | 147.488 | 2 | 2 |
| CodeLite/fileutils.cpp | 378 | | FileUtils | [static] WildMatch(const wxArrayString &, const wxString &) | 2 | 20 | 16 | 2 | 2 | 8 | 2 | 35 | 100 | 512.928 | 20 | 10258.6 | 569.92 | 0.157375 | 88.1804 | 23.5268 | 111.707 | 10 | 8 |
| CodeLite/fileutils.cpp | 399 | | FileUtils | [static] SetFilePermissions(const wxFileName &, mode_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 29 | 48 | 233.183 | 7.05882 | 1646 | 91.4443 | 0.0464692 | 116.348 | 0 | 116.348 | 5 | 1 |
| CodeLite/fileutils.cpp | 405 | | FileUtils | [static] GetFilePermissions(const wxFileName &, mode_t &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 65 | 330.685 | 9.86842 | 3263.34 | 181.297 | 0.0733365 | 103.072 | 0 | 103.072 | 6 | 1 |
| CodeLite/fileutils.cpp | 416 | | FileUtils | [static] GetFileModificationTime(const wxFileName &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.78571 | 509.143 | 28.2857 | 0.0212539 | 125.03 | 0 | 125.03 | 2 | 8 |
| CodeLite/fileutils.cpp | 421 | | FileUtils | [static] GetFileModificationTime(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 53 | 257.473 | 9.34375 | 2405.76 | 133.654 | 0.0598477 | 106.08 | 0 | 106.08 | 6 | 1 |
| CodeLite/fileutils.cpp | 431 | | FileUtils | [static] GetFileSize(const wxFileName &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 40 | 82 | 436.398 | 11 | 4800.38 | 266.688 | 0.0948555 | 98.676 | 0 | 98.676 | 17 | 4 |
| CodeLite/fileutils.cpp | 444 | | FileUtils | [static] NormaliseName(const wxString &) | 1 | 25 | 23 | 1 | 1 | 5 | 2 | 65 | 151 | 909.378 | 16.9762 | 15437.8 | 857.654 | 0.206666 | 82.2779 | 15.2452 | 97.5231 | 10 | 1 |
| CodeLite/fileutils.cpp | 470 | | FileUtils | [static] RemoveFile(const wxString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 1 | 25 | 44 | 204.33 | 6.66667 | 1362.2 | 75.6777 | 0.0409612 | 114.081 | 0 | 114.081 | 14 | 185 |
| CodeLite/fileutils.cpp | 478 | | FileUtils | [static] RealPath(const wxString &, bool) | 2 | 21 | 20 | 1 | 1 | 11 | 2 | 46 | 132 | 729.11 | 15.75 | 11483.5 | 637.971 | 0.169666 | 84.8712 | 16.583 | 101.454 | 10 | 55 |
| CodeLite/fileutils.cpp | 500 | | FileUtils | [static] RealPathGetModeResolveSymlinks() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| CodeLite/fileutils.cpp | 502 | | FileUtils | [static] RealPathSetModeResolveSymlinks(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 2 |
| CodeLite/fileutils.cpp | 504 | | FileUtils | [static] ReadBufferFromFile(const wxFileName &, wxString &, size_t) | 3 | 16 | 15 | 0 | 1 | 3 | 1 | 48 | 142 | 793.065 | 15.3 | 12133.9 | 674.105 | 0.176013 | 90.6794 | 0 | 90.6794 | 25 | 4 |
| CodeLite/fileutils.cpp | 521 | | FileUtils | [static] IsSymlink(const wxString &) | 1 | 16 | 16 | 0 | 0 | 3 | 1 | 38 | 75 | 393.595 | 10.9286 | 4301.43 | 238.968 | 0.0881631 | 94.3224 | 0 | 94.3224 | 2 | 159 |
| CodeLite/fileutils.cpp | 538 | | FileUtils | [static] IsDirectory(const wxString &) | 1 | 16 | 16 | 0 | 0 | 3 | 1 | 38 | 75 | 393.595 | 10.9286 | 4301.43 | 238.968 | 0.0881631 | 94.3224 | 0 | 94.3224 | 2 | 158 |
| CodeLite/fileutils.cpp | 555 | | FileUtils | [static] CreateEnvironment(const wxString &) | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 41 | 113 | 605.403 | 15.2292 | 9219.79 | 512.21 | 0.146564 | 89.9453 | 0 | 89.9453 | 17 | 6 |
| CodeLite/fileutils.cpp | 626 | | FileUtils | [static] FindExe(const wxString &, wxFileName &, const wxArrayString &, const wxArrayString &) | 4 | 18 | 18 | 0 | 0 | 4 | 2 | 39 | 119 | 628.963 | 17 | 10692.4 | 594.02 | 0.161781 | 89.7468 | 0 | 89.7468 | 17 | 15 |
| CodeLite/fileutils.cpp | 645 | | FileUtils | [static] CreateTempFileName(const wxString &, const wxString &, const wxString &) | 3 | 19 | 16 | 0 | 3 | 2 | 1 | 50 | 121 | 682.907 | 19.6667 | 13430.5 | 746.139 | 0.188339 | 88.903 | 0 | 88.903 | 10 | 7 |
| CodeLite/fileutils.cpp | 665 | | FileUtils | [static] FindSimilar(const wxFileName &, const std::vector<wxString> &, std::vector<wxFileName> &) | 3 | 14 | 14 | 0 | 0 | 3 | 2 | 33 | 90 | 453.995 | 15 | 6809.93 | 378.33 | 0.119759 | 95.7432 | 0 | 95.7432 | 8 | 1 |
| CodeLite/fileutils.cpp | 680 | | FileUtils | [static] FilePathToURI(const wxString &) | 1 | 17 | 17 | 0 | 0 | 3 | 2 | 29 | 82 | 398.354 | 17.6786 | 7042.34 | 391.241 | 0.122468 | 93.2778 | 0 | 93.2778 | 16 | 4 |
| CodeLite/fileutils.cpp | 698 | | FileUtils | [static] FilePathFromURI(const wxString &) | 1 | 22 | 19 | 4 | 0 | 6 | 1 | 45 | 124 | 680.99 | 14.875 | 10129.7 | 562.762 | 0.156055 | 85.6227 | 30.6787 | 116.301 | 7 | 4 |
| CodeLite/fileutils.cpp | 799 | | FileUtils | [static] GetChecksum(const wxString &, size_t *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 29 | 127.377 | 5.90909 | 752.683 | 41.8157 | 0.0275817 | 123.107 | 0 | 123.107 | 2 | 1 |
| CodeLite/fileutils.cpp | 804 | | FileUtils | [static] IsBinaryExecutable(const wxString &) | 1 | 24 | 20 | 3 | 1 | 5 | 1 | 61 | 145 | 859.957 | 18.0556 | 15527 | 862.611 | 0.207461 | 83.2297 | 26.0372 | 109.267 | 7 | 160 |
| CodeLite/fileutils.cpp | 829 | | FileUtils | [static] NormaliseFilename(const wxString &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 30 | 63 | 309.134 | 15.6923 | 4851.03 | 269.502 | 0.0955215 | 101.648 | 0 | 101.648 | 8 | 1 |
| CodeLite/fileutils.cpp | 850 | | FileUtils | [static] CopyDir(const wxString &, const wxString &) | 2 | 44 | 33 | 5 | 6 | 8 | 3 | 44 | 195 | 1064.59 | 31.5 | 33534.6 | 1863.03 | 0.346636 | 71.6103 | 24.9408 | 96.5512 | 26 | 3 |
| CodeLite/fileutils.cpp | 895 | | FileUtils | [static] IsFileReadOnly(const wxFileName &) | 1 | 14 | 13 | 1 | 0 | 3 | 0 | 35 | 66 | 338.533 | 11.1176 | 3763.69 | 209.094 | 0.0806531 | 97.2692 | 20.1155 | 117.385 | 1 | 1 |
| CodeLite/fileutils.cpp | 910 | | FileUtils | [static] NormalizePath(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 54 | 244.272 | 11.4545 | 2798.03 | 155.446 | 0.0661881 | 108.262 | 0 | 108.262 | 10 | 3 |
| CodeLite/fileutils.cpp | 921 | | FileUtils | [static] MakeRelativeIfSensible(wxFileName &, const wxString &) | 2 | 32 | 25 | 4 | 5 | 9 | 2 | 70 | 213 | 1305.54 | 23.5465 | 30740.8 | 1707.82 | 0.327107 | 75.4784 | 26.0372 | 101.516 | 20 | 9 |
| CodeLite/fileutils.cpp | 954 | | FileUtils | [static] wxReadLink(const wxFileName &) | 1 | 25 | 22 | 3 | 2 | 4 | 1 | 47 | 138 | 766.533 | 21.12 | 16189.2 | 899.399 | 0.213319 | 83.3964 | 25.5633 | 108.96 | 5 | 2 |
| CodeLite/language.cpp | 33 | | Language | Language() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 1 | 1 |
| CodeLite/language.cpp | 39 | | Language | ParseTemplateArgs(const wxString &, wxArrayString &) | 2 | 44 | 39 | 1 | 4 | 11 | 2 | 55 | 193 | 1115.8 | 24.5833 | 27430.1 | 1523.9 | 0.303178 | 70.676 | 11.5716 | 82.2476 | 16 | 1 |
| CodeLite/language.cpp | 84 | | Language | ParseTemplateInitList(const wxString &, wxArrayString &) | 2 | 54 | 48 | 2 | 4 | 13 | 2 | 57 | 256 | 1493.22 | 30.6129 | 45711.8 | 2539.54 | 0.426152 | 65.3833 | 14.6873 | 80.0705 | 26 | 1 |
| CodeLite/language.cpp | 139 | | Language | GetScopeName(const wxString &) | 1 | 16 | 13 | 0 | 3 | 2 | 1 | 44 | 113 | 616.916 | 13.7143 | 8460.56 | 470.031 | 0.138403 | 92.2155 | 0 | 92.2155 | 16 | 1 |
| CodeLite/language.cpp | 156 | | Language | VariableFromPattern(const wxString &, const wxString &, Variable &) | 3 | 42 | 35 | 2 | 5 | 6 | 2 | 69 | 209 | 1276.68 | 21.3333 | 27235.9 | 1513.1 | 0.301745 | 71.8793 | 16.583 | 88.4622 | 36 | 4 |
| CodeLite/language.cpp | 199 | | Language | GetLocalVariables(const wxString &) | 1 | 24 | 21 | 0 | 3 | 2 | 1 | 60 | 177 | 1045.52 | 16.2195 | 16957.8 | 942.101 | 0.220018 | 82.9037 | 0 | 82.9037 | 37 | 1 |
| CodeLite/language.cpp | 224 | | Language | SetTagsManager(TagsManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 2 |
| CodeLite/language.cpp | 226 | | Language | GetTagsManager() | 0 | 10 | 8 | 2 | 0 | 2 | 1 | 17 | 29 | 118.536 | 6.41667 | 760.609 | 42.256 | 0.0277749 | 108.407 | 31.9355 | 140.342 | 1 | 3 |
| CodeLite/language.cpp | 237 | | Language | DoExtractTemplateDeclarationArgs(TagEntryPtr) | 1 | 42 | 36 | 2 | 5 | 8 | 2 | 52 | 163 | 929.172 | 21.8103 | 20265.6 | 1125.86 | 0.247771 | 73.0714 | 16.583 | 89.6544 | 20 | 1 |
| CodeLite/language.cpp | 345 | | Language | DoReadClassName(CppScanner &, wxString &) const | 2 | 24 | 19 | 1 | 4 | 7 | 2 | 36 | 106 | 548.012 | 17.5 | 9590.21 | 532.789 | 0.150463 | 85.1128 | 15.5492 | 100.662 | 5 | 1 |
| CodeLite/language.cpp | 370 | | Language | InsertFunctionDecl(const wxString &, const wxString &, wxString &, int) | 4 | 135 | 103 | 15 | 20 | 25 | 3 | 82 | 479 | 3045.27 | 43.2264 | 131636 | 7313.11 | 0.862572 | 44.0736 | 24.6875 | 68.7611 | 29 | 1 |
| CodeLite/language.cpp | 506 | | Language | GetBestLineForForwardDecl(const wxString &) const | 1 | 21 | 15 | 5 | 1 | 4 | 2 | 33 | 75 | 378.33 | 12.7059 | 4807.01 | 267.056 | 0.0949428 | 89.8928 | 34.2982 | 124.191 | 7 | 1 |
| CodeLite/language.cpp | 330 | | LanguageST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| CodeLite/language.cpp | 338 | | LanguageST | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 25 | 102.187 | 9.6 | 980.991 | 54.4995 | 0.0329096 | 117.454 | 0 | 117.454 | 1 | 10 |
| CodeLite/language.cpp | 286 | | TemplateHelper | SetTemplateInstantiation(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 7.07143 | 1477.74 | 82.0967 | 0.0432458 | 111.467 | 0 | 111.467 | 5 | 1 |
| CodeLite/language.cpp | 294 | | TemplateHelper | Substitute(const wxString &) | 1 | 15 | 13 | 2 | 0 | 5 | 3 | 43 | 114 | 618.594 | 20.5227 | 12695.2 | 705.291 | 0.181401 | 92.5568 | 26.7997 | 119.357 | 11 | 1 |
| CodeLite/language.cpp | 310 | | TemplateHelper | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 32 | 125.02 | 4.8125 | 601.661 | 33.4256 | 0.0237564 | 114.138 | 0 | 114.138 | 4 | 0 |
| CodeLite/language.cpp | 318 | | TemplateHelper | GetPath() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 20 | 37 | 159.911 | 8 | 1279.29 | 71.0717 | 0.0392818 | 108.557 | 0 | 108.557 | 6 | 0 |
| CodeLite/procutils.cpp | 565 | {anonymous} | ProcessHelper | ReadOutput() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 4.375 | 393.131 | 21.8406 | 0.0178883 | 121.306 | 0 | 121.306 | 4 | 1 |
| CodeLite/procutils.cpp | 572 | {anonymous} | ProcessHelper | ProcessHelper(wxEvtHandler *, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 121.184 | 0 | 121.184 | 1 | 1 |
| CodeLite/procutils.cpp | 577 | {anonymous} | ProcessHelper | ~ProcessHelper() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| CodeLite/procutils.cpp | 580 | {anonymous} | ProcessHelper | OnTerminate(int, int) [override] | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 30 | 65 | 318.948 | 8.66667 | 2764.22 | 153.568 | 0.0656538 | 99.0097 | 0 | 99.0097 | 9 | 0 |
| CodeLite/procutils.cpp | 72 | | ProcUtils | [static] GetProcTree(long) | 1 | 56 | 40 | 10 | 7 | 8 | 0 | 67 | 246 | 1492.26 | 22.3214 | 33309.3 | 1850.52 | 0.345082 | 65.9475 | 30.4442 | 96.3917 | 1 | 0 |
| CodeLite/procutils.cpp | 129 | | ProcUtils | [static] PS(const wxString &) | 1 | 60 | 42 | 12 | 6 | 6 | 3 | 73 | 239 | 1479.37 | 23 | 34025.5 | 1890.3 | 0.350011 | 65.3349 | 31.9355 | 97.2704 | 25 | 0 |
| CodeLite/procutils.cpp | 190 | | ProcUtils | [static] GetProcessNameByPid(long) | 1 | 69 | 48 | 14 | 9 | 7 | 2 | 83 | 296 | 1887.01 | 24.7845 | 46768.6 | 2598.26 | 0.432695 | 61.5752 | 32.1275 | 93.7027 | 17 | 0 |
| CodeLite/procutils.cpp | 260 | | ProcUtils | [static] ExecuteCommand(const wxString &, wxArrayString &, long) | 3 | 18 | 18 | 0 | 0 | 3 | 2 | 46 | 122 | 673.875 | 15.4286 | 10396.9 | 577.607 | 0.158787 | 89.6181 | 0 | 89.6181 | 11 | 9 |
| CodeLite/procutils.cpp | 279 | | ProcUtils | [static] ExecuteInteractiveCommand(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| CodeLite/procutils.cpp | 281 | | ProcUtils | [static] GetProcessList() | 0 | 100 | 75 | 12 | 13 | 13 | 2 | 107 | 509 | 3431.41 | 41.9189 | 143841 | 7991.16 | 0.915097 | 51.0745 | 25.5633 | 76.6377 | 24 | 1 |
| CodeLite/procutils.cpp | 382 | | ProcUtils | [static] Shell(const wxString &) | 1 | 50 | 46 | 3 | 2 | 7 | 3 | 65 | 275 | 1656.15 | 24.3409 | 40312.2 | 2239.57 | 0.391895 | 67.4715 | 18.5216 | 85.9931 | 32 | 0 |
| CodeLite/procutils.cpp | 433 | | ProcUtils | [static] Locate(const wxString &, wxString &) | 2 | 22 | 19 | 0 | 3 | 4 | 2 | 38 | 132 | 692.726 | 18.2143 | 12617.5 | 700.973 | 0.18066 | 85.9938 | 0 | 85.9938 | 19 | 1 |
| CodeLite/procutils.cpp | 456 | | ProcUtils | [static] SafeExecuteCommand(const wxString &, wxArrayString &) | 2 | 46 | 39 | 4 | 3 | 5 | 0 | 59 | 222 | 1305.95 | 21.2821 | 27793.2 | 1544.07 | 0.305847 | 70.5177 | 22.0554 | 92.573 | 1 | 11 |
| CodeLite/procutils.cpp | 503 | | ProcUtils | [static] SafeExecuteCommand(const wxString &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 33 | 76 | 383.374 | 15.9375 | 6110.02 | 339.446 | 0.111406 | 95.5047 | 0 | 95.5047 | 10 | 11 |
| CodeLite/procutils.cpp | 519 | | ProcUtils | [static] GrepCommandOutput(const std::vector<wxString> &, const wxString &) | 2 | 18 | 17 | 0 | 1 | 4 | 2 | 45 | 106 | 582.136 | 16.4 | 9547.04 | 530.391 | 0.150011 | 90.1491 | 0 | 90.1491 | 14 | 3 |
| CodeLite/procutils.cpp | 538 | | ProcUtils | [static] GrepCommandOutputWithCallback(const std::vector<wxString> &, std::function<bool (const wxString &)>) | 2 | 17 | 16 | 0 | 1 | 4 | 2 | 45 | 102 | 560.169 | 15.6 | 8738.64 | 485.48 | 0.141419 | 91.2751 | 0 | 91.2751 | 10 | 1 |
| CodeLite/procutils.cpp | 596 | | ProcUtils | [static] ShellExecAsync(const wxString &, long *, wxEvtHandler *) | 3 | 11 | 11 | 0 | 0 | 2 | 1 | 40 | 90 | 478.974 | 13 | 6226.66 | 345.925 | 0.112819 | 99.6015 | 0 | 99.6015 | 9 | 1 |
| CodeLite/procutils.cpp | 608 | | ProcUtils | [static] ShellExecSync(const wxString &, wxString *) | 2 | 15 | 12 | 1 | 2 | 1 | 0 | 38 | 89 | 467.066 | 9.92308 | 4634.73 | 257.485 | 0.0926605 | 94.9379 | 19.4709 | 114.409 | 14 | 1 |
| CodeLite/procutils.cpp | 624 | | ProcUtils | [static] WrapInShell(wxString &) | 1 | 23 | 22 | 1 | 0 | 4 | 0 | 39 | 113 | 597.25 | 17.7727 | 10614.8 | 589.709 | 0.160997 | 86.0448 | 15.872 | 101.917 | 8 | 8 |
| CodeLite/procutils.cpp | 63 | | clShellProcessEvent | clShellProcessEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 1 |
| CodeLite/progress_dialog.cpp | 62 | | clProgressDlg | clProgressDlg(wxWindow *, const wxString &, const wxString &, int) | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 34 | 61 | 310.335 | 9.1 | 2824.05 | 156.892 | 0.0665979 | 109.41 | 0 | 109.41 | 5 | 3 |
| CodeLite/progress_dialog.cpp | 70 | | clProgressDlg | Update(int, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.85 | 670.96 | 37.2756 | 0.0255472 | 146.11 | 0 | 146.11 | 1 | 4 |
| CodeLite/progress_dialog.cpp | 72 | | clProgressDlg | Pulse(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.375 | 0 | 147.375 | 1 | 0 |
| CodeLite/search_thread.cpp | 61 | {anonymous} | | is_word_char(wxChar) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.558 | 0 | 148.558 | 2 | 2 |
| CodeLite/search_thread.cpp | 69 | | SearchData | GetExtensions() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 2 |
| CodeLite/search_thread.cpp | 70 | | SearchData | operator=(const SearchData &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 7.2 | 548.259 | 30.4588 | 0.022329 | 148.24 | 0 | 148.24 | 1 | 3 |
| CodeLite/search_thread.cpp | 71 | | SearchData | Copy(const SearchData &) | 1 | 23 | 23 | 0 | 0 | 3 | 1 | 45 | 188 | 1032.47 | 23.6667 | 24435.1 | 1357.5 | 0.280686 | 83.4285 | 0 | 83.4285 | 22 | 17 |
| CodeLite/search_thread.cpp | 575 | | SearchResult | ToJSON() const | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 37 | 111 | 578.249 | 9.07407 | 5247.08 | 291.504 | 0.100652 | 93.8276 | 0 | 93.8276 | 22 | 0 |
| CodeLite/search_thread.cpp | 591 | | SearchResult | FromJSON(const JSONItem &) | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 40 | 151 | 803.611 | 9.43548 | 7582.46 | 421.248 | 0.128653 | 94.4344 | 0 | 94.4344 | 33 | 0 |
| CodeLite/search_thread.cpp | 605 | | SearchSummary | ToJSON() const | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 29 | 75 | 364.349 | 8.68421 | 3164.08 | 175.782 | 0.0718418 | 101.254 | 0 | 101.254 | 14 | 0 |
| CodeLite/search_thread.cpp | 617 | | SearchSummary | FromJSON(const JSONItem &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 93 | 460.74 | 7.97727 | 3675.45 | 204.192 | 0.0793876 | 103.284 | 0 | 103.284 | 21 | 0 |
| CodeLite/search_thread.cpp | 99 | | SearchThread | SearchThread() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.14286 | 514.286 | 28.5714 | 0.0213968 | 117.797 | 0 | 117.797 | 3 | 1 |
| CodeLite/search_thread.cpp | 106 | | SearchThread | GetRegex(const wxString &, bool) | 2 | 19 | 18 | 0 | 1 | 4 | 2 | 39 | 80 | 422.832 | 15.675 | 6627.89 | 368.216 | 0.117615 | 90.9358 | 0 | 90.9358 | 3 | 1 |
| CodeLite/search_thread.cpp | 126 | | SearchThread | PerformSearch(const SearchData &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 147.852 | 0 | 147.852 | 2 | 4 |
| CodeLite/search_thread.cpp | 128 | | SearchThread | ProcessRequest(ThreadRequest *) [override] | 1 | 15 | 12 | 1 | 2 | 1 | 0 | 37 | 92 | 479.27 | 7.61538 | 3649.82 | 202.768 | 0.0790181 | 94.8038 | 19.4709 | 114.275 | 16 | 0 |
| CodeLite/search_thread.cpp | 144 | | SearchThread | GetFiles(const SearchData *, wxArrayString &) | 2 | 64 | 45 | 9 | 10 | 9 | 4 | 94 | 414 | 2713.6 | 34.5758 | 93824.8 | 5212.49 | 0.688267 | 60.4447 | 27.4408 | 87.8855 | 106 | 1 |
| CodeLite/search_thread.cpp | 209 | | SearchThread | DoSearchFiles(ThreadRequest *) | 1 | 41 | 30 | 5 | 6 | 7 | 2 | 60 | 206 | 1216.82 | 23.5714 | 28682.2 | 1593.45 | 0.312335 | 72.2894 | 25.7497 | 98.0391 | 28 | 1 |
| CodeLite/search_thread.cpp | 251 | | SearchThread | TestStopSearch() | 0 | 9 | 9 | 0 | 0 | 1 | 1 | 17 | 28 | 114.449 | 6.1875 | 708.153 | 39.3418 | 0.0264828 | 110.526 | 0 | 110.526 | 1 | 1 |
| CodeLite/search_thread.cpp | 261 | | SearchThread | StopSearch(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 3.88889 | 311.111 | 17.284 | 0.0153046 | 121.911 | 0 | 121.911 | 1 | 5 |
| CodeLite/search_thread.cpp | 267 | | SearchThread | DoSearchFile(const wxString &, const SearchData *) | 2 | 83 | 68 | 7 | 8 | 17 | 5 | 95 | 454 | 2982.71 | 29.9565 | 89351.8 | 4963.99 | 0.666215 | 53.9017 | 21.7438 | 75.6455 | 52 | 1 |
| CodeLite/search_thread.cpp | 351 | | SearchThread | DoSearchLineRE(const wxString &, const int, const int, const wxString &, const SearchData *) | 5 | 48 | 40 | 4 | 4 | 5 | 3 | 81 | 328 | 2079.47 | 27.3621 | 56898.6 | 3161.03 | 0.493113 | 67.4092 | 21.6227 | 89.032 | 37 | 1 |
| CodeLite/search_thread.cpp | 400 | | SearchThread | DoSearchLine(const wxString &, const int, const int, const wxString &, const SearchData *, const wxString &, const wxArrayString &) | 7 | 90 | 71 | 10 | 9 | 17 | 6 | 98 | 497 | 3287.51 | 45.9462 | 151048 | 8391.58 | 0.945416 | 52.0841 | 24.6875 | 76.7716 | 50 | 1 |
| CodeLite/search_thread.cpp | 491 | | SearchThread | AdjustLine(wxString &, int &, const wxString &) | 3 | 11 | 10 | 1 | 0 | 2 | 1 | 31 | 89 | 440.923 | 25.4545 | 11223.5 | 623.528 | 0.167095 | 100.032 | 22.5149 | 122.547 | 8 | 3 |
| CodeLite/search_thread.cpp | 503 | | SearchThread | SendEvent(wxEventType, wxEvtHandler *) | 2 | 37 | 29 | 6 | 2 | 11 | 3 | 54 | 189 | 1087.67 | 24.4 | 26539.2 | 1474.4 | 0.296577 | 73.6158 | 29.2082 | 102.824 | 25 | 4 |
| CodeLite/search_thread.cpp | 541 | | SearchThread | FilterFiles(wxArrayString &, const SearchData *) | 2 | 17 | 17 | 0 | 0 | 5 | 2 | 51 | 146 | 828.174 | 24.2321 | 20068.4 | 1114.91 | 0.246162 | 89.012 | 0 | 89.012 | 14 | 0 |
| CodeLite/search_thread.cpp | 560 | | SearchThreadST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| CodeLite/search_thread.cpp | 568 | | SearchThreadST | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 23 | 94.0116 | 9.6 | 902.512 | 50.1395 | 0.0311301 | 117.888 | 0 | 117.888 | 1 | 10 |
| CodeLite/ssh/clSFTPEvent.cpp | 11 | | clSFTPEvent | clSFTPEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 14 |
| CodeLite/ssh/clSSHAgent.cpp | 12 | | | AddQuotesIfNeeded(wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 37 | 154.287 | 7 | 1080.01 | 60.0006 | 0.0350884 | 112.814 | 0 | 112.814 | 5 | 2 |
| CodeLite/ssh/clSSHAgent.cpp | 21 | | clSSHAgent | clSSHAgent(const wxArrayString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 3 | 0 |
| CodeLite/ssh/clSSHAgent.cpp | 27 | | clSSHAgent | [virtual] ~clSSHAgent() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/ssh/clSSHAgent.cpp | 29 | | clSSHAgent | Start() | 0 | 65 | 54 | 5 | 6 | 6 | 1 | 95 | 386 | 2535.96 | 21.2466 | 53880.6 | 2993.36 | 0.475518 | 61.2356 | 20.8285 | 82.0641 | 87 | 1 |
| CodeLite/ssh/clSSHAgent.cpp | 95 | | clSSHAgent | Stop() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 25 | 95.1839 | 5.33333 | 507.647 | 28.2026 | 0.0212123 | 115.326 | 0 | 115.326 | 2 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 21 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 4 |
| CodeLite/ssh/clSSHChannel.cpp | 71 | | clSSHChannel | clSSHChannel(clSSH::Ptr_t, clSSHDeleterFunc, wxEvtHandler *, bool) | 4 | 13 | 13 | 0 | 0 | 1 | 0 | 39 | 111 | 586.68 | 8.44643 | 4955.35 | 275.297 | 0.0968861 | 96.0705 | 0 | 96.0705 | 9 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 85 | | clSSHChannel | ~clSSHChannel() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 72 | 325.696 | 8.84615 | 2881.16 | 160.064 | 0.0674927 | 105.088 | 0 | 105.088 | 6 | 0 |
| CodeLite/ssh/clSSHChannel.cpp | 95 | | clSSHChannel | Open() | 0 | 20 | 19 | 0 | 1 | 5 | 1 | 32 | 92 | 460 | 9.57895 | 4406.32 | 244.795 | 0.0895906 | 89.4368 | 0 | 89.4368 | 15 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 116 | | clSSHChannel | Close() | 0 | 22 | 15 | 4 | 3 | 3 | 1 | 29 | 66 | 320.627 | 6.41667 | 2057.35 | 114.297 | 0.0539202 | 90.2297 | 30.6787 | 120.908 | 14 | 51 |
| CodeLite/ssh/clSSHChannel.cpp | 139 | | clSSHChannel | [static] Execute(clSSH::Ptr_t, const wxString &, const wxString &) | 3 | 47 | 38 | 3 | 6 | 6 | 1 | 71 | 277 | 1703.48 | 25.1562 | 42853.2 | 2380.73 | 0.408195 | 68.5574 | 19.074 | 87.6314 | 55 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 187 | | clSSHChannel | [static] Execute(clSSH::Ptr_t, clSSHDeleterFunc, wxEvtHandler *, const wxString &, bool) | 5 | 25 | 22 | 1 | 2 | 3 | 1 | 61 | 174 | 1031.95 | 17.85 | 18420.3 | 1023.35 | 0.232493 | 82.0804 | 15.2452 | 97.3256 | 25 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 213 | | clSSHChannel | BuildError(const wxString &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 25 | 49 | 227.549 | 11.4545 | 2606.47 | 144.804 | 0.0631317 | 103.472 | 22.5149 | 125.987 | 11 | 5 |
| CodeLite/ssh/clSSHChannel.cpp | 225 | | clSSHChannel | OnReadError(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.4 | 642.287 | 35.6826 | 0.0248141 | 119.848 | 0 | 119.848 | 4 | 2 |
| CodeLite/ssh/clSSHChannel.cpp | 231 | | clSSHChannel | OnWriteError(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.4 | 642.287 | 35.6826 | 0.0248141 | 119.848 | 0 | 119.848 | 4 | 2 |
| CodeLite/ssh/clSSHChannel.cpp | 237 | | clSSHChannel | OnReadOutput(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 2 |
| CodeLite/ssh/clSSHChannel.cpp | 238 | | clSSHChannel | OnReadStderr(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 2 |
| CodeLite/ssh/clSSHChannel.cpp | 239 | | clSSHChannel | OnChannelClosed(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 2 |
| CodeLite/ssh/clSSHChannel.cpp | 240 | | clSSHChannel | OnChannelPty(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| CodeLite/ssh/clSSHChannel.cpp | 242 | | clSSHChannel | Signal(wxSignal) [override] | 1 | 55 | 54 | 0 | 1 | 16 | 1 | 61 | 192 | 1138.7 | 13.7976 | 15711.4 | 872.854 | 0.2091 | 65.8055 | 0 | 65.8055 | 11 | 0 |
| CodeLite/ssh/clSSHChannel.cpp | 298 | | clSSHChannel | Detach() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| CodeLite/ssh/clSSHChannel.cpp | 30 | | clSSHChannelReader | clSSHChannelReader(wxEvtHandler *, SSHChannel_t, bool) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.8 | 580.454 | 32.2474 | 0.0231948 | 116.808 | 0 | 116.808 | 0 | 1 |
| CodeLite/ssh/clSSHChannel.cpp | 36 | | clSSHChannelReader | ~clSSHChannelReader() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| CodeLite/ssh/clSSHChannel.cpp | 38 | | clSSHChannelReader | Entry() [override] | 0 | 28 | 20 | 5 | 3 | 6 | 2 | 33 | 107 | 539.75 | 19.2 | 10363.2 | 575.734 | 0.158444 | 82.9245 | 30.4442 | 113.369 | 5 | 0 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 11 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 10 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 35 | {anonymous} | | channel_read_internal(SSHChannel_t, ReadResult *, bool, bool) | 4 | 44 | 37 | 4 | 3 | 8 | 2 | 64 | 309 | 1854 | 33.7857 | 62638.7 | 3479.93 | 0.525744 | 68.7256 | 22.5149 | 91.2405 | 44 | 2 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 83 | ssh | | channel_read(SSHChannel_t, wxEvtHandler *, bool, bool) | 4 | 26 | 25 | 0 | 1 | 7 | 1 | 47 | 166 | 922.062 | 20.1724 | 18600.2 | 1033.35 | 0.234004 | 81.1105 | 0 | 81.1105 | 17 | 4 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 110 | ssh | | build_command(const std::vector<wxString> &, const wxString &, const clEnvList_t &) | 3 | 23 | 19 | 1 | 3 | 6 | 2 | 43 | 132 | 716.267 | 17 | 12176.5 | 676.474 | 0.176425 | 84.6399 | 15.872 | 100.512 | 21 | 1 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 134 | ssh | | build_script_content(const std::vector<wxString> &, const wxString &, const clEnvList_t &) | 3 | 25 | 21 | 1 | 3 | 6 | 2 | 43 | 140 | 759.677 | 18.3077 | 13907.9 | 772.663 | 0.192776 | 82.9832 | 15.2452 | 98.2284 | 23 | 1 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 160 | ssh | | write_remote_file_content(clSSH::Ptr_t, const wxString &, const wxString &) | 3 | 22 | 18 | 2 | 2 | 3 | 1 | 47 | 128 | 710.987 | 14.1667 | 10072.3 | 559.573 | 0.155465 | 86.0885 | 22.5149 | 108.603 | 26 | 1 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 183 | ssh | | channel_read(SSHChannel_t, std::string *, bool, bool) | 4 | 17 | 16 | 0 | 1 | 5 | 1 | 35 | 83 | 425.73 | 14.3158 | 6094.67 | 338.593 | 0.111219 | 92.4722 | 0 | 92.4722 | 3 | 0 |
| CodeLite/ssh/clSSHChannelCommon.cpp | 201 | ssh | | channel_read_all(SSHChannel_t, std::string *, bool) | 3 | 11 | 11 | 0 | 0 | 5 | 1 | 35 | 101 | 518.058 | 22.7647 | 11793.4 | 655.19 | 0.172705 | 98.5036 | 0 | 98.5036 | 5 | 4 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 20 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 74 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 48 | {anonymous} | | start_helper_thread(SSHChannel_t, wxEvtHandler *, wxMessageQueue<wxAny> &) | 3 | 87 | 63 | 14 | 10 | 12 | 5 | 93 | 507 | 3315.35 | 45.1148 | 149571 | 8309.52 | 0.939242 | 53.7394 | 29.111 | 82.8504 | 122 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 137 | | clSSHInteractiveChannel | [static] Create(wxEvtHandler *, clSSH::Ptr_t, const std::vector<wxString> &, size_t, const wxString &, const clEnvList_t *) | 6 | 67 | 51 | 7 | 9 | 6 | 1 | 92 | 380 | 2478.95 | 27 | 66931.7 | 3718.43 | 0.549499 | 60.8629 | 24.004 | 84.8669 | 108 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 205 | | clSSHInteractiveChannel | clSSHInteractiveChannel(wxEvtHandler *, clSSH::Ptr_t, SSHChannel_t) | 3 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 93 | 465 | 9.16667 | 4262.5 | 236.806 | 0.0876304 | 99.9855 | 0 | 99.9855 | 7 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 217 | | clSSHInteractiveChannel | ~clSSHInteractiveChannel() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 83 | 394.656 | 9.28125 | 3662.9 | 203.494 | 0.0792067 | 102.382 | 0 | 102.382 | 13 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 228 | | clSSHInteractiveChannel | Detach() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 230 | | clSSHInteractiveChannel | IsAlive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4.5 | 216.476 | 12.0264 | 0.0120176 | 150.628 | 0 | 150.628 | 0 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 231 | | clSSHInteractiveChannel | Cleanup() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 233 | | clSSHInteractiveChannel | StopThread() | 0 | 16 | 12 | 2 | 2 | 2 | 1 | 25 | 53 | 246.124 | 5.90625 | 1453.67 | 80.7596 | 0.042775 | 96.9937 | 26.0372 | 123.031 | 9 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 250 | | clSSHInteractiveChannel | Terminate() [override] | 0 | 17 | 14 | 1 | 2 | 2 | 1 | 26 | 56 | 263.225 | 7.28571 | 1917.78 | 106.543 | 0.0514531 | 95.6623 | 18.3478 | 114.01 | 7 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 268 | | clSSHInteractiveChannel | Read(wxString &, wxString &, std::string &, std::string &) [override] | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.54545 | 2096.33 | 116.463 | 0.0545991 | 109.045 | 0 | 109.045 | 4 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 277 | | clSSHInteractiveChannel | Write(const std::string &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 45 | 218.609 | 9.10714 | 1990.9 | 110.606 | 0.0527528 | 105.224 | 0 | 105.224 | 5 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 288 | | clSSHInteractiveChannel | Write(const wxString &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.72727 | 742.586 | 41.2548 | 0.0273344 | 119.4 | 0 | 119.4 | 2 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 294 | | clSSHInteractiveChannel | WriteRaw(const wxString &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.72727 | 742.586 | 41.2548 | 0.0273344 | 119.4 | 0 | 119.4 | 2 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 300 | | clSSHInteractiveChannel | WriteRaw(const std::string &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 27 | 43 | 204.46 | 8.61538 | 1761.5 | 97.8613 | 0.0486184 | 105.572 | 0 | 105.572 | 4 | 1 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 311 | | clSSHInteractiveChannel | WaitForTerminate(wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 124.917 | 0 | 124.917 | 7 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 316 | | clSSHInteractiveChannel | WriteToConsole(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 318 | | clSSHInteractiveChannel | Signal(wxSignal) [override] | 1 | 51 | 49 | 0 | 2 | 13 | 1 | 62 | 173 | 1030.08 | 14.0476 | 14470.1 | 803.895 | 0.197937 | 68.24 | 0 | 68.24 | 24 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 370 | | clSSHInteractiveChannel | ResumeAsyncReads() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 126.049 | 0 | 126.049 | 7 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 375 | | clSSHInteractiveChannel | SuspendAsyncReads() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 126.049 | 0 | 126.049 | 7 | 0 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 380 | | clSSHInteractiveChannel | OnChannelStdout(clCommandEvent &) | 1 | 40 | 33 | 3 | 4 | 4 | 3 | 59 | 266 | 1564.78 | 19.8333 | 31034.9 | 1724.16 | 0.329189 | 72.0715 | 20.5825 | 92.6541 | 70 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 421 | | clSSHInteractiveChannel | OnChannelStderr(clCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 38 | 105 | 551.032 | 12.3913 | 6828.01 | 379.334 | 0.119971 | 94.7359 | 0 | 94.7359 | 29 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 436 | | clSSHInteractiveChannel | OnChannelClosed(clCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 51 | 247.757 | 8.4 | 2081.16 | 115.62 | 0.0543353 | 104.573 | 0 | 104.573 | 11 | 2 |
| CodeLite/ssh/clSSHInteractiveChannel.cpp | 447 | | clSSHInteractiveChannel | OnChannelError(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 49 | 235.56 | 6.14706 | 1448 | 80.4446 | 0.0426637 | 110.844 | 0 | 110.844 | 15 | 4 |
| CodeLite/ssh/cl_sftp.cpp | 64 | | | clSFTPReadLink(SFTPAttribute::Ptr_t, SFTPSession_t, const wxString &) | 3 | 28 | 26 | 2 | 0 | 7 | 3 | 52 | 183 | 1043.18 | 16.5143 | 17227.4 | 957.077 | 0.222344 | 79.2681 | 20.1155 | 99.3837 | 34 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 45 | | SFTPDirCloser | SFTPDirCloser(sftp_dir) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 3.125 | 118.872 | 6.60401 | 0.00805871 | 129.391 | 0 | 129.391 | 0 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 49 | | SFTPDirCloser | ~SFTPDirCloser() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 3 | 104.608 | 5.81153 | 0.00740038 | 152.302 | 0 | 152.302 | 1 | 0 |
| CodeLite/ssh/cl_sftp.cpp | 52 | | clSFTP | clSFTP(clSSH::Ptr_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 5 | 520 | 28.8889 | 0.021555 | 117.593 | 0 | 117.593 | 1 | 4 |
| CodeLite/ssh/cl_sftp.cpp | 59 | | clSFTP | [virtual] ~clSFTP() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/ssh/cl_sftp.cpp | 93 | | clSFTP | Initialize() | 0 | 17 | 15 | 0 | 2 | 4 | 1 | 35 | 96 | 492.411 | 13.0526 | 6427.26 | 357.07 | 0.115229 | 91.9455 | 0 | 91.9455 | 19 | 4 |
| CodeLite/ssh/cl_sftp.cpp | 111 | | clSFTP | Close() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 16 | 27 | 108 | 5.78571 | 624.857 | 34.7143 | 0.0243631 | 110.598 | 0 | 110.598 | 1 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 121 | | clSFTP | Write(const wxFileName &, const wxString &) | 2 | 29 | 26 | 0 | 3 | 5 | 1 | 53 | 201 | 1151.31 | 15.7838 | 18172.1 | 1009.56 | 0.230399 | 78.6468 | 0 | 78.6468 | 37 | 5 |
| CodeLite/ssh/cl_sftp.cpp | 151 | | clSFTP | Write(const wxMemoryBuffer &, const wxString &) | 2 | 59 | 49 | 2 | 8 | 10 | 2 | 94 | 409 | 2680.83 | 35.2462 | 94488.8 | 5249.38 | 0.691511 | 61.5957 | 14.0689 | 75.6646 | 82 | 2 |
| CodeLite/ssh/cl_sftp.cpp | 211 | | clSFTP | List(const wxString &, size_t, const wxString &) | 3 | 50 | 38 | 7 | 9 | 13 | 2 | 67 | 275 | 1668.17 | 21.913 | 36554.8 | 2030.82 | 0.367148 | 66.0539 | 27.3868 | 93.4407 | 44 | 5 |
| CodeLite/ssh/cl_sftp.cpp | 262 | | clSFTP | CdUp(size_t, const wxString &) | 2 | 9 | 8 | 1 | 1 | 1 | 0 | 32 | 59 | 295 | 9.23684 | 2724.87 | 151.382 | 0.0650293 | 105.603 | 24.6875 | 130.29 | 7 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 272 | | clSFTP | Read(const wxString &, wxMemoryBuffer &) | 2 | 49 | 42 | 4 | 5 | 8 | 2 | 72 | 283 | 1746.09 | 31.8 | 55525.6 | 3084.76 | 0.485148 | 67.2938 | 21.4157 | 88.7095 | 53 | 3 |
| CodeLite/ssh/cl_sftp.cpp | 322 | | clSFTP | CreateDir(const wxString &) | 1 | 25 | 20 | 2 | 3 | 4 | 1 | 50 | 137 | 773.208 | 13.3939 | 10356.3 | 575.35 | 0.158373 | 83.3514 | 21.2145 | 104.566 | 38 | 3 |
| CodeLite/ssh/cl_sftp.cpp | 348 | | clSFTP | Rename(const wxString &, const wxString &) | 2 | 14 | 12 | 0 | 2 | 3 | 1 | 39 | 97 | 512.684 | 12.5217 | 6419.7 | 356.65 | 0.115139 | 95.111 | 0 | 95.111 | 19 | 2 |
| CodeLite/ssh/cl_sftp.cpp | 363 | | clSFTP | RemoveDir(const wxString &) | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 35 | 75 | 384.696 | 10.125 | 3895.05 | 216.392 | 0.082519 | 97.8051 | 0 | 97.8051 | 15 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 377 | | clSFTP | UnlinkFile(const wxString &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 39 | 85 | 449.259 | 10.7826 | 4844.19 | 269.121 | 0.0954317 | 94.6801 | 0 | 94.6801 | 18 | 2 |
| CodeLite/ssh/cl_sftp.cpp | 393 | | clSFTP | Stat(const wxString &) | 1 | 26 | 24 | 1 | 1 | 6 | 2 | 51 | 183 | 1038.05 | 19.5938 | 20339.4 | 1129.96 | 0.248373 | 80.7243 | 14.9585 | 95.6828 | 38 | 4 |
| CodeLite/ssh/cl_sftp.cpp | 420 | | clSFTP | CreateRemoteFile(const wxString &, const wxString &) | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 20 | 36 | 155.589 | 6.54545 | 1018.4 | 56.578 | 0.0337411 | 115.498 | 29.5564 | 145.054 | 5 | 0 |
| CodeLite/ssh/cl_sftp.cpp | 427 | | clSFTP | CreateEmptyFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 115.711 | 0 | 115.711 | 5 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 434 | | clSFTP | Mkpath(const wxString &) | 1 | 31 | 25 | 2 | 4 | 5 | 2 | 53 | 155 | 887.828 | 15.4286 | 13697.9 | 760.995 | 0.190831 | 78.9178 | 19.171 | 98.0887 | 25 | 3 |
| CodeLite/ssh/cl_sftp.cpp | 466 | | clSFTP | CreateRemoteFile(const wxString &, const wxFileName &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 6.54545 | 1018.4 | 56.578 | 0.0337411 | 118.452 | 0 | 118.452 | 4 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 472 | | clSFTP | Chmod(const wxString &, size_t) | 2 | 16 | 14 | 0 | 2 | 4 | 1 | 44 | 96 | 524.105 | 12.1154 | 6349.74 | 352.763 | 0.114301 | 92.6033 | 0 | 92.6033 | 18 | 2 |
| CodeLite/ssh/cl_sftp.cpp | 489 | | clSFTP | [static] GetDefaultDownloadFolder(const SSHAccountInfo &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 75 | 368.017 | 9 | 3312.15 | 184.008 | 0.074066 | 102.516 | 0 | 102.516 | 13 | 3 |
| CodeLite/ssh/cl_sftp.cpp | 500 | | clSFTP | [static] GetLocalFileName(const SSHAccountInfo &, const wxString &, bool) | 3 | 16 | 13 | 2 | 1 | 3 | 1 | 42 | 106 | 571.586 | 12.2222 | 6986.05 | 388.114 | 0.121815 | 92.3823 | 26.0372 | 118.42 | 11 | 3 |
| CodeLite/ssh/cl_sftp.cpp | 517 | | clSFTP | GetErrorString() const | 0 | 40 | 39 | 0 | 1 | 16 | 1 | 51 | 122 | 692.036 | 7.56757 | 5237.03 | 290.946 | 0.100524 | 73.554 | 0 | 73.554 | 17 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 558 | | clSFTP | SendKeepAlive() | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 17 | 26 | 106.274 | 6.41667 | 681.925 | 37.8847 | 0.0258248 | 114.523 | 0 | 114.523 | 3 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 566 | | clSFTP | Chdir(const wxString &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 35 | 66 | 338.533 | 10.1053 | 3420.96 | 190.053 | 0.0756794 | 98.4698 | 20.8285 | 119.298 | 9 | 0 |
| CodeLite/ssh/cl_sftp.cpp | 580 | | clSFTP | ExecuteCommand(const wxString &) | 1 | 46 | 39 | 1 | 6 | 7 | 1 | 60 | 240 | 1417.65 | 29.6667 | 42057.1 | 2336.5 | 0.403123 | 69.6309 | 11.3218 | 80.9526 | 35 | 1 |
| CodeLite/ssh/cl_sftp.cpp | 627 | | clSFTP | GetChecksum(const wxString &, size_t *) | 2 | 22 | 21 | 1 | 0 | 4 | 2 | 49 | 117 | 656.921 | 15.375 | 10100.2 | 561.12 | 0.155751 | 86.2698 | 16.2158 | 102.486 | 17 | 1 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 31 | | SFTPAttribute | SFTPAttribute(SFTPAttribute_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5 | 480 | 26.6667 | 0.0204349 | 118.009 | 0 | 118.009 | 1 | 4 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 38 | | SFTPAttribute | ~SFTPAttribute() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 40 | | SFTPAttribute | Assign(SFTPAttribute_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 118.584 | 0 | 118.584 | 2 | 1 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 47 | | SFTPAttribute | DoClear() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 21 | 41 | 180.085 | 6 | 1080.51 | 60.0283 | 0.0350993 | 104.688 | 0 | 104.688 | 2 | 2 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 59 | | SFTPAttribute | DoConstruct() | 0 | 31 | 27 | 0 | 4 | 7 | 1 | 40 | 92 | 489.617 | 11.8261 | 5790.26 | 321.681 | 0.107484 | 81.5526 | 0 | 81.5526 | 1 | 1 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 91 | | SFTPAttribute | GetTypeAsString() const | 0 | 22 | 22 | 0 | 0 | 7 | 2 | 25 | 98 | 455.098 | 6.33333 | 2882.29 | 160.127 | 0.0675103 | 87.4884 | 0 | 87.4884 | 15 | 1 |
| CodeLite/ssh/cl_sftp_attribute.cpp | 114 | | SFTPAttribute | [static] Compare(SFTPAttribute::Ptr_t, SFTPAttribute::Ptr_t) | 2 | 12 | 10 | 0 | 2 | 5 | 1 | 24 | 74 | 339.287 | 21 | 7125.03 | 395.835 | 0.123425 | 99.2949 | 0 | 99.2949 | 13 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 329 | {anonymous} | | SshAuthReturnCodeToString(int) | 1 | 18 | 18 | 0 | 0 | 7 | 1 | 28 | 55 | 264.405 | 5.27778 | 1395.47 | 77.526 | 0.0416254 | 93.5631 | 0 | 93.5631 | 0 | 3 |
| CodeLite/ssh/cl_ssh.cpp | 348 | {anonymous} | | RunOnMain(std::function<wxString ()>) | 1 | 13 | 12 | 1 | 0 | 2 | 2 | 38 | 105 | 551.032 | 16.2 | 8926.72 | 495.929 | 0.143441 | 96.1665 | 20.8285 | 116.995 | 12 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 51 | | clSSH | clSSH(const wxString &, const wxString &, const wxString &, const SSHAccountInfo::KeyInfo &, int) | 5 | 16 | 16 | 0 | 0 | 1 | 0 | 41 | 107 | 573.258 | 11.5385 | 6614.52 | 367.473 | 0.117457 | 92.8271 | 0 | 92.8271 | 7 | 5 |
| CodeLite/ssh/cl_ssh.cpp | 68 | | clSSH | clSSH() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 28 | 63 | 302.863 | 9.80769 | 2970.39 | 165.022 | 0.0688792 | 102.215 | 0 | 102.215 | 3 | 0 |
| CodeLite/ssh/cl_ssh.cpp | 80 | | clSSH | ~clSSH() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/ssh/cl_ssh.cpp | 82 | | clSSH | Open(int) | 1 | 66 | 41 | 16 | 9 | 7 | 1 | 66 | 295 | 1783.1 | 16.7647 | 29893.1 | 1660.73 | 0.321065 | 62.5898 | 34.5463 | 97.1362 | 44 | 5 |
| CodeLite/ssh/cl_ssh.cpp | 149 | | clSSH | AuthenticateServer(wxString &) | 1 | 71 | 63 | 1 | 7 | 12 | 1 | 82 | 348 | 2212.43 | 32.4 | 71682.7 | 3982.37 | 0.575204 | 59.135 | 9.14107 | 68.2761 | 53 | 5 |
| CodeLite/ssh/cl_ssh.cpp | 221 | | clSSH | AcceptServerAuthentication() | 0 | 11 | 11 | 0 | 0 | 3 | 1 | 26 | 47 | 220.921 | 8 | 1767.37 | 98.187 | 0.0487262 | 103.396 | 0 | 103.396 | 3 | 5 |
| CodeLite/ssh/cl_ssh.cpp | 241 | | clSSH | LoginAuthNone(bool) | 1 | 17 | 15 | 1 | 1 | 3 | 2 | 38 | 80 | 419.834 | 10.1818 | 4274.68 | 237.482 | 0.0877972 | 93.0047 | 18.3478 | 111.352 | 32 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 259 | | clSSH | LoginPassword(bool) | 1 | 20 | 16 | 1 | 3 | 4 | 2 | 38 | 97 | 509.049 | 12.1429 | 6181.31 | 343.406 | 0.112271 | 89.1399 | 16.9762 | 106.116 | 45 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 280 | | clSSH | LoginInteractiveKBD(bool) | 1 | 43 | 42 | 1 | 1 | 9 | 6 | 63 | 278 | 1661.68 | 29.0375 | 48251.1 | 2680.62 | 0.441791 | 69.4375 | 11.7029 | 81.1404 | 90 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 364 | | clSSH | LoginPublicKey(bool) | 1 | 48 | 43 | 2 | 3 | 9 | 3 | 82 | 317 | 2015.34 | 26.2636 | 52930.3 | 2940.57 | 0.46991 | 66.6521 | 15.5492 | 82.2013 | 96 | 2 |
| CodeLite/ssh/cl_ssh.cpp | 413 | | clSSH | Close() | 0 | 20 | 16 | 0 | 4 | 4 | 1 | 31 | 77 | 381.473 | 10.7059 | 4084.01 | 226.889 | 0.0851667 | 90.6401 | 0 | 90.6401 | 7 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 434 | | clSSH | Login() | 0 | 43 | 32 | 4 | 7 | 6 | 3 | 62 | 199 | 1184.89 | 24.3 | 28792.7 | 1599.59 | 0.313137 | 71.8861 | 22.7557 | 94.6417 | 18 | 5 |
| CodeLite/ssh/cl_ssh.cpp | 478 | | clSSH | ExecuteShellCommand(wxEvtHandler *, const wxString &) | 2 | 20 | 16 | 1 | 3 | 4 | 1 | 45 | 110 | 604.104 | 12.6667 | 7651.98 | 425.11 | 0.129438 | 88.2497 | 16.9762 | 105.226 | 15 | 0 |
| CodeLite/ssh/cl_ssh.cpp | 499 | | clSSH | OnCheckRemoteOutput(wxTimerEvent &) | 1 | 33 | 27 | 3 | 3 | 5 | 2 | 54 | 166 | 955.311 | 21.8871 | 20909 | 1161.61 | 0.252989 | 77.524 | 22.5149 | 100.039 | 20 | 3 |
| CodeLite/ssh/cl_ssh.cpp | 533 | | clSSH | DoCloseChannel() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 16 | 33 | 132 | 6 | 792 | 44 | 0.028534 | 107.848 | 23.5268 | 131.374 | 3 | 3 |
| CodeLite/ssh/cl_ssh.cpp | 544 | | clSSH | DoOpenChannel() | 0 | 30 | 25 | 0 | 5 | 7 | 1 | 30 | 138 | 677.151 | 17.5882 | 11909.9 | 661.661 | 0.17384 | 80.3976 | 0 | 80.3976 | 20 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 575 | | clSSH | DoConnectWithRetries(int) | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 33 | 76 | 383.374 | 11.2941 | 4329.87 | 240.548 | 0.0885514 | 92.3211 | 0 | 92.3211 | 7 | 1 |
| CodeLite/ssh/cl_ssh.cpp | 594 | | clSSH | SendIgnore() | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 21 | 40 | 175.693 | 6.6 | 1159.57 | 64.4207 | 0.0367912 | 107.838 | 0 | 107.838 | 5 | 1 |
| CodeLite/ssh/ssh_account_info.cpp | 32 | | SSHAccountInfo | SSHAccountInfo() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 2 | 27 |
| CodeLite/ssh/ssh_account_info.cpp | 38 | | SSHAccountInfo | FromJSON(const JSONItem &) [override] | 1 | 19 | 19 | 0 | 0 | 2 | 1 | 54 | 181 | 1041.63 | 10.2857 | 10714 | 595.22 | 0.161999 | 86.7076 | 0 | 86.7076 | 39 | 3 |
| CodeLite/ssh/ssh_account_info.cpp | 58 | | SSHAccountInfo | ToJSON() const [override] | 0 | 20 | 19 | 0 | 1 | 2 | 1 | 46 | 145 | 800.916 | 9.58571 | 7677.36 | 426.52 | 0.129724 | 87.2432 | 0 | 87.2432 | 27 | 2 |
| CodeLite/ssh/ssh_account_info.cpp | 79 | | SSHAccountInfo | AddBookmark(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 115.88 | 0 | 115.88 | 2 | 1 |
| CodeLite/ssh/ssh_account_info.cpp | 86 | | SSHAccountInfo | [static] Load(const std::function<bool (const SSHAccountInfo &)> &) | 1 | 27 | 26 | 0 | 1 | 6 | 2 | 58 | 175 | 1025.15 | 19.0135 | 19491.6 | 1082.87 | 0.241422 | 80.178 | 0 | 80.178 | 26 | 4 |
| CodeLite/ssh/ssh_account_info.cpp | 114 | | SSHAccountInfo | [static] LoadAccount(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 61 | 290.048 | 10.7692 | 3123.6 | 173.533 | 0.0712276 | 107.369 | 0 | 107.369 | 8 | 12 |
| CodeLite/ssh/ssh_account_info.cpp | 123 | | SSHAccountInfo | [static] GetSSHClient() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 68 | 340 | 7.86842 | 2675.26 | 148.626 | 0.0642377 | 101.384 | 0 | 101.384 | 15 | 0 |
| CodeLite/ssh/ssh_account_info.cpp | 135 | | SSHAccountInfo | SetKeyFile(const KeyInfo &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| CodeLite/stringaccessor.cpp | 27 | | StringAccessor | StringAccessor(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 125.782 | 0 | 125.782 | 3 | 1 |
| CodeLite/stringaccessor.cpp | 32 | | StringAccessor | safeAt(size_t) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 19 | 33 | 140.182 | 6.66667 | 934.544 | 51.9191 | 0.0318624 | 111.15 | 0 | 111.15 | 2 | 2 |
| CodeLite/stringaccessor.cpp | 41 | | StringAccessor | isWordChar(char) | 1 | 11 | 11 | 4 | 0 | 8 | 1 | 31 | 64 | 317.069 | 13.3571 | 4235.13 | 235.285 | 0.0872549 | 100.367 | 40.2062 | 140.573 | 0 | 1 |
| CodeLite/stringaccessor.cpp | 53 | | StringAccessor | match(const char *, size_t) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 33 | 61 | 307.708 | 17.6923 | 5444.07 | 302.448 | 0.103156 | 103.217 | 0 | 103.217 | 2 | 19 |
| CodeLite/tag_tree.cpp | 30 | | TagTree | TagTree(const wxString &, const TagEntry &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 9.28571 | 1062.74 | 59.0411 | 0.0347134 | 123.663 | 0 | 123.663 | 1 | 3 |
| CodeLite/tag_tree.cpp | 36 | | TagTree | AddEntry(TagEntry &) | 1 | 46 | 32 | 7 | 7 | 6 | 2 | 55 | 201 | 1162.05 | 26.3333 | 30600.7 | 1700.04 | 0.326112 | 70.8947 | 28.4106 | 99.3053 | 23 | 2 |
| CodeLite/tags_options_data.cpp | 38 | | | _IsValidCppIdentifier(const wxString &) | 1 | 16 | 14 | 2 | 0 | 4 | 1 | 29 | 76 | 369.207 | 11.2 | 4135.11 | 229.729 | 0.0858757 | 94.425 | 26.0372 | 120.462 | 4 | 1 |
| CodeLite/tags_options_data.cpp | 55 | | | _IsCppKeyword(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 7.08333 | 1263.51 | 70.1948 | 0.038958 | 109.897 | 0 | 109.897 | 4 | 1 |
| CodeLite/tags_options_data.cpp | 416 | | TagsOptionsData | [static] GetDefaultTokens() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5 | 367.872 | 20.4373 | 0.0171137 | 148.419 | 0 | 148.419 | 0 | 2 |
| CodeLite/tags_options_data.cpp | 417 | | TagsOptionsData | [static] GetDefaultTypes() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5 | 367.872 | 20.4373 | 0.0171137 | 148.419 | 0 | 148.419 | 0 | 2 |
| CodeLite/tags_options_data.cpp | 419 | | TagsOptionsData | TagsOptionsData() | 0 | 27 | 25 | 1 | 1 | 1 | 0 | 52 | 114 | 649.85 | 6.75 | 4386.49 | 243.694 | 0.0893216 | 83.6984 | 14.6873 | 98.3856 | 10 | 5 |
| CodeLite/tags_options_data.cpp | 447 | | TagsOptionsData | AddDefaultTokens() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 8 | 1534.04 | 85.2247 | 0.0443375 | 111.684 | 0 | 111.684 | 5 | 1 |
| CodeLite/tags_options_data.cpp | 455 | | TagsOptionsData | ToString() const | 0 | 54 | 38 | 7 | 9 | 12 | 4 | 63 | 235 | 1404.66 | 24.9231 | 35008.5 | 1944.91 | 0.35672 | 65.9312 | 26.4649 | 92.3961 | 33 | 0 |
| CodeLite/tags_options_data.cpp | 510 | | TagsOptionsData | GetTokensMap() const | 0 | 21 | 19 | 1 | 1 | 3 | 2 | 48 | 158 | 882.424 | 22.2759 | 19656.8 | 1092.04 | 0.242784 | 85.7188 | 16.583 | 102.302 | 25 | 2 |
| CodeLite/tags_options_data.cpp | 532 | | TagsOptionsData | GetTokensWxMap() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 4 |
| CodeLite/tags_options_data.cpp | 534 | | TagsOptionsData | SetTokens(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 34 | 153.801 | 5.95833 | 916.398 | 50.911 | 0.0314486 | 115.558 | 0 | 115.558 | 5 | 1 |
| CodeLite/tags_options_data.cpp | 541 | | TagsOptionsData | DoUpdateTokensWxMap() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 80 | 403.552 | 11.7895 | 4757.66 | 264.314 | 0.0942919 | 102.037 | 0 | 102.037 | 12 | 4 |
| CodeLite/tags_options_data.cpp | 552 | | TagsOptionsData | DoUpdateTokensWxMapReversed() | 0 | 12 | 12 | 0 | 0 | 4 | 2 | 38 | 95 | 498.553 | 14.5714 | 7264.63 | 403.591 | 0.125032 | 97.5236 | 0 | 97.5236 | 14 | 4 |
| CodeLite/tags_options_data.cpp | 565 | | TagsOptionsData | FromJSON(const JSONItem &) [override] | 1 | 31 | 29 | 0 | 2 | 2 | 1 | 70 | 305 | 1869.43 | 12.4138 | 23206.7 | 1289.26 | 0.271199 | 75.7358 | 0 | 75.7358 | 77 | 0 |
| CodeLite/tags_options_data.cpp | 597 | | TagsOptionsData | ToJSON() const [override] | 0 | 25 | 25 | 0 | 0 | 1 | 0 | 58 | 204 | 1195.03 | 9.375 | 11203.4 | 622.41 | 0.166896 | 81.7774 | 0 | 81.7774 | 43 | 0 |
| CodeLite/tags_options_data.cpp | 623 | | TagsOptionsData | DoJoinArray(const wxArrayString &) const | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 32 | 68 | 340 | 14.7333 | 5009.33 | 278.296 | 0.0975885 | 98.4473 | 0 | 98.4473 | 8 | 94 |
| CodeLite/tags_options_data.cpp | 637 | | TagsOptionsData | Merge(const TagsOptionsData &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 27 | 71 | 337.597 | 12.4 | 4186.2 | 232.567 | 0.0865816 | 100.011 | 0 | 100.011 | 7 | 2 |
| CodeLite/tags_options_data.cpp | 650 | | TagsOptionsData | SyncData() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 2 |
| CodeLite/tokenizer.cpp | 35 | | StringTokenizer | StringTokenizer(const wxString &, const wxString &, bool) | 3 | 30 | 26 | 3 | 2 | 6 | 2 | 38 | 164 | 860.66 | 27.9 | 24012.4 | 1334.02 | 0.27744 | 79.3806 | 23.5268 | 102.907 | 14 | 3 |
| CodeLite/tokenizer.cpp | 66 | | StringTokenizer | StringTokenizer(const wxString &, const wxArrayString &, bool) | 3 | 13 | 11 | 1 | 1 | 3 | 2 | 35 | 86 | 441.118 | 20.1875 | 8905.08 | 494.726 | 0.143209 | 97.0934 | 20.8285 | 117.922 | 9 | 0 |
| CodeLite/tokenizer.cpp | 80 | | StringTokenizer | Count() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.5 | 334.039 | 18.5577 | 0.0160476 | 125.915 | 0 | 125.915 | 1 | 4 |
| CodeLite/tokenizer.cpp | 85 | | StringTokenizer | operator[](const int) | 1 | 8 | 8 | 0 | 0 | 4 | 1 | 26 | 52 | 244.423 | 14.4 | 3519.69 | 195.538 | 0.0771285 | 107.799 | 0 | 107.799 | 6 | 3 |
| CodeLite/worker_thread.cpp | 35 | | | QueueGet(std::mutex &, std::queue<ThreadRequest *> &, std::condition_variable &) | 3 | 12 | 10 | 4 | 2 | 2 | 1 | 32 | 78 | 390 | 13.6765 | 5333.82 | 296.324 | 0.101759 | 99.2605 | 38.9925 | 138.253 | 5 | 1 |
| CodeLite/worker_thread.cpp | 48 | | | QueuePut(std::mutex &, std::queue<ThreadRequest *> &, std::condition_variable &, ThreadRequest *) | 4 | 7 | 7 | 3 | 0 | 1 | 0 | 29 | 64 | 310.911 | 9.88235 | 3072.53 | 170.696 | 0.0704492 | 109.401 | 42.4525 | 151.853 | 4 | 2 |
| CodeLite/worker_thread.cpp | 27 | | WorkerThread | WorkerThread() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 1 | 1 |
| CodeLite/worker_thread.cpp | 33 | | WorkerThread | ~WorkerThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeLite/worker_thread.cpp | 56 | | WorkerThread | Entry() [override] | 0 | 18 | 13 | 4 | 1 | 4 | 2 | 29 | 59 | 286.621 | 9.84615 | 2822.11 | 156.784 | 0.0665674 | 93.8335 | 33.3545 | 127.188 | 4 | 0 |
| CodeLite/worker_thread.cpp | 75 | | WorkerThread | Add(ThreadRequest *) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 20 | 31 | 133.98 | 6.72222 | 900.642 | 50.0357 | 0.0310871 | 118.999 | 0 | 118.999 | 1 | 14 |
| CodeLite/worker_thread.cpp | 81 | | WorkerThread | Stop() | 0 | 13 | 9 | 3 | 2 | 2 | 1 | 22 | 42 | 187.296 | 5.41667 | 1014.52 | 56.3623 | 0.0336552 | 101.778 | 33.8695 | 135.647 | 4 | 6 |
| CodeLite/worker_thread.cpp | 95 | | WorkerThread | Start(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 3.375 | 295.546 | 16.4192 | 0.0147898 | 118.487 | 0 | 118.487 | 3 | 6 |
| CodeLite/worker_thread.cpp | 102 | | WorkerThread | ClearQueue() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 6.5 | 1101.48 | 61.1933 | 0.0355519 | 112.327 | 0 | 112.327 | 3 | 1 |
| CodeLite/xmlutils.cpp | 31 | | XmlUtils | [static] FindNodeByName(const wxXmlNode *, const wxString &, const wxString &) | 3 | 18 | 17 | 0 | 1 | 6 | 3 | 35 | 111 | 569.35 | 19.5882 | 11152.6 | 619.587 | 0.166391 | 89.8046 | 0 | 89.8046 | 12 | 143 |
| CodeLite/xmlutils.cpp | 50 | | XmlUtils | [static] FindFirstByTagName(const wxXmlNode *, const wxString &) | 2 | 15 | 14 | 0 | 1 | 4 | 2 | 28 | 70 | 336.515 | 17 | 5720.75 | 317.82 | 0.106622 | 95.9526 | 0 | 95.9526 | 4 | 343 |
| CodeLite/xmlutils.cpp | 66 | | XmlUtils | [static] FindLastByTagName(const wxXmlNode *, const wxString &) | 2 | 12 | 12 | 0 | 0 | 3 | 2 | 28 | 67 | 322.093 | 16.6667 | 5368.21 | 298.234 | 0.102196 | 100.025 | 0 | 100.025 | 4 | 0 |
| CodeLite/xmlutils.cpp | 79 | | XmlUtils | [static] UpdateProperty(wxXmlNode *, const wxString &, const wxString &) | 3 | 14 | 12 | 1 | 1 | 3 | 2 | 31 | 74 | 366.611 | 13.5938 | 4983.61 | 276.867 | 0.0972542 | 96.8549 | 20.1155 | 116.97 | 6 | 16 |
| CodeLite/xmlutils.cpp | 94 | | XmlUtils | [static] ReadString(const wxXmlNode *, const wxString &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 9.77778 | 1352.28 | 75.1268 | 0.0407622 | 122.679 | 0 | 122.679 | 2 | 137 |
| CodeLite/xmlutils.cpp | 99 | | XmlUtils | [static] ReadStringIfExists(const wxXmlNode *, const wxString &, wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 8.25 | 1159.57 | 64.4207 | 0.0367912 | 122.595 | 0 | 122.595 | 1 | 5 |
| CodeLite/xmlutils.cpp | 104 | | XmlUtils | [static] ReadLong(const wxXmlNode *, const wxString &, long) | 3 | 17 | 16 | 0 | 1 | 4 | 1 | 36 | 113 | 584.202 | 14.3182 | 8364.7 | 464.706 | 0.137355 | 91.0567 | 0 | 91.0567 | 14 | 19 |
| CodeLite/xmlutils.cpp | 122 | | XmlUtils | [static] ReadLongIfExists(const wxXmlNode *, const wxString &, long &) | 3 | 17 | 15 | 0 | 2 | 4 | 1 | 37 | 108 | 562.621 | 15.619 | 8787.6 | 488.2 | 0.141947 | 91.2524 | 0 | 91.2524 | 13 | 6 |
| CodeLite/xmlutils.cpp | 140 | | XmlUtils | [static] ReadBool(const wxXmlNode *, const wxString &, bool) | 3 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 80 | 413.594 | 15.5 | 6410.71 | 356.15 | 0.115031 | 94.0647 | 0 | 94.0647 | 5 | 70 |
| CodeLite/xmlutils.cpp | 157 | | XmlUtils | [static] ReadBoolIfExists(const wxXmlNode *, const wxString &, bool &) | 3 | 14 | 13 | 0 | 1 | 3 | 1 | 34 | 72 | 366.297 | 15.2 | 5567.72 | 309.318 | 0.104712 | 96.8594 | 0 | 96.8594 | 4 | 18 |
| CodeLite/xmlutils.cpp | 172 | | XmlUtils | [static] ChildNodesContentToArray(const wxXmlNode *, const wxString &) | 2 | 18 | 15 | 1 | 3 | 5 | 2 | 34 | 86 | 437.522 | 17.4375 | 7629.29 | 423.849 | 0.129182 | 91.4041 | 17.8544 | 109.259 | 11 | 3 |
| CodeLite/xmlutils.cpp | 191 | | XmlUtils | [static] ChildNodesContentToString(const wxXmlNode *, const wxString &, const wxString &) | 3 | 23 | 19 | 2 | 4 | 6 | 2 | 36 | 112 | 579.032 | 22.3529 | 12943.1 | 719.059 | 0.183754 | 85.7459 | 22.0554 | 107.801 | 16 | 11 |
| CodeLite/xmlutils.cpp | 215 | | XmlUtils | [static] SetNodeContent(wxXmlNode *, const wxString &) | 2 | 23 | 20 | 1 | 2 | 6 | 2 | 40 | 118 | 627.988 | 22.6579 | 14228.9 | 790.493 | 0.195731 | 85.3239 | 15.872 | 101.196 | 10 | 38 |
| CodeLite/xmlutils.cpp | 239 | | XmlUtils | [static] RemoveChildren(wxXmlNode *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 21 | 51 | 224.008 | 11 | 2464.09 | 136.894 | 0.0608111 | 105.097 | 0 | 105.097 | 4 | 3 |
| CodeLite/xmlutils.cpp | 250 | | XmlUtils | [static] SetCDATANodeContent(wxXmlNode *, const wxString &) | 2 | 23 | 20 | 1 | 2 | 6 | 2 | 40 | 118 | 627.988 | 22.6579 | 14228.9 | 790.493 | 0.195731 | 85.3239 | 15.872 | 101.196 | 10 | 4 |
| CodeLite/xmlutils.cpp | 274 | | XmlUtils | [static] StaticReadObject(wxXmlNode *, const wxString &, SerializedObject *) | 3 | 22 | 17 | 2 | 3 | 4 | 3 | 42 | 112 | 603.94 | 15 | 9059.09 | 503.283 | 0.144856 | 86.707 | 22.5149 | 109.222 | 12 | 3 |
| CodeLite/xmlutils.cpp | 297 | | XmlUtils | [static] StaticWriteObject(wxXmlNode *, const wxString &, SerializedObject *) | 3 | 28 | 21 | 2 | 5 | 4 | 1 | 49 | 153 | 859.051 | 22.125 | 19006.5 | 1055.92 | 0.2374 | 80.968 | 20.1155 | 101.084 | 17 | 3 |
| CodeLite/xmlutils.cpp | 327 | | XmlUtils | [static] LoadXmlFile(wxXmlDocument *, const wxString &) | 2 | 12 | 10 | 0 | 2 | 2 | 1 | 29 | 55 | 267.189 | 10.2667 | 2743.14 | 152.397 | 0.0653197 | 101.227 | 0 | 101.227 | 5 | 5 |
| CodeLite/xmlutils.cpp | 340 | | XmlUtils | [static] SaveXmlToFile(const wxXmlDocument *, const wxString &) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 56 | 269.212 | 9.96667 | 2683.15 | 149.064 | 0.0643638 | 102.598 | 0 | 102.598 | 5 | 5 |
| CodeLite/xor_string.cpp | 30 | | XORString | Decrypt(const wxChar) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 7.2 | 978.722 | 54.3735 | 0.0328588 | 116.2 | 0 | 116.2 | 4 | 3 |
| CodeLite/xor_string.cpp | 37 | | XORString | Encrypt(const wxChar) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 7.2 | 978.722 | 54.3735 | 0.0328588 | 116.2 | 0 | 116.2 | 4 | 3 |
| CodeLite/xor_string.cpp | 44 | | XORString | XORString(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 6 |
| CodeLite/xor_string.cpp | 49 | | XORString | toHexString(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 19.2 | 7360.78 | 408.932 | 0.126133 | 102.303 | 0 | 102.303 | 8 | 1 |
| CodeLite/xor_string.cpp | 60 | | XORString | fromHexString(const wxString &) const | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 36 | 80 | 413.594 | 16.5526 | 6846.07 | 380.337 | 0.120182 | 98.9551 | 0 | 98.9551 | 6 | 1 |
| CodeLite/xor_string.cpp | 73 | | XORString | XOR(const wxString &, const wxChar) const | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 64 | 320 | 19.2857 | 6171.43 | 342.857 | 0.112151 | 101.699 | 0 | 101.699 | 6 | 2 |
| Plugin/AddIncludeFile_liteeditor_bitmaps.cpp | 32 | | | wxC10CDInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 41 | 99 | 530.398 | 11.25 | 5966.97 | 331.499 | 0.10966 | 87.1221 | 15.872 | 102.994 | 17 | 1 |
| Plugin/AddSSHAcountDlg.cpp | 37 | | AddSSHAcountDlg | AddSSHAcountDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 4 | 1 |
| Plugin/AddSSHAcountDlg.cpp | 44 | | AddSSHAcountDlg | AddSSHAcountDlg(wxWindow *, const SSHAccountInfo &) | 2 | 19 | 19 | 0 | 0 | 3 | 1 | 54 | 166 | 955.311 | 12.2105 | 11664.9 | 648.047 | 0.171448 | 86.9275 | 0 | 86.9275 | 27 | 1 |
| Plugin/AddSSHAcountDlg.cpp | 64 | | AddSSHAcountDlg | ~AddSSHAcountDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/AddSSHAcountDlg.cpp | 66 | | AddSSHAcountDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 8 | 7 | 0 | 1 | 5 | 0 | 31 | 68 | 336.885 | 9.02778 | 3041.33 | 168.963 | 0.0699714 | 105.9 | 0 | 105.9 | 8 | 0 |
| Plugin/AddSSHAcountDlg.cpp | 75 | | AddSSHAcountDlg | GetAccountInfo(SSHAccountInfo &) | 1 | 23 | 19 | 1 | 3 | 3 | 1 | 50 | 151 | 852.222 | 10.3649 | 8833.17 | 490.732 | 0.142437 | 84.4262 | 15.872 | 100.298 | 21 | 3 |
| Plugin/AddSSHAcountDlg.cpp | 99 | | AddSSHAcountDlg | OnTestConnection(wxCommandEvent &) [override] | 1 | 25 | 21 | 1 | 3 | 4 | 3 | 56 | 156 | 905.947 | 13.0263 | 11801.2 | 655.62 | 0.172781 | 82.5275 | 15.2452 | 97.7728 | 27 | 0 |
| Plugin/AddSSHAcountDlg.cpp | 124 | | AddSSHAcountDlg | OnTestConnectionUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 21 | 37 | 162.516 | 7.15 | 1161.99 | 64.5549 | 0.0368423 | 121.38 | 0 | 121.38 | 4 | 0 |
| Plugin/AddSSHAcountDlg.cpp | 129 | | AddSSHAcountDlg | OnHomeFolderUpdated(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 44 | 213.751 | 6.90625 | 1476.22 | 82.0122 | 0.0432161 | 108.956 | 0 | 108.956 | 6 | 0 |
| Plugin/CodeLiteRemoteHelper.cpp | 91 | {anonymous} | | add_formatter_tool(JSONItem &, const wxString &, const wxString &, const wxString &) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 67 | 318.577 | 9.41176 | 2998.38 | 166.576 | 0.0693111 | 107.111 | 0 | 107.111 | 8 | 7 |
| Plugin/CodeLiteRemoteHelper.cpp | 11 | | CodeLiteRemoteHelper | CodeLiteRemoteHelper() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 7.5 | 908.352 | 50.464 | 0.0312643 | 119.754 | 0 | 119.754 | 2 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 17 | | CodeLiteRemoteHelper | ~CodeLiteRemoteHelper() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Plugin/CodeLiteRemoteHelper.cpp | 23 | | CodeLiteRemoteHelper | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 29 | 26 | 1 | 2 | 6 | 2 | 57 | 174 | 1014.92 | 14.5385 | 14755.4 | 819.745 | 0.20053 | 79.0725 | 14.1863 | 93.2588 | 29 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 53 | | CodeLiteRemoteHelper | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 59 | | CodeLiteRemoteHelper | GetPluginConfig(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 40 | 185.754 | 9.54545 | 1773.11 | 98.506 | 0.0488318 | 111.849 | 0 | 111.849 | 3 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 67 | | CodeLiteRemoteHelper | IsRemoteWorkspaceOpened() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 69 | | CodeLiteRemoteHelper | Clear() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 25 | 53 | 246.124 | 8.30769 | 2044.73 | 113.596 | 0.0536993 | 103.064 | 0 | 103.064 | 6 | 2 |
| Plugin/CodeLiteRemoteHelper.cpp | 81 | | CodeLiteRemoteHelper | ReplaceMacros(const wxString &) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 9.16667 | 1188.53 | 66.0295 | 0.0374012 | 116.446 | 0 | 116.446 | 4 | 1 |
| Plugin/CodeLiteRemoteHelper.cpp | 101 | | CodeLiteRemoteHelper | ProcessCodeLiteRemoteJSON(const wxString &) | 1 | 38 | 30 | 5 | 3 | 4 | 2 | 65 | 233 | 1403.21 | 15.1837 | 21305.9 | 1183.66 | 0.25618 | 73.4692 | 26.6419 | 100.111 | 49 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 176 | {anonymous} | | AddLexerKeywords(LexerConf::Ptr_t, int, const std::vector<wxString> &) | 3 | 22 | 17 | 3 | 2 | 4 | 1 | 49 | 136 | 763.601 | 15.6719 | 11967.1 | 664.836 | 0.174396 | 85.4873 | 27.069 | 112.556 | 17 | 7 |
| Plugin/ColoursAndFontsManager.cpp | 199 | {anonymous} | | AddFileExtension(LexerConf::Ptr_t, const wxString &) | 2 | 13 | 11 | 1 | 1 | 2 | 1 | 43 | 93 | 504.643 | 11.5556 | 5831.43 | 323.968 | 0.107993 | 96.6238 | 20.8285 | 117.452 | 13 | 8 |
| Plugin/ColoursAndFontsManager.cpp | 213 | {anonymous} | | RemoveFileExtension(LexerConf::Ptr_t, const wxString &) | 2 | 15 | 13 | 0 | 2 | 2 | 1 | 38 | 84 | 440.826 | 10.7917 | 4757.25 | 264.291 | 0.0942864 | 95.0086 | 0 | 95.0086 | 12 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 231 | | ColoursAndFontsManager | ColoursAndFontsManager() | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 37 | 73 | 380.29 | 9.90476 | 3766.68 | 209.26 | 0.0806959 | 102.575 | 0 | 102.575 | 11 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 242 | | ColoursAndFontsManager | ~ColoursAndFontsManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 7.8 | 1356.56 | 75.3644 | 0.040848 | 117.872 | 0 | 117.872 | 5 | 0 |
| Plugin/ColoursAndFontsManager.cpp | 248 | | ColoursAndFontsManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 148 |
| Plugin/ColoursAndFontsManager.cpp | 254 | | ColoursAndFontsManager | Load() | 0 | 22 | 16 | 3 | 3 | 4 | 2 | 38 | 99 | 519.545 | 7.15385 | 3716.74 | 206.486 | 0.0799811 | 87.4898 | 27.069 | 114.559 | 19 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 277 | | ColoursAndFontsManager | GetAvailableThemesForLexer(const wxString &) const | 1 | 20 | 15 | 1 | 4 | 3 | 1 | 41 | 113 | 605.403 | 17.6087 | 10660.4 | 592.242 | 0.161458 | 88.4685 | 16.9762 | 105.445 | 15 | 6 |
| Plugin/ColoursAndFontsManager.cpp | 298 | | ColoursAndFontsManager | GetLexer(const wxString &, const wxString &) const | 2 | 83 | 63 | 14 | 6 | 26 | 3 | 70 | 408 | 2500.75 | 41.3636 | 103440 | 5746.67 | 0.734521 | 52.7482 | 29.7093 | 82.4575 | 91 | 110 |
| Plugin/ColoursAndFontsManager.cpp | 382 | | ColoursAndFontsManager | Save(const wxFileName &) | 1 | 28 | 24 | 1 | 3 | 5 | 2 | 60 | 174 | 1027.8 | 13.2442 | 13612.4 | 756.242 | 0.190035 | 79.8054 | 14.4303 | 94.2357 | 29 | 7 |
| Plugin/ColoursAndFontsManager.cpp | 411 | | ColoursAndFontsManager | GetAllLexersNames() const | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 34 | 81 | 412.084 | 12.2368 | 5042.61 | 280.145 | 0.0980203 | 98.7441 | 0 | 98.7441 | 12 | 6 |
| Plugin/ColoursAndFontsManager.cpp | 424 | | ColoursAndFontsManager | GetLexerForFileType(FileExtManager::FileType) const | 1 | 33 | 33 | 0 | 0 | 17 | 1 | 51 | 173 | 981.33 | 11.1184 | 10910.8 | 606.158 | 0.163977 | 74.6243 | 0 | 74.6243 | 32 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 458 | | ColoursAndFontsManager | GetLexerForFile(const wxString &) const | 1 | 88 | 59 | 14 | 16 | 20 | 3 | 68 | 346 | 2106.26 | 26.5851 | 55995.2 | 3110.84 | 0.48788 | 54.0733 | 28.9668 | 83.0401 | 59 | 11 |
| Plugin/ColoursAndFontsManager.cpp | 547 | | ColoursAndFontsManager | Reload() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 553 | | ColoursAndFontsManager | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.14286 | 493.714 | 27.4286 | 0.0208223 | 118.009 | 0 | 118.009 | 2 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 560 | | ColoursAndFontsManager | SetActiveTheme(const wxString &, const wxString &) | 2 | 10 | 10 | 0 | 0 | 4 | 2 | 39 | 89 | 470.401 | 14.2955 | 6724.59 | 373.589 | 0.118756 | 100.779 | 0 | 100.779 | 13 | 3 |
| Plugin/ColoursAndFontsManager.cpp | 571 | | ColoursAndFontsManager | GetConfigFile() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 5.72727 | 866.35 | 48.1306 | 0.0302929 | 115.644 | 0 | 115.644 | 7 | 3 |
| Plugin/ColoursAndFontsManager.cpp | 578 | | ColoursAndFontsManager | SaveGlobalSettings(bool) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 34 | 70 | 356.122 | 6.69565 | 2384.47 | 132.471 | 0.059494 | 98.4364 | 20.8285 | 119.265 | 12 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 592 | | ColoursAndFontsManager | CopyTheme(const wxString &, const wxString &, const wxString &) | 3 | 16 | 11 | 2 | 3 | 1 | 1 | 31 | 85 | 421.107 | 12 | 5053.28 | 280.738 | 0.0981584 | 94.4311 | 26.0372 | 120.468 | 14 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 609 | | ColoursAndFontsManager | RestoreDefaults() | 0 | 32 | 24 | 3 | 5 | 3 | 2 | 50 | 171 | 965.099 | 10.7162 | 10342.2 | 574.567 | 0.15823 | 78.4295 | 22.8376 | 101.267 | 57 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 642 | | ColoursAndFontsManager | ImportEclipseTheme(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 7.7 | 1251.37 | 69.5206 | 0.0387082 | 110.381 | 0 | 110.381 | 4 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 651 | | ColoursAndFontsManager | IsBackupRequired() const | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 26 | 45 | 211.52 | 6.23333 | 1318.47 | 73.2485 | 0.0400799 | 113.671 | 0 | 113.671 | 7 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 658 | | ColoursAndFontsManager | BackupUserOldJsonFileIfNeeded() | 0 | 16 | 14 | 1 | 1 | 2 | 1 | 38 | 88 | 461.818 | 7.38462 | 3410.35 | 189.464 | 0.0755227 | 93.7212 | 18.8844 | 112.606 | 21 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 675 | | ColoursAndFontsManager | LoadLexersFromFile() | 0 | 38 | 23 | 8 | 7 | 4 | 1 | 45 | 164 | 900.664 | 11.9844 | 10793.9 | 599.661 | 0.162804 | 75.7748 | 32.6227 | 108.398 | 56 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 714 | | ColoursAndFontsManager | UpdateLexerColours(LexerConf::Ptr_t, bool) | 2 | 97 | 72 | 18 | 10 | 33 | 4 | 95 | 644 | 4230.99 | 33.7534 | 142810 | 7933.91 | 0.91072 | 45.8787 | 30.9455 | 76.8242 | 121 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 812 | | ColoursAndFontsManager | SetTheme(const wxString &) | 1 | 24 | 22 | 0 | 2 | 4 | 2 | 49 | 145 | 814.133 | 15.4062 | 12542.7 | 696.819 | 0.179945 | 83.7445 | 0 | 83.7445 | 18 | 4 |
| Plugin/ColoursAndFontsManager.cpp | 837 | | ColoursAndFontsManager | LoadJSON(const wxFileName &) | 1 | 20 | 17 | 0 | 3 | 3 | 1 | 42 | 121 | 652.47 | 13.0556 | 8518.36 | 473.242 | 0.139032 | 88.0792 | 0 | 88.0792 | 53 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 858 | | ColoursAndFontsManager | DoAddLexer(JSONItem) | 1 | 278 | 217 | 24 | 37 | 51 | 3 | 259 | 1513 | 12129.4 | 31.8584 | 386424 | 21468 | 1.76843 | 19.2049 | 21.9815 | 41.1864 | 373 | 3 |
| Plugin/ColoursAndFontsManager.cpp | 1137 | | ColoursAndFontsManager | AddLexer(LexerConf::Ptr_t) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 16 | 26 | 104 | 4.27778 | 444.889 | 24.716 | 0.0194258 | 120.546 | 0 | 120.546 | 4 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 1143 | | ColoursAndFontsManager | SetGlobalFont(const wxFont &) | 1 | 12 | 10 | 1 | 1 | 3 | 2 | 29 | 59 | 286.621 | 9.34375 | 2678.11 | 148.784 | 0.0642833 | 100.632 | 21.6227 | 122.255 | 8 | 4 |
| Plugin/ColoursAndFontsManager.cpp | 1156 | | ColoursAndFontsManager | GetGlobalFont() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 6 | 375.061 | 20.8367 | 0.0173359 | 149.266 | 0 | 149.266 | 0 | 3 |
| Plugin/ColoursAndFontsManager.cpp | 1158 | | ColoursAndFontsManager | ExportThemesToFile(const wxFileName &, const wxArrayString &) const | 2 | 20 | 19 | 0 | 1 | 6 | 2 | 60 | 166 | 980.544 | 16.25 | 15933.8 | 885.213 | 0.21107 | 85.271 | 0 | 85.271 | 23 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 1179 | | ColoursAndFontsManager | ImportLexersFile(const wxFileName &, bool) | 2 | 61 | 53 | 4 | 4 | 12 | 3 | 91 | 364 | 2368.84 | 30.1694 | 71466.3 | 3970.35 | 0.574045 | 61.239 | 19.3192 | 80.5582 | 57 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 1241 | | ColoursAndFontsManager | GetAllThemes() const | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 29 | 69 | 335.201 | 9.88235 | 3312.57 | 184.032 | 0.0740723 | 98.5212 | 0 | 98.5212 | 11 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 1255 | | ColoursAndFontsManager | OnAdjustTheme(clCommandEvent &) | 1 | 22 | 18 | 1 | 3 | 4 | 1 | 38 | 104 | 545.784 | 11.087 | 6051.09 | 336.172 | 0.110688 | 87.2335 | 16.2158 | 103.449 | 15 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 1278 | | ColoursAndFontsManager | GetBackgroundColourFromLexer(LexerConf::Ptr_t) const | 1 | 15 | 15 | 0 | 0 | 3 | 1 | 29 | 86 | 417.786 | 13 | 5431.22 | 301.735 | 0.102994 | 95.0577 | 0 | 95.0577 | 20 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 1294 | | ColoursAndFontsManager | IsDarkTheme() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 7.2 | 1155.88 | 64.2158 | 0.0367132 | 110.445 | 0 | 110.445 | 5 | 0 |
| Plugin/ColoursAndFontsManager.cpp | 1303 | | ColoursAndFontsManager | SetThemeTextSelectionColours(const wxString &, const wxColour &, const wxColour &, bool) | 4 | 15 | 15 | 0 | 0 | 3 | 2 | 42 | 103 | 555.409 | 12.2222 | 6788.33 | 377.129 | 0.119505 | 93.5771 | 0 | 93.5771 | 13 | 2 |
| Plugin/ColoursAndFontsManager.cpp | 1319 | | ColoursAndFontsManager | GetFixedFont(bool) const | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 38 | 73 | 383.099 | 9.78261 | 3747.7 | 208.206 | 0.0804246 | 98.0567 | 0 | 98.0567 | 9 | 4 |
| Plugin/ColoursAndFontsManager.cpp | 1333 | | ColoursAndFontsManager | LoadDb(const wxFileName &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 123.012 | 31.9355 | 154.948 | 1 | 0 |
| Plugin/ColoursAndFontsManager.cpp | 1339 | | ColoursAndFontsManager | LoadLexersFromJSON() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 125.533 | 31.9355 | 157.468 | 1 | 1 |
| Plugin/ColoursAndFontsManager.cpp | 1345 | | ColoursAndFontsManager | SetGlobalLineNumbersColour(const wxColour &, bool) | 2 | 10 | 9 | 1 | 0 | 6 | 2 | 35 | 73 | 374.438 | 12.75 | 4774.08 | 265.227 | 0.0945087 | 101.506 | 23.5268 | 125.033 | 10 | 2 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 143 | {anonymous} | | GetTool(const wxFileName &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 29 | 64 | 310.911 | 12.8571 | 3997.42 | 222.079 | 0.0839587 | 101.849 | 0 | 101.849 | 7 | 5 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 63 | | CompilerLocatorCLANG | Locate() [override] | 0 | 43 | 36 | 3 | 4 | 8 | 3 | 65 | 218 | 1312.88 | 15.5106 | 20363.5 | 1131.31 | 0.248569 | 70.8927 | 19.8936 | 90.7863 | 47 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 107 | | CompilerLocatorCLANG | Locate(const wxString &) [override] | 1 | 19 | 17 | 1 | 1 | 3 | 1 | 38 | 88 | 461.818 | 9.91667 | 4579.69 | 254.427 | 0.0919255 | 90.7072 | 17.3987 | 108.106 | 11 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 127 | | CompilerLocatorCLANG | AddTool(CompilerPtr, const wxString &, const wxFileName &, const wxString &) | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 67 | 335 | 11.6667 | 3908.33 | 217.13 | 0.0827065 | 103.005 | 0 | 103.005 | 8 | 8 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 156 | | CompilerLocatorCLANG | AddTools(CompilerPtr, const wxFileName &) | 2 | 26 | 20 | 2 | 4 | 2 | 1 | 55 | 219 | 1266.12 | 17.0625 | 21603.1 | 1200.17 | 0.258557 | 80.6115 | 20.8285 | 101.44 | 57 | 1 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 183 | | CompilerLocatorCLANG | GetCompilerFullName(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 5.6 | 310.837 | 17.2687 | 0.0152956 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 185 | | CompilerLocatorCLANG | CheckUninstRegKey(const wxString &, const wxString &, const wxString &) [override] | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 37 | 151.236 | 8 | 1209.89 | 67.2161 | 0.037848 | 113.148 | 0 | 113.148 | 3 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCLANG.cpp | 193 | | CompilerLocatorCLANG | AddCompiler(const wxFileName &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 64 | 314.041 | 9.94118 | 3121.94 | 173.441 | 0.0712024 | 103.571 | 0 | 103.571 | 14 | 2 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 35 | | CompilerLocatorCrossGCC | Locate(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 6.66667 | 533.333 | 29.6296 | 0.0219219 | 147.983 | 0 | 147.983 | 1 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 37 | | CompilerLocatorCrossGCC | Locate(const wxString &, bool) | 2 | 66 | 51 | 5 | 10 | 12 | 2 | 94 | 341 | 2235.11 | 26.9394 | 60212.6 | 3345.15 | 0.512079 | 60.2649 | 20.6799 | 80.9448 | 50 | 2 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 104 | | CompilerLocatorCrossGCC | IsCrossGCC(const wxString &) const | 1 | 29 | 23 | 8 | 1 | 12 | 1 | 40 | 111 | 590.734 | 11.8462 | 6997.93 | 388.774 | 0.121953 | 80.5067 | 36.3409 | 116.848 | 6 | 1 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 134 | | CompilerLocatorCrossGCC | Locate() [override] | 0 | 21 | 17 | 1 | 3 | 4 | 3 | 44 | 114 | 622.375 | 16.6667 | 10372.9 | 576.273 | 0.158543 | 87.3043 | 16.583 | 103.887 | 16 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 156 | | CompilerLocatorCrossGCC | AddTools(CompilerPtr, const wxString &, const wxString &, const wxString &) | 4 | 50 | 37 | 3 | 10 | 4 | 1 | 64 | 343 | 2058 | 19.88 | 40913 | 2272.95 | 0.395779 | 67.0319 | 18.5216 | 85.5534 | 88 | 1 |
| Plugin/CompilerLocator/CompilerLocatorCrossGCC.cpp | 207 | | CompilerLocatorCrossGCC | AddTool(CompilerPtr, const wxString &, const wxString &, const wxString &) | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 63 | 309.134 | 12.6875 | 3922.14 | 217.897 | 0.0829012 | 103.422 | 0 | 103.422 | 8 | 9 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 38 | | CompilerLocatorCygwin | CompilerLocatorCygwin() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 130.13 | 0 | 130.13 | 1 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 43 | | CompilerLocatorCygwin | Locate() [override] | 0 | 24 | 21 | 3 | 1 | 5 | 0 | 32 | 103 | 515 | 13.6842 | 7047.37 | 391.52 | 0.122527 | 85.8959 | 26.0372 | 111.933 | 2 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 68 | | CompilerLocatorCygwin | AddTools(const wxString &, const wxString &, const wxString &) | 3 | 55 | 43 | 1 | 11 | 5 | 2 | 79 | 386 | 2433.26 | 20.7016 | 50372.4 | 2798.47 | 0.454646 | 64.3869 | 10.3689 | 74.7557 | 104 | 1 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 124 | | CompilerLocatorCygwin | AddTool(CompilerPtr, const wxString &, const wxString &, const wxString &) | 4 | 13 | 11 | 1 | 1 | 2 | 1 | 33 | 72 | 363.196 | 12.1579 | 4415.7 | 245.317 | 0.0897178 | 98.3341 | 20.8285 | 119.163 | 11 | 11 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 138 | | CompilerLocatorCygwin | GetGCCVersion(const wxString &) | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 32 | 67 | 335 | 11.2778 | 3778.06 | 209.892 | 0.0808582 | 101.231 | 0 | 101.231 | 10 | 1 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 150 | | CompilerLocatorCygwin | Locate(const wxString &) [override] | 1 | 36 | 30 | 1 | 5 | 7 | 2 | 56 | 203 | 1178.89 | 19.2568 | 22701.7 | 1261.2 | 0.26725 | 74.5609 | 12.767 | 87.3278 | 34 | 0 |
| Plugin/CompilerLocator/CompilerLocatorCygwin.cpp | 187 | | CompilerLocatorCygwin | GetSuffixes(const wxString &) | 1 | 15 | 14 | 0 | 1 | 4 | 1 | 30 | 87 | 426.899 | 10.4211 | 4448.74 | 247.152 | 0.0901648 | 94.7155 | 0 | 94.7155 | 17 | 1 |
| Plugin/CompilerLocator/CompilerLocatorEosCDT.cpp | 9 | | CompilerLocatorEosCDT | Locate() [override] | 0 | 13 | 13 | 0 | 0 | 3 | 2 | 38 | 80 | 419.834 | 12.1429 | 5097.99 | 283.221 | 0.0987365 | 97.3505 | 0 | 97.3505 | 21 | 1 |
| Plugin/CompilerLocator/CompilerLocatorEosCDT.cpp | 23 | | CompilerLocatorEosCDT | Locate(const wxString &) [override] | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 52 | 249.982 | 10 | 2499.82 | 138.879 | 0.0613977 | 102.983 | 0 | 102.983 | 8 | 0 |
| Plugin/CompilerLocator/CompilerLocatorEosCDT.cpp | 35 | | CompilerLocatorEosCDT | AddTool(CompilerPtr, const wxString &, const wxString &, const wxString &) const | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 64 | 314.041 | 13.125 | 4121.79 | 228.988 | 0.0856911 | 103.341 | 0 | 103.341 | 8 | 6 |
| Plugin/CompilerLocator/CompilerLocatorEosCDT.cpp | 46 | | CompilerLocatorEosCDT | CheckExists(const wxString &, wxString &) const | 2 | 21 | 19 | 1 | 1 | 3 | 2 | 37 | 104 | 541.783 | 14.3182 | 7757.35 | 430.964 | 0.130623 | 88.2554 | 16.583 | 104.838 | 12 | 2 |
| Plugin/CompilerLocator/CompilerLocatorEosCDT.cpp | 68 | | CompilerLocatorEosCDT | CreateCompiler(const wxString &) const | 1 | 40 | 33 | 2 | 5 | 2 | 1 | 62 | 233 | 1387.33 | 19.8409 | 27525.8 | 1529.21 | 0.303883 | 73.1575 | 16.9762 | 90.1336 | 50 | 2 |
| Plugin/CompilerLocator/CompilerLocatorGCC.cpp | 142 | {anonymous} | | GetTool(const wxFileName &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 29 | 64 | 310.911 | 12.8571 | 3997.42 | 222.079 | 0.0839587 | 101.849 | 0 | 101.849 | 7 | 1 |
| Plugin/CompilerLocator/CompilerLocatorGCC.cpp | 36 | | CompilerLocatorGCC | Locate(const wxString &) [override] | 1 | 38 | 29 | 3 | 6 | 6 | 1 | 62 | 187 | 1113.43 | 19.8 | 22046 | 1224.78 | 0.262079 | 74.212 | 21.0835 | 95.2955 | 35 | 0 |
| Plugin/CompilerLocator/CompilerLocatorGCC.cpp | 75 | | CompilerLocatorGCC | Locate() [override] | 0 | 61 | 50 | 8 | 5 | 10 | 4 | 90 | 347 | 2252.67 | 23.8582 | 53744.7 | 2985.82 | 0.474718 | 61.9605 | 26.6029 | 88.5634 | 43 | 0 |
| Plugin/CompilerLocator/CompilerLocatorGCC.cpp | 155 | | CompilerLocatorGCC | AddTools(CompilerPtr, const wxFileName &) | 2 | 50 | 32 | 8 | 10 | 3 | 1 | 67 | 242 | 1467.99 | 16 | 23487.9 | 1304.88 | 0.273385 | 69.0186 | 29.0386 | 98.0573 | 66 | 2 |
| Plugin/CompilerLocator/CompilerLocatorGCC.cpp | 206 | | CompilerLocatorGCC | AddTool(CompilerPtr, const wxString &, const wxFileName &, const wxString &) | 4 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 79 | 405.213 | 11.6667 | 4727.49 | 262.638 | 0.0938928 | 100.471 | 0 | 100.471 | 17 | 9 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 34 | | CompilerLocatorMSVC | CompilerLocatorMSVC() | 0 | 6 | 5 | 2 | 0 | 1 | 0 | 13 | 21 | 77.7092 | 4.08333 | 317.313 | 17.6285 | 0.0155073 | 119.108 | 38.9925 | 158.101 | 2 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 41 | | CompilerLocatorMSVC | Locate() [override] | 0 | 24 | 18 | 1 | 5 | 6 | 2 | 53 | 134 | 767.541 | 17.7419 | 13617.7 | 756.537 | 0.190085 | 83.5909 | 15.5492 | 99.1401 | 18 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 66 | | CompilerLocatorMSVC | CheckUninstRegKey(const wxString &, const wxString &, const wxString &) [override] | 3 | 25 | 24 | 1 | 0 | 8 | 3 | 60 | 190 | 1122.31 | 23.7368 | 26640.1 | 1480 | 0.297328 | 80.4939 | 15.2452 | 95.7391 | 26 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 92 | | CompilerLocatorMSVC | AddTools(const wxString &, const wxString &, const wxFileName &, const wxFileName &, const wxFileName &) | 5 | 81 | 54 | 11 | 16 | 5 | 2 | 117 | 437 | 3002.35 | 19.4845 | 58499.4 | 3249.97 | 0.502319 | 57.0227 | 27.0194 | 84.0422 | 129 | 2 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 175 | | CompilerLocatorMSVC | AddToolsVC2005(const wxString &, const wxString &, const wxString &) | 3 | 16 | 13 | 0 | 3 | 1 | 0 | 29 | 96 | 466.366 | 9.9 | 4617.03 | 256.501 | 0.0924245 | 93.9002 | 0 | 93.9002 | 15 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 193 | | CompilerLocatorMSVC | AddToolsVC2017(const wxString &, const wxString &, const wxString &) | 3 | 16 | 13 | 0 | 3 | 1 | 0 | 31 | 99 | 490.465 | 9.61364 | 4715.16 | 261.953 | 0.0937295 | 93.6382 | 0 | 93.6382 | 18 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 210 | | CompilerLocatorMSVC | AddTool(const wxString &, const wxString &, const wxString &, CompilerPtr) | 4 | 11 | 10 | 0 | 1 | 2 | 1 | 30 | 63 | 309.134 | 12.6875 | 3922.14 | 217.897 | 0.0829012 | 101.878 | 0 | 101.878 | 7 | 8 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 222 | | CompilerLocatorMSVC | AddCompilerOptions(CompilerPtr) | 1 | 61 | 56 | 0 | 5 | 1 | 0 | 95 | 364 | 2391.43 | 7.54023 | 18031.9 | 1001.77 | 0.229213 | 63.7197 | 0 | 63.7197 | 156 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSVC.cpp | 284 | | CompilerLocatorMSVC | AddLinkerOptions(CompilerPtr) | 1 | 44 | 41 | 0 | 3 | 1 | 0 | 67 | 298 | 1807.69 | 9.01695 | 16299.9 | 905.549 | 0.21429 | 70.4671 | 0 | 70.4671 | 128 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 70 | | CompilerLocatorMSYS2 | Locate() [override] | 0 | 16 | 13 | 1 | 2 | 3 | 1 | 29 | 72 | 349.775 | 9.75 | 3410.3 | 189.461 | 0.0755221 | 94.9362 | 18.8844 | 113.821 | 11 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 87 | | CompilerLocatorMSYS2 | TryToolchain(const wxString &, const std::unordered_map<wxString, wxString> &) | 2 | 46 | 36 | 4 | 6 | 4 | 1 | 77 | 380 | 2381.38 | 29.25 | 69655.3 | 3869.74 | 0.564306 | 67.6237 | 22.0554 | 89.6791 | 97 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 134 | | CompilerLocatorMSYS2 | Locate(const wxString &) [override] | 1 | 11 | 10 | 1 | 0 | 3 | 2 | 25 | 45 | 208.974 | 10.8182 | 2260.71 | 125.595 | 0.0574173 | 103.685 | 22.5149 | 126.2 | 5 | 2 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 146 | | CompilerLocatorMSYS2 | GetFileName(const wxString &, const wxString &) const | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 9 | 1400.3 | 77.7947 | 0.0417216 | 115.498 | 0 | 115.498 | 4 | 8 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 42 | | CompilerLocatorMSYS2Clang64 | CompilerLocatorMSYS2Clang64() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 2 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 44 | | CompilerLocatorMSYS2Env | CompilerLocatorMSYS2Env() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 6 | 219.247 | 12.1804 | 0.01212 | 152.058 | 0 | 152.058 | 0 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 46 | | CompilerLocatorMSYS2Env | Locate() [override] | 0 | 20 | 19 | 0 | 1 | 4 | 2 | 45 | 121 | 664.514 | 14.3333 | 9524.7 | 529.15 | 0.149777 | 87.754 | 0 | 87.754 | 36 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 40 | | CompilerLocatorMSYS2Mingw64 | CompilerLocatorMSYS2Mingw64() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 2 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2.cpp | 38 | | CompilerLocatorMSYS2Usr | CompilerLocatorMSYS2Usr() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 2 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 33 | | CompilerLocatorMSYS2Clang | Locate() [override] | 0 | 16 | 13 | 1 | 2 | 3 | 1 | 29 | 72 | 349.775 | 9.75 | 3410.3 | 189.461 | 0.0755221 | 94.9362 | 18.8844 | 113.821 | 11 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 50 | | CompilerLocatorMSYS2Clang | Locate(const wxString &) [override] | 1 | 44 | 34 | 5 | 5 | 4 | 1 | 72 | 314 | 1937.36 | 22.7642 | 44102.3 | 2450.13 | 0.416089 | 69.4169 | 24.9408 | 94.3577 | 77 | 1 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 95 | | CompilerLocatorMSYS2Clang | GetFileName(const wxString &, const wxString &) const | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 9 | 1400.3 | 77.7947 | 0.0417216 | 115.498 | 0 | 115.498 | 4 | 8 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 24 | | CompilerLocatorMSYS2ClangClang64 | CompilerLocatorMSYS2ClangClang64() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.66667 | 319.818 | 17.7677 | 0.0155888 | 122.715 | 0 | 122.715 | 3 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 18 | | CompilerLocatorMSYS2ClangMingw64 | CompilerLocatorMSYS2ClangMingw64() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.66667 | 319.818 | 17.7677 | 0.0155888 | 122.715 | 0 | 122.715 | 3 | 0 |
| Plugin/CompilerLocator/CompilerLocatorMSYS2Clang.cpp | 12 | | CompilerLocatorMSYS2ClangUsr | CompilerLocatorMSYS2ClangUsr() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.66667 | 319.818 | 17.7677 | 0.0155888 | 122.715 | 0 | 122.715 | 3 | 0 |
| Plugin/CompilerLocator/CompilerLocatorRustc.cpp | 6 | | CompilerLocatorRustc | Locate() [override] | 0 | 85 | 69 | 9 | 7 | 1 | 1 | 60 | 350 | 2067.41 | 27.3333 | 56509.3 | 3139.4 | 0.490861 | 59.102 | 24.151 | 83.253 | 72 | 1 |
| Plugin/CompilerLocator/CompilerLocatorRustc.cpp | 92 | | CompilerLocatorRustc | Locate(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 149.602 | 0 | 149.602 | 1 | 0 |
| Plugin/CompilersDetectorManager.cpp | 54 | | CompilersDetectorManager | CompilersDetectorManager() | 0 | 27 | 24 | 0 | 3 | 1 | 0 | 35 | 279 | 1431.07 | 16.6154 | 23777.8 | 1320.99 | 0.27563 | 79.5933 | 0 | 79.5933 | 15 | 1 |
| Plugin/CompilersDetectorManager.cpp | 82 | | CompilersDetectorManager | Locate() | 0 | 39 | 25 | 11 | 3 | 8 | 4 | 51 | 147 | 833.847 | 15.7344 | 13120.1 | 728.892 | 0.185425 | 74.8348 | 36.6511 | 111.486 | 40 | 3 |
| Plugin/CompilersDetectorManager.cpp | 122 | | CompilersDetectorManager | Locate(const wxString &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 28 | 54 | 259.597 | 10.5 | 2725.77 | 151.432 | 0.0650437 | 101.147 | 0 | 101.147 | 10 | 1 |
| Plugin/CompilersDetectorManager.cpp | 135 | | CompilersDetectorManager | FoundMinGWCompiler() const | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 31 | 57 | 282.389 | 11.5357 | 3257.56 | 180.976 | 0.0732499 | 102.119 | 22.5149 | 124.634 | 6 | 1 |
| Plugin/CompilersDetectorManager.cpp | 147 | | CompilersDetectorManager | [static] MSWSuggestToDownloadMinGW(bool) | 1 | 18 | 14 | 3 | 2 | 3 | 0 | 37 | 69 | 359.452 | 7.85417 | 2823.2 | 156.844 | 0.0665845 | 92.8862 | 29.5564 | 122.443 | 0 | 3 |
| Plugin/CompilersDetectorManager.cpp | 166 | | CompilersDetectorManager | MSWFixClangToolChain(CompilerPtr, const ICompilerLocator::CompilerVec_t &) | 2 | 51 | 41 | 6 | 4 | 9 | 0 | 83 | 309 | 1969.89 | 19.8145 | 39032.4 | 2168.46 | 0.383556 | 65.7886 | 25.3357 | 91.1243 | 1 | 2 |
| Plugin/CompilersDetectorManager.cpp | 218 | | CompilersDetectorManager | GetRealCXXPath(const CompilerPtr) const | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 22 | 45 | 200.674 | 7.5 | 1505.06 | 83.6143 | 0.0437772 | 109.284 | 26.0372 | 135.322 | 10 | 1 |
| Plugin/ConsoleLexer.cpp | 12 | {anonymous} | StcAccessor | StcAccessor(wxStyledTextCtrl *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 3.75 | 161.944 | 8.99689 | 0.0099035 | 128.731 | 0 | 128.731 | 0 | 1 |
| Plugin/ConsoleLexer.cpp | 16 | {anonymous} | StcAccessor | operator[](size_t) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 0 |
| Plugin/ConsoleLexer.cpp | 17 | {anonymous} | StcAccessor | SafeGetCharAt(size_t, char) const [override] | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 11.25 | 2460.65 | 136.703 | 0.0607546 | 111 | 0 | 111 | 2 | 1 |
| Plugin/ConsoleLexer.cpp | 26 | {anonymous} | StcAccessor | ColourTo(size_t, int) [override] | 2 | 7 | 7 | 0 | 0 | 1 | 1 | 24 | 43 | 197.153 | 8.88462 | 1751.63 | 97.3129 | 0.0484366 | 111.77 | 0 | 111.77 | 2 | 0 |
| Plugin/ConsoleLexer.cpp | 34 | {anonymous} | StcAccessor | StartAt(size_t) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.42857 | 202.996 | 11.2775 | 0.0115134 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/ConsoleLexer.cpp | 35 | {anonymous} | StcAccessor | StartSegment(size_t) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.42857 | 202.996 | 11.2775 | 0.0115134 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/ConsoleLexer.cpp | 36 | {anonymous} | StcAccessor | GetPropertyInt(const std::string &, int) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 7.27273 | 1022.21 | 56.7896 | 0.0338251 | 116.026 | 0 | 116.026 | 2 | 0 |
| Plugin/ConsoleLexer.cpp | 48 | | ConsoleLexer | ConsoleLexer(wxStyledTextCtrl *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 9.33333 | 1516.81 | 84.2674 | 0.0440048 | 115.271 | 0 | 115.271 | 2 | 2 |
| Plugin/ConsoleLexer.cpp | 56 | | ConsoleLexer | SetStyles() | 0 | 11 | 9 | 1 | 1 | 1 | 0 | 22 | 62 | 276.485 | 8.65385 | 2392.66 | 132.925 | 0.0596301 | 102.689 | 22.5149 | 125.204 | 14 | 2 |
| Plugin/ConsoleLexer.cpp | 68 | | ConsoleLexer | OnStyleNeeded(wxStyledTextEvent &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 27 | 55 | 261.519 | 9.2 | 2405.97 | 133.665 | 0.0598512 | 106.229 | 0 | 106.229 | 5 | 1 |
| Plugin/CustomControls/CustomControls.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/CustomControls/CustomControls.cpp | 140 | | PromptEditorBaseDlg | PromptEditorBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 103 | 78 | 2 | 23 | 7 | 1 | 137 | 823 | 5841.68 | 30.9693 | 180913 | 10050.7 | 1.06625 | 49.209 | 10.7101 | 59.9191 | 112 | 1 |
| Plugin/CustomControls/CustomControls.cpp | 244 | | PromptEditorBaseDlg | ~PromptEditorBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| Plugin/CustomControls/CustomControls.cpp | 27 | | TextGenerationPreviewFrameBase | TextGenerationPreviewFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 103 | 75 | 9 | 19 | 5 | 1 | 125 | 761 | 5300.96 | 31.0777 | 164742 | 9152.31 | 1.00172 | 50.174 | 22.105 | 72.2791 | 102 | 1 |
| Plugin/CustomControls/CustomControls.cpp | 131 | | TextGenerationPreviewFrameBase | ~TextGenerationPreviewFrameBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 78 | 362.221 | 10.2143 | 3699.83 | 205.546 | 0.0797382 | 106.443 | 0 | 106.443 | 5 | 0 |
| Plugin/CustomControls/CustomControls_customcontrols_bitmaps.cpp | 34 | | | wxC26B3InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| Plugin/CustomControls/IndicatorPanel.cpp | 8 | | IndicatorPanel | IndicatorPanel(wxWindow *, const wxString &) | 2 | 19 | 17 | 1 | 2 | 2 | 1 | 58 | 186 | 1089.58 | 13.8902 | 15134.6 | 840.811 | 0.203951 | 86.4736 | 17.3987 | 103.872 | 29 | 5 |
| Plugin/CustomControls/IndicatorPanel.cpp | 28 | | IndicatorPanel | Start(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.2 | 715.559 | 39.7533 | 0.0266671 | 113.639 | 0 | 113.639 | 4 | 70 |
| Plugin/CustomControls/IndicatorPanel.cpp | 36 | | IndicatorPanel | Stop(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.2 | 715.559 | 39.7533 | 0.0266671 | 113.639 | 0 | 113.639 | 4 | 76 |
| Plugin/CustomControls/IndicatorPanel.cpp | 44 | | IndicatorPanel | IsRunning() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 128 |
| Plugin/CustomControls/IndicatorPanel.cpp | 46 | | IndicatorPanel | SetMessage(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 75 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 13 | | PromptData | PromptData(llm::PromptKind) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 0 | 1 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 17 | | PromptData | ~PromptData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 20 | | PromptEditorDlg | PromptEditorDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 5.90909 | 1012.23 | 56.235 | 0.0336045 | 110.337 | 0 | 110.337 | 6 | 1 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 29 | | PromptEditorDlg | ~PromptEditorDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 31 | | PromptEditorDlg | LoadPrompts() | 0 | 24 | 23 | 0 | 1 | 2 | 1 | 64 | 202 | 1212 | 17.1 | 20725.2 | 1151.4 | 0.251504 | 82.1354 | 0 | 82.1354 | 21 | 2 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 56 | | PromptEditorDlg | OnSave(wxCommandEvent &) [override] | 1 | 20 | 18 | 0 | 2 | 3 | 2 | 58 | 172 | 1007.57 | 18.3333 | 18472.2 | 1026.23 | 0.232929 | 85.8196 | 0 | 85.8196 | 33 | 0 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 77 | | PromptEditorDlg | OnSaveUI(wxUpdateUIEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 4 | 2 | 37 | 84 | 437.594 | 18.3333 | 8022.56 | 445.698 | 0.133584 | 94.5869 | 0 | 94.5869 | 5 | 0 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 93 | | PromptEditorDlg | OnPromptChanged(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 26 | 46 | 216.22 | 8.14286 | 1760.65 | 97.8139 | 0.0486027 | 111.29 | 0 | 111.29 | 4 | 0 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 101 | | PromptEditorDlg | SelectRow(size_t) | 1 | 9 | 8 | 0 | 1 | 3 | 1 | 22 | 46 | 205.134 | 10.2 | 2092.37 | 116.243 | 0.0545302 | 107.032 | 0 | 107.032 | 4 | 2 |
| Plugin/CustomControls/PromptEditorDlg.cpp | 111 | | PromptEditorDlg | OnDefaults(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 36 | 83 | 429.104 | 8.19565 | 3516.79 | 195.377 | 0.0770861 | 96.2664 | 0 | 96.2664 | 12 | 0 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 24 | {anonymous} | | RemoveCodeFencePrefix(const wxString &) | 1 | 22 | 13 | 6 | 3 | 3 | 1 | 31 | 73 | 361.656 | 10.7059 | 3871.85 | 215.103 | 0.082191 | 89.6035 | 36.1812 | 125.785 | 13 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 49 | | TextGenerationPreviewFrame | TextGenerationPreviewFrame(PreviewKind, wxWindow *) | 2 | 23 | 21 | 0 | 2 | 4 | 2 | 65 | 162 | 975.624 | 13.814 | 13477.2 | 748.734 | 0.188775 | 83.493 | 0 | 83.493 | 23 | 6 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 73 | | TextGenerationPreviewFrame | ~TextGenerationPreviewFrame() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 127.255 | 0 | 127.255 | 7 | 4 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 87 | | TextGenerationPreviewFrame | OnCopy(wxCommandEvent &) [override] | 1 | 20 | 16 | 1 | 3 | 3 | 2 | 43 | 113 | 613.168 | 9.1 | 5579.83 | 309.99 | 0.104864 | 88.4022 | 16.9762 | 105.378 | 20 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 108 | | TextGenerationPreviewFrame | OnCopyUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 110 | | TextGenerationPreviewFrame | UpdateProgress(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 2 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 111 | | TextGenerationPreviewFrame | StartProgress(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 30 | 127.438 | 6.11111 | 778.787 | 43.2659 | 0.0282157 | 116.306 | 0 | 116.306 | 2 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 118 | | TextGenerationPreviewFrame | StopProgress(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 5.5 | 665.103 | 36.9502 | 0.0253983 | 116.578 | 0 | 116.578 | 2 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 125 | | TextGenerationPreviewFrame | AppendText(const wxString &) | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 22 | 50 | 222.972 | 6.92308 | 1543.65 | 85.7583 | 0.0445223 | 107.058 | 24.6875 | 131.746 | 6 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 135 | | TextGenerationPreviewFrame | Reset() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 3.5 | 336 | 18.6667 | 0.0161103 | 120.962 | 0 | 120.962 | 4 | 1 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 141 | | TextGenerationPreviewFrame | InitialiseFor(PreviewKind) | 1 | 17 | 17 | 0 | 0 | 5 | 1 | 36 | 88 | 454.953 | 11.6 | 5277.46 | 293.192 | 0.10104 | 92.1269 | 0 | 92.1269 | 9 | 2 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 159 | | TextGenerationPreviewFrame | OnClose(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 165 | | TextGenerationPreviewFrame | OnCloseWindow(wxCloseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/CustomControls/TextGenerationPreviewFrame.cpp | 171 | | TextGenerationPreviewFrame | OnKeyDown(wxKeyEvent &) [override] | 1 | 10 | 9 | 1 | 0 | 4 | 1 | 28 | 53 | 254.79 | 9 | 2293.11 | 127.395 | 0.0579645 | 103.968 | 23.5268 | 127.495 | 6 | 0 |
| Plugin/Debugger/DebuggerToolBar.cpp | 17 | | DebuggerToolBar | DebuggerToolBar(wxWindow *) | 1 | 49 | 40 | 7 | 2 | 2 | 1 | 95 | 490 | 3219.23 | 23.375 | 75249.5 | 4180.53 | 0.594129 | 65.4926 | 27.6325 | 93.1251 | 108 | 1 |
| Plugin/Debugger/DebuggerToolBar.cpp | 67 | | DebuggerToolBar | Show(bool) [override] | 1 | 15 | 15 | 0 | 0 | 3 | 2 | 32 | 88 | 440 | 10.9474 | 4816.84 | 267.602 | 0.0950722 | 94.7884 | 0 | 94.7884 | 10 | 1 |
| Plugin/Debugger/DebuggerToolBar.cpp | 83 | | Gripper | Gripper(wxWindow *) | 1 | 13 | 12 | 1 | 0 | 1 | 1 | 43 | 113 | 613.168 | 10.7143 | 6569.66 | 364.981 | 0.116925 | 95.8409 | 20.8285 | 116.669 | 10 | 1 |
| Plugin/Debugger/DebuggerToolBar.cpp | 97 | | Gripper | ~Gripper() [override] | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 24 | 70 | 320.947 | 9.73077 | 3123.06 | 173.504 | 0.0712196 | 105.164 | 24.6875 | 129.852 | 6 | 0 |
| Plugin/Debugger/DebuggerToolBar.cpp | 107 | | Gripper | OnAppActivated(wxActivateEvent &) | 1 | 8 | 4 | 4 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 115.398 | 44.4566 | 159.855 | 1 | 2 |
| Plugin/Debugger/DebuggerToolBar.cpp | 116 | | Gripper | OnLeftDown(wxMouseEvent &) | 1 | 7 | 4 | 3 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 117.561 | 42.4525 | 160.014 | 1 | 2 |
| Plugin/Debugger/DebuggerToolBar.cpp | 124 | | Gripper | OnLeftUp(wxMouseEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| Plugin/Debugger/DebuggerToolBar.cpp | 130 | | Gripper | OnMotion(wxMouseEvent &) | 1 | 10 | 4 | 6 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 111.783 | 46.602 | 158.385 | 1 | 2 |
| Plugin/Debugger/DebuggerToolBar.cpp | 141 | | Gripper | OnPaint(wxPaintEvent &) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 22 | 48 | 214.053 | 6.23077 | 1333.71 | 74.0952 | 0.0403881 | 109.179 | 26.0372 | 135.216 | 9 | 2 |
| Plugin/Debugger/debuggermanager.cpp | 58 | | DebuggerMgr | [virtual] ~DebuggerMgr() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 20 | 39 | 168.555 | 11.1429 | 1878.19 | 104.344 | 0.0507424 | 106.576 | 0 | 106.576 | 5 | 0 |
| Plugin/Debugger/debuggermanager.cpp | 69 | | DebuggerMgr | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 15.1667 | 1638 | 91 | 0.0463185 | 114.669 | 0 | 114.669 | 1 | 122 |
| Plugin/Debugger/debuggermanager.cpp | 77 | | DebuggerMgr | [static] Free() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4.8 | 266.432 | 14.8018 | 0.0138018 | 123.811 | 0 | 123.811 | 1 | 1 |
| Plugin/Debugger/debuggermanager.cpp | 83 | | DebuggerMgr | LoadDebuggers(IDebuggerObserver *) | 1 | 87 | 67 | 6 | 14 | 10 | 3 | 116 | 500 | 3428.99 | 33.5529 | 115053 | 6391.82 | 0.788515 | 54.0242 | 19.7854 | 73.8096 | 103 | 1 |
| Plugin/Debugger/debuggermanager.cpp | 171 | | DebuggerMgr | GetAvailableDebuggers() | 0 | 15 | 12 | 1 | 2 | 3 | 1 | 33 | 91 | 459.04 | 14.1667 | 6503.06 | 361.281 | 0.116133 | 94.5681 | 19.4709 | 114.039 | 13 | 8 |
| Plugin/Debugger/debuggermanager.cpp | 187 | | DebuggerMgr | GetActiveDebugger() | 0 | 18 | 16 | 1 | 1 | 4 | 2 | 28 | 85 | 408.625 | 12.5667 | 5135.06 | 285.281 | 0.0992146 | 91.9894 | 17.8544 | 109.844 | 11 | 81 |
| Plugin/Debugger/debuggermanager.cpp | 206 | | DebuggerMgr | SetActiveDebugger(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 8 |
| Plugin/Debugger/debuggermanager.cpp | 208 | | DebuggerMgr | SetDebuggerInformation(const wxString &, const DebuggerInformation &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6.25 | 975.501 | 54.1945 | 0.0327867 | 122.05 | 0 | 122.05 | 2 | 4 |
| Plugin/Debugger/debuggermanager.cpp | 213 | | DebuggerMgr | GetDebuggerInformation(const wxString &, DebuggerInformation &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.90909 | 804.593 | 44.6996 | 0.0288356 | 122.76 | 0 | 122.76 | 2 | 15 |
| Plugin/Debugger/debuggermanager.cpp | 218 | | DebuggerMgr | IsNativeDebuggerRunning() const | 0 | 10 | 9 | 0 | 1 | 3 | 1 | 29 | 51 | 247.757 | 10.1786 | 2521.81 | 140.101 | 0.0617572 | 104.343 | 0 | 104.343 | 5 | 2 |
| Plugin/Debugger/debuggermanager.cpp | 229 | | DebuggerMgr | RegisterDebuggers(const wxString &, const wxArrayString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.54545 | 990.114 | 55.0064 | 0.0331133 | 118.598 | 0 | 118.598 | 3 | 1 |
| Plugin/Debugger/debuggermanager.cpp | 235 | | DebuggerMgr | UnregisterDebuggers(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/Debugger/debuggersettings.cpp | 84 | | | GetRealType(const wxString &) | 1 | 28 | 25 | 1 | 2 | 5 | 2 | 46 | 159 | 878.246 | 29 | 25469.1 | 1414.95 | 0.28855 | 80.6231 | 14.4303 | 95.0533 | 19 | 1 |
| Plugin/Debugger/debuggersettings.cpp | 29 | | DebuggerCmdData | DeSerialize(Archive &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 60 | 285.293 | 10.6786 | 3046.52 | 169.251 | 0.0700511 | 107.455 | 0 | 107.455 | 7 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 38 | | DebuggerCmdData | Serialize(Archive &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 6.92308 | 1451.03 | 80.6128 | 0.0427231 | 113.949 | 0 | 113.949 | 6 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 49 | | DebuggerPreDefinedTypes | DebuggerPreDefinedTypes() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.8 | 355.242 | 19.7357 | 0.0167197 | 122.315 | 0 | 122.315 | 1 | 15 |
| Plugin/Debugger/debuggersettings.cpp | 55 | | DebuggerPreDefinedTypes | DeSerialize(Archive &) [override] | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 37 | 101 | 526.155 | 13.3913 | 7045.9 | 391.439 | 0.122509 | 95.2062 | 0 | 95.2062 | 12 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 70 | | DebuggerPreDefinedTypes | Serialize(Archive &) [override] | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 35 | 103 | 528.316 | 14.3333 | 7572.53 | 420.696 | 0.12854 | 96.3854 | 0 | 96.3854 | 13 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 113 | | DebuggerPreDefinedTypes | GetPreDefinedTypeForTypename(const wxString &, const wxString &) | 2 | 15 | 13 | 2 | 0 | 3 | 2 | 43 | 107 | 580.61 | 15.48 | 8987.85 | 499.325 | 0.144095 | 93.3464 | 26.7997 | 120.146 | 14 | 2 |
| Plugin/Debugger/debuggersettings.cpp | 133 | | DebuggerSettingsPreDefMap | Serialize(Archive &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 39 | 77 | 406.976 | 13.775 | 5606.09 | 311.45 | 0.105193 | 101.993 | 0 | 101.993 | 8 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 144 | | DebuggerSettingsPreDefMap | DeSerialize(Archive &) [override] | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 36 | 87 | 449.783 | 14.8 | 6656.8 | 369.822 | 0.117957 | 96.0217 | 0 | 96.0217 | 11 | 0 |
| Plugin/Debugger/debuggersettings.cpp | 159 | | DebuggerSettingsPreDefMap | GetActiveSet() const | 0 | 21 | 14 | 4 | 3 | 6 | 2 | 33 | 90 | 453.995 | 16.8 | 7627.12 | 423.729 | 0.129157 | 88.4847 | 31.2887 | 119.773 | 12 | 4 |
| Plugin/Debugger/debuggersettings.cpp | 181 | | DebuggerSettingsPreDefMap | IsSetExist(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 146.306 | 0 | 146.306 | 3 | 1 |
| Plugin/Debugger/debuggersettings.cpp | 183 | | DebuggerSettingsPreDefMap | SetActive(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 39 | 181.11 | 9.54545 | 1728.78 | 96.0434 | 0.0480145 | 114.478 | 0 | 114.478 | 4 | 1 |
| Plugin/Debugger/memoryview.cpp | 36 | | MemoryView | MemoryView(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 51 | 236.837 | 7.85714 | 1860.86 | 103.381 | 0.0504299 | 113.313 | 0 | 113.313 | 9 | 2 |
| Plugin/Debugger/memoryview.cpp | 43 | | MemoryView | OnEvaluate(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/Debugger/memoryview.cpp | 49 | | MemoryView | OnEvaluateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6.11111 | 739.53 | 41.085 | 0.0272594 | 123.373 | 0 | 123.373 | 3 | 0 |
| Plugin/Debugger/memoryview.cpp | 54 | | MemoryView | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 20 | 71.6993 | 4.9 | 351.326 | 19.5181 | 0.0165966 | 122.48 | 0 | 122.48 | 2 | 1 |
| Plugin/Debugger/memoryview.cpp | 60 | | MemoryView | GetColumns() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6 | 777.947 | 43.2193 | 0.0281954 | 116.446 | 0 | 116.446 | 2 | 1 |
| Plugin/Debugger/memoryview.cpp | 67 | | MemoryView | GetSize() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6 | 777.947 | 43.2193 | 0.0281954 | 116.446 | 0 | 116.446 | 2 | 2 |
| Plugin/Debugger/memoryview.cpp | 74 | | MemoryView | SetViewString(const wxString &) | 1 | 73 | 51 | 7 | 16 | 14 | 4 | 83 | 431 | 2747.64 | 35.9914 | 98891.4 | 5493.97 | 0.712828 | 57.0984 | 23.0768 | 80.1752 | 46 | 1 |
| Plugin/Debugger/memoryview.cpp | 148 | | MemoryView | OnUpdate(wxCommandEvent &) [override] | 1 | 40 | 31 | 5 | 4 | 6 | 3 | 79 | 279 | 1758.75 | 21.3571 | 37562 | 2086.78 | 0.373862 | 71.0039 | 26.0372 | 97.0411 | 46 | 0 |
| Plugin/Debugger/memoryview.cpp | 189 | | MemoryView | OnUpdateUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 1 |
| Plugin/Debugger/memoryview.cpp | 191 | | MemoryView | OnMemorySize(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/Debugger/memoryview.cpp | 197 | | MemoryView | OnNumberOfRows(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/Debugger/memoryview.cpp | 202 | | MemoryView | OnTextDClick(wxMouseEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/Debugger/memoryview.cpp | 203 | | MemoryView | OnTextEntered(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/Debugger/memoryview.cpp | 209 | | MemoryView | UpdateDebuggerPane() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 4 | 6 |
| Plugin/Debugger/memoryviewbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/Debugger/memoryviewbase.cpp | 26 | | MemoryViewBase | MemoryViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 124 | 94 | 4 | 26 | 4 | 1 | 155 | 1080 | 7858.21 | 36.5038 | 286855 | 15936.4 | 1.44984 | 45.351 | 13.7333 | 59.0844 | 163 | 1 |
| Plugin/Debugger/memoryviewbase.cpp | 151 | | MemoryViewBase | ~MemoryViewBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 31 | 106 | 525.145 | 10.175 | 5343.35 | 296.853 | 0.10188 | 100.897 | 0 | 100.897 | 7 | 0 |
| Plugin/Debugger/memoryviewbase_liteeditor_bitmaps.cpp | 34 | | | wxC5C75InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/Diff/DiffConfig.cpp | 28 | | DiffConfig | DiffConfig() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4 | 335.047 | 18.6137 | 0.0160799 | 118.718 | 0 | 118.718 | 2 | 0 |
| Plugin/Diff/DiffConfig.cpp | 35 | | DiffConfig | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 66 | 317.285 | 6.63158 | 2104.1 | 116.895 | 0.0547339 | 109.295 | 0 | 109.295 | 14 | 0 |
| Plugin/Diff/DiffConfig.cpp | 43 | | DiffConfig | ToJSON() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 26 | 60 | 282.026 | 8.125 | 2291.46 | 127.304 | 0.0579368 | 105.837 | 0 | 105.837 | 11 | 0 |
| Plugin/Diff/DiffConfig.cpp | 53 | | DiffConfig | Load() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 6.6 | 633.6 | 35.2 | 0.0245898 | 120.962 | 0 | 120.962 | 2 | 3 |
| Plugin/Diff/DiffConfig.cpp | 59 | | DiffConfig | Save() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4 | 289.359 | 16.0755 | 0.0145827 | 148.507 | 0 | 148.507 | 2 | 4 |
| Plugin/Diff/DiffFoldersFrame.cpp | 85 | | | CompareFilesCheckSum(const wxString &, const wxString &) | 2 | 25 | 22 | 1 | 2 | 8 | 3 | 43 | 150 | 813.94 | 27.2045 | 22142.9 | 1230.16 | 0.262846 | 82.1644 | 15.2452 | 97.4097 | 16 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 111 | | | HelperThreadCalculateChecksum(int, const wxArrayString &, const wxString &, const wxString &, DiffFoldersFrame *) | 5 | 26 | 25 | 2 | 0 | 10 | 3 | 60 | 207 | 1222.73 | 23.9324 | 29262.8 | 1625.71 | 0.316536 | 78.9529 | 20.8285 | 99.7814 | 26 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 17 | | DiffFoldersFrame | [explicit] DiffFoldersFrame(wxWindow *) | 1 | 32 | 27 | 1 | 4 | 1 | 0 | 67 | 327 | 1983.61 | 19.451 | 38583.2 | 2143.51 | 0.380608 | 75.1432 | 13.5225 | 88.6657 | 52 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 50 | | DiffFoldersFrame | ~DiffFoldersFrame() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.14286 | 514.286 | 28.5714 | 0.0213968 | 120.75 | 0 | 120.75 | 4 | 0 |
| Plugin/Diff/DiffFoldersFrame.cpp | 56 | | DiffFoldersFrame | OnClose(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 62 | | DiffFoldersFrame | OnNewComparison(wxCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 39 | 135 | 713.529 | 14.28 | 10189.2 | 566.067 | 0.156665 | 93.6221 | 0 | 93.6221 | 25 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 138 | | DiffFoldersFrame | BuildTrees(const wxString &, const wxString &) | 2 | 82 | 64 | 6 | 12 | 11 | 3 | 103 | 528 | 3530.47 | 35.1711 | 124170 | 6898.36 | 0.829642 | 54.6014 | 20.345 | 74.9464 | 69 | 5 |
| Plugin/Diff/DiffFoldersFrame.cpp | 221 | | DiffFoldersFrame | OnItemActivated(wxDataViewEvent &) [override] | 1 | 22 | 20 | 1 | 1 | 5 | 1 | 50 | 161 | 908.661 | 20.2759 | 18423.9 | 1023.55 | 0.232523 | 84.3529 | 16.2158 | 100.569 | 22 | 0 |
| Plugin/Diff/DiffFoldersFrame.cpp | 244 | | DiffFoldersFrame | OnItemContextMenu(wxDataViewEvent &) [override] | 1 | 29 | 26 | 0 | 3 | 7 | 1 | 52 | 227 | 1294 | 19.4286 | 25140.6 | 1396.7 | 0.286063 | 77.5792 | 0 | 77.5792 | 30 | 0 |
| Plugin/Diff/DiffFoldersFrame.cpp | 274 | | DiffFoldersFrame | OnShowSimilarFiles(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 5.90909 | 830.547 | 46.1415 | 0.0294525 | 116.026 | 0 | 116.026 | 3 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 281 | | DiffFoldersFrame | OnShowSimilarFilesUI(wxUpdateUIEvent &) | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 24 | 58 | 265.928 | 10.6364 | 2828.51 | 157.139 | 0.0666679 | 102.431 | 0 | 102.431 | 6 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 293 | | DiffFoldersFrame | DoOpenDiff(const wxDataViewItem &) | 1 | 17 | 15 | 1 | 1 | 4 | 1 | 40 | 101 | 537.515 | 16.7381 | 8996.97 | 499.832 | 0.144193 | 91.4898 | 18.3478 | 109.838 | 9 | 2 |
| Plugin/Diff/DiffFoldersFrame.cpp | 311 | | DiffFoldersFrame | OnMenuDiff(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4 | 320 | 17.7778 | 0.0155948 | 147.983 | 0 | 147.983 | 2 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 313 | | DiffFoldersFrame | OnCopyToRight(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 84 | 430.86 | 9.13043 | 3933.94 | 218.552 | 0.0830673 | 100.152 | 0 | 100.152 | 9 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 325 | | DiffFoldersFrame | OnCopyToLeft(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 84 | 430.86 | 9.13043 | 3933.94 | 218.552 | 0.0830673 | 100.152 | 0 | 100.152 | 9 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 337 | | DiffFoldersFrame | OnChecksum(int, const wxArrayString &) | 2 | 18 | 18 | 0 | 0 | 6 | 3 | 55 | 138 | 797.828 | 16.9853 | 13551.3 | 752.852 | 0.189467 | 88.0501 | 0 | 88.0501 | 13 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 356 | | DiffFoldersFrame | OnRefresh(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 121.071 | 0 | 121.071 | 2 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 362 | | DiffFoldersFrame | OnRefreshUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 30 | 127.438 | 6.11111 | 778.787 | 43.2659 | 0.0282157 | 122.874 | 0 | 122.874 | 3 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 367 | | DiffFoldersFrame | StopChecksumThread() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 18 | 39 | 162.627 | 7.5 | 1219.7 | 67.7613 | 0.0380524 | 108.469 | 0 | 108.469 | 4 | 2 |
| Plugin/Diff/DiffFoldersFrame.cpp | 377 | | DiffFoldersFrame | OnUpFolder(wxCommandEvent &) | 1 | 15 | 12 | 0 | 3 | 2 | 1 | 29 | 68 | 330.343 | 9.75 | 3220.84 | 178.936 | 0.0726984 | 96.5089 | 0 | 96.5089 | 10 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 393 | | DiffFoldersFrame | OnUpFolderUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| Plugin/Diff/DiffFoldersFrame.cpp | 395 | | DiffFoldersFrame | CanUp() const | 0 | 6 | 6 | 0 | 0 | 3 | 0 | 22 | 40 | 178.377 | 7.08333 | 1263.51 | 70.1948 | 0.038958 | 114.327 | 0 | 114.327 | 6 | 2 |
| Plugin/Diff/DiffSelectFoldersDlg.cpp | 5 | | DiffSelectFoldersDlg | DiffSelectFoldersDlg(wxWindow *, const wxString &, const wxString &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 36 | 79 | 408.424 | 11.4286 | 4667.7 | 259.317 | 0.0930996 | 102.204 | 0 | 102.204 | 12 | 1 |
| Plugin/Diff/DiffSelectFoldersDlg.cpp | 16 | | DiffSelectFoldersDlg | ~DiffSelectFoldersDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/Diff/DiffSelectFoldersDlg.cpp | 18 | | DiffSelectFoldersDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 7 | 6 | 0 | 1 | 3 | 0 | 25 | 54 | 250.768 | 9.03571 | 2265.87 | 125.882 | 0.0575045 | 110.059 | 0 | 110.059 | 6 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 64 | | DiffSideBySidePanel | DiffSideBySidePanel(wxWindow *) | 1 | 114 | 93 | 3 | 18 | 3 | 1 | 147 | 968 | 6969.28 | 30.25 | 210821 | 11712.3 | 1.18074 | 47.5674 | 12.4338 | 60.0012 | 161 | 3 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 179 | | DiffSideBySidePanel | ~DiffSideBySidePanel() [override] | 0 | 25 | 19 | 2 | 4 | 4 | 1 | 42 | 135 | 727.963 | 11 | 8007.59 | 444.866 | 0.133418 | 83.6649 | 21.2145 | 104.879 | 27 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 205 | | DiffSideBySidePanel | Diff() | 0 | 146 | 108 | 16 | 23 | 24 | 4 | 122 | 983 | 6812.91 | 64.5333 | 439660 | 24425.6 | 1.92733 | 38.8474 | 24.5331 | 63.3804 | 158 | 9 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 352 | | DiffSideBySidePanel | PrepareViews() | 0 | 39 | 27 | 5 | 7 | 5 | 1 | 78 | 239 | 1502.21 | 19.8636 | 29839.4 | 1657.74 | 0.32068 | 72.4639 | 26.3344 | 98.7983 | 30 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 392 | | DiffSideBySidePanel | DefineMarkers(wxStyledTextCtrl *) | 1 | 35 | 29 | 0 | 6 | 2 | 1 | 41 | 187 | 1001.86 | 17.1724 | 17204.4 | 955.8 | 0.222146 | 77.0134 | 0 | 77.0134 | 34 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 428 | | DiffSideBySidePanel | UpdateViews(const wxString &, const wxString &) | 2 | 45 | 37 | 3 | 5 | 7 | 1 | 47 | 321 | 1783.02 | 33.8065 | 60277.7 | 3348.76 | 0.512448 | 68.7945 | 19.4709 | 88.2654 | 28 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 474 | | DiffSideBySidePanel | OnLeftStcPainted(wxStyledTextEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 28 | 82 | 394.203 | 10.6765 | 4208.7 | 233.817 | 0.0868915 | 95.3599 | 0 | 95.3599 | 7 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 490 | | DiffSideBySidePanel | OnRightStcPainted(wxStyledTextEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 28 | 82 | 394.203 | 10.6765 | 4208.7 | 233.817 | 0.0868915 | 95.3599 | 0 | 95.3599 | 7 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 506 | | DiffSideBySidePanel | [virtual] OnLeftStcUpdateUI(wxStyledTextEvent &) | 1 | 14 | 13 | 1 | 0 | 4 | 2 | 25 | 69 | 320.426 | 7.46429 | 2391.75 | 132.875 | 0.0596151 | 97.3251 | 20.1155 | 117.441 | 7 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 521 | | DiffSideBySidePanel | SetFilesDetails(const DiffSideBySidePanel::FileInfo &, const DiffSideBySidePanel::FileInfo &) | 2 | 23 | 19 | 1 | 3 | 5 | 1 | 39 | 117 | 618.392 | 12.75 | 7884.5 | 438.028 | 0.132047 | 85.634 | 15.872 | 101.506 | 8 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 545 | | DiffSideBySidePanel | [virtual] OnNextDiffSequence(wxCommandEvent &) | 1 | 12 | 10 | 2 | 1 | 2 | 1 | 34 | 75 | 381.56 | 13.3333 | 5087.46 | 282.637 | 0.0986006 | 99.3743 | 29.5564 | 128.931 | 5 | 5 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 558 | | DiffSideBySidePanel | [virtual] OnPrevDiffSequence(wxCommandEvent &) | 1 | 12 | 10 | 1 | 1 | 3 | 1 | 37 | 83 | 432.385 | 15.6316 | 6758.85 | 375.492 | 0.119159 | 98.4941 | 21.6227 | 120.117 | 5 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 571 | | DiffSideBySidePanel | [virtual] OnRefreshDiff(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 4 | 2 | 31 | 59 | 292.298 | 7.82353 | 2286.8 | 127.044 | 0.0578581 | 100.3 | 0 | 100.3 | 8 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 584 | | DiffSideBySidePanel | DoClean() | 0 | 24 | 20 | 1 | 3 | 1 | 0 | 32 | 114 | 570 | 10.2143 | 5822.14 | 323.452 | 0.107878 | 86.2882 | 15.5492 | 101.837 | 18 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 609 | | DiffSideBySidePanel | DoDrawSequenceMarkers(int, int, wxStyledTextCtrl *) | 3 | 21 | 15 | 2 | 4 | 3 | 1 | 34 | 92 | 468.047 | 16.5789 | 7759.72 | 431.096 | 0.13065 | 89.0162 | 23.0043 | 112.02 | 4 | 4 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 631 | | DiffSideBySidePanel | [virtual] OnNextDiffUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 633 | | DiffSideBySidePanel | [virtual] OnPrevDiffUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 635 | | DiffSideBySidePanel | [virtual] OnCopyLeftToRightUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 5.55556 | 660.789 | 36.7105 | 0.0252884 | 123.233 | 0 | 123.233 | 3 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 640 | | DiffSideBySidePanel | [virtual] OnCopyRightToLeftUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 5.55556 | 660.789 | 36.7105 | 0.0252884 | 123.233 | 0 | 123.233 | 3 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 645 | | DiffSideBySidePanel | [virtual] OnCopyLeftToRight(wxCommandEvent &) | 1 | 9 | 9 | 1 | 0 | 3 | 1 | 25 | 41 | 190.398 | 7.38462 | 1406.02 | 78.112 | 0.0418349 | 107.42 | 24.6875 | 132.107 | 4 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 655 | | DiffSideBySidePanel | [virtual] OnCopyRightToLeft(wxCommandEvent &) | 1 | 9 | 9 | 1 | 0 | 3 | 1 | 25 | 41 | 190.398 | 7.38462 | 1406.02 | 78.112 | 0.0418349 | 107.42 | 24.6875 | 132.107 | 4 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 665 | | DiffSideBySidePanel | DoCopyCurrentSequence(wxStyledTextCtrl *, wxStyledTextCtrl *) | 2 | 50 | 41 | 2 | 7 | 9 | 1 | 52 | 306 | 1744.33 | 38.5758 | 67289 | 3738.28 | 0.551453 | 66.7418 | 15.2452 | 81.987 | 19 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 716 | | DiffSideBySidePanel | DoGetPositionsToCopy(wxStyledTextCtrl *, int &, int &, int &, int &) | 5 | 21 | 18 | 2 | 3 | 3 | 2 | 41 | 129 | 691.124 | 21.913 | 15144.6 | 841.369 | 0.204041 | 86.9895 | 23.0043 | 109.994 | 6 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 738 | | DiffSideBySidePanel | DoSave(wxStyledTextCtrl *, const wxFileName &) | 2 | 50 | 39 | 4 | 7 | 10 | 1 | 75 | 316 | 1968.31 | 25.6538 | 50494.6 | 2805.26 | 0.455382 | 65.8836 | 21.2145 | 87.0981 | 54 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 789 | | DiffSideBySidePanel | [virtual] OnSaveChanges(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 5.25 | 853.208 | 47.4004 | 0.0299858 | 115.271 | 0 | 115.271 | 7 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 796 | | DiffSideBySidePanel | [virtual] OnSaveChangesUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 23 | 37 | 167.372 | 7.09091 | 1186.82 | 65.9343 | 0.0373653 | 121.227 | 0 | 121.227 | 4 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 801 | | DiffSideBySidePanel | CanNextDiff() | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 23 | 38 | 171.895 | 9.33333 | 1604.36 | 89.1309 | 0.0456821 | 117.703 | 0 | 117.703 | 2 | 3 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 807 | | DiffSideBySidePanel | CanPrevDiff() | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 31 | 138.242 | 7.94444 | 1098.26 | 61.0144 | 0.0354826 | 118.836 | 0 | 118.836 | 1 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 813 | | DiffSideBySidePanel | [virtual] OnCopyFileFromRight(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4 | 288 | 16 | 0.014537 | 148.531 | 0 | 148.531 | 1 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 815 | | DiffSideBySidePanel | [virtual] OnCopyFileLeftToRight(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4 | 288 | 16 | 0.014537 | 148.531 | 0 | 148.531 | 1 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 817 | | DiffSideBySidePanel | DoCopyFileContent(wxStyledTextCtrl *, wxStyledTextCtrl *) | 2 | 14 | 11 | 1 | 2 | 1 | 0 | 26 | 72 | 338.432 | 12.8571 | 4351.26 | 241.737 | 0.0888428 | 97.7308 | 20.1155 | 117.846 | 8 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 832 | | DiffSideBySidePanel | OnPageClosing(wxNotifyEvent &) | 1 | 15 | 14 | 0 | 1 | 4 | 2 | 32 | 73 | 365 | 10.1471 | 3703.68 | 205.76 | 0.0797935 | 95.5301 | 0 | 95.5301 | 9 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 848 | | DiffSideBySidePanel | [virtual] OnHorizontal(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 38 | 171.895 | 4.82143 | 828.781 | 46.0434 | 0.0294107 | 110.319 | 0 | 110.319 | 4 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 857 | | DiffSideBySidePanel | [virtual] OnHorizontalUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 859 | | DiffSideBySidePanel | [virtual] OnVertical(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 38 | 171.895 | 4.82143 | 828.781 | 46.0434 | 0.0294107 | 110.319 | 0 | 110.319 | 4 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 868 | | DiffSideBySidePanel | [virtual] OnVerticalUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 870 | | DiffSideBySidePanel | DiffNew() | 0 | 16 | 14 | 2 | 1 | 2 | 1 | 35 | 82 | 420.601 | 6.875 | 2891.63 | 160.646 | 0.0676562 | 94.2073 | 26.0372 | 120.245 | 10 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 887 | | DiffSideBySidePanel | DiffNew(const wxFileName &, const wxFileName &) | 2 | 32 | 27 | 3 | 4 | 4 | 1 | 56 | 189 | 1097.59 | 13.4 | 14707.7 | 817.095 | 0.200098 | 77.5305 | 22.8376 | 100.368 | 35 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 920 | | DiffSideBySidePanel | [virtual] OnRefreshDiffUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 921 | | DiffSideBySidePanel | OnLeftPickerUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.14286 | 432 | 24 | 0.0190488 | 147.73 | 0 | 147.73 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 923 | | DiffSideBySidePanel | OnRightPickerUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.14286 | 432 | 24 | 0.0190488 | 147.73 | 0 | 147.73 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 925 | | DiffSideBySidePanel | DoGetContentNoPlaceholders(wxStyledTextCtrl *) const | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 63 | 312.114 | 14.5714 | 4547.95 | 252.664 | 0.0915003 | 103.143 | 0 | 103.143 | 6 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 936 | | DiffSideBySidePanel | OnMenuCopyLeft2Right(wxCommandEvent &) | 1 | 12 | 9 | 1 | 2 | 3 | 1 | 30 | 58 | 284.6 | 11.5 | 3272.9 | 181.828 | 0.0734796 | 100.669 | 21.6227 | 122.292 | 4 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 949 | | DiffSideBySidePanel | OnMenuCopyRight2Left(wxCommandEvent &) | 1 | 12 | 9 | 1 | 2 | 3 | 1 | 30 | 58 | 284.6 | 11.5 | 3272.9 | 181.828 | 0.0734796 | 100.669 | 21.6227 | 122.292 | 4 | 2 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 962 | | DiffSideBySidePanel | [virtual] OnSingleUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 964 | | DiffSideBySidePanel | [virtual] OnSingleView(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 38 | 171.895 | 4.82143 | 828.781 | 46.0434 | 0.0294107 | 110.319 | 0 | 110.319 | 4 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 973 | | DiffSideBySidePanel | DoLayout() | 0 | 26 | 26 | 0 | 0 | 4 | 1 | 33 | 173 | 872.68 | 11.9565 | 10434.2 | 579.679 | 0.159167 | 82.0867 | 0 | 82.0867 | 27 | 5 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 999 | | DiffSideBySidePanel | OnMouseWheel(wxMouseEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 26 | 51 | 239.722 | 8.75 | 2097.57 | 116.532 | 0.0546206 | 108.13 | 0 | 108.13 | 7 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1007 | | DiffSideBySidePanel | OnBrowseLeftFile(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 57 | 279.693 | 8.02941 | 2245.77 | 124.765 | 0.0571639 | 107.558 | 0 | 107.558 | 8 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1016 | | DiffSideBySidePanel | OnBrowseRightFile(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 57 | 279.693 | 8.02941 | 2245.77 | 124.765 | 0.0571639 | 107.558 | 0 | 107.558 | 8 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1025 | | DiffSideBySidePanel | [virtual] OnIgnoreWhitespaceClicked(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 41 | 177.199 | 5 | 885.995 | 49.222 | 0.0307491 | 110.161 | 0 | 110.161 | 6 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1034 | | DiffSideBySidePanel | [virtual] OnIgnoreWhitespaceUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 5.85 | 844.913 | 46.9396 | 0.0297911 | 118.839 | 0 | 118.839 | 4 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1040 | | DiffSideBySidePanel | [virtual] OnShowLinenosClicked(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 5.09091 | 800.155 | 44.4531 | 0.0287295 | 112.948 | 0 | 112.948 | 5 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1048 | | DiffSideBySidePanel | [virtual] OnShowLinenosUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1050 | | DiffSideBySidePanel | [virtual] OnShowOverviewBarClicked(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 41 | 177.199 | 5.33333 | 945.062 | 52.5034 | 0.032101 | 112.324 | 0 | 112.324 | 5 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1058 | | DiffSideBySidePanel | [virtual] OnShowOverviewBarUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1060 | | DiffSideBySidePanel | OnPaneloverviewEraseBackground(wxEraseEvent &) [override] | 1 | 91 | 74 | 9 | 10 | 21 | 4 | 99 | 637 | 4222.9 | 45.7465 | 193183 | 10732.4 | 1.11393 | 49.683 | 23.4076 | 73.0907 | 56 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1152 | | DiffSideBySidePanel | OnPaneloverviewLeftDown(wxMouseEvent &) [override] | 1 | 37 | 29 | 4 | 6 | 10 | 1 | 59 | 215 | 1264.77 | 25.0286 | 31655.3 | 1758.63 | 0.333562 | 73.0614 | 24.3814 | 97.4428 | 14 | 0 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1190 | | DiffSideBySidePanel | OnCopyAllMenu(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 32 | 95 | 475 | 9.95238 | 4727.38 | 262.632 | 0.0938914 | 98.4653 | 0 | 98.4653 | 15 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1203 | | DiffSideBySidePanel | OnViewMenu(wxCommandEvent &) | 1 | 18 | 14 | 0 | 4 | 1 | 0 | 42 | 189 | 1019.15 | 13.3065 | 13561.2 | 753.402 | 0.189559 | 87.927 | 0 | 87.927 | 33 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1222 | | DiffSideBySidePanel | OnPreferences(wxCommandEvent &) | 1 | 19 | 16 | 0 | 3 | 1 | 0 | 42 | 189 | 1019.15 | 13.3065 | 13561.2 | 753.402 | 0.189559 | 87.0511 | 0 | 87.0511 | 33 | 1 |
| Plugin/Diff/DiffSideBySidePanel.cpp | 1242 | | DiffSideBySidePanel | [virtual] OnFind(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 61 | 286.727 | 7.1875 | 2060.85 | 114.492 | 0.0539812 | 109.822 | 0 | 109.822 | 11 | 2 |
| Plugin/Diff/DiffUI.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/Diff/DiffUI.cpp | 100 | | DiffFoldersBaseDlg | DiffFoldersBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 55 | 43 | 2 | 10 | 5 | 1 | 98 | 425 | 2811.25 | 21.1364 | 59419.6 | 3301.09 | 0.507573 | 63.636 | 14.5571 | 78.1931 | 56 | 1 |
| Plugin/Diff/DiffUI.cpp | 156 | | DiffFoldersBaseDlg | ~DiffFoldersBaseDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| Plugin/Diff/DiffUI.cpp | 26 | | DiffSelectFoldersBaseDlg | DiffSelectFoldersBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 68 | 51 | 2 | 15 | 5 | 1 | 103 | 549 | 3670.89 | 25.7378 | 94480.6 | 5248.92 | 0.691471 | 58.8114 | 13.1285 | 71.9399 | 77 | 1 |
| Plugin/Diff/DiffUI.cpp | 95 | | DiffSelectFoldersBaseDlg | ~DiffSelectFoldersBaseDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/Diff/DiffUI_plugin_bitmaps.cpp | 34 | | | wxCrafterIlcShpInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| Plugin/Diff/clDTL.cpp | 35 | | clDTL | Diff(const wxFileName &, const wxFileName &, DiffMode) | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 27 | 58 | 275.783 | 10.4 | 2868.15 | 159.342 | 0.0672894 | 109.564 | 0 | 109.564 | 5 | 1 |
| Plugin/Diff/clDTL.cpp | 43 | | clDTL | DiffStrings(const wxString &, const wxString &, DiffMode) | 3 | 164 | 125 | 15 | 24 | 20 | 3 | 100 | 973 | 6464.47 | 63 | 407262 | 22625.7 | 1.83145 | 38.157 | 22.5784 | 60.7353 | 110 | 1 |
| Plugin/Diff/clDTL.cpp | 208 | | clDTL | CreatePatch(const wxString &, const wxString &) const | 2 | 40 | 35 | 0 | 5 | 5 | 2 | 78 | 305 | 1917.05 | 29.0094 | 55612.5 | 3089.58 | 0.485654 | 70.7857 | 0 | 70.7857 | 36 | 1 |
| Plugin/Diff/clDiffFrame.cpp | 11 | | clDiffFrame | clDiffFrame(wxWindow *, const DiffSideBySidePanel::FileInfo &, const DiffSideBySidePanel::FileInfo &, bool) | 4 | 23 | 22 | 0 | 1 | 3 | 1 | 57 | 155 | 904.098 | 11.5122 | 10408.2 | 578.231 | 0.158901 | 84.1189 | 0 | 84.1189 | 19 | 2 |
| Plugin/Diff/clDiffFrame.cpp | 35 | | clDiffFrame | clDiffFrame(wxWindow *) | 1 | 20 | 20 | 0 | 0 | 1 | 1 | 52 | 127 | 723.956 | 9.72973 | 7043.89 | 391.327 | 0.122486 | 87.9985 | 0 | 87.9985 | 20 | 1 |
| Plugin/Diff/clDiffFrame.cpp | 56 | | clDiffFrame | clDiffFrame(wxWindow *, const wxFileName &, const wxFileName &, bool) | 4 | 24 | 23 | 0 | 1 | 2 | 1 | 62 | 156 | 928.855 | 12.4773 | 11589.6 | 643.865 | 0.170709 | 83.519 | 0 | 83.519 | 21 | 2 |
| Plugin/Diff/clDiffFrame.cpp | 81 | | clDiffFrame | CreateMenuBar() | 0 | 26 | 21 | 1 | 4 | 1 | 0 | 49 | 260 | 1459.82 | 13.4615 | 19651.5 | 1091.75 | 0.242741 | 80.1013 | 14.9585 | 95.0597 | 29 | 3 |
| Plugin/Diff/clDiffFrame.cpp | 108 | | clDiffFrame | OnClose(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/Diff/clDiffFrame.cpp | 114 | | clDiffFrame | OnCharHook(wxKeyEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 24 | 40 | 183.399 | 7.68182 | 1408.83 | 78.2686 | 0.0418908 | 111.686 | 0 | 111.686 | 4 | 1 |
| Plugin/Diff/clPatch.cpp | 9 | | clPatch | clPatch() | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 23 | 42 | 189.99 | 5.46429 | 1038.16 | 57.6754 | 0.034176 | 107.891 | 24.6875 | 132.578 | 3 | 1 |
| Plugin/Diff/clPatch.cpp | 19 | | clPatch | Patch(const wxFileName &, const wxString &, const wxString &) | 3 | 32 | 21 | 3 | 8 | 5 | 1 | 46 | 152 | 839.581 | 17 | 14272.9 | 792.938 | 0.196134 | 78.694 | 22.8376 | 101.532 | 28 | 1 |
| Plugin/EditDlg.cpp | 50 | | | clGetStringFromUser(const wxString &, wxWindow *, LexerConf::Ptr_t) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 8.66667 | 2041.52 | 113.418 | 0.0536432 | 108.451 | 0 | 108.451 | 5 | 3 |
| Plugin/EditDlg.cpp | 34 | | EditDlg | EditDlg(wxWindow *, const wxString &, LexerConf::Ptr_t) | 3 | 13 | 13 | 0 | 0 | 2 | 0 | 44 | 100 | 545.943 | 13.5 | 7370.23 | 409.457 | 0.126241 | 96.2147 | 0 | 96.2147 | 17 | 4 |
| Plugin/EditDlg.cpp | 48 | | EditDlg | ~EditDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/EnvVarImporterDlg.cpp | 3 | | EnvVarImporterDlg | EnvVarImporterDlg(wxWindow *, const wxString &, const wxString &, std::set<wxString>, BuildConfigPtr, bool *) | 6 | 16 | 14 | 0 | 2 | 2 | 1 | 43 | 102 | 553.479 | 15.0385 | 8323.47 | 462.415 | 0.136904 | 92.7797 | 0 | 92.7797 | 11 | 1 |
| Plugin/EnvVarImporterDlg.cpp | 20 | | EnvVarImporterDlg | ~EnvVarImporterDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/EnvVarImporterDlg.cpp | 22 | | EnvVarImporterDlg | OnImport(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4 | 433.672 | 24.0929 | 0.0190979 | 120.33 | 0 | 120.33 | 4 | 0 |
| Plugin/EnvVarImporterDlg.cpp | 28 | | EnvVarImporterDlg | OnContinue(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/EnvVarImporterDlg.cpp | 30 | | EnvVarImporterDlg | OnSkip(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5 | 408.746 | 22.7081 | 0.018359 | 121.798 | 0 | 121.798 | 1 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 22 | | EnvironmentVariablesDlg | EnvironmentVariablesDlg(wxWindow *) | 1 | 42 | 38 | 0 | 4 | 7 | 2 | 77 | 261 | 1635.63 | 22.5962 | 36959 | 2053.28 | 0.36985 | 70.3609 | 0 | 70.3609 | 35 | 1 |
| Plugin/EnvironmentVariablesDlg.cpp | 65 | | EnvironmentVariablesDlg | ~EnvironmentVariablesDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 67 | | EnvironmentVariablesDlg | DoAddPage(const wxString &, const wxString &, bool) | 3 | 11 | 10 | 0 | 1 | 2 | 1 | 40 | 88 | 468.33 | 10.5 | 4917.46 | 273.192 | 0.0963916 | 99.7184 | 0 | 99.7184 | 10 | 2 |
| Plugin/EnvironmentVariablesDlg.cpp | 79 | | EnvironmentVariablesDlg | OnButtonOk(wxCommandEvent &) [override] | 1 | 23 | 18 | 1 | 4 | 3 | 2 | 58 | 175 | 1025.15 | 17.1053 | 17535.4 | 974.189 | 0.224986 | 83.4655 | 15.872 | 99.3375 | 28 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 103 | | EnvironmentVariablesDlg | OnDeleteSet(wxCommandEvent &) [override] | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 42 | 92 | 496.093 | 11.9 | 5903.51 | 327.973 | 0.108881 | 95.2821 | 0 | 95.2821 | 12 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 118 | | EnvironmentVariablesDlg | OnDeleteSetUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 26 | 41 | 192.718 | 7.71429 | 1486.68 | 82.5934 | 0.0434201 | 117.109 | 0 | 117.109 | 4 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 124 | | EnvironmentVariablesDlg | OnExport(wxCommandEvent &) [override] | 1 | 72 | 62 | 0 | 10 | 12 | 3 | 106 | 485 | 3263.04 | 34.7368 | 113348 | 6297.1 | 0.780706 | 56.8879 | 0 | 56.8879 | 63 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 197 | | EnvironmentVariablesDlg | OnNewSet(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4 | 289.359 | 16.0755 | 0.0145827 | 148.507 | 0 | 148.507 | 1 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 199 | | EnvironmentVariablesDlg | OnClose(wxCloseEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 201 | | EnvironmentVariablesDlg | OnCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 0 |
| Plugin/EnvironmentVariablesDlg.cpp | 207 | | EnvironmentVariablesDlg | DoAddNewSet() | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 32 | 69 | 345 | 8.94444 | 3085.83 | 171.435 | 0.0706524 | 102.622 | 0 | 102.622 | 10 | 1 |
| Plugin/EnvironmentVariablesDlgBase.cpp | 16 | | EnvVarsTableDlgBase | EnvVarsTableDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 155 | 111 | 9 | 35 | 8 | 1 | 155 | 1232 | 8964.19 | 44.9038 | 402526 | 22362.6 | 1.81722 | 40.1314 | 18.2346 | 58.366 | 182 | 1 |
| Plugin/EnvironmentVariablesDlgBase.cpp | 172 | | EnvVarsTableDlgBase | ~EnvVarsTableDlgBase() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 31 | 134 | 663.862 | 11.9048 | 7903.12 | 439.062 | 0.132255 | 92.0641 | 0 | 92.0641 | 28 | 0 |
| Plugin/EnvironmentVariablesDlgBaseBitmaps.cpp | 32 | | | wxC48E6InitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 42 | 101 | 544.624 | 11.3889 | 6202.66 | 344.592 | 0.112529 | 86.9845 | 15.872 | 102.857 | 17 | 1 |
| Plugin/FileManager.cpp | 10 | | FileManager | [static] GetFullPath(const wxString &, const WriteOptions &) | 2 | 33 | 27 | 5 | 1 | 7 | 2 | 45 | 168 | 922.631 | 23.6 | 21774.1 | 1209.67 | 0.25992 | 77.245 | 28.3567 | 105.602 | 24 | 6 |
| Plugin/FileManager.cpp | 44 | | FileManager | [static] GetDirectoryFullPath(const wxString &, const WriteOptions &) | 2 | 37 | 30 | 5 | 2 | 9 | 2 | 51 | 202 | 1145.83 | 25.7931 | 29554.5 | 1641.92 | 0.318636 | 73.8049 | 26.9603 | 100.765 | 30 | 2 |
| Plugin/FileManager.cpp | 82 | | FileManager | [static] GetSettingFileFullPath(const wxString &, const WriteOptions &) | 2 | 21 | 18 | 2 | 1 | 5 | 2 | 42 | 126 | 679.432 | 15.3 | 10395.3 | 577.517 | 0.158771 | 86.6182 | 23.0043 | 109.622 | 18 | 9 |
| Plugin/FileManager.cpp | 104 | | FileManager | [static] Create(const wxString &, const WriteOptions &) | 2 | 24 | 17 | 4 | 3 | 6 | 2 | 43 | 127 | 689.136 | 13.037 | 8984.29 | 499.127 | 0.144057 | 84.1512 | 29.5564 | 113.708 | 16 | 2 |
| Plugin/FileManager.cpp | 129 | | FileManager | [static] CreateSettingsFile(const wxString &, const WriteOptions &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 7.72727 | 1187.92 | 65.9957 | 0.0373884 | 118.514 | 0 | 118.514 | 2 | 0 |
| Plugin/FileManager.cpp | 135 | | FileManager | [static] FileExists(const wxString &, const WriteOptions &) | 2 | 11 | 11 | 0 | 0 | 4 | 1 | 37 | 85 | 442.804 | 11.25 | 4981.54 | 276.752 | 0.0972272 | 99.5498 | 0 | 99.5498 | 9 | 3 |
| Plugin/FileManager.cpp | 147 | | FileManager | [static] ReadContent(const wxString &, const WriteOptions &) | 2 | 22 | 20 | 1 | 1 | 7 | 2 | 53 | 161 | 922.195 | 19.3594 | 17853.1 | 991.84 | 0.227696 | 83.816 | 16.2158 | 100.032 | 22 | 2 |
| Plugin/FileManager.cpp | 170 | | FileManager | [static] ReadSettingsFileContent(const wxString &, const WriteOptions &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 9.5 | 1742.29 | 96.7937 | 0.0482642 | 117.596 | 0 | 117.596 | 2 | 3 |
| Plugin/FileManager.cpp | 176 | | FileManager | [static] WriteContent(const wxString &, const wxString &, bool, const WriteOptions &) | 4 | 21 | 18 | 0 | 3 | 6 | 1 | 48 | 130 | 726.045 | 13.9839 | 10152.9 | 564.051 | 0.156293 | 86.0432 | 0 | 86.0432 | 13 | 2 |
| Plugin/FileManager.cpp | 198 | | FileManager | [static] WriteSettingsFileContent(const wxString &, const wxString &, const WriteOptions &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 44 | 199.037 | 9.625 | 1915.73 | 106.429 | 0.0514164 | 117.171 | 0 | 117.171 | 2 | 3 |
| Plugin/FileSystemWorkspace/BuildTargetDlg.cpp | 6 | | BuildTargetDlg | BuildTargetDlg(wxWindow *, const wxString &, const wxString &) | 3 | 16 | 14 | 0 | 2 | 4 | 1 | 41 | 93 | 498.252 | 14.087 | 7018.86 | 389.937 | 0.122196 | 92.8663 | 0 | 92.8663 | 13 | 2 |
| Plugin/FileSystemWorkspace/BuildTargetDlg.cpp | 23 | | BuildTargetDlg | ~BuildTargetDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/FileSystemWorkspace/BuildTargetDlg.cpp | 25 | | BuildTargetDlg | GetTargetName() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6.875 | 774.042 | 43.0024 | 0.028101 | 117.18 | 0 | 117.18 | 3 | 3 |
| Plugin/FileSystemWorkspace/BuildTargetDlg.cpp | 32 | | BuildTargetDlg | GetTargetCommand() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6.875 | 774.042 | 43.0024 | 0.028101 | 117.18 | 0 | 117.18 | 3 | 3 |
| Plugin/FileSystemWorkspace/BuildTargetDlg.cpp | 38 | | BuildTargetDlg | OnOK_UI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 34 | 144.43 | 6.11111 | 882.625 | 49.0347 | 0.0306711 | 122.224 | 0 | 122.224 | 5 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 25 | | FSConfigPage | FSConfigPage(wxWindow *, clFileSystemWorkspaceConfig::Ptr_t, bool) | 3 | 75 | 63 | 1 | 12 | 6 | 1 | 125 | 571 | 3977.46 | 20.1905 | 80306.9 | 4461.49 | 0.62046 | 56.577 | 8.89665 | 65.4737 | 118 | 2 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 101 | | FSConfigPage | ~FSConfigPage() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 103 | | FSConfigPage | OnDelete(wxCommandEvent &) [override] | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 21 | 37 | 162.516 | 6 | 975.094 | 54.1719 | 0.0327776 | 112.774 | 0 | 112.774 | 4 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 111 | | FSConfigPage | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 33 | 65 | 327.886 | 11.7647 | 3857.48 | 214.304 | 0.0819875 | 101.342 | 0 | 101.342 | 7 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 123 | | FSConfigPage | OnEditTarget(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 129 | | FSConfigPage | OnEditTargetUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 134 | | FSConfigPage | OnNewTarget(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 33 | 66 | 332.93 | 9.21053 | 3066.46 | 170.359 | 0.0703564 | 106.652 | 0 | 106.652 | 9 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 143 | | FSConfigPage | Save() | 0 | 47 | 41 | 0 | 6 | 3 | 1 | 101 | 411 | 2736.52 | 16.0893 | 44028.7 | 2446.04 | 0.415626 | 66.7825 | 0 | 66.7825 | 89 | 1 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 191 | | FSConfigPage | OnTargetActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 197 | | FSConfigPage | DoTargetActivated() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 32 | 92 | 460 | 11.9737 | 5507.89 | 305.994 | 0.103961 | 98.4021 | 0 | 98.4021 | 11 | 2 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 209 | | FSConfigPage | OnRemoteEnabledUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 3 | 0 | 25 | 38 | 176.467 | 8.90909 | 1572.16 | 87.342 | 0.0450688 | 109.723 | 0 | 109.723 | 2 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 218 | | FSConfigPage | OnSSHBrowse(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 38 | 80 | 419.834 | 7.8 | 3274.71 | 181.928 | 0.0735067 | 100.057 | 0 | 100.057 | 12 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 230 | | FSConfigPage | OnSSHAccountChoice(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 31 | 55 | 272.481 | 7.58333 | 2066.31 | 114.795 | 0.0540766 | 102.305 | 0 | 102.305 | 8 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 242 | | FSConfigPage | DoUpdateSSHAcounts() | 0 | 29 | 27 | 1 | 1 | 8 | 2 | 54 | 161 | 926.537 | 18.4545 | 17098.8 | 949.934 | 0.221236 | 79.0862 | 14.1863 | 93.2726 | 18 | 2 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 271 | | FSConfigPage | OnEnableRemoteUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 111.136 | 0 | 111.136 | 1 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 280 | | FSConfigPage | OnEditExcludePaths(wxCommandEvent &) [override] | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 39 | 106 | 560.253 | 11.2 | 6274.83 | 348.602 | 0.1134 | 92.4864 | 0 | 92.4864 | 16 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 296 | | FSConfigPage | OnBrowseExec(wxCommandEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 41 | 96 | 514.325 | 10.56 | 5431.27 | 301.737 | 0.102994 | 90.7931 | 0 | 90.7931 | 14 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 315 | | FSConfigPage | OnBrowseWD(wxCommandEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 41 | 96 | 514.325 | 10.56 | 5431.27 | 301.737 | 0.102994 | 90.7931 | 0 | 90.7931 | 14 | 0 |
| Plugin/FileSystemWorkspace/FSConfigPage.cpp | 334 | | FSConfigPage | OnBrowseForGDB(wxCommandEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 41 | 96 | 514.325 | 10.56 | 5431.27 | 301.737 | 0.102994 | 90.7931 | 0 | 90.7931 | 14 | 0 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 7 | | NewFileSystemWorkspaceDialog | NewFileSystemWorkspaceDialog(wxWindow *, bool) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 7.15 | 1130.58 | 62.8101 | 0.0361754 | 112.917 | 0 | 112.917 | 4 | 2 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 15 | | NewFileSystemWorkspaceDialog | ~NewFileSystemWorkspaceDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 17 | | NewFileSystemWorkspaceDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 24 | 38 | 174.229 | 5.92308 | 1031.97 | 57.3316 | 0.03404 | 121.248 | 0 | 121.248 | 5 | 0 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 22 | | NewFileSystemWorkspaceDialog | GetWorkspaceName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 3 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 24 | | NewFileSystemWorkspaceDialog | GetWorkspacePath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 3 |
| Plugin/FileSystemWorkspace/NewFileSystemWorkspaceDialog.cpp | 26 | | NewFileSystemWorkspaceDialog | OnDirSelected(wxFileDirPickerEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 4 | 1 | 35 | 75 | 384.696 | 9.75 | 3750.79 | 208.377 | 0.0804687 | 98.8718 | 0 | 98.8718 | 9 | 0 |
| Plugin/FileSystemWorkspace/clFSWNewConfigDlg.cpp | 5 | | clFSWNewConfigDlg | clFSWNewConfigDlg(wxWindow *) | 1 | 14 | 14 | 0 | 0 | 4 | 1 | 40 | 110 | 585.412 | 14.7826 | 8653.92 | 480.773 | 0.140504 | 94.1912 | 0 | 94.1912 | 17 | 1 |
| Plugin/FileSystemWorkspace/clFSWNewConfigDlg.cpp | 20 | | clFSWNewConfigDlg | ~clFSWNewConfigDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/FileSystemWorkspace/clFSWNewConfigDlg.cpp | 22 | | clFSWNewConfigDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| Plugin/FileSystemWorkspace/clFSWNewConfigDlg.cpp | 23 | | clFSWNewConfigDlg | GetCopyFrom() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Plugin/FileSystemWorkspace/clFSWNewConfigDlg.cpp | 24 | | clFSWNewConfigDlg | GetConfigName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 52 | | clFileSystemWorkspace | clFileSystemWorkspace(bool) | 1 | 42 | 34 | 3 | 5 | 2 | 1 | 71 | 458 | 2816.58 | 17.1466 | 48294.7 | 2683.04 | 0.442057 | 68.6847 | 20.1155 | 88.8002 | 49 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 95 | | clFileSystemWorkspace | ~clFileSystemWorkspace() [override] | 0 | 43 | 33 | 4 | 6 | 2 | 1 | 67 | 447 | 2711.54 | 17.6944 | 47979.2 | 2665.51 | 0.44013 | 68.5011 | 22.7557 | 91.2568 | 47 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 139 | | clFileSystemWorkspace | GetActiveProjectName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 141 | | clFileSystemWorkspace | GetFileName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 13 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 142 | | clFileSystemWorkspace | GetDir() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 13 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 144 | | clFileSystemWorkspace | GetFilesMask() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.5 | 1043.51 | 57.9726 | 0.0342933 | 110.445 | 0 | 110.445 | 6 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 153 | | clFileSystemWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 5.71429 | 513.477 | 28.5265 | 0.0213743 | 121.306 | 0 | 121.306 | 2 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 159 | | clFileSystemWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 3.9375 | 261.517 | 14.5287 | 0.0136316 | 148.951 | 0 | 148.951 | 0 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 161 | | clFileSystemWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 163 | | clFileSystemWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 51 | 233.833 | 7.14286 | 1670.24 | 92.7909 | 0.0469243 | 108.489 | 0 | 108.489 | 6 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 172 | | clFileSystemWorkspace | GetWorkspaceProjects() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 174 | | clFileSystemWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 176 | | clFileSystemWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 178 | | clFileSystemWorkspace | CacheFiles(bool) | 1 | 48 | 42 | 2 | 4 | 9 | 4 | 83 | 284 | 1810.51 | 19.55 | 35395.5 | 1966.42 | 0.359344 | 67.2094 | 15.5492 | 82.7586 | 41 | 4 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 227 | | clFileSystemWorkspace | OnBuildStarting(clBuildEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 22 | 50 | 222.972 | 7.5 | 1672.29 | 92.9048 | 0.0469627 | 105.121 | 23.5268 | 128.648 | 7 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 238 | | clFileSystemWorkspace | OnBuildEnded(clBuildEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 240 | | clFileSystemWorkspace | OnOpenWorkspace(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 46 | 202.047 | 7.7 | 1555.76 | 86.431 | 0.0447549 | 107.341 | 0 | 107.341 | 5 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 250 | | clFileSystemWorkspace | OnCloseWorkspace(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 32 | 130.799 | 7.14286 | 934.277 | 51.9043 | 0.0318563 | 113.673 | 0 | 113.673 | 3 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 258 | | clFileSystemWorkspace | Load(const wxFileName &) | 1 | 12 | 12 | 0 | 0 | 4 | 1 | 26 | 65 | 305.529 | 11.5 | 3513.58 | 195.199 | 0.0770392 | 100.07 | 0 | 100.07 | 6 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 271 | | clFileSystemWorkspace | Save(bool) | 1 | 21 | 17 | 2 | 2 | 5 | 1 | 43 | 139 | 754.251 | 10.3793 | 7828.6 | 434.922 | 0.131422 | 86.075 | 23.0043 | 109.079 | 33 | 7 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 293 | | clFileSystemWorkspace | RestoreSession() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 15 | 25 | 97.6723 | 4 | 390.689 | 21.7049 | 0.0178142 | 117.689 | 0 | 117.689 | 3 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 300 | | clFileSystemWorkspace | DoOpen() | 0 | 63 | 33 | 16 | 14 | 4 | 1 | 76 | 276 | 1724.43 | 12 | 20693.1 | 1149.62 | 0.251244 | 64.2074 | 35.1896 | 99.397 | 63 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 364 | | clFileSystemWorkspace | DoClose() | 0 | 39 | 24 | 6 | 9 | 3 | 1 | 48 | 157 | 876.839 | 10.9091 | 9565.52 | 531.418 | 0.150205 | 75.7234 | 28.5467 | 104.27 | 30 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 404 | | clFileSystemWorkspace | DoClear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 0 | 117.48 | 4 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 411 | | clFileSystemWorkspace | OnAllEditorsClosed(wxCommandEvent &) | 1 | 12 | 11 | 1 | 0 | 2 | 1 | 33 | 70 | 353.108 | 9.57895 | 3382.4 | 187.911 | 0.0751096 | 99.7773 | 21.6227 | 121.4 | 9 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 424 | | clFileSystemWorkspace | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 7.875 | 553.678 | 30.7599 | 0.0224759 | 122.582 | 0 | 122.582 | 1 | 89 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 430 | | clFileSystemWorkspace | New(const wxString &, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.75 | 717.35 | 39.8528 | 0.0267116 | 146.507 | 0 | 146.507 | 2 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 432 | | clFileSystemWorkspace | OnScanCompleted(clFileSystemEvent &) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 43 | 114 | 618.594 | 8.88333 | 5495.18 | 305.288 | 0.103801 | 91.2192 | 18.3478 | 109.567 | 34 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 450 | | clFileSystemWorkspace | OnParseWorkspace(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 45 | 203.56 | 7.63636 | 1554.46 | 86.3589 | 0.04473 | 109.21 | 0 | 109.21 | 5 | 4 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 459 | | clFileSystemWorkspace | Parse(bool) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 23 | 54 | 244.272 | 6.875 | 1679.37 | 93.2985 | 0.0470952 | 101.463 | 0 | 101.463 | 6 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 472 | | clFileSystemWorkspace | Close() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 474 | | clFileSystemWorkspace | GetTargetCommand(const wxString &) const | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 29 | 69 | 335.201 | 10.5625 | 3540.56 | 196.698 | 0.0774331 | 99.8179 | 0 | 99.8179 | 12 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 487 | | clFileSystemWorkspace | OnBuildProcessTerminated(clProcessEvent &) | 1 | 17 | 12 | 2 | 3 | 2 | 1 | 31 | 77 | 381.473 | 7.975 | 3042.25 | 169.014 | 0.0699856 | 93.7329 | 25.3357 | 119.069 | 13 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 505 | | clFileSystemWorkspace | OnBuildProcessOutput(clProcessEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 6.11111 | 830.706 | 46.1503 | 0.0294562 | 115.97 | 0 | 115.97 | 4 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 512 | | clFileSystemWorkspace | DoPrintBuildMessage(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.53846 | 889.142 | 49.3968 | 0.0308219 | 115.335 | 0 | 115.335 | 5 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 519 | | clFileSystemWorkspace | OnSaveSession(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 41 | 180.085 | 7.15 | 1287.61 | 71.5338 | 0.0394519 | 109.847 | 0 | 109.847 | 5 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 528 | | clFileSystemWorkspace | Initialise() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 32 | 85 | 425 | 7.8 | 3315 | 184.167 | 0.0741085 | 98.8136 | 21.6227 | 120.436 | 16 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 541 | | clFileSystemWorkspace | OnExecute(clExecuteEvent &) | 1 | 29 | 24 | 1 | 4 | 3 | 2 | 50 | 150 | 846.578 | 12 | 10158.9 | 564.386 | 0.156355 | 80.7056 | 14.1863 | 94.8919 | 34 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 571 | | clFileSystemWorkspace | GetEnvList() | 0 | 40 | 31 | 4 | 5 | 6 | 4 | 60 | 209 | 1234.54 | 20.4615 | 25260.6 | 1403.37 | 0.286973 | 72.8442 | 23.5268 | 96.371 | 42 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 612 | | clFileSystemWorkspace | OnIsBuildInProgress(clBuildEvent &) | 1 | 6 | 6 | 0 | 0 | 3 | 2 | 24 | 39 | 178.814 | 8.27273 | 1479.28 | 82.182 | 0.0432758 | 114.315 | 0 | 114.315 | 10 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 619 | | clFileSystemWorkspace | OnIsProgramRunning(clExecuteEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 2 | 19 | 29 | 123.19 | 5.4 | 665.225 | 36.957 | 0.0254014 | 116.712 | 0 | 116.712 | 7 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 626 | | clFileSystemWorkspace | OnStopExecute(clExecuteEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 110.163 | 0 | 110.163 | 4 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 635 | | clFileSystemWorkspace | OnStopBuild(clBuildEvent &) | 1 | 9 | 9 | 0 | 0 | 4 | 2 | 22 | 47 | 209.593 | 7.5 | 1571.95 | 87.3305 | 0.0450648 | 106.69 | 0 | 106.69 | 9 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 645 | | clFileSystemWorkspace | OnQuickDebugDlgShowing(clDebugEvent &) | 1 | 10 | 9 | 0 | 1 | 1 | 2 | 31 | 86 | 426.061 | 9.35 | 3983.67 | 221.315 | 0.083766 | 101.984 | 0 | 101.984 | 22 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 656 | | clFileSystemWorkspace | OnQuickDebugDlgDismissed(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 6 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 662 | | clFileSystemWorkspace | GetConfig() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4 | 312.551 | 17.364 | 0.0153518 | 125.648 | 0 | 125.648 | 2 | 40 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 667 | | clFileSystemWorkspace | OnMenuCustomTarget(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 31 | 80 | 396.336 | 9.75 | 3864.27 | 214.682 | 0.0820838 | 98.9468 | 0 | 98.9468 | 11 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 680 | | clFileSystemWorkspace | OnCustomTargetMenu(clContextMenuEvent &) | 1 | 20 | 18 | 1 | 1 | 2 | 2 | 55 | 151 | 872.985 | 14.0921 | 12302.2 | 683.456 | 0.177637 | 86.7952 | 16.9762 | 103.771 | 22 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 701 | | clFileSystemWorkspace | DoBuild(const wxString &) | 1 | 74 | 51 | 11 | 13 | 10 | 1 | 85 | 352 | 2256.11 | 19.8516 | 44787.2 | 2488.18 | 0.420386 | 58.8229 | 28.1202 | 86.9431 | 65 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 776 | | clFileSystemWorkspace | OnNewWorkspace(clCommandEvent &) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 31 | 81 | 401.29 | 9.02778 | 3622.76 | 201.264 | 0.078627 | 98.8822 | 21.6227 | 120.505 | 12 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 789 | | clFileSystemWorkspace | DoCreate(const wxString &, const wxString &, bool) | 3 | 60 | 41 | 10 | 9 | 10 | 3 | 83 | 266 | 1695.76 | 18.0167 | 30552 | 1697.33 | 0.325765 | 63.705 | 29.5564 | 93.2614 | 43 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 850 | | clFileSystemWorkspace | OnFileSaved(clCommandEvent &) | 1 | 45 | 31 | 7 | 7 | 6 | 2 | 67 | 236 | 1431.6 | 15.47 | 22146.8 | 1230.38 | 0.262877 | 70.166 | 28.6848 | 98.8508 | 41 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 896 | | clFileSystemWorkspace | OnSourceControlPulled(clSourceControlEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 0 | 25 | 50 | 232.193 | 6.67857 | 1550.72 | 86.1509 | 0.0446581 | 105.141 | 23.5268 | 128.668 | 19 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 907 | | clFileSystemWorkspace | FileSystemUpdated() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 909 | | clFileSystemWorkspace | OnDebug(clDebugEvent &) | 1 | 112 | 72 | 22 | 18 | 13 | 2 | 112 | 575 | 3914.23 | 22.1538 | 86715.2 | 4817.51 | 0.653044 | 48.554 | 31.6958 | 80.2498 | 114 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1022 | | clFileSystemWorkspace | GetExecutable(wxString &, wxString &, wxString &) | 3 | 26 | 21 | 2 | 3 | 4 | 2 | 48 | 197 | 1100.24 | 22.931 | 25229.6 | 1401.64 | 0.286738 | 80.8818 | 20.8285 | 101.71 | 45 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1049 | | clFileSystemWorkspace | GetCompiler() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 26 | 98.9912 | 5.33333 | 527.953 | 29.3307 | 0.0217742 | 124.418 | 0 | 124.418 | 5 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1054 | | clFileSystemWorkspace | OnExecProcessTerminated(clProcessEvent &) | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 24 | 38 | 174.229 | 5.71429 | 995.592 | 55.3107 | 0.0332353 | 108.341 | 24.6875 | 133.029 | 5 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1064 | | clFileSystemWorkspace | OnFileSystemUpdated(clFileSystemEvent &) | 1 | 17 | 14 | 1 | 2 | 4 | 2 | 31 | 71 | 351.748 | 9.47059 | 3331.26 | 185.07 | 0.0743506 | 93.6948 | 18.3478 | 112.043 | 8 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1082 | | clFileSystemWorkspace | CreateCompileFlagsFile() | 0 | 45 | 31 | 7 | 7 | 4 | 1 | 74 | 248 | 1539.94 | 16.3929 | 25244.1 | 1402.45 | 0.286848 | 70.2467 | 28.6848 | 98.9314 | 59 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1128 | | clFileSystemWorkspace | [virtual] GetExcludeFolders() const | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 27 | 51 | 242.499 | 8.35714 | 2026.6 | 112.589 | 0.0533815 | 106.392 | 24.6875 | 131.079 | 9 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1138 | | clFileSystemWorkspace | SetProjectActive(const wxString &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 123.012 | 31.9355 | 154.948 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1144 | | clFileSystemWorkspace | OpenWorkspace(const wxString &) | 1 | 10 | 9 | 1 | 0 | 3 | 1 | 24 | 41 | 187.983 | 8.4 | 1579.06 | 87.7256 | 0.0452007 | 105.779 | 23.5268 | 129.306 | 5 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1155 | | clFileSystemWorkspace | CloseWorkspace() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 5.5 | 594 | 33 | 0.0235543 | 112.506 | 0 | 112.506 | 2 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1164 | | clFileSystemWorkspace | OnReloadWorkspace(clCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 26 | 57 | 267.925 | 8.5 | 2277.36 | 126.52 | 0.0576988 | 99.6861 | 0 | 99.6861 | 6 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1178 | | clFileSystemWorkspace | GetDebuggerName() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 32 | 130.799 | 5.71429 | 747.422 | 41.5234 | 0.027453 | 111.51 | 0 | 111.51 | 7 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1187 | | clFileSystemWorkspace | GetEnvironment() const [override] | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 26 | 58 | 272.626 | 9.85714 | 2687.31 | 149.295 | 0.0644303 | 104.076 | 0 | 104.076 | 10 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1198 | | clFileSystemWorkspace | CheckForCMakeLists() | 0 | 63 | 50 | 4 | 9 | 8 | 2 | 98 | 333 | 2202.7 | 23.1111 | 50906.8 | 2828.16 | 0.457856 | 62.0145 | 19.0261 | 81.0406 | 75 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspace.cpp | 1262 | | clFileSystemWorkspace | GetIndentWidth() [override] | 0 | 24 | 20 | 0 | 4 | 5 | 1 | 32 | 97 | 485 | 9.92105 | 4811.71 | 267.317 | 0.0950047 | 86.208 | 0 | 86.208 | 15 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 152 | | | GetExtraFlags(CompilerPtr) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 27 | 63 | 299.558 | 8.82143 | 2642.53 | 146.807 | 0.0637126 | 103.356 | 0 | 103.356 | 10 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 26 | | clFileSystemWorkspaceConfig | clFileSystemWorkspaceConfig() | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 33 | 79 | 398.507 | 8 | 3188.06 | 177.114 | 0.0722043 | 99.1483 | 0 | 99.1483 | 16 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 42 | | clFileSystemWorkspaceConfig | ToJSON() const | 0 | 46 | 36 | 5 | 5 | 2 | 1 | 80 | 307 | 1940.83 | 15.3462 | 29784.3 | 1654.68 | 0.320285 | 69.1475 | 24.4418 | 93.5892 | 58 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 89 | | clFileSystemWorkspaceConfig | FromSharedJSON(const JSONItem &) | 1 | 18 | 18 | 0 | 0 | 3 | 2 | 50 | 171 | 965.099 | 19.125 | 18457.5 | 1025.42 | 0.232806 | 87.7504 | 0 | 87.7504 | 32 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 108 | | clFileSystemWorkspaceConfig | FromLocalJSON(const JSONItem &) | 1 | 27 | 22 | 1 | 4 | 1 | 0 | 60 | 219 | 1293.61 | 10.375 | 13421.2 | 745.622 | 0.188252 | 80.1184 | 14.6873 | 94.8057 | 69 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 136 | | clFileSystemWorkspaceConfig | GetCompileFlagsAsString() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 24 | 47 | 215.493 | 11.9 | 2564.37 | 142.465 | 0.06245 | 105.069 | 0 | 105.069 | 7 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 147 | | clFileSystemWorkspaceConfig | Clone() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 10 | 913.765 | 50.7647 | 0.0313883 | 124.834 | 0 | 124.834 | 2 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 163 | | clFileSystemWorkspaceConfig | GetCompilerOptions(clBacktickCache::ptr_t) const | 1 | 25 | 23 | 1 | 1 | 5 | 2 | 49 | 192 | 1078.02 | 16.7273 | 18032.4 | 1001.8 | 0.229218 | 81.3932 | 15.2452 | 96.6385 | 37 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 189 | | clFileSystemWorkspaceConfig | ExpandUserCompletionFlags(const wxString &, clBacktickCache::ptr_t, bool) const | 3 | 68 | 53 | 10 | 5 | 10 | 4 | 83 | 427 | 2722.14 | 29.9 | 81392 | 4521.78 | 0.626037 | 59.2163 | 27.9877 | 87.204 | 103 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 258 | | clFileSystemWorkspaceConfig | SetLastExecutables(const wxArrayString &) | 1 | 17 | 15 | 1 | 1 | 4 | 2 | 32 | 84 | 420 | 9.92105 | 4166.84 | 231.491 | 0.0863144 | 92.7726 | 18.3478 | 111.12 | 11 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 276 | | clFileSystemWorkspaceConfig | GetLastExecutables() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 281 | | clFileSystemWorkspaceSettings | clFileSystemWorkspaceSettings() | 0 | 4 | 4 | 1 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 130.13 | 34.9714 | 165.102 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 286 | | clFileSystemWorkspaceSettings | ToJSON(JSONItem &, JSONItem &) const | 2 | 23 | 18 | 3 | 2 | 3 | 2 | 36 | 119 | 615.221 | 14.1304 | 8693.34 | 482.963 | 0.14093 | 86.1207 | 26.5382 | 112.659 | 18 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 310 | | clFileSystemWorkspaceSettings | FromJSON(const JSONItem &, const JSONItem &) | 2 | 52 | 39 | 8 | 5 | 10 | 2 | 79 | 329 | 2073.94 | 30.6604 | 63587.9 | 3532.66 | 0.531041 | 64.9764 | 28.5467 | 93.5231 | 63 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 363 | | clFileSystemWorkspaceSettings | Save(const wxFileName &, const wxFileName &) | 2 | 25 | 21 | 1 | 3 | 2 | 1 | 45 | 128 | 702.957 | 13.5 | 9489.92 | 527.218 | 0.149413 | 84.3067 | 15.2452 | 99.5519 | 19 | 6 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 389 | | clFileSystemWorkspaceSettings | Load(const wxFileName &, const wxFileName &) | 2 | 32 | 30 | 1 | 1 | 4 | 1 | 52 | 182 | 1037.48 | 18 | 18674.6 | 1037.48 | 0.234628 | 77.8234 | 13.5225 | 91.346 | 45 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 422 | | clFileSystemWorkspaceSettings | AddConfig(const wxString &, const wxString &) | 2 | 23 | 19 | 3 | 1 | 5 | 1 | 47 | 129 | 716.542 | 17.7692 | 12732.4 | 707.356 | 0.181755 | 84.8679 | 26.5382 | 111.406 | 29 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 446 | | clFileSystemWorkspaceSettings | DeleteConfig(const wxString &) | 1 | 14 | 14 | 0 | 0 | 4 | 2 | 32 | 77 | 385 | 12 | 4620 | 256.667 | 0.0924642 | 96.3704 | 0 | 96.3704 | 10 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 461 | | clFileSystemWorkspaceSettings | GetSelectedConfig() const | 0 | 11 | 10 | 1 | 0 | 4 | 1 | 25 | 68 | 315.782 | 11.375 | 3592.02 | 199.557 | 0.0781816 | 101.308 | 22.5149 | 123.823 | 8 | 42 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 473 | | clFileSystemWorkspaceSettings | GetConfig(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 27 | 61 | 290.048 | 9.75 | 2827.97 | 157.109 | 0.0666595 | 103.524 | 0 | 103.524 | 7 | 8 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 484 | | clFileSystemWorkspaceSettings | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 31 | 124 | 4.27778 | 530.444 | 29.4691 | 0.0218427 | 114.181 | 0 | 114.181 | 5 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 492 | | clFileSystemWorkspaceSettings | SetSelectedConfig(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 35 | 160.474 | 8.4 | 1347.98 | 74.8877 | 0.0406756 | 110.447 | 0 | 110.447 | 2 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 501 | | clFileSystemWorkspaceSettings | [static] IsOk(const wxFileName &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 50 | 237.744 | 7.89286 | 1876.48 | 104.249 | 0.0507117 | 108.403 | 0 | 108.403 | 7 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceConfig.cpp | 510 | | clFileSystemWorkspaceSettings | GetConfigs() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 35 | 153.731 | 8.25 | 1268.28 | 70.4601 | 0.0390561 | 110.67 | 0 | 110.67 | 4 | 6 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 15 | | clFileSystemWorkspaceDlg | clFileSystemWorkspaceDlg(wxWindow *, clFileSystemWorkspaceSettings *) | 2 | 30 | 27 | 0 | 3 | 5 | 1 | 57 | 174 | 1014.92 | 19.9559 | 20253.7 | 1125.2 | 0.247675 | 78.7532 | 0 | 78.7532 | 22 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 46 | | clFileSystemWorkspaceDlg | ~clFileSystemWorkspaceDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 48 | | clFileSystemWorkspaceDlg | SelectConfig(const wxString &) | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 27 | 52 | 247.254 | 10.7692 | 2662.74 | 147.93 | 0.064037 | 107.969 | 0 | 107.969 | 4 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 57 | | clFileSystemWorkspaceDlg | OnOK(wxCommandEvent &) [override] | 1 | 20 | 19 | 0 | 1 | 5 | 2 | 46 | 124 | 684.922 | 16.8 | 11506.7 | 639.26 | 0.169894 | 87.3668 | 0 | 87.3668 | 11 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 78 | | clFileSystemWorkspaceDlg | OnNewConfig(wxCommandEvent &) [override] | 1 | 24 | 21 | 0 | 3 | 5 | 1 | 48 | 130 | 726.045 | 15.069 | 10940.7 | 607.819 | 0.164277 | 84.1099 | 0 | 84.1099 | 13 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 103 | | clFileSystemWorkspaceDlg | OnDeleteConfig(wxCommandEvent &) [override] | 1 | 25 | 23 | 0 | 2 | 6 | 1 | 48 | 139 | 776.31 | 12.8871 | 10004.4 | 555.799 | 0.154765 | 82.8705 | 0 | 82.8705 | 19 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 129 | | clFileSystemWorkspaceDlg | OnDeleteConfigUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlg.cpp | 134 | | clFileSystemWorkspaceDlg | SetUseRemoteBrowsing(bool, const wxString &) | 2 | 12 | 12 | 0 | 0 | 3 | 2 | 38 | 83 | 435.578 | 16.6667 | 7259.63 | 403.313 | 0.124975 | 98.4558 | 0 | 98.4558 | 4 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 7 | 7 | 0 | 0 | 4 | 0 | 28 | 38 | 182.679 | 7.5 | 1370.1 | 76.1165 | 0.0411193 | 111.476 | 0 | 111.476 | 0 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 114 | | BuildTargetDlgBase | BuildTargetDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 106 | 76 | 9 | 21 | 6 | 1 | 131 | 828 | 5823.67 | 34.8785 | 203121 | 11284.5 | 1.15181 | 48.9899 | 21.8119 | 70.8018 | 112 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 221 | | BuildTargetDlgBase | ~BuildTargetDlgBase() [override] | 0 | 5 | 4 | 0 | 1 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 121.415 | 0 | 121.415 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 227 | | FSConfigPageBase | FSConfigPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 560 | 367 | 37 | 156 | 12 | 1 | 263 | 5138 | 41304 | 100.721 | 4.16017e+06 | 231121 | 8.62223 | 10.4581 | 19.3885 | 29.8466 | 707 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 788 | | FSConfigPageBase | ~FSConfigPageBase() [override] | 0 | 21 | 20 | 0 | 1 | 1 | 0 | 44 | 246 | 1343.02 | 14.5 | 19473.8 | 1081.88 | 0.241275 | 83.9948 | 0 | 83.9948 | 17 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 810 | | NewFileSystemWorkspaceDialogBase | NewFileSystemWorkspaceDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 72 | 53 | 2 | 17 | 6 | 1 | 119 | 630 | 4343.74 | 27.3125 | 118638 | 6591.01 | 0.804814 | 56.7803 | 12.767 | 69.5472 | 87 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 883 | | NewFileSystemWorkspaceDialogBase | ~NewFileSystemWorkspaceDialogBase() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 115.588 | 0 | 115.588 | 2 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 890 | | clFSWNewConfigDlgBase | clFSWNewConfigDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 72 | 53 | 2 | 17 | 6 | 1 | 114 | 610 | 4168.06 | 27.9286 | 116408 | 6467.11 | 0.794695 | 56.9949 | 12.767 | 69.7619 | 84 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 963 | | clFSWNewConfigDlgBase | ~clFSWNewConfigDlgBase() [override] | 0 | 5 | 4 | 0 | 1 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 121.415 | 0 | 121.415 | 1 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 27 | | clFileSystemWorkspaceDlgBase | clFileSystemWorkspaceDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 77 | 56 | 2 | 19 | 7 | 1 | 111 | 631 | 4287.28 | 29.142 | 124940 | 6941.11 | 0.833067 | 55.5306 | 12.3545 | 67.8851 | 83 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase.cpp | 105 | | clFileSystemWorkspaceDlgBase | ~clFileSystemWorkspaceDlgBase() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 22 | 64 | 285.404 | 11 | 3139.44 | 174.413 | 0.0714683 | 107.683 | 0 | 107.683 | 4 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceDlgBase_plugin_bitmaps.cpp | 34 | | | wxCB09InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 5 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 16 | | clFileSystemWorkspaceView | clFileSystemWorkspaceView(wxWindow *, const wxString &) | 2 | 60 | 53 | 1 | 6 | 1 | 0 | 105 | 489 | 3283.27 | 14.8333 | 48701.8 | 2705.65 | 0.444538 | 62.3393 | 9.93347 | 72.2728 | 86 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 77 | | clFileSystemWorkspaceView | ~clFileSystemWorkspaceView() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 39 | 187 | 988.37 | 12.1786 | 12036.9 | 668.719 | 0.175074 | 89.0124 | 0 | 89.0124 | 20 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 95 | | clFileSystemWorkspaceView | OnFolderDropped(clCommandEvent &) [override] | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 33 | 68 | 343.019 | 7.475 | 2564.07 | 142.448 | 0.0624451 | 101.338 | 22.5149 | 123.853 | 9 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 107 | | clFileSystemWorkspaceView | OnContextMenu(clContextMenuEvent &) | 1 | 37 | 33 | 1 | 3 | 5 | 2 | 67 | 299 | 1813.76 | 24.6522 | 44713.1 | 2484.06 | 0.419922 | 72.3367 | 12.5971 | 84.9338 | 46 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 145 | | clFileSystemWorkspaceView | OnCloseFolder(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 4.8 | 600.469 | 33.3594 | 0.023725 | 119.586 | 0 | 119.586 | 3 | 0 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 151 | | clFileSystemWorkspaceView | OnSettings(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 6.5 | 1162.29 | 64.5716 | 0.0368486 | 112.047 | 0 | 112.047 | 4 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 159 | | clFileSystemWorkspaceView | UpdateConfigs(const wxArrayString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 7.08333 | 1105.57 | 61.4204 | 0.0356398 | 115.482 | 0 | 115.482 | 3 | 3 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 166 | | clFileSystemWorkspaceView | OnChoiceConfigSelected(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 67 | 331.931 | 9.47059 | 3143.58 | 174.644 | 0.0715312 | 101.508 | 0 | 101.508 | 8 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 178 | | clFileSystemWorkspaceView | OnRefreshView(wxCommandEvent &) | 1 | 8 | 6 | 2 | 0 | 1 | 0 | 19 | 32 | 135.934 | 4.36364 | 593.165 | 32.9536 | 0.0235322 | 111.54 | 34.9714 | 146.511 | 4 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 187 | | clFileSystemWorkspaceView | OnBuildStarted(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 193 | | clFileSystemWorkspaceView | OnBuildEnded(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 199 | | clFileSystemWorkspaceView | OnProgramStarted(clExecuteEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 205 | | clFileSystemWorkspaceView | OnProgramStopped(clExecuteEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 211 | | clFileSystemWorkspaceView | OnBuildActiveProjectDropdown(wxAuiToolBarEvent &) | 1 | 17 | 14 | 2 | 1 | 3 | 2 | 38 | 87 | 456.57 | 8.16667 | 3728.65 | 207.147 | 0.0801518 | 92.5685 | 25.3357 | 117.904 | 18 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 229 | | clFileSystemWorkspaceView | OnFindInFilesDismissed(clFindInFilesEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 65 | 301.851 | 7.33333 | 2213.57 | 122.976 | 0.0566163 | 107.161 | 0 | 107.161 | 11 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 238 | | clFileSystemWorkspaceView | OnFindInFilesShowing(clFindInFilesEvent &) [override] | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 29 | 74 | 359.491 | 7.10526 | 2554.28 | 141.904 | 0.062286 | 101.094 | 22.5149 | 123.609 | 13 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 250 | | clFileSystemWorkspaceView | OnAddIncludePath(wxCommandEvent &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 34 | 80 | 406.997 | 9.28571 | 3779.26 | 209.959 | 0.0808754 | 99.0387 | 21.6227 | 120.661 | 12 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 263 | | clFileSystemWorkspaceView | DoAddIncludePathsToConfig(clFileSystemWorkspaceConfig::Ptr_t, const wxArrayString &) | 2 | 27 | 21 | 4 | 2 | 5 | 2 | 45 | 142 | 779.843 | 16 | 12477.5 | 693.194 | 0.179321 | 81.8302 | 28.0786 | 109.909 | 24 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 291 | | clFileSystemWorkspaceView | OnCreateCompileFlagsFile(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 29.5564 | 147.037 | 3 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 298 | | clFileSystemWorkspaceView | OnExcludePath(wxCommandEvent &) | 1 | 28 | 22 | 5 | 1 | 4 | 3 | 59 | 193 | 1135.35 | 13.5814 | 15419.6 | 856.647 | 0.206504 | 79.5179 | 30.4442 | 109.962 | 33 | 1 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 327 | | clFileSystemWorkspaceView | OnThemeChanged(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 4.4 | 550.43 | 30.5795 | 0.0223879 | 116.632 | 0 | 116.632 | 4 | 2 |
| Plugin/FileSystemWorkspace/clFileSystemWorkspaceView.cpp | 334 | | clFileSystemWorkspaceView | OnRefreshViewUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 124.049 | 0 | 124.049 | 3 | 1 |
| Plugin/FileSystemWorkspace/clShellHelper.cpp | 9 | | clShellHelper | ProcessCommand(const wxString &) | 1 | 36 | 31 | 3 | 2 | 5 | 2 | 56 | 172 | 998.865 | 19.7353 | 19712.9 | 1095.16 | 0.243246 | 75.8826 | 21.6227 | 97.5053 | 10 | 1 |
| Plugin/FileSystemWorkspace/clShellHelper.cpp | 46 | | clShellHelper | Cleanup() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6 | 829.81 | 46.1006 | 0.029435 | 113.383 | 0 | 113.383 | 3 | 2 |
| Plugin/GCCMetadata.cpp | 43 | | GCCMetadata | [static] GetMetadataFromCache(const wxString &, const wxString &, bool, GCCMetadata *) | 4 | 12 | 11 | 0 | 1 | 2 | 1 | 38 | 88 | 461.818 | 14.5455 | 6717.35 | 373.186 | 0.118671 | 98.3816 | 0 | 98.3816 | 8 | 1 |
| Plugin/GCCMetadata.cpp | 56 | | GCCMetadata | GCCMetadata(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 2 | 5 |
| Plugin/GCCMetadata.cpp | 61 | | GCCMetadata | Load(const wxString &, const wxString &, bool) | 3 | 6 | 4 | 2 | 0 | 1 | 0 | 19 | 31 | 131.686 | 6.75 | 888.879 | 49.3822 | 0.0308158 | 116.365 | 38.9925 | 155.358 | 1 | 2 |
| Plugin/GCCMetadata.cpp | 68 | | GCCMetadata | DoLoad(const wxString &, const wxString &, bool) | 3 | 105 | 73 | 13 | 19 | 9 | 2 | 118 | 580 | 3991.93 | 25.4375 | 101545 | 5641.38 | 0.725522 | 50.4173 | 25.9255 | 76.3428 | 136 | 1 |
| Plugin/GCCMetadata.cpp | 174 | | GCCMetadata | RunCommand(const wxString &, const wxString &, clEnvList_t *) | 3 | 12 | 12 | 0 | 0 | 2 | 1 | 37 | 92 | 479.27 | 12.9545 | 6208.72 | 344.929 | 0.112602 | 98.1887 | 0 | 98.1887 | 27 | 4 |
| Plugin/GotoAnythingBaseUI.cpp | 14 | | GotoAnythingBaseDlg | GotoAnythingBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 59 | 50 | 2 | 7 | 7 | 1 | 112 | 453 | 3083.73 | 20.9326 | 64550.5 | 3586.14 | 0.536387 | 61.5576 | 14.0689 | 75.6265 | 70 | 1 |
| Plugin/GotoAnythingBaseUI.cpp | 74 | | GotoAnythingBaseDlg | ~GotoAnythingBaseDlg() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 98 | 465.979 | 10.5882 | 4933.9 | 274.105 | 0.0966063 | 101.519 | 0 | 101.519 | 20 | 0 |
| Plugin/GotoAnythingBaseUI_plugin_bitmaps.cpp | 32 | | | wxCrafterp2zZ39InitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 44 | 101 | 551.403 | 10.6034 | 5846.77 | 324.82 | 0.108182 | 86.9202 | 15.872 | 102.792 | 17 | 1 |
| Plugin/GotoAnythingDlg.cpp | 12 | | GotoAnythingDlg | GotoAnythingDlg(wxWindow *, const std::vector<clGotoEntry> &) | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 25 | 41 | 190.398 | 8.66667 | 1650.12 | 91.6732 | 0.0465467 | 109.788 | 0 | 109.788 | 3 | 1 |
| Plugin/GotoAnythingDlg.cpp | 21 | | GotoAnythingDlg | ~GotoAnythingDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/GotoAnythingDlg.cpp | 23 | | GotoAnythingDlg | OnKeyDown(wxKeyEvent &) [override] | 1 | 22 | 22 | 0 | 0 | 6 | 2 | 42 | 156 | 841.202 | 22.7273 | 19118.2 | 1062.12 | 0.238329 | 84.524 | 0 | 84.524 | 15 | 0 |
| Plugin/GotoAnythingDlg.cpp | 46 | | GotoAnythingDlg | OnEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/GotoAnythingDlg.cpp | 52 | | GotoAnythingDlg | DoPopulate(const std::vector<clGotoEntry> &, const std::vector<int> &) | 2 | 16 | 16 | 0 | 0 | 4 | 1 | 52 | 146 | 832.264 | 20.9 | 17394.3 | 966.351 | 0.223778 | 90.1985 | 0 | 90.1985 | 19 | 3 |
| Plugin/GotoAnythingDlg.cpp | 69 | | GotoAnythingDlg | DoExecuteActionAndClose() | 0 | 16 | 13 | 1 | 2 | 2 | 1 | 44 | 93 | 507.727 | 10.8571 | 5512.47 | 306.248 | 0.104018 | 93.2284 | 18.8844 | 112.113 | 19 | 2 |
| Plugin/GotoAnythingDlg.cpp | 86 | | GotoAnythingDlg | OnIdle(wxIdleEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| Plugin/GotoAnythingDlg.cpp | 92 | | GotoAnythingDlg | ApplyFilter() | 0 | 29 | 22 | 4 | 3 | 5 | 3 | 49 | 135 | 757.986 | 19.125 | 14496.5 | 805.36 | 0.198177 | 80.8204 | 27.2067 | 108.027 | 15 | 1 |
| Plugin/GotoAnythingDlg.cpp | 122 | | GotoAnythingDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/GotoAnythingDlg.cpp | 128 | | GotoAnythingDlg | DoSelectItem(const wxDataViewItem &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 19 | 37 | 157.173 | 5.81818 | 914.463 | 50.8035 | 0.0314043 | 112.948 | 0 | 112.948 | 4 | 2 |
| Plugin/ICompilerLocator.cpp | 39 | | ICompilerLocator | GetPaths() const | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 28 | 55 | 264.405 | 8.66667 | 2291.51 | 127.306 | 0.0579375 | 101.282 | 0 | 101.282 | 14 | 2 |
| Plugin/ICompilerLocator.cpp | 52 | | ICompilerLocator | ScanUninstRegKeys() | 0 | 42 | 37 | 0 | 5 | 14 | 0 | 71 | 300 | 1844.92 | 32.337 | 59659.2 | 3314.4 | 0.508937 | 68.1247 | 0 | 68.1247 | 0 | 1 |
| Plugin/Keyboard/NewKeyShortcutBaseDlg.cpp | 17 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/Keyboard/NewKeyShortcutBaseDlg.cpp | 28 | | NewKeyShortcutBaseDlg | NewKeyShortcutBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 145 | 102 | 2 | 41 | 6 | 1 | 152 | 1257 | 9110.64 | 45.5625 | 415104 | 23061.3 | 1.85488 | 41.5875 | 9.04707 | 50.6345 | 178 | 1 |
| Plugin/Keyboard/NewKeyShortcutBaseDlg.cpp | 174 | | NewKeyShortcutBaseDlg | ~NewKeyShortcutBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| Plugin/Keyboard/NewKeyShortcutBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxC8418InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/Keyboard/clKeyboardBindingConfig.cpp | 14 | | clKeyboardBindingConfig | Load() | 0 | 43 | 37 | 2 | 4 | 7 | 2 | 76 | 278 | 1736.92 | 19.963 | 34674.1 | 1926.34 | 0.354445 | 69.6672 | 16.3963 | 86.0635 | 42 | 1 |
| Plugin/Keyboard/clKeyboardBindingConfig.cpp | 58 | | clKeyboardBindingConfig | Save() | 0 | 23 | 20 | 1 | 2 | 2 | 1 | 58 | 163 | 954.851 | 13.8902 | 13263.1 | 736.84 | 0.186771 | 84.0649 | 15.872 | 99.9369 | 26 | 2 |
| Plugin/Keyboard/clKeyboardBindingConfig.cpp | 82 | | clKeyboardBindingConfig | MigrateOldResourceID(wxString &) const | 1 | 9 | 8 | 1 | 0 | 3 | 1 | 21 | 37 | 162.516 | 7.7 | 1251.37 | 69.5206 | 0.0387082 | 108.243 | 24.6875 | 132.93 | 4 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 24 | | clKeyboardManager | clKeyboardManager() | 0 | 77 | 62 | 11 | 4 | 4 | 1 | 87 | 456 | 2937.98 | 26.4044 | 77575.7 | 4309.76 | 0.606312 | 58.1859 | 27.6325 | 85.8183 | 112 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 102 | | clKeyboardManager | ~clKeyboardManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 7.07143 | 884.62 | 49.1455 | 0.0307173 | 119.586 | 0 | 119.586 | 3 | 0 |
| Plugin/Keyboard/clKeyboardManager.cpp | 109 | | clKeyboardManager | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 30 |
| Plugin/Keyboard/clKeyboardManager.cpp | 117 | | clKeyboardManager | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 125 | | clKeyboardManager | DoGetFrames(wxFrame *, clKeyboardManager::FrameList_t &) | 2 | 13 | 13 | 0 | 0 | 4 | 3 | 35 | 100 | 512.928 | 20.7812 | 10659.3 | 592.183 | 0.161447 | 96.0791 | 0 | 96.0791 | 10 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 139 | | clKeyboardManager | DoUpdateMenu(wxMenu *, MenuItemDataIntMap_t &, std::vector<wxAcceleratorEntry> &) | 3 | 31 | 24 | 3 | 4 | 5 | 2 | 60 | 199 | 1175.47 | 18.75 | 22040.1 | 1224.45 | 0.262032 | 77.4584 | 23.1746 | 100.633 | 29 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 171 | | clKeyboardManager | DoUpdateFrame(wxFrame *, MenuItemDataIntMap_t &) | 2 | 35 | 29 | 2 | 4 | 7 | 3 | 80 | 248 | 1567.84 | 19.9286 | 31244.8 | 1735.82 | 0.330672 | 73.5346 | 18.0961 | 91.6307 | 49 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 207 | | clKeyboardManager | Save() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.5 | 376.928 | 20.9405 | 0.0173934 | 121.672 | 0 | 121.672 | 3 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 213 | | clKeyboardManager | Initialize() | 0 | 37 | 26 | 7 | 4 | 5 | 3 | 54 | 171 | 984.086 | 16.25 | 15991.4 | 888.411 | 0.211578 | 75.5162 | 31.1994 | 106.716 | 28 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 251 | | clKeyboardManager | GetAllAccelerators(MenuItemDataMap_t &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 3 |
| Plugin/Keyboard/clKeyboardManager.cpp | 253 | | clKeyboardManager | SetAccelerators(const MenuItemDataMap_t &) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 115.399 | 0 | 115.399 | 3 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 261 | | clKeyboardManager | Update() | 0 | 13 | 8 | 3 | 2 | 1 | 1 | 27 | 46 | 218.725 | 8.35714 | 1827.91 | 101.551 | 0.0498329 | 101.201 | 33.8695 | 135.071 | 5 | 5 |
| Plugin/Keyboard/clKeyboardManager.cpp | 275 | | clKeyboardManager | PopupNewKeyboardShortcutDlg(wxWindow *, MenuItemData &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 51 | 245.175 | 10 | 2451.75 | 136.208 | 0.060608 | 106.335 | 0 | 106.335 | 4 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 285 | | clKeyboardManager | Exists(const clKeyboardShortcut &) const | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 30 | 58 | 284.6 | 14.6818 | 4178.44 | 232.136 | 0.0864745 | 99.1422 | 0 | 99.1422 | 3 | 3 |
| Plugin/Keyboard/clKeyboardManager.cpp | 299 | | clKeyboardManager | AddAccelerator(const wxString &, const wxString &, const wxString &, const clKeyboardShortcut &) | 4 | 27 | 20 | 5 | 2 | 3 | 2 | 37 | 116 | 604.297 | 17.3864 | 10506.5 | 583.696 | 0.159901 | 83.6163 | 30.9185 | 114.535 | 11 | 7 |
| Plugin/Keyboard/clKeyboardManager.cpp | 327 | | clKeyboardManager | AddAccelerator(const wxString &, const std::vector<AddAccelData> &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 27 | 50 | 237.744 | 10.6786 | 2538.77 | 141.043 | 0.0620337 | 113.063 | 0 | 113.063 | 2 | 28 |
| Plugin/Keyboard/clKeyboardManager.cpp | 334 | | clKeyboardManager | RestoreDefaults() | 0 | 23 | 16 | 2 | 5 | 3 | 1 | 31 | 103 | 510.282 | 9.625 | 4911.47 | 272.859 | 0.0963133 | 87.0932 | 22.0554 | 109.149 | 28 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 358 | | clKeyboardManager | OnStartupCompleted(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.71429 | 537.209 | 29.845 | 0.022028 | 121.071 | 0 | 121.071 | 2 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 364 | | clKeyboardManager | DoConvertToIntMap(const MenuItemDataMap_t &, MenuItemDataIntMap_t &) | 2 | 7 | 6 | 1 | 0 | 2 | 1 | 28 | 47 | 225.946 | 8.66667 | 1958.2 | 108.789 | 0.0521734 | 110.831 | 27.6325 | 138.463 | 3 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 372 | | clKeyboardManager | GetAllUnassignedKeyboardShortcuts() const | 0 | 18 | 16 | 1 | 1 | 3 | 2 | 37 | 101 | 526.155 | 12.1739 | 6405.36 | 355.853 | 0.114967 | 90.9049 | 17.8544 | 108.759 | 13 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 535 | | clKeyboardManager | GetShortcutForCommand(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 23 | 63 | 284.984 | 10.5417 | 3004.21 | 166.901 | 0.069401 | 103.615 | 0 | 103.615 | 9 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 391 | | clKeyboardShortcut | operator==(const clKeyboardShortcut &) const | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 63 | 280.944 | 13.7222 | 3855.18 | 214.177 | 0.0819549 | 114.689 | 0 | 114.689 | 9 | 28 |
| Plugin/Keyboard/clKeyboardManager.cpp | 397 | | clKeyboardShortcut | operator<(const clKeyboardShortcut &) const | 1 | 13 | 13 | 0 | 0 | 4 | 1 | 23 | 114 | 515.686 | 21.7778 | 11230.5 | 623.916 | 0.167165 | 96.0512 | 0 | 96.0512 | 15 | 6 |
| Plugin/Keyboard/clKeyboardManager.cpp | 411 | | clKeyboardShortcut | IsOk() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 54 |
| Plugin/Keyboard/clKeyboardManager.cpp | 413 | | clKeyboardShortcut | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.0625 | 538.012 | 29.8896 | 0.0220499 | 114.983 | 0 | 114.983 | 1 | 5 |
| Plugin/Keyboard/clKeyboardManager.cpp | 421 | | clKeyboardShortcut | Tokenize(const wxString &) const | 1 | 32 | 20 | 12 | 0 | 6 | 3 | 32 | 101 | 505 | 20.9667 | 10588.2 | 588.231 | 0.160728 | 81.1074 | 40.6324 | 121.74 | 16 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 454 | | clKeyboardShortcut | FromString(const wxString &) | 1 | 33 | 26 | 2 | 5 | 7 | 2 | 47 | 160 | 888.734 | 15.5172 | 13790.7 | 766.15 | 0.191692 | 77.4396 | 18.6103 | 96.0499 | 12 | 52 |
| Plugin/Keyboard/clKeyboardManager.cpp | 488 | | clKeyboardShortcut | to_string(bool) const | 1 | 43 | 37 | 1 | 5 | 8 | 1 | 37 | 131 | 682.438 | 12.1875 | 8317.22 | 462.068 | 0.136835 | 74.2951 | 11.7029 | 85.998 | 10 | 2 |
| Plugin/Keyboard/clKeyboardManager.cpp | 532 | | clKeyboardShortcut | ToString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 10 |
| Plugin/Keyboard/clKeyboardManager.cpp | 533 | | clKeyboardShortcut | DisplayString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| Plugin/Keyboard/clKeyboardManager.cpp | 546 | | clKeyboardShortcut | ToAccelerator(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 12 | 2989.48 | 166.082 | 0.0691739 | 110.553 | 0 | 110.553 | 7 | 2 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 101 | | NewKeyShortcutDlg | NewKeyShortcutDlg(wxWindow *, const MenuItemData &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 8.5 | 1797.92 | 99.8843 | 0.0492862 | 109.241 | 0 | 109.241 | 6 | 1 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 110 | | NewKeyShortcutDlg | Initialise(const clKeyboardShortcut &) | 1 | 18 | 17 | 3 | 1 | 1 | 0 | 40 | 136 | 723.782 | 12.5185 | 9060.68 | 503.371 | 0.144873 | 89.7066 | 29.5564 | 119.263 | 11 | 2 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 129 | | NewKeyShortcutDlg | OnKeyDown(wxKeyEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 7.63636 | 1312.66 | 72.9253 | 0.0399619 | 110.089 | 0 | 110.089 | 3 | 0 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 138 | | NewKeyShortcutDlg | ToString(wxKeyEvent &) const | 1 | 42 | 29 | 9 | 5 | 12 | 3 | 59 | 192 | 1129.47 | 28.7576 | 32480.7 | 1804.49 | 0.339336 | 71.1363 | 32.8615 | 103.998 | 18 | 1 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 181 | | NewKeyShortcutDlg | GetAccel() const | 0 | 19 | 19 | 0 | 0 | 4 | 0 | 35 | 117 | 600.126 | 16.5 | 9902.08 | 550.116 | 0.153708 | 89.115 | 0 | 89.115 | 6 | 1 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 201 | | NewKeyShortcutDlg | OnClear(wxCommandEvent &) [override] | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 21 | 39 | 171.3 | 5.25 | 899.327 | 49.9626 | 0.0310568 | 108.429 | 24.6875 | 133.117 | 5 | 0 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 211 | | NewKeyShortcutDlg | OnClearUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 23 | 41 | 185.466 | 6.875 | 1275.08 | 70.8377 | 0.0391956 | 116.848 | 0 | 116.848 | 5 | 0 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 217 | | NewKeyShortcutDlg | ~NewKeyShortcutDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 219 | | NewKeyShortcutDlg | GetSuggestions() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 63 | 306.053 | 10.1562 | 3108.35 | 172.686 | 0.0709957 | 101.931 | 0 | 101.931 | 9 | 1 |
| Plugin/Keyboard/newkeyshortcutdlg.cpp | 231 | | NewKeyShortcutDlg | OnSuggest(wxCommandEvent &) [override] | 1 | 9 | 9 | 1 | 0 | 2 | 1 | 30 | 63 | 309.134 | 7.33333 | 2266.98 | 125.944 | 0.0575234 | 105.129 | 24.6875 | 129.817 | 10 | 0 |
| Plugin/LSP/FileContentTracker.cpp | 11 | | FileContentTracker | exists(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 27 | 118.593 | 7.33333 | 869.679 | 48.3155 | 0.0303705 | 119.863 | 0 | 119.863 | 1 | 2 |
| Plugin/LSP/FileContentTracker.cpp | 17 | | FileContentTracker | erase(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 31 | 60 | 297.252 | 15.2308 | 4527.37 | 251.521 | 0.0912241 | 105.103 | 0 | 105.103 | 7 | 3 |
| Plugin/LSP/FileContentTracker.cpp | 27 | | FileContentTracker | changes_from(const wxString &, const wxString &) | 2 | 54 | 50 | 2 | 3 | 6 | 3 | 79 | 313 | 1973.08 | 31.6415 | 62431.3 | 3468.41 | 0.524583 | 65.5442 | 14.6873 | 80.2315 | 47 | 1 |
| Plugin/LSP/FileContentTracker.cpp | 82 | | FileContentTracker | find(const wxString &, FileState **) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 35 | 65 | 333.403 | 16.5 | 5501.16 | 305.62 | 0.103876 | 102.799 | 0 | 102.799 | 4 | 3 |
| Plugin/LSP/FileContentTracker.cpp | 93 | | FileContentTracker | update_content(const wxString &, const wxString &) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 29 | 66 | 320.627 | 15 | 4809.4 | 267.189 | 0.0949743 | 100.279 | 0 | 100.279 | 6 | 1 |
| Plugin/LSP/FileContentTracker.cpp | 106 | | FileContentTracker | get_last_content(const wxString &, wxString *) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 106.876 | 0 | 106.876 | 2 | 1 |
| Plugin/LSP/LSPDetectorManager.cpp | 14 | | LSPDetectorManager | LSPDetectorManager() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 22 | 142 | 633.239 | 13.4286 | 8503.5 | 472.417 | 0.138871 | 96.9701 | 0 | 96.9701 | 27 | 3 |
| Plugin/LSP/LSPDetectorManager.cpp | 27 | | LSPDetectorManager | Scan(std::vector<LSPDetector::Ptr_t> &) | 1 | 14 | 12 | 1 | 1 | 3 | 2 | 36 | 82 | 423.934 | 12 | 5087.21 | 282.623 | 0.0985973 | 96.0995 | 20.1155 | 116.215 | 26 | 3 |
| Plugin/LSP/LSPManager.cpp | 129 | LSP | Manager | Manager() | 0 | 40 | 35 | 1 | 4 | 1 | 0 | 84 | 492 | 3145.02 | 13.8333 | 43506.1 | 2417.01 | 0.412331 | 69.1316 | 12.1253 | 81.2569 | 53 | 1 |
| Plugin/LSP/LSPManager.cpp | 170 | LSP | Manager | ~Manager() [override] | 0 | 38 | 35 | 0 | 3 | 2 | 1 | 76 | 444 | 2774.08 | 16.4839 | 45727.6 | 2540.42 | 0.42625 | 70.3851 | 0 | 70.3851 | 43 | 0 |
| Plugin/LSP/LSPManager.cpp | 209 | LSP | Manager | [static] GetInstance() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 30 |
| Plugin/LSP/LSPManager.cpp | 215 | LSP | Manager | Initialise() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 1 |
| Plugin/LSP/LSPManager.cpp | 221 | LSP | Manager | ShowOutlineView(IEditor *) | 1 | 18 | 16 | 1 | 1 | 3 | 1 | 52 | 115 | 655.551 | 14.2258 | 9325.74 | 518.096 | 0.147684 | 89.7615 | 17.8544 | 107.616 | 18 | 1 |
| Plugin/LSP/LSPManager.cpp | 240 | LSP | Manager | CodeComplete(IEditor *, LSP::CompletionItem::eTriggerKind) | 2 | 26 | 23 | 1 | 2 | 5 | 2 | 60 | 183 | 1080.96 | 15 | 16214.4 | 900.801 | 0.21354 | 80.7437 | 14.9585 | 95.7021 | 24 | 5 |
| Plugin/LSP/LSPManager.cpp | 267 | LSP | Manager | FindDeclaration(IEditor *) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 36 | 78 | 403.254 | 14 | 5645.56 | 313.642 | 0.105686 | 97.5601 | 0 | 97.5601 | 12 | 1 |
| Plugin/LSP/LSPManager.cpp | 281 | LSP | Manager | FindSymbol(IEditor *) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 36 | 91 | 470.463 | 10.8182 | 5089.56 | 282.753 | 0.0986277 | 92.6426 | 18.3478 | 110.99 | 14 | 3 |
| Plugin/LSP/LSPManager.cpp | 299 | LSP | Manager | FunctionCalltip(IEditor *) | 1 | 16 | 14 | 1 | 1 | 3 | 1 | 40 | 102 | 542.837 | 11.4 | 6188.34 | 343.797 | 0.112356 | 92.6507 | 18.8844 | 111.535 | 16 | 1 |
| Plugin/LSP/LSPManager.cpp | 316 | LSP | Manager | HoverTip(IEditor *) | 1 | 18 | 17 | 0 | 1 | 3 | 1 | 38 | 104 | 545.784 | 11.7391 | 6407.03 | 355.946 | 0.114987 | 90.7144 | 0 | 90.7144 | 15 | 1 |
| Plugin/LSP/LSPManager.cpp | 335 | LSP | Manager | SemanticTokens(IEditor *) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 33 | 76 | 383.374 | 10.6842 | 4096.05 | 227.558 | 0.085334 | 95.7347 | 0 | 95.7347 | 12 | 1 |
| Plugin/LSP/LSPManager.cpp | 351 | LSP | Manager | WorkspaceSymbols(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 22 | 34 | 151.621 | 5.53846 | 839.745 | 46.6525 | 0.0296695 | 115.632 | 0 | 115.632 | 4 | 1 |
| Plugin/LSP/LSPManager.cpp | 358 | LSP | Manager | FindHeaderFile(IEditor *) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 12 | 5087.21 | 282.623 | 0.0985973 | 97.53 | 0 | 97.53 | 12 | 1 |
| Plugin/LSP/LSPManager.cpp | 372 | LSP | Manager | RequestSymbolsForEditor(IEditor *, std::function<void (const LSPEvent &)>) | 2 | 10 | 10 | 0 | 0 | 1 | 1 | 42 | 88 | 474.524 | 10 | 4745.24 | 263.624 | 0.0941277 | 101.424 | 0 | 101.424 | 12 | 4 |
| Plugin/LSP/LSPManager.cpp | 383 | LSP | Manager | Reload(const std::unordered_set<wxString> &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 28 | 47 | 225.946 | 7.36667 | 1664.47 | 92.4704 | 0.0468161 | 103.509 | 22.5149 | 126.023 | 6 | 7 |
| Plugin/LSP/LSPManager.cpp | 395 | LSP | Manager | GetServerForEditor(IEditor *) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 50 | 242.899 | 12.0417 | 2924.91 | 162.495 | 0.0681742 | 106.153 | 0 | 106.153 | 5 | 14 |
| Plugin/LSP/LSPManager.cpp | 405 | LSP | Manager | OnSymbolFound(LSPEvent &) | 1 | 67 | 53 | 8 | 6 | 8 | 2 | 111 | 488 | 3315.67 | 27 | 89523.2 | 4973.51 | 0.667067 | 58.8906 | 25.5058 | 84.3964 | 104 | 2 |
| Plugin/LSP/LSPManager.cpp | 473 | LSP | Manager | OnLSPInitialized(LSPEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 28 | 55 | 264.405 | 7.875 | 2082.19 | 115.677 | 0.0543532 | 102.691 | 22.5149 | 125.206 | 7 | 2 |
| Plugin/LSP/LSPManager.cpp | 485 | LSP | Manager | OnSignatureHelp(LSPEvent &) | 1 | 16 | 12 | 1 | 3 | 2 | 1 | 39 | 78 | 412.261 | 10.4348 | 4301.86 | 238.992 | 0.088169 | 94.3114 | 18.8844 | 113.196 | 8 | 2 |
| Plugin/LSP/LSPManager.cpp | 502 | LSP | Manager | OnHover(LSPEvent &) | 1 | 36 | 28 | 4 | 4 | 7 | 2 | 60 | 203 | 1199.1 | 16.6829 | 20004.5 | 1111.36 | 0.245639 | 74.4725 | 24.6875 | 99.16 | 30 | 2 |
| Plugin/LSP/LSPManager.cpp | 539 | LSP | Manager | OnMethodNotFound(LSPEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/LSP/LSPManager.cpp | 541 | LSP | Manager | OnCompletionReady(LSPEvent &) | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 41 | 89 | 476.822 | 10.3846 | 4951.61 | 275.09 | 0.0968374 | 96.9187 | 0 | 96.9187 | 9 | 2 |
| Plugin/LSP/LSPManager.cpp | 555 | LSP | Manager | OnReparseNeeded(LSPEvent &) | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 31 | 65 | 322.023 | 9.88235 | 3182.34 | 176.797 | 0.0721179 | 98.9598 | 0 | 98.9598 | 9 | 2 |
| Plugin/LSP/LSPManager.cpp | 569 | LSP | Manager | OnSemanticTokens(LSPEvent &) | 1 | 90 | 75 | 5 | 10 | 18 | 3 | 121 | 614 | 4248.18 | 32.5684 | 138357 | 7686.48 | 0.891686 | 50.521 | 17.8544 | 68.3754 | 176 | 2 |
| Plugin/LSP/LSPManager.cpp | 660 | LSP | Manager | OnRestartNeeded(LSPEvent &) | 1 | 29 | 21 | 7 | 3 | 4 | 1 | 52 | 157 | 894.969 | 17.8125 | 15941.6 | 885.646 | 0.211138 | 80.1865 | 34.4868 | 114.673 | 32 | 2 |
| Plugin/LSP/LSPManager.cpp | 690 | LSP | Manager | GetServerByName(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 41 | 187.983 | 10.5 | 1973.83 | 109.657 | 0.0524507 | 111.787 | 0 | 111.787 | 4 | 7 |
| Plugin/LSP/LSPManager.cpp | 698 | LSP | Manager | RestartServer(const wxString &) | 1 | 26 | 17 | 7 | 2 | 3 | 2 | 40 | 104 | 553.481 | 11.1 | 6143.63 | 341.313 | 0.111814 | 84.6845 | 36.0012 | 120.686 | 20 | 3 |
| Plugin/LSP/LSPManager.cpp | 725 | LSP | Manager | StartServer(const LanguageServerEntry &) | 1 | 197 | 156 | 13 | 28 | 31 | 5 | 196 | 1267 | 9647.84 | 37.5958 | 362718 | 20151 | 1.69535 | 30.5748 | 19.3771 | 49.9519 | 354 | 4 |
| Plugin/LSP/LSPManager.cpp | 923 | LSP | Manager | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 13 | 10 | 1 | 2 | 1 | 1 | 33 | 58 | 292.575 | 7.15 | 2091.91 | 116.217 | 0.0545223 | 99.6885 | 20.8285 | 120.517 | 12 | 2 |
| Plugin/LSP/LSPManager.cpp | 937 | LSP | Manager | OnWorkspaceOpen(clWorkspaceEvent &) | 1 | 13 | 10 | 1 | 2 | 1 | 1 | 29 | 54 | 262.331 | 6.70588 | 1759.16 | 97.7311 | 0.0485753 | 100.256 | 20.8285 | 121.084 | 13 | 2 |
| Plugin/LSP/LSPManager.cpp | 951 | LSP | Manager | SetWorkspaceType(FileExtManager::FileType) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 5 | 691.508 | 38.4171 | 0.0260662 | 119.064 | 0 | 119.064 | 9 | 1 |
| Plugin/LSP/LSPManager.cpp | 957 | LSP | Manager | StopAll(const std::unordered_set<wxString> &) | 1 | 26 | 21 | 4 | 1 | 5 | 3 | 48 | 137 | 765.14 | 15.3 | 11706.6 | 650.369 | 0.171857 | 82.5405 | 28.5467 | 111.087 | 35 | 13 |
| Plugin/LSP/LSPManager.cpp | 984 | LSP | Manager | StartAll(const std::unordered_set<wxString> &) | 1 | 25 | 22 | 2 | 1 | 7 | 4 | 49 | 169 | 948.886 | 18.5806 | 17630.9 | 979.495 | 0.225802 | 81.5967 | 21.2145 | 102.811 | 29 | 11 |
| Plugin/LSP/LSPManager.cpp | 1010 | LSP | Manager | LSPSignatureHelpToTagEntries(TagEntryPtrVector_t &, const LSP::SignatureHelp &) | 2 | 23 | 22 | 1 | 1 | 4 | 2 | 55 | 178 | 1029.08 | 16.2973 | 16771.3 | 931.736 | 0.218402 | 83.2156 | 15.872 | 99.0876 | 28 | 1 |
| Plugin/LSP/LSPManager.cpp | 1034 | LSP | Manager | OnCompileCommandsGenerated(clCommandEvent &) | 1 | 7 | 7 | 1 | 0 | 1 | 0 | 25 | 52 | 241.481 | 7.07143 | 1707.61 | 94.8673 | 0.0476217 | 110.715 | 27.6325 | 138.347 | 11 | 2 |
| Plugin/LSP/LSPManager.cpp | 1042 | LSP | Manager | OnOulineViewSymbols(LSPEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 27 | 80 | 380.391 | 9.28125 | 3530.5 | 196.139 | 0.0772864 | 100.8 | 22.5149 | 123.315 | 19 | 2 |
| Plugin/LSP/LSPManager.cpp | 1054 | LSP | Manager | ShowQuickOutlineDialog(const LSPEvent &) | 1 | 12 | 11 | 1 | 0 | 3 | 1 | 31 | 70 | 346.794 | 10.3125 | 3576.31 | 198.684 | 0.0779535 | 99.6411 | 21.6227 | 121.264 | 8 | 2 |
| Plugin/LSP/LSPManager.cpp | 1067 | LSP | Manager | OnShowQuickOutlineDlg(LSPEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/LSP/LSPManager.cpp | 1069 | LSP | Manager | OnSetDiagnostics(LSPEvent &) | 1 | 27 | 24 | 2 | 1 | 7 | 3 | 61 | 200 | 1186.15 | 19.7436 | 23418.8 | 1301.04 | 0.272849 | 79.1894 | 20.4627 | 99.6522 | 38 | 2 |
| Plugin/LSP/LSPManager.cpp | 1097 | LSP | Manager | OnClearDiagnostics(LSPEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 110.163 | 0 | 110.163 | 3 | 2 |
| Plugin/LSP/LSPManager.cpp | 1106 | LSP | Manager | ClearAllDiagnostics() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 7 | 1149.63 | 63.8685 | 0.0365807 | 110.326 | 0 | 110.326 | 5 | 2 |
| Plugin/LSP/LSPManager.cpp | 1115 | LSP | Manager | ClearRestartCounters() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/LSP/LSPManager.cpp | 1117 | LSP | Manager | OnBuildEnded(clBuildEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/LSP/LSPManager.cpp | 1119 | LSP | Manager | StopServer(const wxString &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 30 | 54 | 264.972 | 9.1875 | 2434.43 | 135.246 | 0.0603222 | 101.27 | 21.6227 | 122.893 | 13 | 2 |
| Plugin/LSP/LSPManager.cpp | 1132 | LSP | Manager | DeleteServer(const wxString &) | 1 | 7 | 6 | 2 | 0 | 1 | 0 | 19 | 38 | 161.421 | 5.45455 | 880.48 | 48.9155 | 0.0306214 | 112.809 | 36.8317 | 149.641 | 5 | 1 |
| Plugin/LSP/LSPManager.cpp | 1140 | LSP | Manager | StartServer(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 7.33333 | 1426.43 | 79.2461 | 0.0422389 | 109.446 | 0 | 109.446 | 5 | 0 |
| Plugin/LSP/LSPManager.cpp | 1149 | LSP | Manager | GetEditorFilePath(IEditor *) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 7.8 | 1495.69 | 83.0941 | 0.0435954 | 109.521 | 0 | 109.521 | 4 | 0 |
| Plugin/LSP/LSPManager.cpp | 1158 | LSP | Manager | FindEditor(const LSPEvent &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 6.875 | 802.711 | 44.595 | 0.0287906 | 146.017 | 0 | 146.017 | 3 | 2 |
| Plugin/LSP/LSPManager.cpp | 1160 | LSP | Manager | FindEditor(const wxString &) const | 1 | 12 | 12 | 0 | 0 | 4 | 2 | 32 | 74 | 370 | 14.7333 | 5451.33 | 302.852 | 0.103248 | 99.0743 | 0 | 99.0743 | 9 | 2 |
| Plugin/LSP/LSPManager.cpp | 1173 | LSP | Manager | GetServerForLanguage(const wxString &) | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 30 | 57 | 279.693 | 12.5714 | 3516.14 | 195.341 | 0.0770766 | 103.483 | 0 | 103.483 | 7 | 4 |
| Plugin/LSP/LSPManager.cpp | 1184 | LSP | Manager | GetServerForFileType(FileExtManager::FileType) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 7.33333 | 1426.43 | 79.2461 | 0.0422389 | 109.446 | 0 | 109.446 | 4 | 1 |
| Plugin/LSP/LSPManager.cpp | 1193 | LSP | Manager | OnLogMessage(LSPEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| Plugin/LSP/LSPManager.cpp | 1199 | LSP | Manager | OnDocumentSymbolsForHighlight(LSPEvent &) | 1 | 48 | 47 | 0 | 1 | 19 | 2 | 72 | 294 | 1813.96 | 22.8529 | 41454.3 | 2303.02 | 0.399262 | 64.8996 | 0 | 64.8996 | 78 | 2 |
| Plugin/LSP/LSPManager.cpp | 1248 | LSP | Manager | OnOpenResource(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/LSP/LSPManager.cpp | 1254 | LSP | Manager | DiscoverWorkspaceType() | 0 | 87 | 71 | 6 | 11 | 12 | 4 | 104 | 429 | 2874.49 | 30.5789 | 87898.8 | 4883.27 | 0.658973 | 54.4814 | 19.7854 | 74.2668 | 56 | 3 |
| Plugin/LSP/LSPManager.cpp | 1342 | LSP | Manager | OnEditorClosed(clCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.88889 | 559.528 | 31.0849 | 0.0226339 | 117.095 | 29.5564 | 146.651 | 3 | 2 |
| Plugin/LSP/LSPManager.cpp | 1349 | LSP | Manager | OnActiveEditorChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/LSP/LSPManager.cpp | 1355 | LSP | Manager | UpdateNavigationBar() | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 33 | 75 | 378.33 | 9.1 | 3442.8 | 191.267 | 0.0760011 | 98.1218 | 0 | 98.1218 | 9 | 2 |
| Plugin/LSP/LSPManager.cpp | 1369 | LSP | Manager | OnWorkspaceScanCompleted(clWorkspaceEvent &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 29 | 61 | 296.337 | 7.41176 | 2196.38 | 122.021 | 0.0563227 | 100.689 | 0 | 100.689 | 18 | 2 |
| Plugin/LSP/LSPManager.cpp | 1382 | LSP | Manager | OnMarginClicked(clEditorEvent &) | 1 | 18 | 14 | 1 | 3 | 2 | 1 | 37 | 92 | 479.27 | 16.8889 | 8094.33 | 449.685 | 0.134379 | 91.6202 | 17.8544 | 109.475 | 10 | 2 |
| Plugin/LSP/LSPManager.cpp | 1401 | LSP | Manager | OnCodeActionAvailable(LSPEvent &) | 1 | 52 | 41 | 4 | 8 | 6 | 2 | 87 | 346 | 2229.26 | 23.2381 | 51803.7 | 2877.98 | 0.463219 | 65.5208 | 20.8285 | 86.3493 | 61 | 2 |
| Plugin/LSP/LSPManager.cpp | 1454 | LSP | Manager | OnApplyEdits(LSPEvent &) | 1 | 59 | 45 | 7 | 8 | 11 | 2 | 92 | 331 | 2159.3 | 23.625 | 51013.4 | 2834.08 | 0.458496 | 62.4907 | 25.4325 | 87.9232 | 59 | 2 |
| Plugin/LSP/LSPManager.cpp | 1514 | LSP | Manager | OnFileSaved(clCommandEvent &) | 1 | 14 | 11 | 2 | 1 | 4 | 2 | 35 | 77 | 394.955 | 9 | 3554.59 | 197.477 | 0.0776376 | 96.2377 | 27.6325 | 123.87 | 23 | 2 |
| Plugin/LSP/LSPManager.cpp | 1529 | LSP | Manager | OnGoinDown(clCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 25 | 47 | 218.261 | 8.125 | 1773.37 | 98.5207 | 0.0488366 | 103.688 | 0 | 103.688 | 4 | 2 |
| Plugin/LSP/LSPManager.cpp | 1541 | LSP | Manager | OnFindSymbol(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 112.557 | 0 | 112.557 | 4 | 1 |
| Plugin/LSP/LSPManager.cpp | 1549 | LSP | Manager | OnRenameSymbol(wxCommandEvent &) | 1 | 11 | 9 | 0 | 2 | 1 | 1 | 28 | 61 | 293.249 | 8.08824 | 2371.86 | 131.77 | 0.0592842 | 102.383 | 0 | 102.383 | 8 | 1 |
| Plugin/LSP/LSPManager.cpp | 1561 | LSP | Manager | OnFindReferences(wxCommandEvent &) | 1 | 11 | 9 | 0 | 2 | 1 | 1 | 25 | 53 | 246.124 | 7.33333 | 1804.91 | 100.273 | 0.0494139 | 103.294 | 0 | 103.294 | 7 | 1 |
| Plugin/LSP/LSPManager.cpp | 49 | LSP::{anonymous} | | compare_file_name(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 42 | 192.568 | 9.5 | 1829.4 | 101.633 | 0.0498599 | 109.729 | 0 | 109.729 | 1 | 2 |
| Plugin/LSP/LSPManager.cpp | 59 | LSP::{anonymous} | | json_get_server_config(JSON *, const wxString &) | 2 | 17 | 17 | 0 | 0 | 4 | 2 | 43 | 108 | 586.037 | 20.4286 | 11971.9 | 665.105 | 0.174443 | 91.0404 | 0 | 91.0404 | 14 | 5 |
| Plugin/LSP/LSPManager.cpp | 77 | LSP::{anonymous} | | json_get_server_config_command(JSON *, const wxString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 48 | 230.753 | 10.3846 | 2396.28 | 133.127 | 0.0596903 | 108.558 | 0 | 108.558 | 6 | 1 |
| Plugin/LSP/LSPManager.cpp | 86 | LSP::{anonymous} | | json_get_server_config_command_array(JSON *, const wxString &) | 2 | 12 | 11 | 0 | 1 | 4 | 1 | 31 | 73 | 361.656 | 12.2667 | 4436.32 | 246.462 | 0.0899968 | 99.1929 | 0 | 99.1929 | 12 | 1 |
| Plugin/LSP/LSPManager.cpp | 99 | LSP::{anonymous} | | json_get_server_config_working_directory(JSON *, const wxString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 48 | 230.753 | 10.3846 | 2396.28 | 133.127 | 0.0596903 | 108.558 | 0 | 108.558 | 6 | 1 |
| Plugin/LSP/LSPManager.cpp | 108 | LSP::{anonymous} | | json_get_server_config_env(JSON *, const wxString &) | 2 | 18 | 17 | 0 | 1 | 3 | 1 | 44 | 121 | 660.591 | 16.9615 | 11204.6 | 622.48 | 0.166908 | 89.7217 | 0 | 89.7217 | 17 | 1 |
| Plugin/LSP/LSPManager.cpp | 45 | LSP::{anonymous} | SymbolClientData | SymbolClientData(const LSP::Location &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 1 | 1 |
| Plugin/LSP/LSPNetwork.cpp | 8 | | LSPNetwork | wrap_with_quotes(wxString &) | 1 | 7 | 7 | 0 | 0 | 5 | 1 | 24 | 61 | 279.683 | 11 | 3076.51 | 170.917 | 0.07051 | 109.031 | 0 | 109.031 | 10 | 2 |
| Plugin/LSP/LSPNetwork.cpp | 16 | | LSPNetwork | BuildCommand(const wxArrayString &) | 1 | 17 | 15 | 1 | 1 | 3 | 1 | 34 | 82 | 417.172 | 16.5 | 6883.34 | 382.408 | 0.120618 | 93.0378 | 18.3478 | 111.386 | 13 | 1 |
| Plugin/LSP/LSPNetwork.cpp | 34 | | LSPNetwork | LogMessage(int, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 40 | 180.942 | 6.10714 | 1105.04 | 61.3912 | 0.0356285 | 112.216 | 0 | 112.216 | 5 | 0 |
| Plugin/LSP/LSPNetwork.cpp | 42 | | LSPNetwork | NotifyError(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.09091 | 648.774 | 36.043 | 0.0249809 | 116.536 | 0 | 116.536 | 4 | 0 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 9 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 14 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 11 | | LSPNetworkRemoteSTDIO | LSPNetworkRemoteSTDIO() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 13 | 41.209 | 4 | 164.836 | 9.15756 | 0.0100211 | 151.433 | 0 | 151.433 | 1 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 12 | | LSPNetworkRemoteSTDIO | ~LSPNetworkRemoteSTDIO() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 14 | | LSPNetworkRemoteSTDIO | Close() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 15 | | LSPNetworkRemoteSTDIO | Open(const LSPStartupInfo &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 113.236 | 26.0372 | 139.273 | 3 | 0 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 24 | | LSPNetworkRemoteSTDIO | DoClose() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 24 | 93.7654 | 7 | 656.358 | 36.4643 | 0.0251752 | 115.404 | 0 | 115.404 | 5 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 32 | | LSPNetworkRemoteSTDIO | DoStartRemoteProcess() | 0 | 25 | 22 | 0 | 3 | 3 | 1 | 53 | 179 | 1025.3 | 14.9189 | 15296.3 | 849.796 | 0.205402 | 82.114 | 0 | 82.114 | 54 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 58 | | LSPNetworkRemoteSTDIO | Send(const std::string &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 7.875 | 2157.9 | 119.883 | 0.055663 | 105.756 | 0 | 105.756 | 19 | 0 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 68 | | LSPNetworkRemoteSTDIO | IsConnected() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4.5 | 239.863 | 13.3257 | 0.0128683 | 150.095 | 0 | 150.095 | 1 | 0 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 70 | | LSPNetworkRemoteSTDIO | OnProcessTerminated(clProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 1 | 29 | 60 | 291.479 | 5.175 | 1508.4 | 83.8002 | 0.043842 | 107.573 | 0 | 107.573 | 23 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 79 | | LSPNetworkRemoteSTDIO | OnProcessOutput(clProcessEvent &) | 1 | 12 | 10 | 0 | 2 | 1 | 1 | 32 | 71 | 355 | 7.04545 | 2501.14 | 138.952 | 0.0614191 | 99.9795 | 0 | 99.9795 | 15 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 92 | | LSPNetworkRemoteSTDIO | OnProcessStderr(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 1 | 19 | 28 | 118.942 | 4.95 | 588.763 | 32.709 | 0.0234156 | 123.463 | 0 | 123.463 | 10 | 1 |
| Plugin/LSP/LSPNetworkRemoteSTDIO.cpp | 97 | | LSPNetworkRemoteSTDIO | BindEvents() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 32 | 81 | 405 | 12.5 | 5062.5 | 281.25 | 0.0982778 | 97.5376 | 0 | 97.5376 | 14 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 12 | | LSPNetworkSTDIO | LSPNetworkSTDIO() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 13 | 41.209 | 4 | 164.836 | 9.15756 | 0.0100211 | 151.433 | 0 | 151.433 | 1 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 14 | | LSPNetworkSTDIO | ~LSPNetworkSTDIO() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 16 | | LSPNetworkSTDIO | Close() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 1 | 2 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 18 | | LSPNetworkSTDIO | Open(const LSPStartupInfo &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 113.236 | 26.0372 | 139.273 | 3 | 0 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 27 | | LSPNetworkSTDIO | Send(const std::string &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 2 | 25 | 49 | 227.549 | 7.07143 | 1609.1 | 89.3942 | 0.045772 | 106.723 | 0 | 106.723 | 16 | 0 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 37 | | LSPNetworkSTDIO | IsConnected() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4.5 | 239.863 | 13.3257 | 0.0128683 | 150.095 | 0 | 150.095 | 0 | 0 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 39 | | LSPNetworkSTDIO | OnProcessTerminated(clProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 55 | 264.405 | 5.21053 | 1377.69 | 76.5382 | 0.0412711 | 108.08 | 0 | 108.08 | 22 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 48 | | LSPNetworkSTDIO | OnProcessOutput(clProcessEvent &) | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 31 | 68 | 336.885 | 7.14286 | 2406.32 | 133.685 | 0.059857 | 101.661 | 0 | 101.661 | 14 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 60 | | LSPNetworkSTDIO | OnProcessStderr(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5 | 521.241 | 28.9578 | 0.0215893 | 124.149 | 0 | 124.149 | 9 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 65 | | LSPNetworkSTDIO | DoStartLocalProcess() | 0 | 27 | 23 | 0 | 4 | 4 | 1 | 53 | 154 | 882.1 | 13.8857 | 12248.6 | 680.477 | 0.177121 | 81.4195 | 0 | 81.4195 | 44 | 1 |
| Plugin/LSP/LSPNetworkSTDIO.cpp | 93 | | LSPNetworkSTDIO | BindEvents() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 8.18182 | 1796.86 | 99.8254 | 0.0492668 | 113.706 | 0 | 113.706 | 3 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 9 | | LSPNetworkSocketClient | ~LSPNetworkSocketClient() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 11 | | LSPNetworkSocketClient | Close() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 6 | 907.605 | 50.4225 | 0.0312471 | 108.846 | 0 | 108.846 | 3 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 21 | | LSPNetworkSocketClient | IsConnected() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4.5 | 239.863 | 13.3257 | 0.0128683 | 150.095 | 0 | 150.095 | 1 | 0 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 22 | | LSPNetworkSocketClient | Open(const LSPStartupInfo &) [override] | 1 | 31 | 26 | 4 | 2 | 4 | 2 | 62 | 218 | 1298.01 | 16.5698 | 21507.8 | 1194.88 | 0.257796 | 77.1727 | 26.4103 | 103.583 | 30 | 0 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 54 | | LSPNetworkSocketClient | Send(const std::string &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 36 | 158.123 | 7.15 | 1130.58 | 62.8101 | 0.0361754 | 110.523 | 0 | 110.523 | 9 | 0 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 63 | | LSPNetworkSocketClient | OnSocketConnected(clCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 118.584 | 29.5564 | 148.14 | 3 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 70 | | LSPNetworkSocketClient | OnSocketConnectionLost(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.6 | 770.602 | 42.8112 | 0.0280177 | 116.137 | 0 | 116.137 | 5 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 77 | | LSPNetworkSocketClient | OnSocketConnectionError(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.6 | 770.602 | 42.8112 | 0.0280177 | 116.137 | 0 | 116.137 | 5 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 84 | | LSPNetworkSocketClient | OnSocketError(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.6 | 770.602 | 42.8112 | 0.0280177 | 116.137 | 0 | 116.137 | 5 | 1 |
| Plugin/LSP/LSPNetworkSocketClient.cpp | 91 | | LSPNetworkSocketClient | OnSocketData(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 6.6 | 1543.3 | 85.7388 | 0.0445156 | 108.719 | 0 | 108.719 | 7 | 1 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 22 | | LSPOutlineViewDlg | LSPOutlineViewDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 6 | 562.592 | 31.2551 | 0.0227165 | 118.131 | 0 | 118.131 | 3 | 1 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 29 | | LSPOutlineViewDlg | DoInitialise() | 0 | 103 | 93 | 4 | 7 | 23 | 4 | 141 | 752 | 5368.94 | 38.3273 | 205777 | 11432.1 | 1.16183 | 45.9678 | 15.0286 | 60.9964 | 123 | 2 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 133 | | LSPOutlineViewDlg | OnEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 139 | | LSPOutlineViewDlg | OnTextUpdated(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 40 | 104 | 553.481 | 13.3333 | 7379.74 | 409.986 | 0.126349 | 93.5952 | 0 | 93.5952 | 12 | 0 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 154 | | LSPOutlineViewDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 160 | | LSPOutlineViewDlg | OnKeyDown(wxKeyEvent &) [override] | 1 | 32 | 32 | 0 | 0 | 14 | 1 | 49 | 172 | 965.73 | 17.5862 | 16983.5 | 943.529 | 0.220241 | 75.8961 | 0 | 75.8961 | 13 | 0 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 193 | | LSPOutlineViewDlg | DoFindNext() | 0 | 21 | 19 | 0 | 2 | 3 | 2 | 41 | 126 | 675.052 | 13.8462 | 9346.87 | 519.27 | 0.147907 | 87.1118 | 0 | 87.1118 | 12 | 3 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 215 | | LSPOutlineViewDlg | DoFindPrev() | 0 | 21 | 19 | 0 | 2 | 3 | 2 | 39 | 116 | 613.107 | 14.0625 | 8621.81 | 478.99 | 0.140156 | 87.6123 | 0 | 87.6123 | 11 | 3 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 237 | | LSPOutlineViewDlg | OnListKeyDown(wxKeyEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 6.72222 | 1045.91 | 58.1059 | 0.0343458 | 110.608 | 0 | 110.608 | 3 | 0 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 246 | | LSPOutlineViewDlg | SetSymbols(const std::vector<SymbolInformation> &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 25 | 108.048 | 5.5 | 594.265 | 33.0147 | 0.0235613 | 120.348 | 0 | 120.348 | 2 | 1 |
| Plugin/LSP/LSPOutlineViewDlg.cpp | 252 | | LSPOutlineViewDlg | DoSelectionActivate() | 0 | 29 | 23 | 5 | 3 | 3 | 1 | 53 | 199 | 1139.86 | 19 | 21657.3 | 1203.18 | 0.258989 | 79.1588 | 29.9907 | 109.149 | 26 | 2 |
| Plugin/LSP/LanguageServerConfig.cpp | 7 | | LanguageServerConfig | LanguageServerConfig() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 5.33333 | 426.424 | 23.6902 | 0.0188845 | 118.96 | 0 | 118.96 | 4 | 1 |
| Plugin/LSP/LanguageServerConfig.cpp | 14 | | LanguageServerConfig | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| Plugin/LSP/LanguageServerConfig.cpp | 21 | | LanguageServerConfig | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 9 |
| Plugin/LSP/LanguageServerConfig.cpp | 28 | | LanguageServerConfig | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 30 |
| Plugin/LSP/LanguageServerConfig.cpp | 34 | | LanguageServerConfig | FromJSON(const JSONItem &) [override] | 1 | 15 | 15 | 0 | 0 | 3 | 2 | 40 | 113 | 601.378 | 12.6538 | 7609.74 | 422.764 | 0.128961 | 93.1636 | 0 | 93.1636 | 15 | 0 |
| Plugin/LSP/LanguageServerConfig.cpp | 50 | | LanguageServerConfig | ToJSON() const [override] | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 31 | 74 | 366.611 | 11.1944 | 4104 | 228 | 0.0854444 | 100.992 | 0 | 100.992 | 11 | 0 |
| Plugin/LSP/LanguageServerConfig.cpp | 62 | | LanguageServerConfig | AddServer(const LanguageServerEntry &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 6.3 | 963.43 | 53.5239 | 0.0325156 | 118.541 | 0 | 118.541 | 5 | 4 |
| Plugin/LSP/LanguageServerConfig.cpp | 68 | | LanguageServerConfig | RemoveServer(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 30 | 125.098 | 6 | 750.587 | 41.6993 | 0.0275304 | 116.402 | 0 | 116.402 | 2 | 4 |
| Plugin/LSP/LanguageServerConfig.cpp | 75 | | LanguageServerConfig | GetServer(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 45 | 208.974 | 9.23077 | 1928.99 | 107.166 | 0.0516533 | 109.074 | 0 | 109.074 | 4 | 0 |
| Plugin/LSP/LanguageServerConfig.cpp | 84 | | LanguageServerConfig | GetServer(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 9.45455 | 1690.6 | 93.9223 | 0.0473049 | 109.884 | 0 | 109.884 | 3 | 5 |
| Plugin/LSP/LanguageServerEntry.cpp | 85 | {anonymous} | | format_json_str(const wxString &, bool) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 24 | 58 | 265.928 | 8.46154 | 2250.16 | 125.009 | 0.0572384 | 101.022 | 0 | 101.022 | 7 | 2 |
| Plugin/LSP/LanguageServerEntry.cpp | 6 | | LanguageServerEntry | LanguageServerEntry() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 14 |
| Plugin/LSP/LanguageServerEntry.cpp | 11 | | LanguageServerEntry | [virtual] FromJSON(const JSONItem &) | 1 | 22 | 20 | 2 | 1 | 3 | 2 | 52 | 184 | 1048.88 | 13.2632 | 13911.5 | 772.86 | 0.192809 | 84.0666 | 22.5149 | 106.582 | 45 | 1 |
| Plugin/LSP/LanguageServerEntry.cpp | 34 | | LanguageServerEntry | [virtual] ToJSON() const | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 37 | 111 | 578.249 | 9.07407 | 5247.08 | 291.504 | 0.100652 | 93.8276 | 0 | 93.8276 | 22 | 1 |
| Plugin/LSP/LanguageServerEntry.cpp | 50 | | LanguageServerEntry | GetNetType() const | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 26 | 53 | 249.123 | 9 | 2242.11 | 124.562 | 0.0571018 | 104.545 | 0 | 104.545 | 6 | 1 |
| Plugin/LSP/LanguageServerEntry.cpp | 61 | | LanguageServerEntry | IsNull() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 4 |
| Plugin/LSP/LanguageServerEntry.cpp | 63 | | LanguageServerEntry | IsAutoRestart() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 7.33333 | 1109.29 | 61.6275 | 0.0357199 | 115.644 | 0 | 115.644 | 4 | 2 |
| Plugin/LSP/LanguageServerEntry.cpp | 70 | | LanguageServerEntry | GetCommand(bool) const | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 25 | 39 | 181.11 | 7.46429 | 1351.86 | 75.1033 | 0.0407536 | 114.478 | 0 | 114.478 | 2 | 6 |
| Plugin/LSP/LanguageServerEntry.cpp | 77 | | LanguageServerEntry | SetCommand(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5 | 669.899 | 37.2166 | 0.0255202 | 119.229 | 0 | 119.229 | 3 | 3 |
| Plugin/LSP/LanguageServerEntry.cpp | 99 | | LanguageServerEntry | SetInitOptions(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5.625 | 492.572 | 27.3651 | 0.0207902 | 147.513 | 0 | 147.513 | 2 | 2 |
| Plugin/LSP/LanguageServerEntry.cpp | 101 | | LanguageServerEntry | GetInitOptions() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 2 |
| Plugin/LSP/LanguageServerLogView.cpp | 8 | | LanguageServerLogView | LanguageServerLogView(wxWindow *) | 1 | 18 | 17 | 1 | 0 | 1 | 2 | 37 | 100 | 520.945 | 11.9318 | 6215.83 | 345.324 | 0.112688 | 91.4166 | 17.8544 | 109.271 | 10 | 1 |
| Plugin/LSP/LanguageServerLogView.cpp | 27 | | LanguageServerLogView | ~LanguageServerLogView() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/LSP/LanguageServerLogView.cpp | 32 | | LanguageServerLogView | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 2 |
| Plugin/LSP/LanguageServerPage.cpp | 12 | | LanguageServerPage | LanguageServerPage(wxWindow *, const LanguageServerEntry &) | 2 | 22 | 19 | 0 | 3 | 2 | 1 | 55 | 166 | 959.706 | 13.1282 | 12599.2 | 699.956 | 0.180485 | 84.7587 | 0 | 84.7587 | 26 | 2 |
| Plugin/LSP/LanguageServerPage.cpp | 35 | | LanguageServerPage | LanguageServerPage(wxWindow *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 51 | 239.722 | 8.57143 | 2054.76 | 114.154 | 0.0538749 | 106.452 | 0 | 106.452 | 9 | 1 |
| Plugin/LSP/LanguageServerPage.cpp | 45 | | LanguageServerPage | GetData() const | 0 | 14 | 13 | 1 | 0 | 1 | 0 | 33 | 101 | 509.484 | 7.125 | 3630.07 | 201.671 | 0.0787328 | 95.6036 | 20.1155 | 115.719 | 18 | 2 |
| Plugin/LSP/LanguageServerPage.cpp | 60 | | LanguageServerPage | GetLanguages() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 6.66667 | 1070.26 | 59.4591 | 0.034877 | 112.838 | 0 | 112.838 | 6 | 1 |
| Plugin/LSP/LanguageServerPage.cpp | 68 | | LanguageServerPage | OnSuggestLanguages(wxCommandEvent &) [override] | 1 | 21 | 19 | 0 | 2 | 4 | 1 | 52 | 116 | 661.251 | 13.8182 | 9137.29 | 507.627 | 0.145688 | 86.9892 | 0 | 86.9892 | 16 | 0 |
| Plugin/LSP/LanguageServerPage.cpp | 89 | | LanguageServerPage | OnCommandUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| Plugin/LSP/LanguageServerPage.cpp | 90 | | LanguageServerPage | OnBrowseWD(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 64 | 322.841 | 10 | 3228.41 | 179.356 | 0.0728123 | 103.197 | 0 | 103.197 | 7 | 0 |
| Plugin/LSP/LanguageServerPage.cpp | 101 | | LanguageServerPage | ValidateData(wxString *) const | 1 | 22 | 18 | 1 | 3 | 4 | 1 | 36 | 112 | 579.032 | 12.4 | 7179.99 | 398.888 | 0.124059 | 86.9261 | 16.2158 | 103.142 | 14 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 378 | {anonymous} | | GetFileRange(wxStyledTextCtrl *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 65 | 305.529 | 11 | 3360.81 | 186.712 | 0.0747897 | 107.328 | 0 | 107.328 | 6 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 983 | | LSPRequestMessageQueue | Push(LSP::MessageWithParams::Ptr_t) | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 29 | 59 | 286.621 | 10.7333 | 3076.4 | 170.911 | 0.0705083 | 103.816 | 23.5268 | 127.342 | 6 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 994 | | LSPRequestMessageQueue | Pop() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 30 | 122.624 | 5.71429 | 700.708 | 38.9282 | 0.0262968 | 114.009 | 0 | 114.009 | 3 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1002 | | LSPRequestMessageQueue | Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 39 | 162.627 | 7.5 | 1219.7 | 67.7613 | 0.0380524 | 112.541 | 0 | 112.541 | 4 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1010 | | LSPRequestMessageQueue | Clear() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 5.55556 | 849.586 | 47.1992 | 0.0299008 | 110.697 | 0 | 110.697 | 4 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1019 | | LSPRequestMessageQueue | Move(LSPRequestMessageQueue &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 23 | 56 | 253.319 | 8.70833 | 2205.99 | 122.555 | 0.0564869 | 104.458 | 0 | 104.458 | 6 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1030 | | LSPRequestMessageQueue | TakePendingReplyMessage(int) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 27 | 79 | 375.636 | 15.6154 | 5865.7 | 325.872 | 0.108416 | 99.2257 | 0 | 99.2257 | 8 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 49 | | LanguageServerProtocol | LanguageServerProtocol(const wxString &, eNetworkType, wxEvtHandler *) | 3 | 33 | 31 | 1 | 1 | 6 | 1 | 66 | 290 | 1752.87 | 22.1667 | 38855.4 | 2158.63 | 0.382396 | 74.1377 | 13.3211 | 87.4589 | 32 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 83 | | LanguageServerProtocol | ~LanguageServerProtocol() [override] | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 28 | 120 | 576.883 | 12.6176 | 7278.9 | 404.383 | 0.125196 | 98.8644 | 0 | 98.8644 | 13 | 0 |
| Plugin/LSP/LanguageServerProtocol.cpp | 95 | | LanguageServerProtocol | [static] GetLanguageId(FileExtManager::FileType) | 1 | 43 | 43 | 0 | 0 | 20 | 1 | 54 | 169 | 972.576 | 8.05814 | 7837.15 | 435.397 | 0.131518 | 69.6928 | 0 | 69.6928 | 18 | 3 |
| Plugin/LSP/LanguageServerProtocol.cpp | 139 | | LanguageServerProtocol | [static] GetLanguageId(IEditor *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 51 | 242.499 | 10.2308 | 2480.95 | 137.831 | 0.0610883 | 106.392 | 0 | 106.392 | 5 | 8 |
| Plugin/LSP/LanguageServerProtocol.cpp | 149 | | LanguageServerProtocol | [static] GetSupportedLanguages() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 67 | 120 | 727.931 | 5 | 3639.65 | 202.203 | 0.0788713 | 93.7482 | 0 | 93.7482 | 1 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 164 | | LanguageServerProtocol | QueueMessage(LSP::MessageWithParams::Ptr_t) | 1 | 18 | 16 | 1 | 1 | 5 | 2 | 40 | 111 | 590.734 | 13.6739 | 8077.65 | 448.758 | 0.134195 | 89.8429 | 17.8544 | 107.697 | 28 | 18 |
| Plugin/LSP/LanguageServerProtocol.cpp | 183 | | LanguageServerProtocol | DoStart() | 0 | 23 | 20 | 2 | 1 | 3 | 1 | 47 | 133 | 738.76 | 12.75 | 9419.19 | 523.289 | 0.148669 | 85.1691 | 22.0554 | 107.224 | 54 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 207 | | LanguageServerProtocol | Start(const LSPStartupInfo &, const clEnvList_t &, const wxString &, const wxString &, const wxArrayString &) | 5 | 20 | 18 | 0 | 2 | 2 | 1 | 38 | 91 | 477.561 | 9.62 | 4594.14 | 255.23 | 0.0921188 | 89.9319 | 0 | 89.9319 | 11 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 228 | | LanguageServerProtocol | Start() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 24 | 91.3765 | 4.5 | 411.194 | 22.8441 | 0.0184322 | 115.538 | 0 | 115.538 | 2 | 14 |
| Plugin/LSP/LanguageServerProtocol.cpp | 236 | | LanguageServerProtocol | DoClear() | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 24 | 44 | 201.738 | 5.1 | 1028.87 | 57.1592 | 0.0339717 | 104.328 | 22.5149 | 126.843 | 5 | 4 |
| Plugin/LSP/LanguageServerProtocol.cpp | 248 | | LanguageServerProtocol | IsRunning() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 2 | 7 |
| Plugin/LSP/LanguageServerProtocol.cpp | 250 | | LanguageServerProtocol | CanHandle(IEditor *) const | 1 | 6 | 5 | 1 | 0 | 2 | 0 | 25 | 34 | 157.891 | 6.92308 | 1093.09 | 60.7274 | 0.0353712 | 115.192 | 29.5564 | 144.748 | 3 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 257 | | LanguageServerProtocol | CanHandle(FileExtManager::FileType) const | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 35 | 162.535 | 6.28571 | 1021.65 | 56.7582 | 0.0338127 | 117.994 | 0 | 117.994 | 3 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 263 | | LanguageServerProtocol | ShouldHandleFile(IEditor *) const | 1 | 7 | 4 | 3 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 117.13 | 42.4525 | 159.583 | 1 | 14 |
| Plugin/LSP/LanguageServerProtocol.cpp | 275 | | LanguageServerProtocol | FindDefinition(IEditor *) | 1 | 21 | 17 | 2 | 2 | 2 | 1 | 46 | 136 | 751.204 | 12.8226 | 9632.38 | 535.132 | 0.150904 | 86.786 | 23.0043 | 109.79 | 16 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 297 | | LanguageServerProtocol | SendOpenOrChangeRequest(IEditor *, const wxString &, const wxString &) | 3 | 46 | 32 | 9 | 5 | 5 | 3 | 67 | 247 | 1498.32 | 20.4255 | 30604.1 | 1700.23 | 0.326136 | 69.8031 | 31.6433 | 101.446 | 64 | 7 |
| Plugin/LSP/LanguageServerProtocol.cpp | 344 | | LanguageServerProtocol | SendCloseRequest(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 60 | 291.479 | 9.75 | 2841.92 | 157.884 | 0.0668785 | 102.184 | 0 | 102.184 | 6 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 356 | | LanguageServerProtocol | SendSaveRequest(IEditor *, const wxString &) | 2 | 19 | 13 | 3 | 3 | 2 | 1 | 39 | 92 | 486.257 | 9.75 | 4741.01 | 263.389 | 0.0940717 | 90.6691 | 28.8719 | 119.541 | 16 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 388 | | LanguageServerProtocol | SendCodeActionRequest(IEditor *, const std::vector<LSP::Diagnostic> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 39 | 83 | 438.688 | 10.9375 | 4798.15 | 266.564 | 0.0948262 | 103.309 | 0 | 103.309 | 9 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 398 | | LanguageServerProtocol | SendCodeCompleteRequest(IEditor *, size_t, size_t, bool) | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 85 | 435.989 | 8.70833 | 3796.74 | 210.93 | 0.0811246 | 101.635 | 0 | 101.635 | 8 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 412 | | LanguageServerProtocol | OnFileLoaded(clCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 26 | 49 | 230.322 | 6.96667 | 1604.57 | 89.143 | 0.0456862 | 105.183 | 23.5268 | 128.71 | 6 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 423 | | LanguageServerProtocol | OnFileClosed(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 37 | 154.287 | 5.6 | 864.008 | 48.0005 | 0.0302383 | 115.542 | 0 | 115.542 | 5 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 430 | | LanguageServerProtocol | OnFileSaved(clCommandEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 28 | 59 | 283.634 | 9.1 | 2581.07 | 143.393 | 0.0627208 | 103.87 | 23.5268 | 127.397 | 7 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 441 | | LanguageServerProtocol | GetLogPrefix() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.57143 | 392.922 | 21.829 | 0.017882 | 147.61 | 0 | 147.61 | 6 | 22 |
| Plugin/LSP/LanguageServerProtocol.cpp | 443 | | LanguageServerProtocol | OpenEditor(IEditor *) | 1 | 17 | 15 | 1 | 1 | 4 | 1 | 41 | 107 | 573.258 | 12.16 | 6970.82 | 387.268 | 0.121638 | 91.155 | 18.3478 | 109.503 | 30 | 5 |
| Plugin/LSP/LanguageServerProtocol.cpp | 461 | | LanguageServerProtocol | FunctionHelp(IEditor *) | 1 | 14 | 11 | 2 | 1 | 1 | 1 | 38 | 99 | 519.545 | 9.69231 | 5035.59 | 279.755 | 0.0979292 | 95.5019 | 27.6325 | 123.134 | 12 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 476 | | LanguageServerProtocol | HoverTip(IEditor *) | 1 | 21 | 16 | 3 | 2 | 4 | 2 | 46 | 132 | 729.11 | 13.0645 | 9525.47 | 529.193 | 0.149785 | 86.4812 | 27.6325 | 114.114 | 15 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 498 | | LanguageServerProtocol | CodeComplete(IEditor *, bool) | 2 | 13 | 9 | 3 | 1 | 1 | 1 | 29 | 72 | 349.775 | 7.89474 | 2761.38 | 153.41 | 0.0656089 | 98.7599 | 33.8695 | 132.629 | 8 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 512 | | LanguageServerProtocol | ProcessQueue() | 0 | 23 | 21 | 1 | 1 | 5 | 1 | 40 | 126 | 670.563 | 10.5 | 7040.91 | 391.162 | 0.122452 | 85.2128 | 15.872 | 101.085 | 31 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 536 | | LanguageServerProtocol | CloseEditor(IEditor *) | 1 | 9 | 9 | 0 | 0 | 4 | 1 | 20 | 41 | 177.199 | 7.33333 | 1299.46 | 72.1922 | 0.0396936 | 107.563 | 0 | 107.563 | 4 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 546 | | LanguageServerProtocol | FindDeclaration(IEditor *, bool) | 2 | 23 | 19 | 1 | 3 | 2 | 1 | 48 | 144 | 804.235 | 12.2727 | 9870.15 | 548.342 | 0.153377 | 84.9576 | 15.872 | 100.83 | 40 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 570 | | LanguageServerProtocol | OnNetConnected(clCommandEvent &) | 1 | 32 | 21 | 7 | 4 | 4 | 1 | 58 | 178 | 1042.72 | 13.6829 | 14267.5 | 792.637 | 0.196085 | 77.7972 | 33.1406 | 110.938 | 35 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 603 | | LanguageServerProtocol | OnNetError(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 53 | 252.009 | 5.88235 | 1482.41 | 82.3559 | 0.0433368 | 108.33 | 0 | 108.33 | 16 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 612 | | LanguageServerProtocol | EventMainLoop(clCommandEvent &) | 1 | 119 | 83 | 22 | 14 | 14 | 5 | 154 | 664 | 4825.15 | 27.724 | 133772 | 7431.8 | 0.871879 | 46.2539 | 30.8965 | 77.1504 | 198 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 732 | | LanguageServerProtocol | Stop() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4 | 384 | 21.3333 | 0.0176103 | 120.962 | 0 | 120.962 | 10 | 16 |
| Plugin/LSP/LanguageServerProtocol.cpp | 738 | | LanguageServerProtocol | OnEditorChanged(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 23 | 40 | 180.942 | 7.63636 | 1381.74 | 76.7635 | 0.041352 | 107.914 | 24.6875 | 132.602 | 4 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 748 | | LanguageServerProtocol | DocumentSymbols(IEditor *, size_t, std::function<void (const LSPEvent &)>) | 3 | 13 | 12 | 0 | 1 | 1 | 1 | 43 | 100 | 542.626 | 10.6207 | 5763.07 | 320.17 | 0.107147 | 96.4764 | 0 | 96.4764 | 11 | 3 |
| Plugin/LSP/LanguageServerProtocol.cpp | 762 | | LanguageServerProtocol | GetEditorFilePath(IEditor *) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 7.8 | 1495.69 | 83.0941 | 0.0435954 | 109.521 | 0 | 109.521 | 4 | 18 |
| Plugin/LSP/LanguageServerProtocol.cpp | 771 | | LanguageServerProtocol | GetSemanticToken(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 34 | 151.621 | 9.38889 | 1423.55 | 79.0861 | 0.042182 | 112.905 | 0 | 112.905 | 2 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 779 | | LanguageServerProtocol | SendWorkspaceSymbolsRequest(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 6.47059 | 1569.11 | 87.1729 | 0.0450106 | 110.693 | 0 | 110.693 | 13 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 787 | | LanguageServerProtocol | SendSemanticTokensRequest(IEditor *) | 1 | 16 | 12 | 2 | 2 | 3 | 1 | 35 | 81 | 415.472 | 8.86364 | 3682.59 | 204.588 | 0.0794904 | 94.0411 | 26.0372 | 120.078 | 9 | 4 |
| Plugin/LSP/LanguageServerProtocol.cpp | 804 | | LanguageServerProtocol | HandleResponseError(LSP::ResponseMessage &, LSP::MessageWithParams::Ptr_t) | 2 | 49 | 40 | 7 | 3 | 7 | 1 | 68 | 313 | 1905.38 | 24.1667 | 46046.6 | 2558.14 | 0.42823 | 67.0699 | 27.6325 | 94.7023 | 61 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 854 | | LanguageServerProtocol | HandleResponse(LSP::ResponseMessage &, LSP::MessageWithParams::Ptr_t) | 2 | 42 | 35 | 4 | 3 | 9 | 2 | 82 | 331 | 2104.35 | 19.0323 | 40050.5 | 2225.03 | 0.390197 | 68.5906 | 23.0043 | 91.5949 | 84 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 897 | | LanguageServerProtocol | FindReferences(IEditor *) | 1 | 19 | 14 | 2 | 3 | 1 | 1 | 43 | 103 | 558.905 | 9.41379 | 5261.42 | 292.301 | 0.100836 | 90.175 | 24.0864 | 114.261 | 22 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 917 | | LanguageServerProtocol | RenameSymbol(IEditor *) | 1 | 28 | 23 | 1 | 4 | 4 | 1 | 54 | 163 | 938.047 | 16.2857 | 15276.8 | 848.709 | 0.205226 | 80.5105 | 14.4303 | 94.9408 | 33 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 946 | | LanguageServerProtocol | CheckCapability(const LSP::ResponseMessage &, const wxString &, const wxString &) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 56 | 274.786 | 10.9375 | 3005.47 | 166.971 | 0.0694204 | 104.035 | 0 | 104.035 | 6 | 6 |
| Plugin/LSP/LanguageServerProtocol.cpp | 957 | | LanguageServerProtocol | IsCapabilitySupported(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 5 |
| Plugin/LSP/LanguageServerProtocol.cpp | 959 | | LanguageServerProtocol | IsDocumentSymbolsSupported() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 127.426 | 0 | 127.426 | 2 | 3 |
| Plugin/LSP/LanguageServerProtocol.cpp | 964 | | LanguageServerProtocol | IsDeclarationSupported() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 127.426 | 0 | 127.426 | 2 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 969 | | LanguageServerProtocol | IsSemanticTokensSupported() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 127.426 | 0 | 127.426 | 2 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 974 | | LanguageServerProtocol | SetStartedCallback(LSPOnConnectedCallback_t &&) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 125.525 | 0 | 125.525 | 2 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1043 | | LanguageServerProtocol | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1045 | | LanguageServerProtocol | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1047 | | LanguageServerProtocol | GetEditor(const clCodeCompletionEvent &) const | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 52 | 249.982 | 12 | 2999.79 | 166.655 | 0.0693329 | 107.912 | 0 | 107.912 | 5 | 0 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1056 | | LanguageServerProtocol | IsLanguageSupported(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1058 | | LanguageServerProtocol | IsReferencesSupported() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1060 | | LanguageServerProtocol | IsRenameSupported() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 2 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1062 | | LanguageServerProtocol | IsIncrementalChangeSupported() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1064 | | LanguageServerProtocol | SendWorkspaceExecuteCommand(const wxString &, const LSP::Command &) | 2 | 16 | 15 | 0 | 1 | 3 | 1 | 42 | 104 | 560.801 | 11.6667 | 6542.68 | 363.482 | 0.116605 | 92.4814 | 0 | 92.4814 | 23 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1081 | | LanguageServerProtocol | HandleWorkspaceEdit(const JSONItem &) | 1 | 9 | 8 | 1 | 1 | 1 | 0 | 28 | 49 | 235.56 | 7.11765 | 1676.64 | 93.1464 | 0.047044 | 106.773 | 24.6875 | 131.46 | 6 | 1 |
| Plugin/LSP/LanguageServerProtocol.cpp | 1091 | | LanguageServerProtocol | OnNetLogMessage(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 55 | 255.412 | 6.1875 | 1580.36 | 87.7979 | 0.0452255 | 108.26 | 0 | 108.26 | 9 | 1 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 16 | | LanguageServerSettingsDlg | LanguageServerSettingsDlg(wxWindow *, bool) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 47 | 212.607 | 8.72727 | 1855.48 | 103.082 | 0.0503327 | 105.369 | 0 | 105.369 | 4 | 1 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 27 | | LanguageServerSettingsDlg | OnAddServer(wxCommandEvent &) [override] | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 36 | 74 | 382.574 | 10 | 3825.74 | 212.541 | 0.0815372 | 100.77 | 22.5149 | 123.285 | 9 | 0 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 39 | | LanguageServerSettingsDlg | Save() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 86 | 441.118 | 12.6316 | 5572.02 | 309.557 | 0.104766 | 101.574 | 0 | 101.574 | 9 | 1 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 50 | | LanguageServerSettingsDlg | OnDeleteLSP(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 46 | 97 | 535.786 | 11.5714 | 6199.8 | 344.434 | 0.112494 | 93.7642 | 0 | 93.7642 | 13 | 0 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 66 | | LanguageServerSettingsDlg | OnDeleteLSPUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 67 | | LanguageServerSettingsDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 69 | | LanguageServerSettingsDlg | OnScan(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 48 | 233.183 | 6.90625 | 1610.42 | 89.4678 | 0.0457971 | 106.595 | 0 | 106.595 | 6 | 0 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 79 | | LanguageServerSettingsDlg | DoInitialize() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 37 | 84 | 437.594 | 11.8095 | 5167.78 | 287.099 | 0.0996356 | 101.615 | 0 | 101.615 | 11 | 2 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 90 | | LanguageServerSettingsDlg | DoScan() | 0 | 22 | 21 | 1 | 0 | 4 | 2 | 49 | 116 | 651.306 | 11.9531 | 7785.15 | 432.508 | 0.130935 | 86.3144 | 16.2158 | 102.53 | 17 | 2 |
| Plugin/LSP/LanguageServerSettingsDlg.cpp | 112 | | LanguageServerSettingsDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 14 | 13 | 1 | 0 | 3 | 2 | 45 | 96 | 527.218 | 17.25 | 9094.51 | 505.25 | 0.145233 | 94.9657 | 20.1155 | 115.081 | 8 | 0 |
| Plugin/LSP/NewLanguageServerDlg.cpp | 9 | | NewLanguageServerDlg | NewLanguageServerDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 51 | 239.722 | 8.5 | 2037.64 | 113.202 | 0.0535752 | 108.59 | 0 | 108.59 | 7 | 1 |
| Plugin/LSP/NewLanguageServerDlg.cpp | 18 | | NewLanguageServerDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 7.84615 | 1712.51 | 95.1395 | 0.0477127 | 113.738 | 0 | 113.738 | 6 | 0 |
| Plugin/LSP/NewLanguageServerDlg.cpp | 25 | | NewLanguageServerDlg | GetData() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/LSP/PathConverterDefault.cpp | 11 | | PathConverterDefault | ConvertFrom(const wxString &) const [override] | 1 | 47 | 36 | 9 | 3 | 11 | 1 | 72 | 227 | 1400.57 | 28.9286 | 40516.6 | 2250.92 | 0.393218 | 68.4255 | 31.3587 | 99.7842 | 9 | 0 |
| Plugin/LSP/PathConverterDefault.cpp | 59 | | PathConverterDefault | ConvertTo(const wxString &) const [override] | 1 | 19 | 16 | 2 | 1 | 3 | 1 | 40 | 118 | 627.988 | 15.6667 | 9838.47 | 546.582 | 0.153049 | 89.109 | 24.0864 | 113.195 | 34 | 0 |
| Plugin/LSP/UI.cpp | 18 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| Plugin/LSP/UI.cpp | 424 | | LSPOutlineViewDlgBase | LSPOutlineViewDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 59 | 48 | 2 | 9 | 6 | 1 | 101 | 437 | 2909.64 | 23.1474 | 67350.7 | 3741.7 | 0.551789 | 62.0898 | 14.0689 | 76.1587 | 52 | 1 |
| Plugin/LSP/UI.cpp | 484 | | LSPOutlineViewDlgBase | ~LSPOutlineViewDlgBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 78 | 357.627 | 11.4231 | 4085.2 | 226.956 | 0.0851833 | 106.51 | 0 | 106.51 | 5 | 0 |
| Plugin/LSP/UI.cpp | 493 | | LanguageServerLogViewBase | LanguageServerLogViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 41 | 32 | 1 | 8 | 3 | 1 | 74 | 286 | 1775.9 | 18.6545 | 33128.7 | 1840.48 | 0.343833 | 71.2434 | 11.9795 | 83.2229 | 37 | 1 |
| Plugin/LSP/UI.cpp | 535 | | LanguageServerLogViewBase | ~LanguageServerLogViewBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/LSP/UI.cpp | 129 | | LanguageServerPageBase | LanguageServerPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 242 | 170 | 16 | 56 | 7 | 1 | 170 | 1903 | 14100.1 | 61.3973 | 865706 | 48094.8 | 3.02779 | 30.7887 | 19.3946 | 50.1834 | 271 | 2 |
| Plugin/LSP/UI.cpp | 372 | | LanguageServerPageBase | ~LanguageServerPageBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.35 | 2053.41 | 114.078 | 0.0538512 | 113.706 | 0 | 113.706 | 3 | 0 |
| Plugin/LSP/UI.cpp | 29 | | LanguageServerSettingsDlgBase | LanguageServerSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 89 | 62 | 2 | 25 | 4 | 1 | 117 | 783 | 5379.5 | 31.7188 | 170631 | 9479.49 | 1.02546 | 52.6943 | 11.5076 | 64.2019 | 107 | 1 |
| Plugin/LSP/UI.cpp | 119 | | LanguageServerSettingsDlgBase | ~LanguageServerSettingsDlgBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 92 | 427.235 | 12.5714 | 5370.95 | 298.386 | 0.10223 | 103.677 | 0 | 103.677 | 6 | 0 |
| Plugin/LSP/UI.cpp | 379 | | NewLanguageServerDlgBase | NewLanguageServerDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 39 | 31 | 2 | 6 | 4 | 1 | 78 | 284 | 1785.05 | 17.2414 | 30776.8 | 1709.82 | 0.327362 | 71.7968 | 17.1835 | 88.9804 | 38 | 1 |
| Plugin/LSP/UI.cpp | 419 | | NewLanguageServerDlgBase | ~NewLanguageServerDlgBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/LSP/UI_languageserver_bitmaps.cpp | 34 | | | wxCrafterCbL3wsInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 5 |
| Plugin/LSP/detectors/LSPCMakeDetector.cpp | 6 | | LSPCMakeDetector | LSPCMakeDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPCMakeDetector.cpp | 11 | | LSPCMakeDetector | DoLocate() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 26 | 43 | 202.119 | 8.75 | 1768.54 | 98.2522 | 0.0487478 | 104.088 | 0 | 104.088 | 7 | 0 |
| Plugin/LSP/detectors/LSPCMakeDetector.cpp | 23 | | LSPCMakeDetector | ConfigureFile(const wxFileName &) | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 32 | 60 | 300 | 6.28571 | 1885.71 | 104.762 | 0.0508779 | 102.264 | 22.5149 | 124.779 | 17 | 1 |
| Plugin/LSP/detectors/LSPCTagsdDetector.cpp | 8 | | LSPCTagsdDetector | LSPCTagsdDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPCTagsdDetector.cpp | 13 | | LSPCTagsdDetector | DoLocate() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 44 | 196.215 | 6.5 | 1275.4 | 70.8554 | 0.0392021 | 107.493 | 0 | 107.493 | 6 | 0 |
| Plugin/LSP/detectors/LSPCTagsdDetector.cpp | 23 | | LSPCTagsdDetector | ConfigureFile(const wxFileName &) | 1 | 15 | 13 | 1 | 1 | 1 | 0 | 33 | 77 | 388.418 | 6.73913 | 2617.6 | 145.422 | 0.0633113 | 95.8968 | 19.4709 | 115.368 | 23 | 1 |
| Plugin/LSP/detectors/LSPClangdDetector.cpp | 10 | | LSPClangdDetector | LSPClangdDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPClangdDetector.cpp | 15 | | LSPClangdDetector | DoLocate() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 39 | 71 | 375.264 | 9.04348 | 3393.69 | 188.538 | 0.0752766 | 100.87 | 0 | 100.87 | 17 | 0 |
| Plugin/LSP/detectors/LSPClangdDetector.cpp | 27 | | LSPClangdDetector | ConfigureFile(const wxFileName &) | 1 | 21 | 17 | 1 | 3 | 1 | 0 | 41 | 100 | 535.755 | 6.93548 | 3715.72 | 206.429 | 0.0799664 | 88.7736 | 16.583 | 105.357 | 28 | 1 |
| Plugin/LSP/detectors/LSPDetector.cpp | 3 | | LSPDetector | LSPDetector(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 9 |
| Plugin/LSP/detectors/LSPDetector.cpp | 8 | | LSPDetector | [virtual] GetLanguageServerEntry(LanguageServerEntry &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 72 | 342.352 | 6.25 | 2139.7 | 118.872 | 0.0553495 | 103.122 | 0 | 103.122 | 13 | 3 |
| Plugin/LSP/detectors/LSPDetector.cpp | 19 | | LSPDetector | Locate() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 3.5 | 213.305 | 11.8503 | 0.0119 | 123.325 | 0 | 123.325 | 2 | 1 |
| Plugin/LSP/detectors/LSPDetector.cpp | 25 | | LSPDetector | [virtual] DoClear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 4.88889 | 599.495 | 33.3053 | 0.0236993 | 114.239 | 0 | 114.239 | 3 | 1 |
| Plugin/LSP/detectors/LSPGoplsDetector.cpp | 6 | | LSPGoplsDetector | LSPGoplsDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPGoplsDetector.cpp | 11 | | LSPGoplsDetector | DoLocate() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 49 | 235.56 | 9.23077 | 2174.4 | 120.8 | 0.0559464 | 103.292 | 0 | 103.292 | 16 | 0 |
| Plugin/LSP/detectors/LSPGoplsDetector.cpp | 22 | | LSPGoplsDetector | ConfigureFile(const wxFileName &) | 1 | 17 | 12 | 2 | 3 | 1 | 0 | 32 | 67 | 335 | 6.13636 | 2055.68 | 114.205 | 0.053891 | 94.6385 | 25.3357 | 119.974 | 20 | 1 |
| Plugin/LSP/detectors/LSPJdtlsDetector.cpp | 8 | | LSPJdtlsDetector | LSPJdtlsDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPJdtlsDetector.cpp | 13 | | LSPJdtlsDetector | DoLocate() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 49 | 235.56 | 9.23077 | 2174.4 | 120.8 | 0.0559464 | 103.292 | 0 | 103.292 | 16 | 0 |
| Plugin/LSP/detectors/LSPJdtlsDetector.cpp | 25 | | LSPJdtlsDetector | ConfigureFile(const wxFileName &) | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 28 | 57 | 274.019 | 5.68421 | 1557.58 | 86.5324 | 0.0447898 | 102.735 | 0 | 102.735 | 17 | 1 |
| Plugin/LSP/detectors/LSPPyRightDetector.cpp | 9 | | LSPPyRightDetector | LSPPyRightDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPPyRightDetector.cpp | 14 | | LSPPyRightDetector | DoLocate() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 49 | 235.56 | 9.23077 | 2174.4 | 120.8 | 0.0559464 | 103.292 | 0 | 103.292 | 16 | 0 |
| Plugin/LSP/detectors/LSPPyRightDetector.cpp | 26 | | LSPPyRightDetector | ConfigureFile(const wxFileName &) | 1 | 13 | 11 | 0 | 2 | 1 | 0 | 29 | 61 | 296.337 | 5.85 | 1733.57 | 96.3095 | 0.0481031 | 99.622 | 0 | 99.622 | 18 | 1 |
| Plugin/LSP/detectors/LSPPythonDetector.cpp | 8 | | LSPPythonDetector | LSPPythonDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPPythonDetector.cpp | 13 | | LSPPythonDetector | DoLocate() [override] | 0 | 34 | 23 | 7 | 4 | 5 | 1 | 50 | 136 | 767.564 | 13.7903 | 10585 | 588.053 | 0.160696 | 78.1782 | 32.323 | 110.501 | 17 | 0 |
| Plugin/LSP/detectors/LSPPythonDetector.cpp | 48 | | LSPPythonDetector | ConfigurePylsp(const wxString &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.33333 | 580.579 | 32.2544 | 0.0231981 | 113.778 | 27.6325 | 141.411 | 6 | 1 |
| Plugin/LSP/detectors/LSPRustAnalyzerDetector.cpp | 6 | | LSPRustAnalyzerDetector | LSPRustAnalyzerDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPRustAnalyzerDetector.cpp | 11 | | LSPRustAnalyzerDetector | DoLocate() [override] | 0 | 18 | 14 | 2 | 2 | 2 | 1 | 35 | 66 | 338.533 | 10.1053 | 3420.96 | 190.053 | 0.0756794 | 93.428 | 24.6875 | 118.115 | 14 | 0 |
| Plugin/LSP/detectors/LSPTypeScriptDetector.cpp | 7 | | LSPTypeScriptDetector | LSPTypeScriptDetector() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Plugin/LSP/detectors/LSPTypeScriptDetector.cpp | 12 | | LSPTypeScriptDetector | DoLocate() [override] | 0 | 28 | 24 | 0 | 4 | 2 | 1 | 55 | 136 | 786.265 | 11.0769 | 8709.4 | 483.855 | 0.141103 | 81.8884 | 0 | 81.8884 | 15 | 0 |
| Plugin/MacrosBaseDlg_plugin_bitmaps.cpp | 32 | | | wxCrafter9XIsf4InitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 41 | 99 | 530.398 | 11.25 | 5966.97 | 331.499 | 0.10966 | 87.1221 | 15.872 | 102.994 | 17 | 1 |
| Plugin/MarkdownStyler.cpp | 9 | {anonymous} | | IsValidUrlChar(wxChar) | 1 | 33 | 28 | 4 | 1 | 24 | 1 | 43 | 103 | 558.905 | 9.10714 | 5090.03 | 282.779 | 0.0986338 | 75.9415 | 25.6793 | 101.621 | 2 | 1 |
| Plugin/MarkdownStyler.cpp | 44 | {anonymous} | | IsNumber(wxStringView) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 6 | 1027.8 | 57.1001 | 0.0339483 | 114.998 | 0 | 114.998 | 4 | 0 |
| Plugin/MarkdownStyler.cpp | 55 | | MarkdownStyler | MarkdownStyler(wxStyledTextCtrl *) | 1 | 6 | 6 | 1 | 0 | 1 | 0 | 21 | 33 | 144.946 | 8 | 1159.57 | 64.4207 | 0.0367912 | 115.866 | 29.5564 | 145.423 | 3 | 6 |
| Plugin/MarkdownStyler.cpp | 62 | | MarkdownStyler | ~MarkdownStyler() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 147.488 | 0 | 147.488 | 1 | 0 |
| Plugin/MarkdownStyler.cpp | 64 | | MarkdownStyler | OnHostspotClicked(wxStyledTextEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.78571 | 1073.05 | 59.6141 | 0.0349376 | 112.087 | 0 | 112.087 | 6 | 2 |
| Plugin/MarkdownStyler.cpp | 72 | | MarkdownStyler | Reset() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| Plugin/MarkdownStyler.cpp | 74 | | MarkdownStyler | InitStyles() [override] | 0 | 82 | 59 | 4 | 19 | 4 | 1 | 112 | 648 | 4411.17 | 31.1538 | 137425 | 7634.71 | 0.887678 | 55.0533 | 16.7761 | 71.8294 | 112 | 0 |
| Plugin/MarkdownStyler.cpp | 157 | | MarkdownStyler | GetUrlFromPosition(int) | 1 | 25 | 23 | 0 | 2 | 5 | 2 | 49 | 167 | 937.657 | 33.3333 | 31255.2 | 1736.4 | 0.330745 | 82.1186 | 0 | 82.1186 | 14 | 1 |
| Plugin/MarkdownStyler.cpp | 183 | | MarkdownStyler | OnStyle(clSTCAccessor &) | 1 | 232 | 224 | 6 | 2 | 60 | 3 | 98 | 1432 | 9472.26 | 72.0789 | 682751 | 37930.6 | 2.58456 | 21.351 | 12.3284 | 33.6794 | 129 | 1 |
| Plugin/Markup.cpp | 28 | | MarkupParser | MarkupParser(const wxString &) | 1 | 29 | 27 | 0 | 2 | 3 | 1 | 57 | 256 | 1493.22 | 13.7333 | 20506.9 | 1139.27 | 0.249735 | 77.7546 | 0 | 77.7546 | 56 | 0 |
| Plugin/Markup.cpp | 58 | | MarkupParser | Next() | 0 | 20 | 17 | 1 | 2 | 3 | 1 | 30 | 74 | 363.11 | 9.94118 | 3609.74 | 200.541 | 0.0784385 | 91.1267 | 16.9762 | 108.103 | 7 | 0 |
| Plugin/Markup.cpp | 79 | | MarkupParser | IsMatchPattern(wxString &, int &) | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 27 | 46 | 218.725 | 9.375 | 2050.55 | 113.919 | 0.0538012 | 106.698 | 0 | 106.698 | 2 | 1 |
| Plugin/Markup.cpp | 93 | | MarkupSearchPattern | Match(wxString &, int &, wxString &) | 3 | 18 | 17 | 1 | 0 | 6 | 2 | 38 | 116 | 608.76 | 19.35 | 11779.5 | 654.417 | 0.172569 | 89.4566 | 17.8544 | 107.311 | 15 | 1 |
| Plugin/Markup.cpp | 112 | | MarkupSearchPattern | MarkupSearchPattern(const wxString &, int, bool, int) | 4 | 12 | 11 | 0 | 1 | 2 | 1 | 31 | 60 | 297.252 | 10.2941 | 3059.94 | 169.997 | 0.0702567 | 100.673 | 0 | 100.673 | 3 | 15 |
| Plugin/NewProjectDialog.cpp | 18 | {anonymous} | | SetChoiceOptions(wxChoice *, const wxArrayString &, const wxString &) | 3 | 16 | 15 | 0 | 1 | 4 | 2 | 33 | 85 | 428.774 | 16.4706 | 7062.15 | 392.342 | 0.122698 | 93.6472 | 0 | 93.6472 | 5 | 6 |
| Plugin/NewProjectDialog.cpp | 45 | | NewProjectDialog | NewProjectDialog(wxWindow *) | 1 | 96 | 72 | 11 | 13 | 11 | 2 | 119 | 571 | 3936.94 | 30.1935 | 118870 | 6603.9 | 0.805862 | 51.4811 | 25.0349 | 76.516 | 101 | 1 |
| Plugin/NewProjectDialog.cpp | 142 | | NewProjectDialog | ~NewProjectDialog() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 110 | 528.809 | 10.5556 | 5581.87 | 310.104 | 0.10489 | 102.568 | 0 | 102.568 | 18 | 0 |
| Plugin/NewProjectDialog.cpp | 152 | | NewProjectDialog | GetProjectsTypesForCategory(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 11.9 | 2346.13 | 130.34 | 0.0588545 | 109.376 | 0 | 109.376 | 4 | 2 |
| Plugin/NewProjectDialog.cpp | 161 | | NewProjectDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 26 | 50 | 235.022 | 7.71429 | 1813.03 | 100.724 | 0.0495619 | 115.617 | 0 | 115.617 | 6 | 0 |
| Plugin/NewProjectDialog.cpp | 167 | | NewProjectDialog | GetProjectData() const | 0 | 25 | 23 | 0 | 2 | 4 | 1 | 49 | 157 | 881.509 | 10.6528 | 9390.52 | 521.696 | 0.148367 | 82.6697 | 0 | 82.6697 | 26 | 1 |
| Plugin/NewProjectDialog.cpp | 193 | | NewProjectDialog | OnPathSelected(wxFileDirPickerEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 60 | 291.479 | 7.05882 | 2057.5 | 114.305 | 0.0539227 | 103.498 | 0 | 103.498 | 8 | 0 |
| Plugin/NewProjectDialog.cpp | 204 | | NewProjectDialog | OnNameTyped(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.14286 | 411.429 | 22.8571 | 0.0184392 | 121.911 | 0 | 121.911 | 1 | 0 |
| Plugin/NewProjectDialog.cpp | 210 | | NewProjectDialog | OnCategoryChanged(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 49 | 238.041 | 7.71875 | 1837.38 | 102.077 | 0.0500048 | 106.488 | 0 | 106.488 | 5 | 0 |
| Plugin/NewProjectDialog.cpp | 219 | | NewProjectDialog | OnOK(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 47 | 223.48 | 6.4 | 1430.27 | 79.4595 | 0.0423147 | 108.725 | 0 | 108.725 | 8 | 0 |
| Plugin/NewProjectDialog.cpp | 228 | | NewProjectDialog | OnCompilerChanged(wxCommandEvent &) [override] | 1 | 44 | 37 | 2 | 5 | 10 | 0 | 74 | 232 | 1440.59 | 20.16 | 29042.4 | 1613.46 | 0.314944 | 69.5775 | 16.2158 | 85.7933 | 1 | 0 |
| Plugin/NewProjectDialogBase.cpp | 14 | | NewProjectDialogBase | NewProjectDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 148 | 107 | 2 | 39 | 7 | 1 | 159 | 1311 | 9587.19 | 43.6444 | 418428 | 23246 | 1.86477 | 40.7606 | 8.95591 | 49.7165 | 195 | 1 |
| Plugin/NewProjectDialogBase.cpp | 163 | | NewProjectDialogBase | ~NewProjectDialogBase() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 32 | 116 | 580 | 10 | 5800 | 322.222 | 0.107605 | 96.1301 | 0 | 96.1301 | 24 | 0 |
| Plugin/NewProjectDialogBase_plugin_bitmaps.cpp | 32 | | | wxCF72DInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 41 | 99 | 530.398 | 11.25 | 5966.97 | 331.499 | 0.10966 | 87.1221 | 15.872 | 102.994 | 17 | 1 |
| Plugin/NodeJSLocator.cpp | 10 | | NodeJSLocator | Locate(const wxArrayString &) | 1 | 60 | 44 | 8 | 8 | 19 | 1 | 59 | 304 | 1788.32 | 18.5111 | 33103.9 | 1839.1 | 0.343662 | 61.3586 | 26.7997 | 88.1584 | 32 | 2 |
| Plugin/NodeJSLocator.cpp | 71 | | NodeJSLocator | TryPaths(const wxArrayString &, const wxString &, wxFileName &) | 3 | 11 | 11 | 0 | 0 | 3 | 2 | 34 | 74 | 376.472 | 14 | 5270.61 | 292.812 | 0.100953 | 100.624 | 0 | 100.624 | 5 | 4 |
| Plugin/NotebookNavigationDlg.cpp | 12 | | NotebookNavigationDlg | NotebookNavigationDlg(wxWindow *, Notebook *) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 38 | 164.233 | 6.13636 | 1007.8 | 55.9886 | 0.0335063 | 110.556 | 0 | 110.556 | 3 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 22 | | NotebookNavigationDlg | NotebookNavigationDlg(wxWindow *, clAuiBook *) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 38 | 164.233 | 6.13636 | 1007.8 | 55.9886 | 0.0335063 | 110.556 | 0 | 110.556 | 3 | 1 |
| Plugin/NotebookNavigationDlg.cpp | 31 | | NotebookNavigationDlg | ~NotebookNavigationDlg() [override] | 0 | 18 | 17 | 0 | 1 | 3 | 1 | 46 | 148 | 817.487 | 18.2963 | 14957 | 830.944 | 0.202352 | 88.6136 | 0 | 88.6136 | 6 | 0 |
| Plugin/NotebookNavigationDlg.cpp | 50 | | NotebookNavigationDlg | CloseDialog() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 64 | 317.069 | 7.57895 | 2403.05 | 133.503 | 0.0598026 | 103.291 | 0 | 103.291 | 12 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 61 | | NotebookNavigationDlg | FinalizeCtor() | 0 | 28 | 25 | 0 | 3 | 5 | 1 | 61 | 224 | 1328.49 | 15.8409 | 21044.4 | 1169.13 | 0.25408 | 78.471 | 0 | 78.471 | 14 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 90 | | NotebookNavigationDlg | OnKeyDown(wxKeyEvent &) [override] | 1 | 12 | 10 | 0 | 2 | 6 | 1 | 24 | 77 | 353.042 | 10.5 | 3706.94 | 205.941 | 0.0798404 | 98.8583 | 0 | 98.8583 | 8 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 103 | | NotebookNavigationDlg | OnKeyUp(wxKeyEvent &) [override] | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.11111 | 898.001 | 49.8889 | 0.0310263 | 108.997 | 24.6875 | 133.684 | 3 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 113 | | NotebookNavigationDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 116.11 | 0 | 116.11 | 10 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 120 | | NotebookNavigationDlg | OnHotKeyNext(wxKeyEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/NotebookNavigationDlg.cpp | 126 | | NotebookNavigationDlg | OnHotKeyPrev(wxKeyEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/NotebookNavigationDlg.cpp | 132 | | NotebookNavigationDlg | SelectNext() | 0 | 19 | 17 | 2 | 0 | 3 | 2 | 32 | 108 | 540 | 17.2059 | 9291.18 | 516.176 | 0.147319 | 89.8939 | 24.0864 | 113.98 | 12 | 2 |
| Plugin/NotebookNavigationDlg.cpp | 152 | | NotebookNavigationDlg | SelectPrev() | 0 | 21 | 18 | 2 | 1 | 3 | 2 | 31 | 107 | 530.099 | 16.8824 | 8949.32 | 497.184 | 0.143683 | 88.3688 | 23.0043 | 111.373 | 12 | 2 |
| Plugin/Rust/clRustLocator.cpp | 9 | | clRustLocator | Locate() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 8.75 | 1830.63 | 101.702 | 0.0498823 | 107.159 | 0 | 107.159 | 8 | 1 |
| Plugin/Rust/clRustLocator.cpp | 19 | | clRustLocator | GetRustTool(const wxString &) const | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 29 | 66 | 320.627 | 8.82353 | 2829.06 | 157.17 | 0.0666766 | 96.4341 | 0 | 96.4341 | 6 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 81 | | SFTPBrowserDlg | SFTPBrowserDlg(wxWindow *, const wxString &, const wxString &, size_t, const wxString &) | 5 | 56 | 50 | 1 | 6 | 8 | 2 | 106 | 460 | 3094.84 | 24.247 | 75040.6 | 4168.92 | 0.59303 | 62.1543 | 10.2772 | 72.4315 | 66 | 8 |
| Plugin/SFTPBrowserDlg.cpp | 138 | | SFTPBrowserDlg | ~SFTPBrowserDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 42 | 181.521 | 7 | 1270.65 | 70.5915 | 0.0391047 | 117.65 | 0 | 117.65 | 8 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 144 | | SFTPBrowserDlg | DoSetLocationFocus() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 119.362 | 29.5564 | 148.918 | 2 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 151 | | SFTPBrowserDlg | OnRefresh(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.375 | 410.224 | 22.7902 | 0.0184032 | 121.085 | 0 | 121.085 | 2 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 157 | | SFTPBrowserDlg | OnRefreshUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 159 | | SFTPBrowserDlg | DoDisplayEntriesForPath(const wxString &) | 1 | 69 | 58 | 4 | 7 | 10 | 4 | 96 | 421 | 2772.27 | 25.8333 | 71617 | 3978.72 | 0.574852 | 58.8849 | 18.2206 | 77.1055 | 81 | 6 |
| Plugin/SFTPBrowserDlg.cpp | 229 | | SFTPBrowserDlg | DoCloseSession() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 122.863 | 0 | 122.863 | 2 | 6 |
| Plugin/SFTPBrowserDlg.cpp | 235 | | SFTPBrowserDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 33 | 72 | 363.196 | 9.16667 | 3329.3 | 184.961 | 0.0743214 | 96.6736 | 0 | 96.6736 | 11 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 250 | | SFTPBrowserDlg | OnTextEnter(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 19 | 34 | 144.43 | 5.55556 | 802.386 | 44.577 | 0.0287829 | 109.086 | 0 | 109.086 | 4 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 259 | | SFTPBrowserDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 16 | 13 | 2 | 3 | 6 | 1 | 33 | 113 | 570.017 | 18.0625 | 10295.9 | 571.996 | 0.157757 | 91.7066 | 26.0372 | 117.744 | 10 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 276 | | SFTPBrowserDlg | DoGetItemData(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 13.1364 | 3094.41 | 171.911 | 0.0707832 | 108.451 | 0 | 108.451 | 2 | 4 |
| Plugin/SFTPBrowserDlg.cpp | 285 | | SFTPBrowserDlg | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 8 |
| Plugin/SFTPBrowserDlg.cpp | 287 | | SFTPBrowserDlg | OnItemSelected(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 41 | 187.983 | 6.34615 | 1192.97 | 66.2762 | 0.0374943 | 111.787 | 0 | 111.787 | 4 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 295 | | SFTPBrowserDlg | GetAccount() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 4 |
| Plugin/SFTPBrowserDlg.cpp | 297 | | SFTPBrowserDlg | Initialize(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 49 | 232.989 | 8.8 | 2050.31 | 113.906 | 0.053797 | 108.508 | 0 | 108.508 | 3 | 3 |
| Plugin/SFTPBrowserDlg.cpp | 306 | | SFTPBrowserDlg | OnKeyDown(wxKeyEvent &) | 1 | 18 | 17 | 0 | 1 | 3 | 2 | 38 | 110 | 577.272 | 10.7917 | 6229.73 | 346.096 | 0.112856 | 90.4227 | 0 | 90.4227 | 12 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 325 | | SFTPBrowserDlg | OnInlineSearch() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 56 | 263.225 | 9 | 2369.02 | 131.612 | 0.0592368 | 105.965 | 0 | 105.965 | 6 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 335 | | SFTPBrowserDlg | OnInlineSearchEnter() | 0 | 15 | 14 | 0 | 1 | 4 | 1 | 33 | 80 | 403.552 | 9.21053 | 3716.92 | 206.496 | 0.0799836 | 95.008 | 0 | 95.008 | 11 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 350 | | SFTPBrowserDlg | OnEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.375 | 410.224 | 22.7902 | 0.0184032 | 121.085 | 0 | 121.085 | 2 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 356 | | SFTPBrowserDlg | OnFocusLost(wxFocusEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 4.95 | 651.844 | 36.2136 | 0.0250596 | 116.365 | 0 | 116.365 | 4 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 363 | | SFTPBrowserDlg | OnTextUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.375 | 410.224 | 22.7902 | 0.0184032 | 121.085 | 0 | 121.085 | 2 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 369 | | SFTPBrowserDlg | OnCdUp(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 3 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 375 | | SFTPBrowserDlg | OnConnectedUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 2 |
| Plugin/SFTPBrowserDlg.cpp | 377 | | SFTPBrowserDlg | OnSSHAccountManager(wxCommandEvent &) | 1 | 31 | 25 | 2 | 4 | 5 | 3 | 51 | 140 | 794.14 | 12.5 | 9926.74 | 551.486 | 0.153963 | 79.4977 | 19.171 | 98.6686 | 15 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 409 | | SFTPBrowserDlg | ClearView() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 53 | 249.123 | 8.57143 | 2135.34 | 118.63 | 0.0552744 | 108.16 | 0 | 108.16 | 5 | 6 |
| Plugin/SFTPBrowserDlg.cpp | 418 | | SFTPBrowserDlg | DoBrowse() | 0 | 39 | 33 | 0 | 6 | 5 | 3 | 72 | 228 | 1406.74 | 16.2647 | 22880.3 | 1271.13 | 0.26865 | 72.8053 | 0 | 72.8053 | 43 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 458 | | SFTPBrowserDlg | OnNewFolder(wxCommandEvent &) | 1 | 20 | 18 | 0 | 2 | 3 | 1 | 47 | 109 | 605.45 | 12.1034 | 7328.03 | 407.113 | 0.125758 | 88.4681 | 0 | 88.4681 | 21 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 53 | | SFTPBrowserEntryClientData | SFTPBrowserEntryClientData(SFTPAttribute::Ptr_t, const wxString &) | 2 | 15 | 15 | 0 | 0 | 2 | 1 | 32 | 92 | 460 | 15.8824 | 7305.88 | 405.882 | 0.125505 | 94.7872 | 0 | 94.7872 | 16 | 1 |
| Plugin/SFTPBrowserDlg.cpp | 69 | | SFTPBrowserEntryClientData | ~SFTPBrowserEntryClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 71 | | SFTPBrowserEntryClientData | GetDisplayName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.8 | 319.718 | 17.7621 | 0.0155856 | 148.936 | 0 | 148.936 | 3 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 72 | | SFTPBrowserEntryClientData | SetAttribute(const SFTPAttribute::Ptr_t &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 148.419 | 0 | 148.419 | 1 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 73 | | SFTPBrowserEntryClientData | SetFullpath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 0 |
| Plugin/SFTPBrowserDlg.cpp | 74 | | SFTPBrowserEntryClientData | GetAttribute() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 3 |
| Plugin/SFTPBrowserDlg.cpp | 75 | | SFTPBrowserEntryClientData | GetFullpath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 3 |
| Plugin/SFTPSessionInfo.cpp | 8 | | SFTPSessionInfo | FromJSON(const JSONItem &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 76 | 380 | 8.11905 | 3085.24 | 171.402 | 0.0706433 | 102.349 | 0 | 102.349 | 14 | 1 |
| Plugin/SFTPSessionInfo.cpp | 19 | | SFTPSessionInfo | ToJSON() const | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 31 | 69 | 341.84 | 10.8333 | 3703.26 | 205.737 | 0.0797875 | 99.9459 | 0 | 99.9459 | 11 | 1 |
| Plugin/SFTPSessionInfo.cpp | 32 | | SFTPSessionInfo | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 26 | 98.9912 | 4.5 | 445.461 | 24.7478 | 0.0194425 | 117.849 | 0 | 117.849 | 3 | 0 |
| Plugin/SFTPSessionInfo.cpp | 39 | | SFTPSessionInfo | IsOk() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 0 |
| Plugin/SFTPSessionInfo.cpp | 41 | | SFTPSessionInfo | RemoveFile(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 39 | 89 | 470.401 | 15.675 | 7373.53 | 409.641 | 0.126278 | 102.946 | 0 | 102.946 | 18 | 0 |
| Plugin/SFTPSessionInfo.cpp | 51 | | SFTPSessionInfo | AddFile(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 38 | 89 | 467.066 | 14.85 | 6935.92 | 385.329 | 0.121231 | 102.983 | 0 | 102.983 | 17 | 0 |
| Plugin/SFTPSessionInfo.cpp | 64 | | SFTPSessionInfoList | SFTPSessionInfoList() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 0 |
| Plugin/SFTPSessionInfo.cpp | 69 | | SFTPSessionInfoList | FromJSON(const JSONItem &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 74 | 370 | 12.4444 | 4604.44 | 255.802 | 0.0922565 | 100.944 | 0 | 100.944 | 8 | 0 |
| Plugin/SFTPSessionInfo.cpp | 81 | | SFTPSessionInfoList | ToJSON() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 50 | 237.744 | 11.875 | 2823.21 | 156.845 | 0.0665847 | 108.403 | 0 | 108.403 | 6 | 0 |
| Plugin/SFTPSessionInfo.cpp | 90 | | SFTPSessionInfoList | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 0 |
| Plugin/SFTPSessionInfo.cpp | 97 | | SFTPSessionInfoList | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 0 |
| Plugin/SFTPSessionInfo.cpp | 104 | | SFTPSessionInfoList | GetSession(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 51 | 245.175 | 9.53333 | 2337.34 | 129.852 | 0.0587074 | 106.335 | 0 | 106.335 | 5 | 0 |
| Plugin/SFTPSessionInfo.cpp | 114 | | SFTPSessionInfoList | SetSession(const SFTPSessionInfo &) | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 25 | 72 | 334.358 | 15.75 | 5266.13 | 292.563 | 0.100896 | 101.241 | 0 | 101.241 | 9 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 37 | | SSHAccountManagerDlg | SSHAccountManagerDlg(wxWindow *) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 31 | 64 | 317.069 | 9.02778 | 2862.42 | 159.024 | 0.0671998 | 99.0404 | 0 | 99.0404 | 9 | 4 |
| Plugin/SSHAccountManagerDlg.cpp | 51 | | SSHAccountManagerDlg | ~SSHAccountManagerDlg() [override] | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 76 | 376.519 | 13.125 | 4941.81 | 274.545 | 0.0967096 | 102.397 | 0 | 102.397 | 6 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 62 | | SSHAccountManagerDlg | OnAddAccount(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 7.19231 | 1450.96 | 80.6091 | 0.0427218 | 107.349 | 0 | 107.349 | 5 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 72 | | SSHAccountManagerDlg | OnDeleteAccount(wxCommandEvent &) [override] | 1 | 17 | 14 | 0 | 3 | 3 | 1 | 47 | 98 | 544.35 | 12.1034 | 6588.51 | 366.028 | 0.117149 | 91.6541 | 0 | 91.6541 | 12 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 90 | | SSHAccountManagerDlg | OnEditAccount(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 6.67857 | 1333.62 | 74.0898 | 0.0403862 | 109.31 | 0 | 109.31 | 5 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 99 | | SSHAccountManagerDlg | DoAddAccount(const SSHAccountInfo &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 69 | 335.201 | 10.9688 | 3676.73 | 204.263 | 0.079406 | 106.846 | 0 | 106.846 | 12 | 2 |
| Plugin/SSHAccountManagerDlg.cpp | 108 | | SSHAccountManagerDlg | GetAccounts() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 63 | 302.863 | 12 | 3634.36 | 201.909 | 0.0787948 | 107.144 | 0 | 107.144 | 6 | 1 |
| Plugin/SSHAccountManagerDlg.cpp | 117 | | SSHAccountManagerDlg | OnDeleteAccountUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 122 | | SSHAccountManagerDlg | OnEditAccountUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 127 | | SSHAccountManagerDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Plugin/SSHAccountManagerDlg.cpp | 129 | | SSHAccountManagerDlg | DoEditAccount(const wxDataViewItem &) | 1 | 16 | 14 | 2 | 0 | 3 | 2 | 38 | 115 | 603.512 | 13.6957 | 8265.49 | 459.194 | 0.136267 | 92.0997 | 26.0372 | 118.137 | 11 | 2 |
| Plugin/SSHAccountManagerDlg.cpp | 145 | | SSHAccountManagerDlg | OnOK(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 4.61538 | 770.345 | 42.7969 | 0.0280114 | 112.636 | 0 | 112.636 | 6 | 0 |
| Plugin/Scripting/CodeLiteLUA.cpp | 36 | | CodeLiteLUA | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 11 |
| Plugin/Scripting/CodeLiteLUA.cpp | 42 | | CodeLiteLUA | Reset() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 44 | | CodeLiteLUA | [static] Shutdown() | 0 | 14 | 11 | 1 | 2 | 2 | 1 | 24 | 59 | 270.513 | 10.5 | 2840.38 | 157.799 | 0.0668544 | 98.6656 | 20.1155 | 118.781 | 7 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 59 | | CodeLiteLUA | [static] Initialise() | 0 | 48 | 43 | 3 | 3 | 2 | 1 | 89 | 347 | 2247.08 | 14.7945 | 33244.5 | 1846.91 | 0.344634 | 67.6961 | 18.8844 | 86.5805 | 50 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 108 | | CodeLiteLUA | InitialiseInternal() | 0 | 35 | 28 | 2 | 5 | 5 | 2 | 69 | 211 | 1288.9 | 15.7143 | 20254.1 | 1125.23 | 0.247678 | 75.0133 | 18.0961 | 93.1094 | 71 | 2 |
| Plugin/Scripting/CodeLiteLUA.cpp | 144 | | CodeLiteLUA | CodeLiteLUA() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 155.713 | 0 | 155.713 | 0 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 146 | | CodeLiteLUA | ~CodeLiteLUA() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/Scripting/CodeLiteLUA.cpp | 148 | | CodeLiteLUA | [static] message_box(const std::string &, int) | 2 | 15 | 15 | 0 | 0 | 4 | 1 | 39 | 109 | 576.109 | 15.8409 | 9126.09 | 507.005 | 0.145569 | 93.1568 | 0 | 93.1568 | 9 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 164 | | CodeLiteLUA | [static] user_text(const std::string &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 8.30769 | 1851.83 | 102.879 | 0.0502665 | 108.738 | 0 | 108.738 | 7 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 173 | | CodeLiteLUA | [static] add_menu_item(const std::string &, const std::string &, luabridge::LuaRef) | 3 | 16 | 13 | 1 | 2 | 2 | 1 | 47 | 123 | 683.214 | 13.4194 | 9168.3 | 509.35 | 0.146017 | 91.6847 | 18.8844 | 110.569 | 28 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 190 | | CodeLiteLUA | [static] add_menu_separator(const std::string &) | 1 | 10 | 7 | 1 | 2 | 1 | 0 | 30 | 52 | 255.158 | 7.66667 | 1956.21 | 108.679 | 0.0521382 | 104.65 | 23.5268 | 128.177 | 13 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 201 | | CodeLiteLUA | [static] editor_selection() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 45 | 206.323 | 7.68182 | 1584.94 | 88.0521 | 0.0453127 | 107.232 | 0 | 107.232 | 6 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 211 | | CodeLiteLUA | [static] editor_language() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 77 | 388.418 | 9.94737 | 3863.74 | 214.652 | 0.0820762 | 100.691 | 0 | 100.691 | 13 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 223 | | CodeLiteLUA | [static] editor_text() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 7.68182 | 1584.94 | 88.0521 | 0.0453127 | 109.14 | 0 | 109.14 | 6 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 232 | | CodeLiteLUA | [static] editor_filepath() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 7.68182 | 1584.94 | 88.0521 | 0.0453127 | 109.14 | 0 | 109.14 | 6 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 241 | | CodeLiteLUA | [static] log_message(const std::string &, FileLogger::LogLevel) | 2 | 20 | 20 | 0 | 0 | 6 | 1 | 36 | 135 | 697.94 | 14.413 | 10059.4 | 558.858 | 0.155332 | 87.0388 | 0 | 87.0388 | 40 | 20 |
| Plugin/Scripting/CodeLiteLUA.cpp | 262 | | CodeLiteLUA | [static] str_replace_all(const std::string &, const std::string &, const std::string &) | 3 | 22 | 18 | 1 | 4 | 3 | 1 | 36 | 140 | 723.79 | 24.4 | 17660.5 | 981.137 | 0.226055 | 85.9957 | 16.2158 | 102.212 | 11 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 285 | | CodeLiteLUA | [static] generate(const std::string &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 43 | 104 | 564.332 | 12.6 | 7110.58 | 395.032 | 0.123258 | 96.0425 | 0 | 96.0425 | 18 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 299 | | CodeLiteLUA | [static] chat(const std::string &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 30 | 56 | 274.786 | 5.75 | 1580.02 | 87.7788 | 0.0452189 | 110.043 | 27.6325 | 137.676 | 9 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 307 | | CodeLiteLUA | [static] is_workspace_opened() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4 | 289.359 | 16.0755 | 0.0145827 | 148.507 | 0 | 148.507 | 2 | 0 |
| Plugin/Scripting/CodeLiteLUA.cpp | 309 | | CodeLiteLUA | [static] file_system_workspace_selected_files() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 69 | 338.575 | 10.0625 | 3406.92 | 189.273 | 0.0754721 | 102.949 | 0 | 102.949 | 10 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 320 | | CodeLiteLUA | [static] file_system_workspace_selected_folders() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 69 | 338.575 | 10.0625 | 3406.92 | 189.273 | 0.0754721 | 102.949 | 0 | 102.949 | 10 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 331 | | CodeLiteLUA | LoadScriptString(const wxString &) | 1 | 18 | 15 | 0 | 3 | 4 | 1 | 45 | 122 | 670.006 | 13.0536 | 8745.97 | 485.887 | 0.141498 | 89.4181 | 0 | 89.4181 | 23 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 350 | | CodeLiteLUA | LoadScriptFile(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 41 | 182.837 | 8 | 1462.69 | 81.2608 | 0.0429518 | 109.768 | 0 | 109.768 | 5 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 359 | | CodeLiteLUA | CleanupDynamicMenuItems() | 0 | 23 | 20 | 0 | 3 | 4 | 2 | 54 | 144 | 828.704 | 15.4714 | 12821.2 | 712.291 | 0.182599 | 84.3417 | 0 | 84.3417 | 16 | 1 |
| Plugin/Scripting/CodeLiteLUA.cpp | 383 | | CodeLiteLUA | UpdateMenu(const wxString &, wxMenu *) | 2 | 40 | 32 | 5 | 3 | 6 | 3 | 64 | 230 | 1380 | 21.7381 | 29998.6 | 1666.59 | 0.32182 | 72.265 | 26.0372 | 98.3022 | 25 | 2 |
| Plugin/Scripting/CodeLiteLUA.cpp | 424 | | CodeLiteLUA | OnFileSaved(clCommandEvent &) | 1 | 16 | 12 | 1 | 4 | 2 | 1 | 38 | 84 | 440.826 | 10.5455 | 4648.71 | 258.262 | 0.0928468 | 93.9631 | 18.8844 | 112.847 | 10 | 1 |
| Plugin/SelectFileTypesDialog.cpp | 6 | | SelectFileTypesDialog | SelectFileTypesDialog(wxWindow *, const wxArrayString &) | 2 | 17 | 10 | 3 | 4 | 1 | 0 | 32 | 59 | 295 | 7.52632 | 2220.26 | 123.348 | 0.0567303 | 95.2997 | 30.2908 | 125.59 | 8 | 1 |
| Plugin/SelectFileTypesDialog.cpp | 24 | | SelectFileTypesDialog | ~SelectFileTypesDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/SelectFileTypesDialog.cpp | 26 | | SelectFileTypesDialog | InitializeList(const wxArrayString &) | 1 | 14 | 13 | 1 | 0 | 2 | 1 | 39 | 83 | 438.688 | 12.8696 | 5645.73 | 313.652 | 0.105688 | 96.1516 | 20.1155 | 116.267 | 10 | 1 |
| Plugin/SelectFileTypesDialog.cpp | 41 | | SelectFileTypesDialog | Search(const wxString &) | 1 | 15 | 15 | 0 | 0 | 4 | 2 | 36 | 91 | 470.463 | 13.6 | 6398.3 | 355.461 | 0.114883 | 94.2103 | 0 | 94.2103 | 7 | 1 |
| Plugin/SelectFileTypesDialog.cpp | 57 | | SelectFileTypesDialog | GetValue() const | 0 | 13 | 12 | 1 | 0 | 3 | 2 | 32 | 73 | 365 | 11.6667 | 4258.33 | 236.574 | 0.0875733 | 98.0784 | 20.8285 | 118.907 | 7 | 1 |
| Plugin/SelectFileTypesDialog.cpp | 71 | | SelectFileTypesDialog | OnSearch(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| Plugin/SelectFileTypesDialogBase.cpp | 14 | | SelectFileTypesDialogBase | SelectFileTypesDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 66 | 51 | 2 | 13 | 5 | 1 | 108 | 522 | 3526.05 | 24.4302 | 86142.3 | 4785.68 | 0.650164 | 59.5043 | 13.3211 | 72.8255 | 70 | 1 |
| Plugin/SelectFileTypesDialogBase.cpp | 81 | | SelectFileTypesDialogBase | ~SelectFileTypesDialogBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/SelectFileTypesDialogBase_plugin_bitmaps.cpp | 34 | | | wxCAF3BInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| Plugin/SwitchToWorkspaceBase.cpp | 14 | | SwitchToWorkspaceBaseDlg | SwitchToWorkspaceBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 83 | 64 | 2 | 17 | 7 | 1 | 123 | 658 | 4568.17 | 28.29 | 129234 | 7179.65 | 0.852045 | 53.9851 | 11.9085 | 65.8936 | 93 | 1 |
| Plugin/SwitchToWorkspaceBase.cpp | 98 | | SwitchToWorkspaceBaseDlg | ~SwitchToWorkspaceBaseDlg() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 114.37 | 0 | 114.37 | 8 | 0 |
| Plugin/SwitchToWorkspaceBase_plugin_bitmaps.cpp | 32 | | | wxCrafter7DSS5TInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 44 | 101 | 551.403 | 10.6034 | 5846.77 | 324.82 | 0.108182 | 86.9202 | 15.872 | 102.792 | 17 | 1 |
| Plugin/SwitchToWorkspaceDlg.cpp | 9 | | SwitchToWorkspaceDlg | SwitchToWorkspaceDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 48 | 225.621 | 7.28571 | 1643.81 | 91.3228 | 0.046428 | 108.905 | 0 | 108.905 | 7 | 1 |
| Plugin/SwitchToWorkspaceDlg.cpp | 18 | | SwitchToWorkspaceDlg | ~SwitchToWorkspaceDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/SwitchToWorkspaceDlg.cpp | 20 | | SwitchToWorkspaceDlg | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Plugin/SwitchToWorkspaceDlg.cpp | 21 | | SwitchToWorkspaceDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| Plugin/SwitchToWorkspaceDlg.cpp | 22 | | SwitchToWorkspaceDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 50 | 242.899 | 7.71875 | 1874.88 | 104.16 | 0.0506828 | 106.383 | 0 | 106.383 | 9 | 0 |
| Plugin/ThemeImporters/ThemeImporterASM.cpp | 5 | | ThemeImporterASM | ThemeImporterASM() | 0 | 66 | 60 | 5 | 1 | 1 | 0 | 69 | 87 | 531.442 | 3.04762 | 1619.63 | 89.9795 | 0.0459716 | 70.2645 | 20.6799 | 90.9444 | 12 | 1 |
| Plugin/ThemeImporters/ThemeImporterASM.cpp | 72 | | ThemeImporterASM | Import(const wxFileName &) [override] | 1 | 27 | 23 | 2 | 2 | 1 | 0 | 63 | 223 | 1332.93 | 9.62264 | 12826.3 | 712.574 | 0.182648 | 79.9627 | 20.4627 | 100.425 | 56 | 0 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 24 | {anonymous} | | SetSelectionColour(bool, ThemeImporterBase::Property &) | 2 | 11 | 10 | 1 | 0 | 2 | 1 | 25 | 47 | 218.261 | 9.23077 | 2014.72 | 111.929 | 0.0531727 | 103.688 | 22.5149 | 126.203 | 4 | 3 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 36 | {anonymous} | | alacritty_read_colour(const YAML::Node &, const std::string &, wxString *) | 3 | 21 | 20 | 0 | 1 | 5 | 2 | 51 | 137 | 777.122 | 21.3333 | 16578.6 | 921.034 | 0.216726 | 85.9196 | 0 | 85.9196 | 30 | 11 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 58 | {anonymous} | | adjust_colour(const wxString &, bool) | 2 | 14 | 11 | 3 | 0 | 5 | 1 | 30 | 80 | 392.551 | 14.5 | 5691.99 | 316.222 | 0.106265 | 96.0394 | 32.8615 | 128.901 | 9 | 8 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 75 | | ThemeImporterBase | GetEclipseXmlProperty(const wxString &, const wxString &, ThemeImporterBase::Property &) const | 3 | 13 | 12 | 0 | 1 | 5 | 1 | 32 | 94 | 470 | 15.1667 | 7128.33 | 396.019 | 0.123463 | 96.3036 | 0 | 96.3036 | 11 | 14 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 89 | | ThemeImporterBase | InitializeImport(const wxFileName &, const wxString &, int) | 3 | 20 | 13 | 4 | 3 | 4 | 1 | 38 | 125 | 655.991 | 13.4167 | 8801.21 | 488.956 | 0.142093 | 87.8212 | 31.9355 | 119.757 | 12 | 30 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 110 | | ThemeImporterBase | FinalizeImport(LexerConf::Ptr_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.4 | 688.164 | 38.2313 | 0.0259821 | 119.489 | 0 | 119.489 | 5 | 30 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 116 | | ThemeImporterBase | IsDarkTheme() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 3 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 118 | | ThemeImporterBase | GetName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 2 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 120 | | ThemeImporterBase | GetOutputFile(const wxString &) const | 1 | 19 | 16 | 1 | 2 | 1 | 0 | 34 | 120 | 610.496 | 14.7273 | 8990.93 | 499.496 | 0.144128 | 89.7159 | 17.3987 | 107.115 | 34 | 0 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 140 | | ThemeImporterBase | AddProperty(LexerConf::Ptr_t, const wxString &, const wxString &, const wxString &, const wxString &, bool, bool, bool) | 8 | 18 | 16 | 0 | 2 | 1 | 0 | 38 | 105 | 551.032 | 11.3077 | 6230.9 | 346.161 | 0.11287 | 91.1247 | 0 | 91.1247 | 5 | 111 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 159 | | ThemeImporterBase | AddPropertySubstyle(LexerConf::Ptr_t, int, const wxString &, const Property &) | 4 | 9 | 8 | 0 | 1 | 1 | 0 | 37 | 96 | 500.108 | 9.84 | 4921.06 | 273.392 | 0.0964386 | 102.858 | 0 | 102.858 | 5 | 5 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 169 | | ThemeImporterBase | AddBaseProperties(LexerConf::Ptr_t, const wxString &, const wxString &) | 3 | 21 | 21 | 0 | 0 | 1 | 0 | 54 | 193 | 1110.69 | 10.7143 | 11900.3 | 661.127 | 0.173747 | 84.9825 | 0 | 84.9825 | 44 | 3 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 191 | | ThemeImporterBase | AddCommonProperties(LexerConf::Ptr_t) | 1 | 37 | 29 | 6 | 3 | 3 | 1 | 57 | 268 | 1563.21 | 14.9333 | 23344 | 1296.89 | 0.272267 | 73.5697 | 29.2082 | 102.778 | 68 | 2 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 229 | | ThemeImporterBase | DoSetKeywords(wxString &, const wxString &) | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 26 | 51 | 239.722 | 6.875 | 1648.09 | 91.5606 | 0.0465086 | 108.59 | 0 | 108.59 | 6 | 204 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 238 | | ThemeImporterBase | ImportEclipseXML(const wxFileName &, const wxString &, int) | 3 | 60 | 44 | 6 | 10 | 4 | 1 | 113 | 383 | 2612.13 | 18.9457 | 49488.5 | 2749.36 | 0.449312 | 62.8384 | 23.5268 | 86.3652 | 96 | 1 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 299 | | ThemeImporterBase | GetEditorVSCodeColour(const std::unordered_map<std::string_view, JSONItem> &, const wxString &, const wxString &, Property &) | 4 | 20 | 17 | 0 | 3 | 5 | 1 | 45 | 155 | 851.237 | 17.6552 | 15028.7 | 834.93 | 0.202999 | 86.2363 | 0 | 86.2363 | 19 | 4 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 320 | | ThemeImporterBase | GetVSCodeColour(const std::unordered_map<wxString, VSCodeScope> &, const std::vector<wxString> &, Property &) | 3 | 13 | 12 | 1 | 0 | 3 | 2 | 37 | 84 | 437.594 | 14.45 | 6323.23 | 351.291 | 0.113983 | 97.1351 | 20.8285 | 117.964 | 8 | 9 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 334 | | ThemeImporterBase | ImportAlacrittyThemeBase(AlacrittyColours &, const wxString &, int) | 3 | 56 | 46 | 3 | 7 | 3 | 1 | 81 | 395 | 2504.24 | 28.3468 | 70987.1 | 3943.73 | 0.571477 | 64.4055 | 17.5467 | 81.9522 | 77 | 2 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 391 | | ThemeImporterBase | ImportAlacrittyThemeToml(const wxFileName &, const wxString &, int) | 3 | 51 | 40 | 4 | 8 | 15 | 1 | 88 | 445 | 2874.45 | 25.4412 | 73129.3 | 4062.74 | 0.582917 | 62.4436 | 21.0189 | 83.4625 | 101 | 1 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 443 | | ThemeImporterBase | ImportAlacrittyThemeYAML(const wxFileName &, const wxString &, int) | 3 | 82 | 59 | 10 | 13 | 24 | 2 | 104 | 508 | 3403.82 | 29.2722 | 99637.2 | 5535.4 | 0.716407 | 51.8013 | 25.7497 | 77.5511 | 105 | 1 |
| Plugin/ThemeImporters/ThemeImporterBase.cpp | 526 | | ThemeImporterBase | ImportVSCodeJSON(const wxFileName &, const wxString &, int) | 3 | 137 | 102 | 16 | 19 | 12 | 3 | 169 | 707 | 5232.42 | 27.9007 | 145988 | 8110.46 | 0.924182 | 44.0106 | 25.2519 | 69.2625 | 119 | 1 |
| Plugin/ThemeImporters/ThemeImporterBatch.cpp | 3 | | ThemeImporterBatch | ThemeImporterBatch() | 0 | 12 | 8 | 2 | 2 | 1 | 0 | 15 | 24 | 93.7654 | 3.33333 | 312.551 | 17.364 | 0.0153518 | 106.902 | 29.5564 | 136.459 | 6 | 1 |
| Plugin/ThemeImporters/ThemeImporterBatch.cpp | 16 | | ThemeImporterBatch | Import(const wxFileName &) [override] | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 45 | 124 | 680.99 | 8.14286 | 5545.2 | 308.067 | 0.10443 | 94.0948 | 0 | 94.0948 | 29 | 0 |
| Plugin/ThemeImporters/ThemeImporterCMake.cpp | 6 | | ThemeImporterCMake | ThemeImporterCMake() | 0 | 18 | 18 | 0 | 0 | 1 | 0 | 24 | 30 | 137.549 | 3.16667 | 435.571 | 24.1984 | 0.0191537 | 98.3413 | 0 | 98.3413 | 4 | 1 |
| Plugin/ThemeImporters/ThemeImporterCMake.cpp | 25 | | ThemeImporterCMake | Import(const wxFileName &) [override] | 1 | 25 | 22 | 1 | 2 | 1 | 1 | 62 | 206 | 1226.56 | 9.03846 | 11086.3 | 615.903 | 0.16573 | 81.642 | 15.2452 | 96.8872 | 52 | 0 |
| Plugin/ThemeImporters/ThemeImporterCSS.cpp | 8 | | ThemeImporterCSS | ThemeImporterCSS() | 0 | 62 | 61 | 0 | 1 | 1 | 0 | 70 | 88 | 539.377 | 3.04688 | 1643.41 | 91.3008 | 0.0464205 | 71.2003 | 0 | 71.2003 | 12 | 1 |
| Plugin/ThemeImporters/ThemeImporterCSS.cpp | 71 | | ThemeImporterCSS | Import(const wxFileName &) [override] | 1 | 39 | 34 | 3 | 2 | 2 | 1 | 92 | 332 | 2165.82 | 12.5886 | 27264.7 | 1514.71 | 0.301957 | 71.2514 | 20.8285 | 92.0799 | 106 | 0 |
| Plugin/ThemeImporters/ThemeImporterCSharp.cpp | 3 | | ThemeImporterCSharp | ThemeImporterCSharp() | 0 | 45 | 37 | 5 | 3 | 1 | 0 | 53 | 81 | 463.962 | 4.08889 | 1897.09 | 105.394 | 0.0510823 | 77.1751 | 24.6875 | 101.863 | 14 | 1 |
| Plugin/ThemeImporters/ThemeImporterCSharp.cpp | 49 | | ThemeImporterCSharp | Import(const wxFileName &) [override] | 1 | 32 | 28 | 1 | 3 | 1 | 1 | 80 | 272 | 1719.56 | 9.80435 | 16859.2 | 936.623 | 0.219164 | 75.886 | 13.5225 | 89.4085 | 69 | 0 |
| Plugin/ThemeImporters/ThemeImporterCXX.cpp | 11 | | ThemeImporterCXX | ThemeImporterCXX() | 0 | 42 | 33 | 6 | 3 | 1 | 0 | 48 | 76 | 424.457 | 4.1 | 1740.27 | 96.6819 | 0.048227 | 78.7555 | 27.6325 | 106.388 | 14 | 1 |
| Plugin/ThemeImporters/ThemeImporterCXX.cpp | 54 | | ThemeImporterCXX | Import(const wxFileName &) [override] | 1 | 34 | 29 | 2 | 3 | 1 | 1 | 82 | 283 | 1799.19 | 9.91549 | 17839.8 | 991.102 | 0.227583 | 74.6685 | 18.3478 | 93.0163 | 72 | 0 |
| Plugin/ThemeImporters/ThemeImporterCobra.cpp | 3 | | ThemeImporterCobra | ThemeImporterCobra() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 3.76923 | 439.839 | 24.4355 | 0.0192786 | 105.765 | 0 | 105.765 | 5 | 1 |
| Plugin/ThemeImporters/ThemeImporterCobraAlt.cpp | 3 | | ThemeImporterCobraAlt | ThemeImporterCobraAlt() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 3.75 | 510.607 | 28.3671 | 0.0212946 | 103.666 | 0 | 103.666 | 7 | 1 |
| Plugin/ThemeImporters/ThemeImporterDiff.cpp | 7 | | ThemeImporterDiff | ThemeImporterDiff() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterDiff.cpp | 9 | | ThemeImporterDiff | Import(const wxFileName &) [override] | 1 | 15 | 14 | 0 | 1 | 1 | 1 | 51 | 148 | 839.519 | 10.9474 | 9190.52 | 510.585 | 0.146253 | 91.8889 | 0 | 91.8889 | 36 | 0 |
| Plugin/ThemeImporters/ThemeImporterDockerfile.cpp | 3 | | ThemeImporterDockerfile | ThemeImporterDockerfile() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 4.375 | 393.131 | 21.8406 | 0.0178883 | 113.692 | 0 | 113.692 | 5 | 1 |
| Plugin/ThemeImporters/ThemeImporterDockerfile.cpp | 12 | | ThemeImporterDockerfile | Import(const wxFileName &) [override] | 1 | 27 | 26 | 0 | 1 | 2 | 1 | 69 | 220 | 1343.88 | 12.3455 | 16590.8 | 921.708 | 0.216832 | 79.6902 | 0 | 79.6902 | 52 | 0 |
| Plugin/ThemeImporters/ThemeImporterFortran.cpp | 3 | | ThemeImporterFortran | ThemeImporterFortran() | 0 | 47 | 45 | 0 | 2 | 1 | 0 | 54 | 67 | 385.577 | 3.57447 | 1378.23 | 76.5686 | 0.041282 | 77.4329 | 0 | 77.4329 | 9 | 1 |
| Plugin/ThemeImporters/ThemeImporterFortran.cpp | 51 | | ThemeImporterFortran | Import(const wxFileName &) [override] | 1 | 20 | 20 | 0 | 0 | 1 | 0 | 57 | 192 | 1119.91 | 9.25532 | 10365.2 | 575.843 | 0.158464 | 85.7299 | 0 | 85.7299 | 47 | 0 |
| Plugin/ThemeImporters/ThemeImporterGo.cpp | 3 | | ThemeImporterGo | ThemeImporterGo() | 0 | 21 | 15 | 4 | 2 | 1 | 0 | 29 | 54 | 262.331 | 4.19048 | 1099.29 | 61.0718 | 0.0355048 | 92.4868 | 31.2887 | 123.775 | 12 | 1 |
| Plugin/ThemeImporters/ThemeImporterGo.cpp | 25 | | ThemeImporterGo | Import(const wxFileName &) [override] | 1 | 33 | 28 | 2 | 3 | 1 | 1 | 79 | 272 | 1714.63 | 9.94853 | 17058 | 947.668 | 0.220884 | 75.4024 | 18.6103 | 94.0127 | 69 | 0 |
| Plugin/ThemeImporters/ThemeImporterINI.cpp | 3 | | ThemeImporterINI | ThemeImporterINI() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterINI.cpp | 5 | | ThemeImporterINI | Import(const wxFileName &) [override] | 1 | 14 | 13 | 0 | 1 | 1 | 1 | 40 | 107 | 569.446 | 8.16667 | 4650.48 | 258.36 | 0.0928704 | 95.025 | 0 | 95.025 | 25 | 0 |
| Plugin/ThemeImporters/ThemeImporterInnoSetup.cpp | 3 | | ThemeImporterInnoSetup | ThemeImporterInnoSetup() | 0 | 42 | 38 | 0 | 4 | 1 | 0 | 49 | 68 | 381.8 | 3.58333 | 1368.12 | 76.0065 | 0.0410797 | 79.3063 | 0 | 79.3063 | 13 | 1 |
| Plugin/ThemeImporters/ThemeImporterInnoSetup.cpp | 46 | | ThemeImporterInnoSetup | Import(const wxFileName &) [override] | 1 | 19 | 19 | 0 | 0 | 1 | 0 | 55 | 181 | 1046.43 | 9.11111 | 9534.1 | 529.672 | 0.149876 | 86.9138 | 0 | 86.9138 | 44 | 0 |
| Plugin/ThemeImporters/ThemeImporterJSON.cpp | 5 | | ThemeImporterJson | ThemeImporterJson() | 0 | 11 | 7 | 2 | 2 | 1 | 0 | 16 | 26 | 104 | 3.88889 | 404.444 | 22.4691 | 0.0182299 | 107.773 | 30.6787 | 138.452 | 7 | 1 |
| Plugin/ThemeImporters/ThemeImporterJSON.cpp | 17 | | ThemeImporterJson | Import(const wxFileName &) [override] | 1 | 20 | 20 | 0 | 0 | 1 | 0 | 60 | 192 | 1134.12 | 8.7 | 9866.87 | 548.159 | 0.153343 | 85.6643 | 0 | 85.6643 | 47 | 0 |
| Plugin/ThemeImporters/ThemeImporterJava.cpp | 3 | | ThemeImporterJava | ThemeImporterJava() | 0 | 37 | 30 | 5 | 2 | 1 | 0 | 46 | 74 | 408.744 | 4.10526 | 1678 | 93.2222 | 0.0470695 | 81.0051 | 26.9603 | 107.965 | 14 | 1 |
| Plugin/ThemeImporters/ThemeImporterJava.cpp | 41 | | ThemeImporterJava | Import(const wxFileName &) [override] | 1 | 32 | 28 | 1 | 3 | 1 | 1 | 80 | 272 | 1719.56 | 9.80435 | 16859.2 | 936.623 | 0.219164 | 75.886 | 13.5225 | 89.4085 | 69 | 0 |
| Plugin/ThemeImporters/ThemeImporterJavaScript.cpp | 11 | | ThemeImporterJavaScript | ThemeImporterJavaScript() | 0 | 56 | 47 | 5 | 4 | 1 | 0 | 63 | 94 | 561.864 | 4.07273 | 2288.32 | 127.129 | 0.0578837 | 72.6367 | 22.3277 | 94.9644 | 16 | 1 |
| Plugin/ThemeImporters/ThemeImporterJavaScript.cpp | 68 | | ThemeImporterJavaScript | Import(const wxFileName &) [override] | 1 | 30 | 25 | 2 | 3 | 1 | 1 | 73 | 239 | 1479.37 | 9.58065 | 14173.3 | 787.406 | 0.195221 | 77.7139 | 19.4709 | 97.1848 | 60 | 0 |
| Plugin/ThemeImporters/ThemeImporterLUA.cpp | 3 | | ThemeImporterLua | ThemeImporterLua() | 0 | 12 | 10 | 1 | 1 | 1 | 0 | 19 | 37 | 157.173 | 3.23077 | 507.791 | 28.2106 | 0.0212162 | 104.216 | 21.6227 | 125.839 | 9 | 1 |
| Plugin/ThemeImporters/ThemeImporterLUA.cpp | 16 | | ThemeImporterLua | Import(const wxFileName &) [override] | 1 | 24 | 24 | 0 | 0 | 1 | 0 | 72 | 242 | 1493.12 | 9.91803 | 14808.8 | 822.713 | 0.201014 | 81.2807 | 0 | 81.2807 | 59 | 0 |
| Plugin/ThemeImporters/ThemeImporterMakefile.cpp | 6 | | ThemeImporterMakefile | ThemeImporterMakefile() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterMakefile.cpp | 8 | | ThemeImporterMakefile | Import(const wxFileName &) [override] | 1 | 16 | 14 | 0 | 2 | 1 | 1 | 44 | 118 | 644.213 | 7.94118 | 5115.81 | 284.212 | 0.0989665 | 92.2203 | 0 | 92.2203 | 28 | 0 |
| Plugin/ThemeImporters/ThemeImporterManager.cpp | 39 | | ThemeImporterManager | ThemeImporterManager() | 0 | 35 | 35 | 0 | 0 | 1 | 0 | 46 | 455 | 2513.22 | 19.7027 | 49517.2 | 2750.96 | 0.449486 | 72.4609 | 0 | 72.4609 | 96 | 2 |
| Plugin/ThemeImporters/ThemeImporterManager.cpp | 75 | | ThemeImporterManager | Import(const wxString &) | 1 | 24 | 20 | 2 | 2 | 5 | 2 | 41 | 114 | 610.761 | 15.2292 | 9301.38 | 516.743 | 0.147427 | 85.0091 | 21.6227 | 106.632 | 21 | 4 |
| Plugin/ThemeImporters/ThemeImporterMarkdown.cpp | 12 | | ThemeImporterMarkdown | ThemeImporterMarkdown() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 125.776 | 31.9355 | 157.712 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterMarkdown.cpp | 18 | | ThemeImporterMarkdown | Import(const wxFileName &) [override] | 1 | 66 | 54 | 5 | 7 | 5 | 1 | 112 | 497 | 3383.26 | 20.6809 | 69968.6 | 3887.14 | 0.565997 | 59.7193 | 20.6799 | 80.3992 | 100 | 0 |
| Plugin/ThemeImporters/ThemeImporterPHP.cpp | 7 | | ThemeImporterPHP | ThemeImporterPHP() | 0 | 21 | 19 | 1 | 1 | 1 | 0 | 26 | 35 | 164.515 | 3.15 | 518.223 | 28.7902 | 0.0215059 | 94.9131 | 16.583 | 111.496 | 6 | 1 |
| Plugin/ThemeImporters/ThemeImporterPHP.cpp | 29 | | ThemeImporterPHP | Import(const wxFileName &) [override] | 1 | 50 | 41 | 5 | 4 | 1 | 1 | 100 | 415 | 2757.2 | 10.5 | 28950.6 | 1608.37 | 0.31428 | 66.201 | 23.5268 | 89.7278 | 109 | 0 |
| Plugin/ThemeImporters/ThemeImporterPython.cpp | 3 | | ThemeImporterPython | ThemeImporterPython() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 3.3 | 369.6 | 20.5333 | 0.0171672 | 110.639 | 0 | 110.639 | 7 | 1 |
| Plugin/ThemeImporters/ThemeImporterPython.cpp | 13 | | ThemeImporterPython | Import(const wxFileName &) [override] | 1 | 30 | 28 | 1 | 2 | 2 | 0 | 79 | 270 | 1702.02 | 10.9254 | 18595.2 | 1033.07 | 0.233962 | 76.7548 | 13.9543 | 90.7092 | 53 | 0 |
| Plugin/ThemeImporters/ThemeImporterRuby.cpp | 3 | | ThemeImporterRuby | ThemeImporterRuby() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 3.88889 | 357.778 | 19.8765 | 0.0167992 | 113.57 | 0 | 113.57 | 5 | 1 |
| Plugin/ThemeImporters/ThemeImporterRuby.cpp | 12 | | ThemeImporterRuby | Import(const wxFileName &) [override] | 1 | 30 | 30 | 2 | 0 | 1 | 0 | 82 | 302 | 1919.98 | 9.51389 | 18266.5 | 1014.8 | 0.231197 | 76.3582 | 19.4709 | 95.8292 | 77 | 0 |
| Plugin/ThemeImporters/ThemeImporterRust.cpp | 3 | | ThemeImporterRust | ThemeImporterRust() | 0 | 14 | 12 | 1 | 1 | 1 | 0 | 23 | 44 | 199.037 | 3.17647 | 632.234 | 35.1241 | 0.0245545 | 100.491 | 20.1155 | 120.607 | 11 | 1 |
| Plugin/ThemeImporters/ThemeImporterRust.cpp | 18 | | ThemeImporterRust | Import(const wxFileName &) [override] | 1 | 37 | 35 | 0 | 2 | 2 | 1 | 89 | 319 | 2065.76 | 13.2533 | 27378.2 | 1521.01 | 0.302795 | 72.3502 | 0 | 72.3502 | 79 | 0 |
| Plugin/ThemeImporters/ThemeImporterSCSS.cpp | 5 | | ThemeImporterSCSS | ThemeImporterSCSS() | 0 | 62 | 61 | 0 | 1 | 1 | 0 | 70 | 88 | 539.377 | 3.04688 | 1643.41 | 91.3008 | 0.0464205 | 71.2003 | 0 | 71.2003 | 12 | 1 |
| Plugin/ThemeImporters/ThemeImporterSCSS.cpp | 68 | | ThemeImporterSCSS | Import(const wxFileName &) [override] | 1 | 39 | 34 | 3 | 2 | 2 | 1 | 91 | 336 | 2186.62 | 12.9167 | 28243.8 | 1569.1 | 0.309144 | 71.2017 | 20.8285 | 92.0302 | 106 | 0 |
| Plugin/ThemeImporters/ThemeImporterSQL.cpp | 5 | | ThemeImporterSQL | ThemeImporterSQL() | 0 | 29 | 29 | 0 | 0 | 1 | 0 | 37 | 44 | 229.216 | 3.61667 | 828.998 | 46.0554 | 0.0294158 | 87.9596 | 0 | 87.9596 | 5 | 1 |
| Plugin/ThemeImporters/ThemeImporterSQL.cpp | 35 | | ThemeImporterSQL | Import(const wxFileName &) [override] | 1 | 28 | 28 | 0 | 0 | 1 | 0 | 73 | 280 | 1733.15 | 10.0794 | 17469.1 | 970.503 | 0.224418 | 78.0083 | 0 | 78.0083 | 71 | 0 |
| Plugin/ThemeImporters/ThemeImporterScript.cpp | 3 | | ThemeImporterScript | ThemeImporterScript() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 116.087 | 0 | 116.087 | 5 | 1 |
| Plugin/ThemeImporters/ThemeImporterScript.cpp | 11 | | ThemeImporterScript | Import(const wxFileName &) [override] | 1 | 28 | 26 | 0 | 2 | 2 | 1 | 69 | 220 | 1343.88 | 12.3455 | 16590.8 | 921.708 | 0.216832 | 79.1011 | 0 | 79.1011 | 52 | 0 |
| Plugin/ThemeImporters/ThemeImporterTCL.cpp | 5 | | ThemeImporterTCL | ThemeImporterTCL() | 0 | 13 | 12 | 1 | 0 | 1 | 0 | 21 | 34 | 149.339 | 3.75 | 560.02 | 31.1122 | 0.0226472 | 103.185 | 20.8285 | 124.014 | 8 | 1 |
| Plugin/ThemeImporters/ThemeImporterTCL.cpp | 19 | | ThemeImporterTCL | Import(const wxFileName &) [override] | 1 | 28 | 28 | 0 | 0 | 1 | 0 | 77 | 280 | 1754.7 | 9.47761 | 16630.4 | 923.909 | 0.217177 | 77.944 | 0 | 77.944 | 71 | 0 |
| Plugin/ThemeImporters/ThemeImporterTerminal.cpp | 14 | | ThemeImporterTerminal | ThemeImporterTerminal() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 123.641 | 0 | 123.641 | 3 | 1 |
| Plugin/ThemeImporters/ThemeImporterTerminal.cpp | 20 | | ThemeImporterTerminal | Import(const wxFileName &) [override] | 1 | 105 | 100 | 0 | 5 | 1 | 0 | 128 | 911 | 6377 | 21.0517 | 134247 | 7458.16 | 0.87394 | 49.8215 | 0 | 49.8215 | 220 | 0 |
| Plugin/ThemeImporters/ThemeImporterText.cpp | 6 | | ThemeImporterText | ThemeImporterText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterText.cpp | 8 | | ThemeImporterText | Import(const wxFileName &) [override] | 1 | 10 | 9 | 0 | 1 | 1 | 1 | 28 | 57 | 274.019 | 7.22222 | 1979.03 | 109.946 | 0.0525428 | 104.279 | 0 | 104.279 | 12 | 0 |
| Plugin/ThemeImporters/ThemeImporterXML.cpp | 5 | | ThemeImporterXML | ThemeImporterXML() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Plugin/ThemeImporters/ThemeImporterXML.cpp | 7 | | ThemeImporterXML | Import(const wxFileName &) [override] | 1 | 29 | 26 | 0 | 3 | 2 | 1 | 67 | 236 | 1431.6 | 12.5185 | 17921.5 | 995.637 | 0.228277 | 78.2038 | 0 | 78.2038 | 58 | 0 |
| Plugin/ThemeImporters/ThemeImporterYAML.cpp | 3 | | ThemeImporterYAML | ThemeImporterYAML() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 123.641 | 0 | 123.641 | 3 | 1 |
| Plugin/ThemeImporters/ThemeImporterYAML.cpp | 9 | | ThemeImporterYAML | Import(const wxFileName &) [override] | 1 | 22 | 22 | 0 | 0 | 2 | 1 | 61 | 176 | 1043.81 | 11.4681 | 11970.5 | 665.028 | 0.17443 | 84.3218 | 0 | 84.3218 | 40 | 0 |
| Plugin/ToolBarUI.cpp | 14 | | clCustomiseToolBarBaseDlg | clCustomiseToolBarBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 53 | 43 | 2 | 8 | 5 | 1 | 102 | 417 | 2782.4 | 18.9259 | 52659.5 | 2925.53 | 0.468306 | 64.2897 | 14.821 | 79.1107 | 58 | 1 |
| Plugin/ToolBarUI.cpp | 68 | | clCustomiseToolBarBaseDlg | ~clCustomiseToolBarBaseDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/ToolBar_liteeditor_bitmaps.cpp | 34 | | | wxCDA09InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/VirtualDirectoryColour.cpp | 5 | | FolderColour | [static] SortToList(const FolderColour::Map_t &, FolderColour::List_t &) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 86 | 433.818 | 14.1667 | 6145.75 | 341.431 | 0.11184 | 100.116 | 0 | 100.116 | 7 | 3 |
| Plugin/VirtualDirectoryColour.cpp | 17 | | FolderColour | [static] FindForPath(const FolderColour::List_t &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 97 | 497.54 | 17 | 8458.19 | 469.899 | 0.138377 | 99.4038 | 0 | 99.4038 | 9 | 1 |
| Plugin/VirtualDirectorySelectorBase.cpp | 16 | | VirtualDirectorySelectorDlgBaseClass | VirtualDirectorySelectorDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 85 | 65 | 2 | 18 | 6 | 1 | 122 | 697 | 4830.72 | 29.5051 | 142531 | 7918.38 | 0.909532 | 53.5387 | 11.7703 | 65.309 | 108 | 1 |
| Plugin/VirtualDirectorySelectorBase.cpp | 102 | | VirtualDirectorySelectorDlgBaseClass | ~VirtualDirectorySelectorDlgBaseClass() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 29 | 116 | 563.526 | 11.5789 | 6525.04 | 362.502 | 0.116395 | 93.9617 | 0 | 93.9617 | 24 | 0 |
| Plugin/VirtualDirectorySelectorBase_plugin_bitmaps.cpp | 32 | | | wxC168BInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 42 | 101 | 544.624 | 11.3889 | 6202.66 | 344.592 | 0.112529 | 86.9845 | 15.872 | 102.857 | 17 | 1 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 52 | | MyVdTreeItemData | MyVdTreeItemData(int) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 3.125 | 118.872 | 6.60401 | 0.00805871 | 129.391 | 0 | 129.391 | 0 | 2 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 56 | | MyVdTreeItemData | ~MyVdTreeItemData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2.5 | 49.1287 | 2.72937 | 0.00447132 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 58 | | MyVdTreeItemData | IsFolder() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 3 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 59 | | MyVdTreeItemData | IsProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 62 | | VirtualDirectorySelectorDlg | VirtualDirectorySelectorDlg(wxWindow *, clCxxWorkspace *, const wxString &, const wxString &) | 4 | 13 | 13 | 0 | 0 | 1 | 0 | 33 | 72 | 363.196 | 8.775 | 3187.05 | 177.058 | 0.072189 | 98.5641 | 0 | 98.5641 | 10 | 11 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 76 | | VirtualDirectorySelectorDlg | ~VirtualDirectorySelectorDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 78 | | VirtualDirectorySelectorDlg | OnItemSelected(wxTreeEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 29 | 127.377 | 6.05 | 770.632 | 42.8129 | 0.0280184 | 123.107 | 0 | 123.107 | 3 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 83 | | VirtualDirectorySelectorDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 25 | 48 | 222.905 | 7.07143 | 1576.26 | 87.5699 | 0.0451471 | 103.579 | 0 | 103.579 | 6 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 95 | | VirtualDirectorySelectorDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 25 | 48 | 222.905 | 7.07143 | 1576.26 | 87.5699 | 0.0451471 | 102.169 | 21.6227 | 123.792 | 6 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 108 | | VirtualDirectorySelectorDlg | [static] DoGetPath(clTreeCtrl *, const wxTreeItemId &, bool) | 3 | 49 | 40 | 1 | 8 | 12 | 2 | 73 | 288 | 1782.67 | 31.1111 | 55460.8 | 3081.16 | 0.484771 | 66.266 | 10.9756 | 77.2416 | 33 | 7 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 157 | | VirtualDirectorySelectorDlg | DoBuildTree() | 0 | 89 | 71 | 11 | 12 | 15 | 3 | 100 | 528 | 3507.96 | 37.9167 | 133010 | 7389.44 | 0.868564 | 52.3876 | 25.9054 | 78.293 | 65 | 2 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 247 | | VirtualDirectorySelectorDlg | OnButtonOkUI(wxUpdateUIEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 70 | 353.108 | 13.8 | 4872.88 | 270.716 | 0.0958082 | 102.731 | 0 | 102.731 | 6 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 258 | | VirtualDirectorySelectorDlg | FindItemForPath(const wxString &) | 1 | 39 | 34 | 4 | 3 | 12 | 5 | 54 | 233 | 1340.89 | 29.6774 | 39794.1 | 2210.78 | 0.38853 | 71.4446 | 23.8017 | 95.2463 | 28 | 2 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 298 | | VirtualDirectorySelectorDlg | SelectPath(const wxString &) | 1 | 25 | 20 | 2 | 3 | 6 | 3 | 37 | 117 | 609.506 | 16.15 | 9843.52 | 546.862 | 0.153101 | 84.1284 | 21.2145 | 105.343 | 12 | 3 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 324 | | VirtualDirectorySelectorDlg | SetText(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 326 | | VirtualDirectorySelectorDlg | OnNewVD(wxCommandEvent &) [override] | 1 | 49 | 37 | 7 | 7 | 9 | 3 | 72 | 254 | 1567.16 | 20.24 | 31719.3 | 1762.19 | 0.334012 | 67.626 | 27.6325 | 95.2585 | 43 | 0 |
| Plugin/VirtualDirectorySelectorDlg.cpp | 376 | | VirtualDirectorySelectorDlg | OnNewVDUI(wxUpdateUIEvent &) [override] | 1 | 10 | 10 | 1 | 0 | 3 | 1 | 35 | 76 | 389.826 | 14.8438 | 5786.47 | 321.471 | 0.107437 | 101.986 | 23.5268 | 125.513 | 7 | 0 |
| Plugin/VirtualDirectorySelector_plugin_bitmaps.cpp | 56 | | | wxCD372InitBitmapResources() | 0 | 22 | 19 | 1 | 2 | 2 | 2 | 41 | 98 | 525.04 | 10.9615 | 5755.25 | 319.736 | 0.10705 | 87.895 | 16.2158 | 104.111 | 17 | 0 |
| Plugin/WSImporterDlgs.cpp | 14 | | EnvVarImporterDlgBase | EnvVarImporterDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 91 | 61 | 2 | 28 | 5 | 1 | 111 | 735 | 4993.9 | 37.1136 | 185342 | 10296.8 | 1.08358 | 52.491 | 11.3827 | 63.8737 | 97 | 1 |
| Plugin/WSImporterDlgs.cpp | 106 | | EnvVarImporterDlgBase | ~EnvVarImporterDlgBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 10.4545 | 2847.02 | 158.168 | 0.0669585 | 106.019 | 0 | 106.019 | 12 | 0 |
| Plugin/WSImporterDlgs_plugin_bitmaps.cpp | 30 | | | wxC55BDInitBitmapResources() | 0 | 22 | 19 | 1 | 2 | 2 | 2 | 41 | 98 | 525.04 | 10.9615 | 5755.25 | 319.736 | 0.10705 | 87.895 | 16.2158 | 104.111 | 17 | 1 |
| Plugin/WorkspaceHelper.cpp | 16 | | WorkspaceHelper | ReadPrivateFile(IWorkspace *, const wxString &, wxString *) const | 3 | 47 | 40 | 5 | 2 | 7 | 4 | 75 | 291 | 1812.59 | 24.9412 | 45208 | 2511.56 | 0.423015 | 68.0046 | 24.2031 | 92.2077 | 48 | 1 |
| Plugin/WorkspaceHelper.cpp | 64 | | WorkspaceHelper | WritePrivateFile(IWorkspace *, const wxString &, const wxString &) const | 3 | 42 | 33 | 6 | 3 | 5 | 3 | 63 | 231 | 1380.75 | 20.6977 | 28578.3 | 1587.69 | 0.31158 | 71.7018 | 27.6325 | 99.3342 | 46 | 1 |
| Plugin/WorkspaceImporter/BorlandCppBuilderImporter.cpp | 8 | | BorlandCppBuilderImporter | OpenWorkspace(const wxString &, const wxString &) [override] | 2 | 12 | 8 | 0 | 4 | 3 | 0 | 31 | 67 | 331.931 | 10.8333 | 3595.92 | 199.773 | 0.0782382 | 99.8689 | 0 | 99.8689 | 6 | 0 |
| Plugin/WorkspaceImporter/BorlandCppBuilderImporter.cpp | 21 | | BorlandCppBuilderImporter | isSupportedWorkspace() [override] | 0 | 20 | 19 | 0 | 1 | 7 | 5 | 38 | 110 | 577.272 | 13.0909 | 7557.02 | 419.834 | 0.128365 | 87.7959 | 0 | 87.7959 | 11 | 0 |
| Plugin/WorkspaceImporter/BorlandCppBuilderImporter.cpp | 42 | | BorlandCppBuilderImporter | PerformImport() [override] | 0 | 128 | 99 | 0 | 29 | 19 | 9 | 122 | 804 | 5572.31 | 33.77 | 188177 | 10454.3 | 1.0946 | 43.1742 | 0 | 43.1742 | 130 | 0 |
| Plugin/WorkspaceImporter/CodeBlocksImporter.cpp | 9 | | CodeBlocksImporter | OpenWorkspace(const wxString &, const wxString &) [override] | 2 | 12 | 8 | 0 | 4 | 4 | 0 | 33 | 73 | 368.241 | 11.7895 | 4341.36 | 241.187 | 0.088708 | 99.0991 | 0 | 99.0991 | 8 | 0 |
| Plugin/WorkspaceImporter/CodeBlocksImporter.cpp | 22 | | CodeBlocksImporter | isSupportedWorkspace() [override] | 0 | 12 | 12 | 0 | 0 | 4 | 2 | 34 | 74 | 376.472 | 11.1111 | 4183.03 | 232.39 | 0.0865378 | 98.9841 | 0 | 98.9841 | 8 | 0 |
| Plugin/WorkspaceImporter/CodeBlocksImporter.cpp | 35 | | CodeBlocksImporter | PerformImport() [override] | 0 | 16 | 14 | 0 | 2 | 3 | 1 | 40 | 95 | 505.583 | 14.3182 | 7239.03 | 402.168 | 0.124738 | 93.0204 | 0 | 93.0204 | 19 | 0 |
| Plugin/WorkspaceImporter/CodeBlocksImporter.cpp | 52 | | CodeBlocksImporter | GenerateFromWorkspace(GenericWorkspacePtr) | 1 | 82 | 67 | 0 | 15 | 19 | 14 | 78 | 470 | 2954.14 | 33.1964 | 98066.9 | 5448.16 | 0.70886 | 53.6881 | 0 | 53.6881 | 70 | 1 |
| Plugin/WorkspaceImporter/CodeBlocksImporter.cpp | 135 | | CodeBlocksImporter | GenerateFromProject(GenericWorkspacePtr, GenericProjectDataType &) | 2 | 278 | 223 | 0 | 55 | 79 | 13 | 150 | 1958 | 14154 | 82.623 | 1.16945e+06 | 64969.3 | 3.69998 | 11.9622 | 0 | 11.9622 | 330 | 2 |
| Plugin/WorkspaceImporter/DevCppImporter.cpp | 7 | | DevCppImporter | OpenWorkspace(const wxString &, const wxString &) [override] | 2 | 12 | 8 | 0 | 4 | 3 | 0 | 31 | 67 | 331.931 | 10.8333 | 3595.92 | 199.773 | 0.0782382 | 99.8689 | 0 | 99.8689 | 6 | 0 |
| Plugin/WorkspaceImporter/DevCppImporter.cpp | 20 | | DevCppImporter | isSupportedWorkspace() [override] | 0 | 15 | 12 | 0 | 3 | 3 | 2 | 30 | 64 | 314.041 | 8.75 | 2747.86 | 152.659 | 0.0653946 | 96.5421 | 0 | 96.5421 | 7 | 0 |
| Plugin/WorkspaceImporter/DevCppImporter.cpp | 36 | | DevCppImporter | PerformImport() [override] | 0 | 135 | 103 | 0 | 32 | 17 | 5 | 110 | 795 | 5391.18 | 32.7802 | 176724 | 9818.01 | 1.04973 | 42.9434 | 0 | 42.9434 | 153 | 0 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 8 | | VisualCppImporter | OpenWorkspace(const wxString &, const wxString &) [override] | 2 | 29 | 23 | 0 | 6 | 8 | 3 | 60 | 179 | 1057.33 | 19.1154 | 20211.3 | 1122.85 | 0.247329 | 78.3996 | 0 | 78.3996 | 19 | 0 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 38 | | VisualCppImporter | isSupportedWorkspace() [override] | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 17 | 68 | 5.83333 | 396.667 | 22.037 | 0.0179954 | 148.599 | 0 | 148.599 | 0 | 0 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 40 | | VisualCppImporter | PerformImport() [override] | 0 | 23 | 21 | 0 | 2 | 9 | 1 | 39 | 87 | 459.83 | 10.4348 | 4798.23 | 266.568 | 0.0948271 | 86.2545 | 0 | 86.2545 | 12 | 0 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 64 | | VisualCppImporter | GenerateFromVC6(GenericWorkspacePtr) | 1 | 50 | 39 | 1 | 10 | 7 | 4 | 78 | 355 | 2231.32 | 27.8091 | 62050.9 | 3447.27 | 0.522449 | 65.9214 | 10.867 | 76.7884 | 63 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 115 | | VisualCppImporter | GenerateFromProjectVC6(GenericWorkspacePtr, GenericProjectDataType &) | 2 | 273 | 217 | 0 | 56 | 47 | 9 | 178 | 2128 | 15908.4 | 78.2416 | 1.2447e+06 | 69149.8 | 3.85704 | 19.0086 | 0 | 19.0086 | 340 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 389 | | VisualCppImporter | GenerateFromVC7_11(GenericWorkspacePtr) | 1 | 87 | 70 | 1 | 16 | 18 | 7 | 92 | 594 | 3875 | 42.7424 | 165627 | 9201.48 | 1.00531 | 51.5483 | 8.26642 | 59.8147 | 103 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 477 | | VisualCppImporter | GenerateFromProjectVC7(GenericWorkspacePtr, GenericProjectDataType &) | 2 | 220 | 184 | 0 | 36 | 38 | 11 | 168 | 1587 | 11731.6 | 53.1469 | 623498 | 34638.8 | 2.43278 | 26.159 | 0 | 26.159 | 291 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 698 | | VisualCppImporter | GenerateFromProjectVC11(GenericWorkspacePtr, GenericProjectDataType &) | 2 | 466 | 361 | 2 | 103 | 96 | 9 | 214 | 3002 | 23239.9 | 94.2391 | 2.19011e+06 | 121673 | 5.62154 | -2.89466 | 5.06584 | 2.17119 | 506 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1165 | | VisualCppImporter | ExtractProjectCfgName(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 0 | 27 | 64 | 304.313 | 15.0769 | 4588.1 | 254.894 | 0.092038 | 109.282 | 0 | 109.282 | 9 | 19 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1173 | | VisualCppImporter | ReplaceDefaultEnvVars(const wxString &) | 1 | 15 | 14 | 0 | 1 | 1 | 0 | 37 | 155 | 807.465 | 13.5385 | 10931.8 | 607.324 | 0.164188 | 92.0913 | 0 | 92.0913 | 29 | 21 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1189 | | VisualCppImporter | AddFilesVC7(wxXmlNode *, GenericProjectPtr, std::map<wxString, GenericProjectCfgPtr> &, wxString) | 4 | 65 | 52 | 0 | 13 | 14 | 8 | 76 | 410 | 2561.65 | 33.6321 | 86153.6 | 4786.31 | 0.650221 | 59.3432 | 0 | 59.3432 | 60 | 2 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1255 | | VisualCppImporter | AddFilesVC11(wxXmlNode *, GenericProjectPtr, std::map<wxString, GenericProjectCfgPtr> &) | 3 | 51 | 43 | 0 | 8 | 11 | 6 | 71 | 302 | 1857.22 | 26.8333 | 49835.5 | 2768.64 | 0.45141 | 65.6349 | 0 | 65.6349 | 44 | 2 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1307 | | VisualCppImporter | FindProjectFileByName(GenericProjectPtr, wxString) | 2 | 9 | 8 | 0 | 1 | 3 | 2 | 24 | 38 | 174.229 | 10.5 | 1829.4 | 101.633 | 0.0498599 | 107.881 | 0 | 107.881 | 7 | 1 |
| Plugin/WorkspaceImporter/VisualCppImporter.cpp | 1317 | | VisualCppImporter | ConvertToLinuxStyle(wxString &) | 1 | 7 | 7 | 1 | 0 | 1 | 0 | 24 | 42 | 192.568 | 6.78571 | 1306.71 | 72.5952 | 0.0398412 | 111.892 | 27.6325 | 139.524 | 7 | 4 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 12 | | WSImporter | WSImporter() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 55 | 220 | 9 | 1980 | 110 | 0.05256 | 111.199 | 0 | 111.199 | 12 | 1 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 20 | | WSImporter | AddImporter(std::shared_ptr<GenericImporter>) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 147.272 | 0 | 147.272 | 1 | 4 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 22 | | WSImporter | Load(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 10.2143 | 1235.19 | 68.6217 | 0.0383738 | 119.762 | 0 | 119.762 | 2 | 1 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 28 | | WSImporter | Import(wxString &) | 1 | 298 | 235 | 1 | 62 | 62 | 8 | 240 | 1713 | 13544.5 | 53.8058 | 728773 | 40487.4 | 2.69944 | 14.9757 | 4.4811 | 19.4568 | 352 | 1 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 327 | | WSImporter | ContainsEnvVar(std::vector<wxString>) | 1 | 9 | 8 | 0 | 1 | 4 | 2 | 27 | 46 | 218.725 | 11.6364 | 2545.16 | 141.398 | 0.0621378 | 106.468 | 0 | 106.468 | 6 | 1 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 337 | | WSImporter | GetListEnvVarName(std::vector<wxString>) | 1 | 31 | 27 | 0 | 4 | 9 | 3 | 51 | 200 | 1134.49 | 32.4444 | 36807.7 | 2044.87 | 0.36884 | 76.7229 | 0 | 76.7229 | 20 | 1 |
| Plugin/WorkspaceImporter/WSImporter.cpp | 369 | | WSImporter | GetVPath(const wxString &, const wxString &) | 2 | 29 | 26 | 0 | 3 | 17 | 2 | 50 | 254 | 1433.54 | 20.3571 | 29182.8 | 1621.26 | 0.315958 | 74.7467 | 0 | 74.7467 | 34 | 1 |
| Plugin/Zip/clZipReader.cpp | 11 | | clZipReader | clZipReader(const wxFileName &) | 1 | 19 | 15 | 3 | 1 | 2 | 1 | 42 | 116 | 625.509 | 13.2308 | 8275.96 | 459.776 | 0.136382 | 89.3595 | 28.8719 | 118.231 | 20 | 5 |
| Plugin/Zip/clZipReader.cpp | 31 | | clZipReader | ~clZipReader() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/Zip/clZipReader.cpp | 33 | | clZipReader | Close() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 3.5 | 225.853 | 12.5474 | 0.0123622 | 120.074 | 29.5564 | 149.631 | 2 | 1 |
| Plugin/Zip/clZipReader.cpp | 40 | | clZipReader | Extract(const wxString &, const wxString &) | 2 | 15 | 15 | 0 | 0 | 4 | 2 | 31 | 83 | 411.198 | 13.5938 | 5589.73 | 310.54 | 0.104988 | 94.9104 | 0 | 94.9104 | 6 | 4 |
| Plugin/Zip/clZipReader.cpp | 56 | | clZipReader | ExtractAll(const wxString &) | 1 | 19 | 17 | 0 | 2 | 4 | 1 | 32 | 81 | 405 | 14.5 | 5872.5 | 326.25 | 0.108499 | 91.1599 | 0 | 91.1599 | 7 | 2 |
| Plugin/Zip/clZipReader.cpp | 76 | | clZipReader | DoExtractEntry(wxZipEntry *, const wxString &) | 2 | 25 | 18 | 5 | 2 | 4 | 2 | 42 | 125 | 674.04 | 13.3333 | 8987.2 | 499.289 | 0.144088 | 84.0651 | 31.9355 | 116.001 | 20 | 2 |
| Plugin/Zip/clZipReader.cpp | 102 | | clZipReader | ExtractAll(std::unordered_map<wxString, Entry> &) | 1 | 25 | 23 | 1 | 1 | 5 | 3 | 45 | 144 | 790.827 | 17.3333 | 13707.7 | 761.537 | 0.190921 | 83.0042 | 15.2452 | 98.2495 | 14 | 1 |
| Plugin/Zip/clZipWriter.cpp | 5 | | clZipWriter | clZipWriter(const wxFileName &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 8.4 | 1385.99 | 76.9995 | 0.0414368 | 115.193 | 0 | 115.193 | 4 | 1 |
| Plugin/Zip/clZipWriter.cpp | 12 | | clZipWriter | ~clZipWriter() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/Zip/clZipWriter.cpp | 14 | | clZipWriter | Add(const wxFileName &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 34 | 76 | 386.647 | 11.0526 | 4273.47 | 237.415 | 0.0877807 | 98.0088 | 0 | 98.0088 | 9 | 2 |
| Plugin/Zip/clZipWriter.cpp | 28 | | clZipWriter | AddDirectory(const wxString &, const wxString &) | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 31 | 65 | 322.023 | 10.1111 | 3256.01 | 180.889 | 0.0732266 | 104.917 | 0 | 104.917 | 6 | 0 |
| Plugin/Zip/clZipWriter.cpp | 38 | | clZipWriter | Close() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 14 | 30 | 114.221 | 6.66667 | 761.471 | 42.3039 | 0.0277959 | 112.215 | 0 | 112.215 | 3 | 2 |
| Plugin/addincludefiledlg.cpp | 45 | | AddIncludeFileDlg | AddIncludeFileDlg(wxWindow *, const wxString &, const wxString &, int) | 4 | 52 | 40 | 4 | 8 | 4 | 1 | 97 | 356 | 2349.57 | 21.7568 | 51119 | 2839.94 | 0.459128 | 65.7075 | 20.8285 | 86.536 | 50 | 2 |
| Plugin/addincludefiledlg.cpp | 98 | | AddIncludeFileDlg | ~AddIncludeFileDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/addincludefiledlg.cpp | 100 | | AddIncludeFileDlg | UpdateLineToAdd() | 0 | 57 | 47 | 1 | 9 | 11 | 3 | 85 | 350 | 2243.29 | 23.3968 | 52485.8 | 2915.88 | 0.467276 | 62.8509 | 10.1879 | 73.0389 | 50 | 2 |
| Plugin/addincludefiledlg.cpp | 158 | | AddIncludeFileDlg | SetAndMarkLine() | 0 | 28 | 23 | 2 | 3 | 2 | 1 | 51 | 146 | 828.174 | 15.25 | 12629.7 | 701.648 | 0.180776 | 81.6183 | 20.1155 | 101.734 | 14 | 5 |
| Plugin/addincludefiledlg.cpp | 187 | | AddIncludeFileDlg | OnTextUpdated(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/addincludefiledlg.cpp | 193 | | AddIncludeFileDlg | OnButtonDown(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 7.68182 | 1373.61 | 76.3118 | 0.0411897 | 107.976 | 0 | 107.976 | 3 | 2 |
| Plugin/addincludefiledlg.cpp | 203 | | AddIncludeFileDlg | OnButtonUp(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 35 | 156.08 | 7.2 | 1123.78 | 62.432 | 0.0360301 | 108.683 | 0 | 108.683 | 2 | 2 |
| Plugin/addincludefiledlg.cpp | 213 | | AddIncludeFileDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 24 | 20 | 3 | 3 | 5 | 1 | 46 | 137 | 756.728 | 12.4688 | 9435.45 | 524.192 | 0.14884 | 83.8947 | 26.0372 | 109.932 | 22 | 1 |
| Plugin/addincludefiledlg.cpp | 238 | | AddIncludeFileDlg | OnClearCachedPaths(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 4.4 | 550.43 | 30.5795 | 0.0223879 | 114.135 | 0 | 114.135 | 4 | 1 |
| Plugin/addincludefiledlg.cpp | 246 | | AddIncludeFileDlg | OnPreviewKeyDown(wxKeyEvent &) | 1 | 23 | 17 | 4 | 2 | 6 | 1 | 38 | 120 | 629.751 | 14.1818 | 8931.02 | 496.168 | 0.143487 | 85.3093 | 30.1022 | 115.411 | 13 | 1 |
| Plugin/addincludefiledlg.cpp | 270 | | AddIncludeFileDlg | OnIdle(wxIdleEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 2 | 34 | 75 | 381.56 | 9.45 | 3605.74 | 200.319 | 0.0783805 | 97.8476 | 20.8285 | 118.676 | 9 | 1 |
| Plugin/addincludefiledlg.cpp | 42 | | SAscendingSort | operator()(const wxString &, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 8.57143 | 1051.06 | 58.3923 | 0.0344586 | 145.763 | 0 | 145.763 | 2 | 3 |
| Plugin/addincludefiledlgbase.cpp | 14 | | AddIncludeFileDlgBase | AddIncludeFileDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 159 | 119 | 13 | 27 | 8 | 1 | 174 | 1192 | 8871.99 | 45.2603 | 401549 | 22308.3 | 1.81428 | 39.7723 | 21.4314 | 61.2038 | 150 | 1 |
| Plugin/addincludefiledlgbase.cpp | 174 | | AddIncludeFileDlgBase | ~AddIncludeFileDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Plugin/ai/ChatAI.cpp | 39 | | ChatAI | ChatAI() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 36 | 95 | 491.143 | 8.76087 | 4302.84 | 239.047 | 0.0881824 | 104.86 | 0 | 104.86 | 14 | 1 |
| Plugin/ai/ChatAI.cpp | 48 | | ChatAI | ShowChatWindow(const wxString &) | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 40 | 93 | 494.939 | 11.087 | 5487.37 | 304.854 | 0.103702 | 93.131 | 0 | 93.131 | 10 | 1 |
| Plugin/ai/ChatAI.cpp | 65 | | ChatAI | OnInitDone(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 6.92308 | 1414.59 | 78.5883 | 0.0420048 | 109.19 | 0 | 109.19 | 5 | 1 |
| Plugin/ai/ChatAI.cpp | 74 | | ChatAI | DetachView(bool) | 1 | 13 | 11 | 1 | 1 | 4 | 1 | 30 | 70 | 343.482 | 9.17647 | 3151.96 | 175.109 | 0.0716581 | 98.1643 | 20.8285 | 118.993 | 9 | 2 |
| Plugin/ai/ChatAI.cpp | 88 | | ChatAI | DockView() | 0 | 17 | 14 | 1 | 2 | 3 | 1 | 34 | 92 | 468.047 | 8.72727 | 4084.77 | 226.932 | 0.0851773 | 92.4394 | 18.3478 | 110.787 | 12 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 26 | | ChatAIWindow | ChatAIWindow(wxWindow *, ChatAI *) | 2 | 102 | 85 | 1 | 16 | 2 | 1 | 172 | 912 | 6772.75 | 26.0101 | 176160 | 9786.65 | 1.04749 | 49.748 | 7.63961 | 57.3876 | 133 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 129 | | ChatAIWindow | ~ChatAIWindow() [override] | 0 | 17 | 14 | 1 | 2 | 1 | 0 | 45 | 176 | 966.566 | 10.7273 | 10368.6 | 576.034 | 0.158499 | 89.1284 | 18.3478 | 107.476 | 21 | 0 |
| Plugin/ai/ChatAIWindow.cpp | 147 | | ChatAIWindow | OnSend(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 153 | | ChatAIWindow | DoSendPrompt() | 0 | 32 | 25 | 2 | 5 | 4 | 1 | 64 | 212 | 1272 | 15.4111 | 19602.9 | 1089.05 | 0.242341 | 76.7637 | 18.8844 | 95.6481 | 34 | 3 |
| Plugin/ai/ChatAIWindow.cpp | 186 | | ChatAIWindow | OnClearOutputViewUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 23 | 36 | 162.848 | 5.95833 | 970.304 | 53.9058 | 0.0326701 | 121.599 | 0 | 121.599 | 4 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 191 | | ChatAIWindow | OnSendUI(wxUpdateUIEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 0 | 31 | 67 | 331.931 | 8.30556 | 2756.87 | 153.16 | 0.0655375 | 108.601 | 0 | 108.601 | 9 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 199 | | ChatAIWindow | OnEndpointChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 4.875 | 706.614 | 39.2563 | 0.0264444 | 118.82 | 0 | 118.82 | 4 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 205 | | ChatAIWindow | OnUpdateTheme(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 211 | | ChatAIWindow | UpdateTheme() | 0 | 22 | 17 | 0 | 5 | 3 | 1 | 41 | 121 | 648.264 | 13.2692 | 8601.96 | 477.887 | 0.139941 | 86.5688 | 0 | 86.5688 | 25 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 234 | | ChatAIWindow | OnKeyDown(wxKeyEvent &) | 1 | 38 | 34 | 3 | 1 | 10 | 1 | 57 | 188 | 1096.58 | 19.1406 | 20989.3 | 1166.07 | 0.253636 | 73.3713 | 21.0835 | 94.4548 | 17 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 273 | | ChatAIWindow | OnRestartClient(wxCommandEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 33 | 62 | 312.752 | 6.28571 | 1965.87 | 109.215 | 0.0523097 | 101.818 | 22.5149 | 124.333 | 12 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 285 | | ChatAIWindow | DoRestart() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 3.5 | 328.179 | 18.2322 | 0.0158594 | 121.085 | 0 | 121.085 | 3 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 291 | | ChatAIWindow | DoClearOutputView() | 0 | 12 | 12 | 0 | 0 | 1 | 1 | 39 | 84 | 443.974 | 11.2045 | 4974.52 | 276.362 | 0.0971359 | 98.8165 | 0 | 98.8165 | 11 | 3 |
| Plugin/ai/ChatAIWindow.cpp | 304 | | ChatAIWindow | OnNewSession(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 310 | | ChatAIWindow | OnChatStarted(clLLMEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 5.41667 | 797.123 | 44.2846 | 0.0286569 | 113.29 | 0 | 113.29 | 4 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 318 | | ChatAIWindow | OnThinkingStart(clLLMEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 5.38462 | 803.802 | 44.6557 | 0.0288167 | 115.713 | 0 | 115.713 | 4 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 325 | | ChatAIWindow | OnThinkingEnd(clLLMEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 5.38462 | 803.802 | 44.6557 | 0.0288167 | 115.713 | 0 | 115.713 | 4 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 332 | | ChatAIWindow | OnChatAIOutput(clLLMEvent &) | 1 | 13 | 13 | 0 | 0 | 4 | 1 | 32 | 64 | 320 | 8.55263 | 2736.84 | 152.047 | 0.0652197 | 98.5326 | 0 | 98.5326 | 3 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 346 | | ChatAIWindow | OnChatAIOutputDone(clLLMEvent &) | 1 | 17 | 15 | 0 | 2 | 3 | 1 | 36 | 86 | 444.614 | 9.54545 | 4244.04 | 235.78 | 0.0873772 | 92.7065 | 0 | 92.7065 | 16 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 364 | | ChatAIWindow | ShowIndicator(bool) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 39 | 168.555 | 5.72727 | 965.362 | 53.6312 | 0.0325591 | 110.191 | 0 | 110.191 | 6 | 4 |
| Plugin/ai/ChatAIWindow.cpp | 373 | | ChatAIWindow | OnLLMConfigUpdate(clLLMEvent &) | 1 | 8 | 6 | 2 | 0 | 1 | 0 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 113.136 | 34.9714 | 148.108 | 3 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 382 | | ChatAIWindow | OnInputUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| Plugin/ai/ChatAIWindow.cpp | 384 | | ChatAIWindow | UpdateChoices() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 67 | 314.929 | 7.1875 | 2263.56 | 125.753 | 0.0574654 | 105.033 | 0 | 105.033 | 9 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 394 | | ChatAIWindow | SetFocusToActiveEditor() | 0 | 6 | 6 | 0 | 0 | 1 | 1 | 17 | 30 | 122.624 | 4.88889 | 599.495 | 33.3053 | 0.0236993 | 116.736 | 0 | 116.736 | 3 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 401 | | ChatAIWindow | AppendMarker() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 29 | 116 | 6.42857 | 745.714 | 41.4286 | 0.0274111 | 117.025 | 0 | 117.025 | 4 | 0 |
| Plugin/ai/ChatAIWindow.cpp | 408 | | ChatAIWindow | AppendOutput(const wxString &) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 32 | 91 | 455 | 12.4444 | 5662.22 | 314.568 | 0.105894 | 94.844 | 0 | 94.844 | 11 | 5 |
| Plugin/ai/ChatAIWindow.cpp | 424 | | ChatAIWindow | StyleOutput() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 48 | 214.053 | 6.25 | 1337.83 | 74.3239 | 0.0404712 | 105.334 | 0 | 105.334 | 6 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 435 | | ChatAIWindow | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 437 | | ChatAIWindow | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 443 | | ChatAIWindow | RestoreUI() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8.5 | 1877.83 | 104.324 | 0.0507359 | 108.784 | 0 | 108.784 | 5 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 452 | | ChatAIWindow | LoadGlobalConfig() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 4.5 | 583.46 | 32.4145 | 0.0232748 | 119.4 | 0 | 119.4 | 5 | 0 |
| Plugin/ai/ChatAIWindow.cpp | 458 | | ChatAIWindow | OnAutoScroll(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 460 | | ChatAIWindow | OnAutoScrollUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 462 | | ChatAIWindow | OnBusyUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 41 | 180.085 | 6.81818 | 1227.85 | 68.214 | 0.0382217 | 121.076 | 0 | 121.076 | 5 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 467 | | ChatAIWindow | OnDetachView(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 8 | 1797.31 | 99.8503 | 0.049275 | 106.789 | 0 | 106.789 | 4 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 477 | | ChatAIWindow | OnHistory(wxCommandEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 30 | 60 | 294.413 | 7 | 2060.89 | 114.494 | 0.053982 | 102.132 | 22.5149 | 124.647 | 7 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 489 | | ChatAIWindow | OnHistoryUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 30 | 50 | 245.345 | 6.66667 | 1635.63 | 90.8683 | 0.0462738 | 115.853 | 0 | 115.853 | 5 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 495 | | ChatAIWindow | OnStop(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 119.762 | 0 | 119.762 | 3 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 501 | | ChatAIWindow | OnStopUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 146.017 | 0 | 146.017 | 3 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 503 | | ChatAIWindow | OnDetachViewUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 505 | | ChatAIWindow | IsDetached() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 29 | 131.183 | 8.4375 | 1106.86 | 61.4922 | 0.0356676 | 119.339 | 0 | 119.339 | 1 | 2 |
| Plugin/ai/ChatAIWindow.cpp | 511 | | ChatAIWindow | Chat(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.6 | 1014.63 | 56.3681 | 0.0336576 | 110.67 | 0 | 110.67 | 3 | 1 |
| Plugin/ai/ChatAIWindow.cpp | 520 | | ChatAIWindow | OnCharAdded(wxStyledTextEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 41 | 84 | 450.034 | 7.89286 | 3552.06 | 197.336 | 0.0776007 | 99.9256 | 22.5149 | 122.441 | 11 | 1 |
| Plugin/ai/ChatAIWindowFrame.cpp | 6 | | ChatAIWindowFrame | ChatAIWindowFrame(wxWindow *, ChatAI *) | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 38 | 88 | 461.818 | 10.5455 | 4870.08 | 270.56 | 0.0957714 | 97.0849 | 0 | 97.0849 | 15 | 1 |
| Plugin/ai/ChatAIWindowFrame.cpp | 20 | | ChatAIWindowFrame | ~ChatAIWindowFrame() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/ChatAIWindowFrame.cpp | 22 | | ChatAIWindowFrame | OnClose(wxCloseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/ai/ChatAIWindowFrame.cpp | 28 | | ChatAIWindowFrame | Show(bool) [override] | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 26 | 64 | 300.828 | 10.5 | 3158.7 | 175.483 | 0.0717602 | 97.8833 | 0 | 97.8833 | 5 | 2 |
| Plugin/ai/ChatAIWindowFrame.cpp | 43 | | ChatAIWindowFrame | AdjustSize() | 0 | 13 | 12 | 0 | 1 | 3 | 0 | 38 | 81 | 425.082 | 8.75 | 3719.47 | 206.637 | 0.0800201 | 97.286 | 0 | 97.286 | 9 | 1 |
| Plugin/ai/ChatHistoryDialog.cpp | 20 | {anonymous} | | CreateLabel(const wxString &, size_t) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 65 | 318.948 | 13 | 4146.32 | 230.351 | 0.0860308 | 104.967 | 0 | 104.967 | 9 | 1 |
| Plugin/ai/ChatHistoryDialog.cpp | 31 | | ChatHistoryDialog | ChatHistoryDialog(wxWindow *) | 1 | 20 | 18 | 2 | 0 | 3 | 2 | 52 | 137 | 780.96 | 15.625 | 12202.5 | 677.917 | 0.176676 | 87.1444 | 23.5268 | 110.671 | 17 | 1 |
| Plugin/ai/ChatHistoryDialog.cpp | 52 | | ChatHistoryDialog | ~ChatHistoryDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 54 | | ChatHistoryDialog | OnClear(wxCommandEvent &) [override] | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 56 | 253.319 | 6.10714 | 1547.06 | 85.9477 | 0.0445878 | 106.395 | 24.6875 | 131.082 | 9 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 64 | | ChatHistoryDialog | OnClearUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 146.723 | 0 | 146.723 | 2 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 65 | | ChatHistoryDialog | OnDelete(wxCommandEvent &) [override] | 1 | 24 | 19 | 2 | 3 | 4 | 1 | 50 | 152 | 857.866 | 12.9412 | 11101.8 | 616.767 | 0.165885 | 83.4724 | 21.6227 | 105.095 | 22 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 90 | | ChatHistoryDialog | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 95 | | ChatHistoryDialog | OnInsert(wxCommandEvent &) [override] | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 25 | 41 | 190.398 | 8.125 | 1546.98 | 85.9436 | 0.0445864 | 104.399 | 0 | 104.399 | 5 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 107 | | ChatHistoryDialog | OnInsertUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 112 | | ChatHistoryDialog | OnItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Plugin/ai/ChatHistoryDialog.cpp | 114 | | ChatHistoryDialog | SetSelectionAndEndModal(const wxDataViewItem &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 37 | 75 | 390.709 | 11.3684 | 4441.74 | 246.764 | 0.0900702 | 94.3607 | 0 | 94.3607 | 12 | 2 |
| Plugin/ai/ChatHistoryDialog.cpp | 131 | | ChatHistoryDialog | GetPrompts() const | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 71 | 351.748 | 13.8667 | 4877.57 | 270.976 | 0.0958697 | 102.751 | 0 | 102.751 | 8 | 1 |
| Plugin/ai/Config.cpp | 14 | | | ReadValue<>(const nlohmann::json &, const std::string &, const std::map<std::basic_string<char>, std::basic_string<char>> &) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 62 | 307.16 | 13.9643 | 4289.27 | 238.293 | 0.087997 | 107.071 | 0 | 107.071 | 3 | 1 |
| Plugin/ai/Config.cpp | 14 | | | ReadValue<>(const nlohmann::json &, const std::string &, const std::vector<std::basic_string<char>> &) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 62 | 307.16 | 13.9643 | 4289.27 | 238.293 | 0.087997 | 107.071 | 0 | 107.071 | 3 | 1 |
| Plugin/ai/Config.cpp | 13 | llm | | ReadValue(const nlohmann::json &, const std::string &, const T &) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 67 | 337.974 | 13.8125 | 4668.27 | 259.348 | 0.0931071 | 104.666 | 0 | 104.666 | 2 | 0 |
| Plugin/ai/Config.cpp | 30 | llm | Config | Config() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 155.713 | 0 | 155.713 | 0 | 0 |
| Plugin/ai/Config.cpp | 32 | llm | Config | [virtual] ~Config() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/Config.cpp | 34 | llm | Config | Load() | 0 | 23 | 19 | 1 | 3 | 3 | 1 | 53 | 139 | 796.181 | 13.6286 | 10850.8 | 602.823 | 0.163375 | 84.7799 | 15.872 | 100.652 | 31 | 1 |
| Plugin/ai/Config.cpp | 58 | llm | Config | Save() | 0 | 22 | 18 | 1 | 3 | 4 | 2 | 50 | 121 | 682.907 | 11.8485 | 8091.41 | 449.523 | 0.134347 | 86.0681 | 16.2158 | 102.284 | 20 | 5 |
| Plugin/ai/Config.cpp | 81 | llm | Config | AddHistory(const wxString &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 39 | 104 | 549.682 | 14.6087 | 8030.13 | 446.119 | 0.133668 | 96.1793 | 20.8285 | 117.008 | 14 | 1 |
| Plugin/ai/Config.cpp | 95 | llm | Config | GetPrompt(PromptKind) const | 1 | 21 | 18 | 1 | 2 | 5 | 1 | 43 | 122 | 662.004 | 14.2222 | 9415.17 | 523.065 | 0.148627 | 86.7533 | 16.583 | 103.336 | 26 | 6 |
| Plugin/ai/Config.cpp | 117 | llm | Config | SetPrompt(PromptKind, const wxString &) | 2 | 13 | 13 | 0 | 0 | 2 | 1 | 36 | 71 | 367.065 | 10 | 3670.65 | 203.925 | 0.0793184 | 98.279 | 0 | 98.279 | 7 | 1 |
| Plugin/ai/Config.cpp | 131 | llm | Config | ResetPrompts() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.4 | 477.039 | 26.5022 | 0.0203508 | 117.376 | 0 | 117.376 | 3 | 1 |
| Plugin/ai/Config.cpp | 138 | llm | Config | GetFullPath() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.5 | 560.726 | 31.1515 | 0.0226662 | 120.65 | 0 | 120.65 | 2 | 3 |
| Plugin/ai/LLMManager.cpp | 123 | llm | Manager | [static] GetInstance() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 104 |
| Plugin/ai/LLMManager.cpp | 129 | llm | Manager | Manager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 6.42857 | 762.02 | 42.3344 | 0.0278093 | 119.866 | 0 | 119.866 | 3 | 1 |
| Plugin/ai/LLMManager.cpp | 135 | llm | Manager | ~Manager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 7.07143 | 884.62 | 49.1455 | 0.0307173 | 119.586 | 0 | 119.586 | 3 | 0 |
| Plugin/ai/LLMManager.cpp | 141 | llm | Manager | IsAvailable() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4 | 251.63 | 13.9794 | 0.0132858 | 123.16 | 31.9355 | 155.096 | 2 | 7 |
| Plugin/ai/LLMManager.cpp | 147 | llm | Manager | DeleteCollector(ResponseCollector *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/ai/LLMManager.cpp | 149 | llm | Manager | WorkerMain() | 0 | 137 | 114 | 15 | 10 | 23 | 6 | 130 | 686 | 4817.34 | 45.9574 | 221393 | 12299.6 | 1.21989 | 41.9104 | 24.5229 | 66.4333 | 135 | 1 |
| Plugin/ai/LLMManager.cpp | 287 | llm | Manager | CleanupAfterWorkerExit() | 0 | 23 | 19 | 1 | 3 | 4 | 1 | 42 | 101 | 544.624 | 9.72222 | 5294.96 | 294.164 | 0.101264 | 86.5245 | 15.872 | 102.397 | 22 | 2 |
| Plugin/ai/LLMManager.cpp | 311 | llm | Manager | PostTask(ThreadTask) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 27 | 54 | 256.764 | 5.58824 | 1434.86 | 79.7143 | 0.0424051 | 102.844 | 0 | 102.844 | 13 | 4 |
| Plugin/ai/LLMManager.cpp | 323 | llm | Manager | ReplacePlaceHolders(ThreadTask &) | 1 | 95 | 90 | 1 | 4 | 13 | 2 | 82 | 640 | 4068.83 | 35.459 | 144277 | 8015.38 | 0.916945 | 51.0194 | 7.91377 | 58.9332 | 102 | 1 |
| Plugin/ai/LLMManager.cpp | 419 | llm | Manager | Chat(wxEvtHandler *, const wxArrayString &, std::shared_ptr<CancellationToken>, ChatOptions) | 4 | 12 | 11 | 1 | 0 | 2 | 1 | 40 | 81 | 431.076 | 10.8 | 4655.62 | 258.646 | 0.0929388 | 98.7398 | 21.6227 | 120.363 | 7 | 0 |
| Plugin/ai/LLMManager.cpp | 432 | llm | Manager | Chat(ResponseCollector *, const wxArrayString &, std::shared_ptr<CancellationToken>, ChatOptions) | 4 | 12 | 11 | 1 | 0 | 2 | 1 | 40 | 81 | 431.076 | 10.8 | 4655.62 | 258.646 | 0.0929388 | 98.7398 | 21.6227 | 120.363 | 7 | 1 |
| Plugin/ai/LLMManager.cpp | 445 | llm | Manager | Chat(wxEvtHandler *, const wxString &, std::shared_ptr<CancellationToken>, ChatOptions) | 4 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 68 | 348.791 | 8.86364 | 3091.56 | 171.753 | 0.0707398 | 101.481 | 0 | 101.481 | 5 | 1 |
| Plugin/ai/LLMManager.cpp | 457 | llm | Manager | Chat(ResponseCollector *, const wxString &, std::shared_ptr<CancellationToken>, ChatOptions) | 4 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 68 | 348.791 | 8.86364 | 3091.56 | 171.753 | 0.0707398 | 101.481 | 0 | 101.481 | 5 | 4 |
| Plugin/ai/LLMManager.cpp | 470 | llm | Manager | MakeConfig() | 0 | 37 | 32 | 2 | 3 | 7 | 3 | 58 | 244 | 1429.35 | 23.1579 | 33100.7 | 1838.93 | 0.34364 | 73.1153 | 17.6221 | 90.7374 | 62 | 1 |
| Plugin/ai/LLMManager.cpp | 508 | llm | Manager | Restart() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 2 |
| Plugin/ai/LLMManager.cpp | 514 | llm | Manager | Stop() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 29 | 56 | 272.047 | 7.05882 | 1920.33 | 106.685 | 0.0514987 | 101.133 | 0 | 101.133 | 8 | 3 |
| Plugin/ai/LLMManager.cpp | 527 | llm | Manager | Start() | 0 | 20 | 12 | 4 | 4 | 1 | 1 | 40 | 108 | 574.768 | 11.6667 | 6705.63 | 372.535 | 0.118533 | 89.1985 | 31.9355 | 121.134 | 22 | 4 |
| Plugin/ai/LLMManager.cpp | 548 | llm | Manager | LoadModels(wxEvtHandler *) | 1 | 29 | 26 | 1 | 2 | 4 | 2 | 70 | 191 | 1170.69 | 15.6429 | 18313 | 1017.39 | 0.231589 | 78.79 | 14.1863 | 92.9763 | 32 | 1 |
| Plugin/ai/LLMManager.cpp | 578 | llm | Manager | ReloadConfig(std::optional<wxString>, bool) | 2 | 36 | 29 | 3 | 4 | 6 | 2 | 69 | 192 | 1172.84 | 15.6809 | 18391.1 | 1021.73 | 0.232247 | 74.8177 | 21.6227 | 96.4404 | 34 | 6 |
| Plugin/ai/LLMManager.cpp | 615 | llm | Manager | ClearHistory() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 13 | 19 | 70.3084 | 4.08333 | 287.092 | 15.9496 | 0.0145064 | 122.582 | 0 | 122.582 | 3 | 1 |
| Plugin/ai/LLMManager.cpp | 621 | llm | Manager | SetModels(const wxArrayString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 4.36364 | 444.874 | 24.7152 | 0.0194254 | 120.65 | 0 | 120.65 | 2 | 1 |
| Plugin/ai/LLMManager.cpp | 627 | llm | Manager | GetModels() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 3.5 | 280 | 15.5556 | 0.0142665 | 121.911 | 0 | 121.911 | 2 | 1 |
| Plugin/ai/LLMManager.cpp | 633 | llm | Manager | ListEndpoints() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 27 | 54 | 256.764 | 10.2143 | 2622.66 | 145.703 | 0.0633928 | 104.388 | 0 | 104.388 | 10 | 4 |
| Plugin/ai/LLMManager.cpp | 644 | llm | Manager | SetActiveEndpoint(const wxString &) | 1 | 30 | 27 | 0 | 3 | 6 | 2 | 47 | 155 | 860.961 | 19.7885 | 17037.1 | 946.506 | 0.220703 | 79.3787 | 0 | 79.3787 | 28 | 3 |
| Plugin/ai/LLMManager.cpp | 675 | llm | Manager | GetActiveEndpoint() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 40 | 188.018 | 8.75 | 1645.15 | 91.3974 | 0.0464533 | 109.623 | 0 | 109.623 | 6 | 5 |
| Plugin/ai/LLMManager.cpp | 684 | llm | Manager | GetConfigAsJSON() | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 45 | 94 | 516.234 | 11.2321 | 5798.42 | 322.134 | 0.107585 | 96.5057 | 0 | 96.5057 | 20 | 5 |
| Plugin/ai/LLMManager.cpp | 698 | llm | Manager | AddNewEndpoint(const llm::EndpointData &) | 1 | 53 | 42 | 2 | 9 | 12 | 2 | 78 | 335 | 2105.61 | 30.5 | 64221.1 | 3567.84 | 0.534561 | 64.129 | 14.821 | 78.95 | 80 | 1 |
| Plugin/ai/LLMManager.cpp | 752 | llm | Manager | AddNewMcp(const llm::SSEMcp &) | 1 | 30 | 26 | 0 | 4 | 5 | 2 | 58 | 188 | 1101.3 | 17.0513 | 18778.6 | 1043.25 | 0.235498 | 78.3285 | 0 | 78.3285 | 49 | 1 |
| Plugin/ai/LLMManager.cpp | 783 | llm | Manager | AddNewMcp(const llm::LocalMcp &) | 1 | 28 | 24 | 0 | 4 | 5 | 2 | 54 | 170 | 978.331 | 16.8286 | 16463.9 | 914.662 | 0.215725 | 80.0619 | 0 | 80.0619 | 43 | 1 |
| Plugin/ai/LLMManager.cpp | 812 | llm | Manager | WriteConfigFile(llm::json) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 64 | 328.274 | 8.625 | 2831.36 | 157.298 | 0.0667128 | 104.817 | 0 | 104.817 | 12 | 4 |
| Plugin/ai/LLMManager.cpp | 832 | llm | Manager | OnFileSaved(clCommandEvent &) | 1 | 16 | 12 | 0 | 4 | 2 | 1 | 38 | 84 | 440.826 | 10.5455 | 4648.71 | 258.262 | 0.0928468 | 93.9631 | 0 | 93.9631 | 10 | 2 |
| Plugin/ai/LLMManager.cpp | 857 | llm | Manager | HandleConfigFileUpdated() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 28 | 55 | 264.405 | 7.8 | 2062.36 | 114.575 | 0.0540075 | 101.282 | 21.6227 | 122.904 | 9 | 5 |
| Plugin/ai/LLMManager.cpp | 881 | llm | Manager | CreateOrOpenConfig() | 0 | 51 | 41 | 5 | 5 | 10 | 2 | 82 | 291 | 1850.05 | 27.4815 | 50842 | 2824.56 | 0.457468 | 65.885 | 23.3136 | 89.1986 | 49 | 2 |
| Plugin/ai/LLMManager.cpp | 933 | llm | Manager | OpenSettingsFileInEditor() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 53 | 249.123 | 8 | 1992.99 | 110.721 | 0.0527896 | 104.545 | 0 | 104.545 | 13 | 1 |
| Plugin/ai/LLMManager.cpp | 944 | llm | Manager | EnableAllFunctions(bool) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 31 | 60 | 297.252 | 9.05882 | 2692.75 | 149.597 | 0.0645173 | 105.103 | 0 | 105.103 | 22 | 34 |
| Plugin/ai/LLMManager.cpp | 954 | llm | Manager | EnableFunctionByName(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 58 | 290 | 8.94444 | 2593.89 | 144.105 | 0.0629283 | 107.37 | 0 | 107.37 | 17 | 0 |
| Plugin/ai/LLMManager.cpp | 963 | llm | Manager | ShowChatWindow(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 49 | 232.989 | 5.88235 | 1370.53 | 76.1404 | 0.0411279 | 113.398 | 0 | 113.398 | 9 | 0 |
| Plugin/ai/LLMManager.cpp | 970 | llm | Manager | ShowTextGenerationDialog(const wxString &, std::shared_ptr<TextGenerationPreviewFrame>, std::optional<assistant::ChatOptions>, std::function<void ()>) | 4 | 48 | 42 | 0 | 6 | 10 | 2 | 83 | 308 | 1963.51 | 26 | 51051.3 | 2836.18 | 0.458722 | 66.5576 | 0 | 66.5576 | 48 | 2 |
| Plugin/ai/LLMManager.cpp | 1019 | llm | Manager | GetAvailablePlaceHolders() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 5.71429 | 443.782 | 24.6545 | 0.0193936 | 148.138 | 0 | 148.138 | 0 | 1 |
| Plugin/ai/LLMManager.cpp | 25 | llm::{anonymous} | | TruncateText(const wxString &, size_t) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 11.4545 | 2340.5 | 130.028 | 0.0587604 | 111.354 | 0 | 111.354 | 5 | 1 |
| Plugin/ai/LLMManager.cpp | 89 | llm::{anonymous} | | NotifyDoneWithError(wxEvtHandler *, const std::string &) | 2 | 8 | 8 | 0 | 0 | 1 | 1 | 27 | 48 | 228.235 | 8.4 | 1917.17 | 106.509 | 0.0514422 | 108.845 | 0 | 108.845 | 5 | 6 |
| Plugin/ai/LLMManager.cpp | 48 | llm::{anonymous} | BusyCursor | BusyCursor() | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 22 | 34 | 151.621 | 7.875 | 1194.01 | 66.334 | 0.0375161 | 112.675 | 0 | 112.675 | 5 | 1 |
| Plugin/ai/LLMManager.cpp | 55 | llm::{anonymous} | BusyCursor | ~BusyCursor() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 16 | 57.3594 | 4.5 | 258.117 | 14.3399 | 0.0135132 | 120.457 | 0 | 120.457 | 2 | 0 |
| Plugin/ai/LLMManager.cpp | 65 | llm::{anonymous} | TaskDropper | TaskDropper(llm::ThreadTask &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 127.591 | 0 | 127.591 | 0 | 2 |
| Plugin/ai/LLMManager.cpp | 69 | llm::{anonymous} | TaskDropper | ~TaskDropper() | 0 | 11 | 9 | 1 | 1 | 2 | 1 | 27 | 52 | 247.254 | 14.45 | 3572.82 | 198.49 | 0.0779028 | 103.04 | 22.5149 | 125.555 | 2 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 12 | {anonymous} | | IsValidURL(const std::string &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 6.75 | 888.879 | 49.3822 | 0.0308158 | 119.319 | 0 | 119.319 | 2 | 1 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 20 | | NewLLMEndpointWizard | NewLLMEndpointWizard(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8.14286 | 1798.93 | 99.9403 | 0.0493046 | 108.784 | 0 | 108.784 | 5 | 1 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 29 | | NewLLMEndpointWizard | ~NewLLMEndpointWizard() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 31 | | NewLLMEndpointWizard | OnProviderChanged(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 4 | 1 | 29 | 67 | 325.485 | 8.47059 | 2757.05 | 153.169 | 0.0655403 | 101.15 | 0 | 101.15 | 10 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 43 | | NewLLMEndpointWizard | OnPageChanging(wxWizardEvent &) [override] | 1 | 41 | 35 | 2 | 4 | 8 | 2 | 50 | 202 | 1140.06 | 17.4375 | 19879.8 | 1104.43 | 0.244617 | 72.3982 | 16.7761 | 89.1743 | 30 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 85 | | NewLLMEndpointWizard | OnFinished(wxWizardEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 87 | | NewLLMEndpointWizard | ShowTipFor(const wxString &, wxWindow *) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 32 | 54 | 270 | 8.21053 | 2216.84 | 123.158 | 0.056672 | 110.134 | 0 | 110.134 | 10 | 3 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 95 | | NewLLMEndpointWizard | OnContextSizeUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 33 | 151.304 | 7.5 | 1134.78 | 63.0432 | 0.0362649 | 118.367 | 0 | 118.367 | 4 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 101 | | NewLLMEndpointWizard | GetData() const | 0 | 28 | 24 | 3 | 1 | 3 | 1 | 44 | 233 | 1272.05 | 22.2414 | 28292.1 | 1571.78 | 0.309496 | 79.1567 | 24.2819 | 103.439 | 35 | 1 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 130 | | NewLLMEndpointWizard | OnApiKeyUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 33 | 151.304 | 7.5 | 1134.78 | 63.0432 | 0.0362649 | 118.367 | 0 | 118.367 | 4 | 0 |
| Plugin/ai/NewLLMEndpointWizard.cpp | 136 | | NewLLMEndpointWizard | OnMaxTokensUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 29 | 129.324 | 6.5 | 840.603 | 46.7002 | 0.0296897 | 119.413 | 0 | 119.413 | 3 | 0 |
| Plugin/ai/NewLocalMCPDlg.cpp | 7 | | NewLocalMCPDlg | NewLocalMCPDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.42857 | 735.743 | 40.8746 | 0.0271662 | 117.095 | 0 | 117.095 | 4 | 1 |
| Plugin/ai/NewLocalMCPDlg.cpp | 14 | | NewLocalMCPDlg | ~NewLocalMCPDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/NewLocalMCPDlg.cpp | 16 | | NewLocalMCPDlg | OnEnvVariables(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 4.90909 | 594.069 | 33.0038 | 0.0235561 | 112.144 | 0 | 112.144 | 5 | 0 |
| Plugin/ai/NewLocalMCPDlg.cpp | 25 | | NewLocalMCPDlg | ProcessKeyValueEntry(wxTextCtrl *, const wxString &) | 2 | 40 | 31 | 2 | 7 | 8 | 2 | 70 | 258 | 1581.36 | 26.6667 | 42169.5 | 2342.75 | 0.403841 | 71.0968 | 16.9762 | 88.0729 | 42 | 1 |
| Plugin/ai/NewLocalMCPDlg.cpp | 66 | | NewLocalMCPDlg | GetData() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 55 | 258.524 | 7.5 | 1938.93 | 107.718 | 0.0518307 | 108.197 | 0 | 108.197 | 10 | 1 |
| Plugin/ai/NewLocalMCPDlg.cpp | 75 | | NewLocalMCPDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 30 | 129.658 | 6.72222 | 871.589 | 48.4216 | 0.0304149 | 122.785 | 0 | 122.785 | 3 | 0 |
| Plugin/ai/NewSseMCPDlg.cpp | 6 | | NewSseMCPDlg | NewSseMCPDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.42857 | 735.743 | 40.8746 | 0.0271662 | 117.095 | 0 | 117.095 | 4 | 1 |
| Plugin/ai/NewSseMCPDlg.cpp | 13 | | NewSseMCPDlg | ~NewSseMCPDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/ai/NewSseMCPDlg.cpp | 15 | | NewSseMCPDlg | ProcessKeyValueEntry(wxTextCtrl *, const wxString &) | 2 | 40 | 31 | 2 | 7 | 8 | 2 | 70 | 258 | 1581.36 | 26.6667 | 42169.5 | 2342.75 | 0.403841 | 71.0968 | 16.9762 | 88.0729 | 42 | 1 |
| Plugin/ai/NewSseMCPDlg.cpp | 56 | | NewSseMCPDlg | GetData() const | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 65 | 309.068 | 8.23529 | 2545.26 | 141.404 | 0.0621394 | 103.654 | 0 | 103.654 | 15 | 1 |
| Plugin/ai/NewSseMCPDlg.cpp | 67 | | NewSseMCPDlg | OnHeaders(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 4.90909 | 594.069 | 33.0038 | 0.0235561 | 114.308 | 0 | 114.308 | 5 | 0 |
| Plugin/ai/NewSseMCPDlg.cpp | 75 | | NewSseMCPDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 21 | 37 | 162.516 | 7.15 | 1161.99 | 64.5549 | 0.0368423 | 121.38 | 0 | 121.38 | 4 | 0 |
| Plugin/ai/ProgressToken.cpp | 4 | llm | CancellationToken | CancellationToken(size_t) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 4.5 | 209.281 | 11.6267 | 0.0117499 | 128.346 | 0 | 128.346 | 1 | 12 |
| Plugin/ai/ProgressToken.cpp | 9 | llm | CancellationToken | [virtual] ~CancellationToken() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 6 |
| Plugin/ai/ResponseCollector.cpp | 5 | llm | ResponseCollector | ResponseCollector() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 67 | 294.285 | 8.25 | 2427.85 | 134.881 | 0.0602135 | 107.523 | 0 | 107.523 | 5 | 5 |
| Plugin/ai/ResponseCollector.cpp | 14 | llm | ResponseCollector | ~ResponseCollector() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 68 | 303.241 | 9.16667 | 2779.71 | 154.428 | 0.065899 | 107.367 | 0 | 107.367 | 5 | 0 |
| Plugin/ai/ResponseCollector.cpp | 23 | llm | ResponseCollector | OnOutput(clLLMEvent &) | 1 | 19 | 19 | 0 | 0 | 6 | 1 | 32 | 87 | 435 | 14.1429 | 6152.14 | 341.786 | 0.111917 | 90.3283 | 0 | 90.3283 | 7 | 2 |
| Plugin/ai/ResponseCollector.cpp | 43 | llm | ResponseCollector | OnOutputDone(clLLMEvent &) | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 27 | 61 | 290.048 | 9.28571 | 2693.3 | 149.628 | 0.0645261 | 98.073 | 0 | 98.073 | 7 | 2 |
| Plugin/ai/ResponseCollector.cpp | 58 | llm | ResponseCollector | OnThinkStarted(clLLMEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.5 | 955.146 | 53.0637 | 0.032329 | 110.905 | 0 | 110.905 | 3 | 2 |
| Plugin/ai/ResponseCollector.cpp | 67 | llm | ResponseCollector | OnThinkEnded(clLLMEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.5 | 955.146 | 53.0637 | 0.032329 | 110.905 | 0 | 110.905 | 3 | 2 |
| Plugin/ai/ResponseCollector.cpp | 76 | llm | ResponseCollector | OnChatStarted(clLLMEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.5 | 955.146 | 53.0637 | 0.032329 | 110.905 | 0 | 110.905 | 3 | 2 |
| Plugin/ai/ResponseCollector.cpp | 85 | llm | ResponseCollector | Reset() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.5 | 487.881 | 27.1045 | 0.020658 | 114.879 | 0 | 114.879 | 2 | 0 |
| Plugin/ai/Tools.cpp | 44 | llm | | RunOnMain(std::function<FunctionResult ()>, const wxString &) | 2 | 18 | 15 | 2 | 1 | 2 | 2 | 50 | 142 | 801.428 | 17.6667 | 14158.6 | 786.586 | 0.195085 | 88.9467 | 24.6875 | 113.634 | 25 | 8 |
| Plugin/ai/Tools.cpp | 64 | llm | | PopulateBuiltInFunctions(FunctionTable &) | 1 | 90 | 86 | 0 | 4 | 1 | 0 | 92 | 377 | 2459.38 | 7.71429 | 18972.4 | 1054.02 | 0.237116 | 57.2732 | 0 | 57.2732 | 132 | 1 |
| Plugin/ai/Tools.cpp | 157 | llm | | WriteFileContent(const assistant::json &) | 1 | 38 | 31 | 2 | 5 | 6 | 3 | 76 | 280 | 1749.42 | 22.1321 | 38718.3 | 2151.02 | 0.381496 | 71.8625 | 17.3987 | 89.2612 | 66 | 1 |
| Plugin/ai/Tools.cpp | 196 | llm | | ReadFileContent(const assistant::json &) | 1 | 23 | 21 | 0 | 2 | 3 | 2 | 60 | 173 | 1021.89 | 17.5 | 17883.1 | 993.506 | 0.227951 | 83.4821 | 0 | 83.4821 | 50 | 1 |
| Plugin/ai/Tools.cpp | 220 | llm | | OpenFileInEditor(const assistant::json &) | 1 | 29 | 26 | 0 | 3 | 4 | 2 | 66 | 201 | 1214.92 | 21.6463 | 26298.6 | 1461.04 | 0.294782 | 78.5971 | 0 | 78.5971 | 49 | 1 |
| Plugin/ai/Tools.cpp | 250 | llm | | GetCompilerOutput(const assistant::json &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 29 | 55 | 267.189 | 7.93333 | 2119.7 | 117.761 | 0.0550041 | 115.64 | 0 | 115.64 | 8 | 1 |
| Plugin/ai/Tools.cpp | 256 | llm | | GetCurrentEditorText(const assistant::json &) | 1 | 11 | 11 | 0 | 0 | 2 | 2 | 35 | 77 | 394.955 | 10.1053 | 3991.12 | 221.729 | 0.0838704 | 100.604 | 0 | 100.604 | 11 | 1 |
| Plugin/ai/Tools.cpp | 268 | llm | | ListDirectories(const assistant::json &) | 1 | 27 | 24 | 0 | 3 | 4 | 3 | 70 | 201 | 1231.99 | 18.1042 | 22304.1 | 1239.12 | 0.26412 | 79.6823 | 0 | 79.6823 | 38 | 1 |
| Plugin/ai/Tools.cpp | 296 | llm | | ListFiles(const assistant::json &) | 1 | 29 | 25 | 0 | 4 | 4 | 3 | 72 | 226 | 1394.4 | 19.8 | 27609.2 | 1533.84 | 0.304496 | 77.8807 | 0 | 77.8807 | 46 | 1 |
| Plugin/ai/Tools.cpp | 326 | llm | | CreateWorkspace(const assistant::json &) | 1 | 68 | 59 | 2 | 8 | 11 | 4 | 110 | 474 | 3214.36 | 27.1627 | 87310.7 | 4850.59 | 0.65603 | 58.122 | 13.1285 | 71.2505 | 91 | 1 |
| Plugin/ai/Tools.cpp | 395 | llm | | FindInFiles(const assistant::json &) | 1 | 30 | 27 | 0 | 3 | 4 | 1 | 71 | 249 | 1531.29 | 20.16 | 30870.7 | 1715.04 | 0.328027 | 76.8445 | 0 | 76.8445 | 49 | 1 |
| Plugin/ai/UI.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| Plugin/ai/UI.cpp | 27 | | AssistanceAIChatWindowBase | AssistanceAIChatWindowBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 134 | 96 | 16 | 22 | 3 | 1 | 113 | 916 | 6247.28 | 39.7849 | 248548 | 13808.2 | 1.31771 | 45.5175 | 25.5058 | 71.0233 | 116 | 1 |
| Plugin/ai/UI.cpp | 162 | | AssistanceAIChatWindowBase | ~AssistanceAIChatWindowBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/ai/UI.cpp | 167 | | ChatAIWindowFrameBase | ChatAIWindowFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 33 | 29 | 2 | 2 | 5 | 1 | 65 | 216 | 1300.83 | 14.4565 | 18805.5 | 1044.75 | 0.235723 | 75.9186 | 18.6103 | 94.5289 | 30 | 1 |
| Plugin/ai/UI.cpp | 201 | | ChatAIWindowFrameBase | ~ChatAIWindowFrameBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 8.25 | 709.101 | 39.3945 | 0.0265064 | 125.152 | 0 | 125.152 | 1 | 0 |
| Plugin/ai/UI.cpp | 406 | | ChatHistoryDialogBase | ChatHistoryDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 80 | 59 | 2 | 19 | 5 | 1 | 117 | 734 | 5042.85 | 29.0938 | 146715 | 8150.85 | 0.927248 | 54.5274 | 12.1253 | 66.6527 | 102 | 1 |
| Plugin/ai/UI.cpp | 487 | | ChatHistoryDialogBase | ~ChatHistoryDialogBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 106 | 504.018 | 12.7188 | 6410.48 | 356.138 | 0.115029 | 101.111 | 0 | 101.111 | 7 | 0 |
| Plugin/ai/UI.cpp | 206 | | NewLLMEndpointWizardBase | NewLLMEndpointWizardBase(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 189 | 154 | 2 | 33 | 10 | 2 | 162 | 1284 | 9424.37 | 48.3676 | 455834 | 25324.1 | 1.97432 | 36.1982 | 7.93451 | 44.1327 | 180 | 1 |
| Plugin/ai/UI.cpp | 396 | | NewLLMEndpointWizardBase | ~NewLLMEndpointWizardBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 92 | 437.45 | 10.3125 | 4511.2 | 250.622 | 0.0910067 | 103.554 | 0 | 103.554 | 6 | 0 |
| Plugin/ai/UI.cpp | 498 | | NewLocalMCPDlgBase | NewLocalMCPDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 99 | 73 | 2 | 24 | 8 | 1 | 121 | 849 | 5874.11 | 36.7296 | 215754 | 11986.3 | 1.19909 | 49.5918 | 10.9209 | 60.5127 | 116 | 1 |
| Plugin/ai/UI.cpp | 598 | | NewLocalMCPDlgBase | ~NewLocalMCPDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| Plugin/ai/UI.cpp | 604 | | NewSseMCPDlgBase | NewSseMCPDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 127 | 91 | 2 | 34 | 10 | 1 | 126 | 1123 | 7835.49 | 46.8932 | 367431 | 20412.8 | 1.71 | 43.5988 | 9.65939 | 53.2582 | 153 | 1 |
| Plugin/ai/UI.cpp | 732 | | NewSseMCPDlgBase | ~NewSseMCPDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| Plugin/ai/UI_assistance.ai_bitmaps.cpp | 34 | | | wxCF667InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 6 |
| Plugin/async_executable_cmd.cpp | 41 | | AsyncExeCmd | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/async_executable_cmd.cpp | 41 | | AsyncExeCmd | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/async_executable_cmd.cpp | 45 | | AsyncExeCmd | AsyncExeCmd(wxEvtHandler *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 52 | 262.308 | 9.41176 | 2468.79 | 137.155 | 0.0608884 | 108.122 | 0 | 108.122 | 4 | 0 |
| Plugin/async_executable_cmd.cpp | 54 | | AsyncExeCmd | ~AsyncExeCmd() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 7.33333 | 998.52 | 55.4733 | 0.0333004 | 116.192 | 0 | 116.192 | 2 | 0 |
| Plugin/async_executable_cmd.cpp | 61 | | AsyncExeCmd | AppendLine(const wxString &, bool) | 2 | 10 | 9 | 0 | 1 | 3 | 1 | 32 | 53 | 265 | 11 | 2915 | 161.944 | 0.0680202 | 103.994 | 0 | 103.994 | 4 | 2 |
| Plugin/async_executable_cmd.cpp | 72 | | AsyncExeCmd | Stop() | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 16 | 24 | 96 | 5.83333 | 560 | 31.1111 | 0.0226467 | 113.118 | 26.0372 | 139.156 | 3 | 0 |
| Plugin/async_executable_cmd.cpp | 81 | | AsyncExeCmd | SendStartMsg() | 0 | 14 | 12 | 0 | 2 | 2 | 1 | 32 | 75 | 375 | 9.92105 | 3720.39 | 206.689 | 0.0800334 | 96.9673 | 0 | 96.9673 | 16 | 1 |
| Plugin/async_executable_cmd.cpp | 96 | | AsyncExeCmd | SendEndMsg(int) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 31 | 62 | 307.16 | 9.02778 | 2772.97 | 154.054 | 0.0657924 | 100.502 | 0 | 100.502 | 9 | 1 |
| Plugin/async_executable_cmd.cpp | 109 | | AsyncExeCmd | [virtual] OnTimer(wxTimerEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 5.5 | 808.201 | 44.9 | 0.0289218 | 108.997 | 0 | 108.997 | 4 | 1 |
| Plugin/async_executable_cmd.cpp | 119 | | AsyncExeCmd | [virtual] PrintOutput() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 39 | 165.669 | 6.75 | 1118.27 | 62.1259 | 0.0359122 | 110.281 | 0 | 110.281 | 7 | 1 |
| Plugin/async_executable_cmd.cpp | 128 | | AsyncExeCmd | [virtual] DoPrintOutput(const wxString &, const wxString &) | 2 | 16 | 15 | 0 | 1 | 5 | 2 | 29 | 111 | 539.236 | 17.2667 | 9310.81 | 517.267 | 0.147527 | 92.2253 | 0 | 92.2253 | 14 | 2 |
| Plugin/async_executable_cmd.cpp | 145 | | AsyncExeCmd | ProcessEnd(wxProcessEvent &) | 1 | 24 | 19 | 2 | 3 | 4 | 2 | 33 | 95 | 479.217 | 11.7895 | 5649.72 | 313.873 | 0.105738 | 86.5003 | 21.6227 | 108.123 | 15 | 1 |
| Plugin/async_executable_cmd.cpp | 170 | | AsyncExeCmd | [virtual] Execute(const wxString &, bool, bool) | 3 | 20 | 17 | 1 | 2 | 4 | 3 | 41 | 99 | 530.398 | 13.3043 | 7056.59 | 392.033 | 0.122633 | 88.9263 | 16.9762 | 105.902 | 15 | 0 |
| Plugin/async_executable_cmd.cpp | 191 | | AsyncExeCmd | Terminate() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 2 | 1 |
| Plugin/async_executable_cmd.cpp | 194 | | AsyncExeCmd | OnZombieReaperProcessTerminated(wxProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 22 | 49 | 218.512 | 11.5556 | 2525.03 | 140.279 | 0.0618097 | 108.611 | 0 | 108.611 | 7 | 2 |
| Plugin/attribute_style.cpp | 6 | | StyleProperty | StyleProperty(int, const wxString &, const wxString &, const wxString &, const int, bool, bool, bool, bool) | 9 | 20 | 20 | 0 | 0 | 1 | 0 | 33 | 87 | 438.862 | 8.0625 | 3538.33 | 196.574 | 0.0774006 | 90.6014 | 0 | 90.6014 | 7 | 2 |
| Plugin/attribute_style.cpp | 27 | | StyleProperty | StyleProperty() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 2 | 5 |
| Plugin/attribute_style.cpp | 33 | | StyleProperty | StyleProperty(int, const wxString &, const wxString &, const wxString &, const wxString &, bool) | 6 | 14 | 14 | 0 | 0 | 1 | 0 | 27 | 64 | 304.313 | 7.75 | 2358.42 | 131.024 | 0.05906 | 98.2834 | 0 | 98.2834 | 5 | 0 |
| Plugin/attribute_style.cpp | 48 | | StyleProperty | FromJSON(const JSONItem &) | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 49 | 140 | 786.059 | 8.53947 | 6712.53 | 372.919 | 0.118614 | 93.3487 | 0 | 93.3487 | 38 | 1 |
| Plugin/attribute_style.cpp | 63 | | StyleProperty | ToJSON(bool) const | 1 | 15 | 15 | 0 | 0 | 2 | 0 | 42 | 129 | 695.609 | 10.6 | 7373.45 | 409.636 | 0.126278 | 92.6367 | 0 | 92.6367 | 28 | 1 |
| Plugin/attribute_style.cpp | 79 | | StyleProperty | FromAttributes(wxFont *) const | 1 | 13 | 13 | 0 | 0 | 5 | 1 | 35 | 84 | 430.86 | 7.82609 | 3371.95 | 187.33 | 0.0749547 | 96.7558 | 0 | 96.7558 | 10 | 4 |
| Plugin/attribute_style.cpp | 93 | | StyleProperty | GetFontInfoDesc() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 2 | 4 |
| Plugin/attribute_style.cpp | 95 | | StyleProperty | SetFontInfoDesc(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 2 | 3 |
| Plugin/aui/clAuiBook.cpp | 22 | {anonymous} | | NotebookFlagsToAuiBookStyle(long, NotebookStyle, wxAuiNotebookOption) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 31 | 131.686 | 6.66667 | 877.905 | 48.7725 | 0.0305617 | 111.475 | 0 | 111.475 | 0 | 8 |
| Plugin/aui/clAuiBook.cpp | 34 | | clAuiBook | clAuiBook(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 35 | 33 | 0 | 2 | 2 | 1 | 81 | 292 | 1851.24 | 16.8571 | 31206.6 | 1733.7 | 0.330402 | 73.8206 | 0 | 73.8206 | 26 | 0 |
| Plugin/aui/clAuiBook.cpp | 70 | | clAuiBook | ~clAuiBook() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 98 | 476.082 | 9.77778 | 4655.03 | 258.613 | 0.0929309 | 101.407 | 0 | 101.407 | 8 | 0 |
| Plugin/aui/clAuiBook.cpp | 81 | | clAuiBook | GetAllTabs(clTabInfo::Vec_t &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 34 | 83 | 422.259 | 14.6667 | 6193.14 | 344.063 | 0.112414 | 100.257 | 0 | 100.257 | 8 | 0 |
| Plugin/aui/clAuiBook.cpp | 93 | | clAuiBook | MoveActivePage(int) | 1 | 20 | 14 | 2 | 4 | 2 | 1 | 39 | 89 | 470.401 | 9.8 | 4609.93 | 256.107 | 0.0923297 | 90.0105 | 23.5268 | 113.537 | 9 | 0 |
| Plugin/aui/clAuiBook.cpp | 114 | | clAuiBook | SetSelection(size_t) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.3 | 856.382 | 47.5768 | 0.0300601 | 116.2 | 0 | 116.2 | 4 | 1 |
| Plugin/aui/clAuiBook.cpp | 121 | | clAuiBook | ChangeSelection(size_t) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.3 | 856.382 | 47.5768 | 0.0300601 | 116.2 | 0 | 116.2 | 4 | 0 |
| Plugin/aui/clAuiBook.cpp | 128 | | clAuiBook | GetDefaultBorder() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/aui/clAuiBook.cpp | 130 | | clAuiBook | OnPageClosed(wxAuiNotebookEvent &) | 1 | 20 | 17 | 1 | 2 | 3 | 1 | 48 | 106 | 592.006 | 15.1667 | 8978.76 | 498.82 | 0.143998 | 88.5848 | 16.9762 | 105.561 | 13 | 2 |
| Plugin/aui/clAuiBook.cpp | 151 | | clAuiBook | OnPageChanged(wxAuiNotebookEvent &) | 1 | 20 | 15 | 2 | 3 | 2 | 1 | 37 | 83 | 432.385 | 10.2273 | 4422.12 | 245.673 | 0.0898046 | 90.4487 | 23.5268 | 113.975 | 13 | 2 |
| Plugin/aui/clAuiBook.cpp | 172 | | clAuiBook | OnPageChanging(wxAuiNotebookEvent &) | 1 | 22 | 17 | 4 | 1 | 3 | 1 | 31 | 93 | 460.74 | 10.4722 | 4824.97 | 268.054 | 0.0951792 | 88.3444 | 30.6787 | 119.023 | 13 | 2 |
| Plugin/aui/clAuiBook.cpp | 195 | | clAuiBook | OnPageDoubleClick(wxAuiNotebookEvent &) | 1 | 13 | 12 | 1 | 0 | 2 | 1 | 29 | 62 | 301.195 | 8.53125 | 2569.57 | 142.754 | 0.0625344 | 99.3075 | 20.8285 | 120.136 | 9 | 0 |
| Plugin/aui/clAuiBook.cpp | 209 | | clAuiBook | OnTabAreaDoubleClick(wxAuiNotebookEvent &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 26 | 48 | 225.621 | 8 | 1804.97 | 100.276 | 0.049415 | 102.106 | 21.6227 | 123.729 | 6 | 2 |
| Plugin/aui/clAuiBook.cpp | 222 | | clAuiBook | OnPageRightDown(wxAuiNotebookEvent &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 28 | 57 | 274.019 | 8.23333 | 2256.09 | 125.338 | 0.057339 | 99.7992 | 20.8285 | 120.628 | 8 | 2 |
| Plugin/aui/clAuiBook.cpp | 236 | | clAuiBook | OnPageClosing(wxAuiNotebookEvent &) | 1 | 19 | 16 | 2 | 1 | 3 | 1 | 30 | 82 | 402.365 | 9.55882 | 3846.14 | 213.674 | 0.0818267 | 91.4238 | 24.0864 | 115.51 | 11 | 2 |
| Plugin/aui/clAuiBook.cpp | 256 | | clAuiBook | UpdatePreferences() | 0 | 40 | 35 | 2 | 3 | 7 | 2 | 49 | 156 | 875.895 | 17.1 | 14977.8 | 832.1 | 0.20254 | 74.3989 | 16.9762 | 91.375 | 10 | 2 |
| Plugin/aui/clAuiBook.cpp | 297 | | clAuiBook | SetBookArt() | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 24 | 52 | 238.418 | 7.5 | 1788.14 | 99.3409 | 0.0491073 | 105.003 | 0 | 105.003 | 6 | 2 |
| Plugin/aui/clAuiBook.cpp | 308 | | clAuiBook | OnPreferences(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/aui/clAuiBook.cpp | 314 | | clAuiBook | EnableEvents(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 118 |
| Plugin/aui/clAuiBook.cpp | 316 | | clAuiBook | UpdateHistory() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 33 | 66 | 332.93 | 12.2353 | 4073.5 | 226.305 | 0.0850205 | 100.083 | 21.6227 | 121.706 | 7 | 0 |
| Plugin/aui/clAuiBook.cpp | 329 | | clAuiBook | GetPageIndex(wxWindow *) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| Plugin/aui/clAuiBook.cpp | 331 | | clAuiBook | GetPageIndex(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 48 | 225.621 | 10.5 | 2369.02 | 131.612 | 0.0592368 | 106.537 | 0 | 106.537 | 3 | 0 |
| Plugin/aui/clAuiBook.cpp | 341 | | clAuiBook | DeletePage(size_t, bool) | 2 | 24 | 21 | 1 | 2 | 5 | 2 | 31 | 108 | 535.053 | 15.4688 | 8276.6 | 459.811 | 0.136389 | 85.6972 | 15.5492 | 101.246 | 13 | 0 |
| Plugin/aui/clAuiBook.cpp | 366 | | clAuiBook | RemovePage(size_t, bool) | 2 | 24 | 21 | 1 | 2 | 5 | 2 | 31 | 108 | 535.053 | 15.4688 | 8276.6 | 459.811 | 0.136389 | 85.6972 | 15.5492 | 101.246 | 13 | 1 |
| Plugin/aui/clAuiBook.cpp | 391 | | clAuiBook | GetPageBitmapIndex(size_t) const | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 4.5 | 349.478 | 19.4154 | 0.0165383 | 122.065 | 31.9355 | 154 | 0 | 0 |
| Plugin/aui/clAuiBook.cpp | 397 | | clAuiBook | SetTabDirection(wxDirection) | 1 | 4 | 3 | 1 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 127.426 | 34.9714 | 162.398 | 0 | 0 |
| Plugin/aui/clAuiCaptionEnabler.cpp | 8 | | clAuiCaptionEnabler | clAuiCaptionEnabler() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 50 | 229.248 | 8 | 1833.99 | 101.888 | 0.0499432 | 106.914 | 0 | 106.914 | 2 | 0 |
| Plugin/aui/clAuiCaptionEnabler.cpp | 18 | | clAuiCaptionEnabler | ~clAuiCaptionEnabler() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 61 | 279.683 | 9.5 | 2656.99 | 147.61 | 0.0639448 | 105.65 | 0 | 105.65 | 6 | 0 |
| Plugin/aui/clAuiCaptionEnabler.cpp | 28 | | clAuiCaptionEnabler | Initialize(wxWindow *, const wxString &, wxAuiManager *) | 3 | 17 | 15 | 0 | 2 | 1 | 0 | 47 | 106 | 588.786 | 10.8387 | 6381.69 | 354.538 | 0.114684 | 91.706 | 0 | 91.706 | 0 | 0 |
| Plugin/aui/clAuiCaptionEnabler.cpp | 46 | | clAuiCaptionEnabler | OnTimer(wxTimerEvent &) | 1 | 28 | 23 | 6 | 0 | 11 | 3 | 43 | 167 | 906.186 | 16 | 14499 | 805.499 | 0.1982 | 79.0802 | 32.8615 | 111.942 | 17 | 1 |
| Plugin/aui/clAuiCaptionEnabler.cpp | 75 | | clAuiCaptionEnabler | OnEditorSettingsChanged(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 38 | 176.467 | 5.89286 | 1039.89 | 57.7718 | 0.034214 | 112.346 | 0 | 112.346 | 1 | 2 |
| Plugin/aui/clAuiToolBarArt.cpp | 38 | | clAuiToolBarArt | clAuiToolBarArt() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6.66667 | 666.667 | 37.037 | 0.0254381 | 124.365 | 0 | 124.365 | 2 | 249 |
| Plugin/aui/clAuiToolBarArt.cpp | 43 | | clAuiToolBarArt | ~clAuiToolBarArt() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/aui/clAuiToolBarArt.cpp | 48 | | clAuiToolBarArt | DrawPlainBackground(wxDC &, wxWindow *, const wxRect &) [override] | 3 | 12 | 12 | 0 | 0 | 1 | 0 | 36 | 95 | 491.143 | 7.88462 | 3872.47 | 215.137 | 0.0821998 | 98.2915 | 0 | 98.2915 | 15 | 1 |
| Plugin/aui/clAuiToolBarArt.cpp | 61 | | clAuiToolBarArt | DrawBackground(wxDC &, wxWindow *, const wxRect &) [override] | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.72727 | 717.833 | 39.8796 | 0.0267236 | 123.191 | 0 | 123.191 | 1 | 0 |
| Plugin/aui/clAuiToolBarArt.cpp | 66 | | clAuiToolBarArt | DrawButton(wxDC &, wxWindow *, const wxAuiToolBarItem &, const wxRect &) [override] | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.57692 | 1114.51 | 61.9175 | 0.0358319 | 121.622 | 0 | 121.622 | 1 | 0 |
| Plugin/aui/clAuiToolBarArt.cpp | 71 | | clAuiToolBarArt | DrawDropDownButton(wxDC &, wxWindow *, const wxAuiToolBarItem &, const wxRect &) [override] | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.57692 | 1114.51 | 61.9175 | 0.0358319 | 121.622 | 0 | 121.622 | 1 | 0 |
| Plugin/aui/clAuiToolBarArt.cpp | 76 | | clAuiToolBarArt | OnThemeChanged(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/aui/clAuiToolBarArt.cpp | 78 | | clAuiToolBarArt | DrawGripper(wxDC &, wxWindow *, const wxRect &) [override] | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.13636 | 822.149 | 45.6749 | 0.0292536 | 122.844 | 0 | 122.844 | 1 | 0 |
| Plugin/aui/clAuiToolBarArt.cpp | 83 | | clAuiToolBarArt | [static] AddTool(wxAuiToolBar *, int, const wxString &, const wxBitmap &, const wxString &, wxItemKind) | 6 | 20 | 20 | 0 | 0 | 5 | 1 | 51 | 137 | 777.122 | 16.9091 | 13140.4 | 730.024 | 0.185617 | 86.71 | 0 | 86.71 | 11 | 27 |
| Plugin/aui/clAuiToolBarArt.cpp | 104 | | clAuiToolBarArt | [static] Finalise(wxAuiToolBar *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/aui/cl_aui_dock_art.cpp | 43 | {anonymous} | | IsRectOK(wxDC &, const wxRect &) | 2 | 9 | 8 | 0 | 1 | 7 | 1 | 35 | 92 | 471.894 | 19.0588 | 8993.75 | 499.653 | 0.144158 | 101.78 | 0 | 101.78 | 3 | 2 |
| Plugin/aui/cl_aui_dock_art.cpp | 53 | {anonymous} | | wxAuiChopText(wxDC &, const wxString &, int) | 3 | 26 | 20 | 1 | 5 | 4 | 2 | 41 | 137 | 733.985 | 23.087 | 16945.5 | 941.415 | 0.219911 | 82.9867 | 14.9585 | 97.9452 | 9 | 1 |
| Plugin/aui/cl_aui_dock_art.cpp | 80 | {anonymous} | | Draw3DSash(wxDC &, const wxRect &, int, const wxColour &, const wxColour &, const wxColour &) | 6 | 25 | 22 | 0 | 3 | 2 | 1 | 33 | 160 | 807.103 | 16.25 | 13115.4 | 728.635 | 0.185382 | 83.5883 | 0 | 83.5883 | 25 | 2 |
| Plugin/aui/cl_aui_dock_art.cpp | 109 | | clAuiDockArt | clAuiDockArt(IManager *) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 24 | 41 | 187.983 | 8.86364 | 1666.22 | 92.5676 | 0.0468489 | 109.854 | 26.0372 | 135.891 | 4 | 1 |
| Plugin/aui/cl_aui_dock_art.cpp | 118 | | clAuiDockArt | ~clAuiDockArt() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 123 | | clAuiDockArt | DrawPaneButton(wxDC &, wxWindow *, int, int, const wxRect &, wxAuiPaneInfo &) [override] | 6 | 56 | 49 | 4 | 3 | 9 | 1 | 78 | 300 | 1885.62 | 26 | 49026.1 | 2723.67 | 0.446509 | 64.5008 | 20.1155 | 84.6164 | 21 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 180 | | clAuiDockArt | DrawCaption(wxDC &, wxWindow *, const wxString &, const wxRect &, wxAuiPaneInfo &) [override] | 5 | 101 | 83 | 8 | 14 | 11 | 2 | 106 | 628 | 4225.13 | 30.5814 | 129210 | 7178.36 | 0.851943 | 50.2913 | 21.116 | 71.4073 | 32 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 282 | | clAuiDockArt | DrawBackground(wxDC &, wxWindow *, int, const wxRect &) [override] | 4 | 23 | 20 | 0 | 3 | 1 | 0 | 48 | 137 | 765.14 | 12.5588 | 9609.26 | 533.848 | 0.150663 | 85.4467 | 0 | 85.4467 | 16 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 306 | | clAuiDockArt | DrawBorder(wxDC &, wxWindow *, const wxRect &, wxAuiPaneInfo &) [override] | 4 | 14 | 14 | 0 | 0 | 3 | 0 | 42 | 92 | 496.093 | 11.3889 | 5649.95 | 313.886 | 0.105741 | 95.2821 | 0 | 95.2821 | 4 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 321 | | clAuiDockArt | DrawSash(wxDC &, wxWindow *, int, const wxRect &) [override] | 4 | 34 | 31 | 0 | 3 | 5 | 1 | 56 | 260 | 1509.91 | 22.2 | 33520.1 | 1862.23 | 0.346536 | 74.66 | 0 | 74.66 | 14 | 0 |
| Plugin/aui/cl_aui_dock_art.cpp | 356 | | clAuiDockArt | OnSettingsChanged(clCommandEvent &) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 39 | 104 | 549.682 | 9.5 | 5221.98 | 290.11 | 0.100331 | 91.8334 | 18.3478 | 110.181 | 21 | 3 |
| Plugin/aui/cl_aui_tool_stickness.cpp | 28 | | clAuiToolStickness | clAuiToolStickness(wxAuiToolBar *, int) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 23 | 51 | 230.702 | 13.2222 | 3050.39 | 169.466 | 0.0701104 | 101.761 | 0 | 101.761 | 2 | 46 |
| Plugin/aui/cl_aui_tool_stickness.cpp | 41 | | clAuiToolStickness | [virtual] ~clAuiToolStickness() | 0 | 10 | 9 | 0 | 1 | 3 | 1 | 15 | 33 | 128.927 | 8 | 1031.42 | 57.3011 | 0.0340279 | 107.74 | 0 | 107.74 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 582 | | | clClearSidebarBitmapCache() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 18 | 62.2698 | 3.6 | 224.171 | 12.454 | 0.0123008 | 123.213 | 0 | 123.213 | 2 | 1 |
| Plugin/bitmap_loader.cpp | 588 | | | LoadSidebarBitmapInternal(const wxString &, wxWindow *, bool) | 3 | 27 | 23 | 0 | 4 | 6 | 1 | 69 | 188 | 1148.4 | 16.625 | 19092.2 | 1060.68 | 0.238113 | 79.5876 | 0 | 79.5876 | 34 | 2 |
| Plugin/bitmap_loader.cpp | 616 | | | clLoadSidebarBitmap(const wxString &, wxWindow *, wxBitmap *, wxBitmap *) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 9.5 | 1948.77 | 108.265 | 0.0520059 | 117.014 | 0 | 117.014 | 4 | 3 |
| Plugin/bitmap_loader.cpp | 57 | | BitmapLoader | BitmapLoader(wxWindow *, bool) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.75 | 772.53 | 42.9184 | 0.0280644 | 117.095 | 0 | 117.095 | 2 | 2 |
| Plugin/bitmap_loader.cpp | 64 | | BitmapLoader | GetBundles(bool) const | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 25 | 28 | 130.028 | 7.63636 | 992.941 | 55.1634 | 0.0331763 | 122.77 | 0 | 122.77 | 0 | 4 |
| Plugin/bitmap_loader.cpp | 69 | | BitmapLoader | LoadBitmap(const wxString &, int) | 2 | 12 | 10 | 1 | 1 | 2 | 2 | 38 | 73 | 383.099 | 10.1087 | 3872.63 | 215.146 | 0.082202 | 99.3534 | 21.6227 | 120.976 | 16 | 264 |
| Plugin/bitmap_loader.cpp | 82 | | BitmapLoader | GetMimeImageId(int, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 146.711 | 0 | 146.711 | 2 | 543 |
| Plugin/bitmap_loader.cpp | 84 | | BitmapLoader | GetMimeImageId(const wxString &, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 2 | 19 |
| Plugin/bitmap_loader.cpp | 89 | | BitmapLoader | GetIcon(const wxBitmap &) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.3125 | 777.129 | 43.1738 | 0.0281757 | 117.48 | 0 | 117.48 | 3 | 0 |
| Plugin/bitmap_loader.cpp | 96 | | BitmapLoader | AddBitmapInternal(const wxBitmapBundle &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 52 | 249.982 | 7.875 | 1968.61 | 109.367 | 0.0523583 | 110.305 | 0 | 110.305 | 6 | 1 |
| Plugin/bitmap_loader.cpp | 104 | | BitmapLoader | LoadSVGFiles(bool) | 1 | 28 | 24 | 2 | 2 | 6 | 4 | 65 | 186 | 1120.16 | 17.5238 | 19629.5 | 1090.53 | 0.242559 | 79.1279 | 20.1155 | 99.2434 | 40 | 2 |
| Plugin/bitmap_loader.cpp | 133 | | BitmapLoader | Initialize(bool) | 1 | 15 | 11 | 1 | 3 | 2 | 1 | 33 | 67 | 337.974 | 9.94737 | 3361.96 | 186.775 | 0.0748066 | 96.3901 | 19.4709 | 115.861 | 8 | 1 |
| Plugin/bitmap_loader.cpp | 149 | | BitmapLoader | GetStandardMimeImageList() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 47 | 215.493 | 11.9 | 2564.37 | 142.465 | 0.06245 | 107.006 | 0 | 107.006 | 4 | 0 |
| Plugin/bitmap_loader.cpp | 159 | | BitmapLoader | CreateMimeList() | 0 | 94 | 92 | 2 | 1 | 2 | 1 | 177 | 1318 | 9842.3 | 15.2679 | 150271 | 8348.38 | 0.942169 | 49.1275 | 11.2027 | 60.3303 | 254 | 1 |
| Plugin/bitmap_loader.cpp | 254 | | BitmapLoader | GetBitmapForFile(const wxString &, bool) const | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 44 | 206.819 | 8.06667 | 1668.34 | 92.6857 | 0.0468888 | 116.972 | 0 | 116.972 | 2 | 494 |
| Plugin/bitmap_loader.cpp | 260 | | BitmapLoader | GetBundle(const wxString &) const | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 34 | 73 | 371.385 | 10.85 | 4029.52 | 223.862 | 0.0844076 | 98.2182 | 0 | 98.2182 | 8 | 14 |
| Plugin/bitmap_loader.cpp | 558 | | BitmapLoader | GetIconBundle(const wxString &, wxIconBundle *) | 2 | 17 | 16 | 0 | 1 | 3 | 1 | 59 | 136 | 800.039 | 15.1974 | 12158.5 | 675.472 | 0.176251 | 89.6517 | 0 | 89.6517 | 13 | 4 |
| Plugin/bitmap_loader.cpp | 401 | | clBitmapList | OnBitmapsUpdated(clCommandEvent &) | 1 | 31 | 27 | 2 | 3 | 6 | 3 | 58 | 195 | 1142.31 | 20.7162 | 23664.3 | 1314.68 | 0.274752 | 77.3772 | 19.171 | 96.5482 | 21 | 2 |
| Plugin/bitmap_loader.cpp | 433 | | clBitmapList | clBitmapList() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 6.42857 | 762.02 | 42.3344 | 0.0278093 | 119.866 | 0 | 119.866 | 3 | 13 |
| Plugin/bitmap_loader.cpp | 439 | | clBitmapList | ~clBitmapList() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 444 | | clBitmapList | Get(size_t, bool) | 2 | 21 | 19 | 1 | 1 | 5 | 2 | 38 | 118 | 619.255 | 17 | 10527.3 | 584.852 | 0.160112 | 87.1004 | 16.583 | 103.683 | 13 | 10 |
| Plugin/bitmap_loader.cpp | 466 | | clBitmapList | clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.14286 | 482.222 | 26.7901 | 0.0204979 | 118.131 | 0 | 118.131 | 2 | 1 |
| Plugin/bitmap_loader.cpp | 473 | | clBitmapList | Delete(size_t) | 1 | 17 | 15 | 1 | 1 | 4 | 2 | 32 | 93 | 465 | 15.8824 | 7385.29 | 410.294 | 0.126413 | 92.2433 | 18.3478 | 110.591 | 13 | 2 |
| Plugin/bitmap_loader.cpp | 491 | | clBitmapList | Delete(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.5 | 342.662 | 19.0368 | 0.0163226 | 148.24 | 0 | 148.24 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 493 | | clBitmapList | Get(const wxString &, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 6.5 | 758.926 | 42.1626 | 0.027734 | 123.559 | 0 | 123.559 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 498 | | clBitmapList | FindIdByName(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 9.5 | 2009.44 | 111.635 | 0.0530797 | 109.011 | 0 | 109.011 | 4 | 3 |
| Plugin/bitmap_loader.cpp | 507 | | clBitmapList | Add(const wxString &, int) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 30 | 52 | 255.158 | 8.41176 | 2146.33 | 119.241 | 0.0554638 | 112.926 | 0 | 112.926 | 5 | 127 |
| Plugin/bitmap_loader.cpp | 514 | | clBitmapList | Add(const wxBitmap &, const wxString &) | 2 | 5 | 4 | 1 | 0 | 1 | 0 | 20 | 29 | 125.336 | 6.5 | 814.683 | 45.2602 | 0.0290762 | 119.576 | 31.9355 | 151.511 | 1 | 7 |
| Plugin/bitmap_loader.cpp | 520 | | clBitmapList | DoAdd(const wxBitmap &, const wxBitmap &, const wxString &, bool) | 4 | 27 | 23 | 4 | 1 | 3 | 1 | 48 | 146 | 815.405 | 27.6 | 22505.2 | 1250.29 | 0.265705 | 82.0583 | 28.0786 | 110.137 | 11 | 2 |
| Plugin/bitmap_loader.cpp | 548 | | clBitmapList | GetBitmapName(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 9.53333 | 2245.68 | 124.76 | 0.0571624 | 106.543 | 0 | 106.543 | 5 | 0 |
| Plugin/bitmap_loader.cpp | 350 | | clBitmaps | clBitmaps() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6.66667 | 666.667 | 37.037 | 0.0254381 | 146.823 | 0 | 146.823 | 2 | 1 |
| Plugin/bitmap_loader.cpp | 352 | | clBitmaps | ~clBitmaps() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 358 | | clBitmaps | [static] Initialise(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 9.42857 | 1281.66 | 71.2034 | 0.0393303 | 113.473 | 0 | 113.473 | 2 | 1 |
| Plugin/bitmap_loader.cpp | 366 | | clBitmaps | [static] Get() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 6 | 279.627 | 15.5348 | 0.0142538 | 150.793 | 0 | 150.793 | 0 | 11 |
| Plugin/bitmap_loader.cpp | 368 | | clBitmaps | GetLoader() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 10 |
| Plugin/bitmap_loader.cpp | 370 | | clBitmaps | InitialiseInternal(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 8 | 1229.85 | 68.3249 | 0.0382631 | 115.56 | 0 | 115.56 | 3 | 1 |
| Plugin/bitmap_loader.cpp | 377 | | clBitmaps | SysColoursChanged() | 0 | 12 | 10 | 1 | 1 | 3 | 1 | 30 | 55 | 269.879 | 7.66667 | 2069.07 | 114.948 | 0.0541247 | 100.945 | 21.6227 | 122.568 | 5 | 3 |
| Plugin/bitmap_loader.cpp | 390 | | clBitmaps | OnSysColoursChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/bitmap_loader.cpp | 278 | | clMimeBitmaps | GetIndex(int, bool) const | 2 | 17 | 16 | 0 | 1 | 4 | 1 | 36 | 88 | 454.953 | 18.4412 | 8389.88 | 466.104 | 0.137631 | 92.3569 | 0 | 92.3569 | 4 | 3 |
| Plugin/bitmap_loader.cpp | 296 | | clMimeBitmaps | GetIndex(const wxString &, bool) const | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 44 | 199.037 | 8.07692 | 1607.6 | 89.3114 | 0.0457437 | 114.217 | 0 | 114.217 | 3 | 1 |
| Plugin/bitmap_loader.cpp | 303 | | clMimeBitmaps | AddBitmap(const wxBitmap &, int) | 2 | 10 | 7 | 1 | 2 | 1 | 0 | 29 | 58 | 281.763 | 7.63889 | 2152.36 | 119.575 | 0.0555676 | 104.135 | 23.5268 | 127.661 | 6 | 84 |
| Plugin/bitmap_loader.cpp | 314 | | clMimeBitmaps | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 0 |
| Plugin/bitmap_loader.cpp | 320 | | clMimeBitmaps | Finalise() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 82 | 389.901 | 10.6562 | 4154.88 | 230.827 | 0.0861492 | 106.06 | 0 | 106.06 | 14 | 1 |
| Plugin/bitmap_loader.cpp | 329 | | clMimeBitmaps | GetBitmap(int, bool) const | 2 | 16 | 15 | 1 | 0 | 4 | 2 | 37 | 93 | 484.479 | 18.8235 | 9119.61 | 506.645 | 0.1455 | 93.0121 | 18.8844 | 111.896 | 6 | 1 |
| Plugin/bookmark_manager.cpp | 35 | | BookmarkManager | BookmarkManager() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 6.66667 | 1248.64 | 69.3689 | 0.0386519 | 109.873 | 0 | 109.873 | 7 | 1 |
| Plugin/bookmark_manager.cpp | 44 | | BookmarkManager | ~BookmarkManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 6.25 | 781.861 | 43.4367 | 0.0282899 | 119.586 | 0 | 119.586 | 5 | 0 |
| Plugin/bookmark_manager.cpp | 50 | | BookmarkManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 6 |
| Plugin/bookmark_manager.cpp | 56 | | BookmarkManager | OnEditorSettingsChanged(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 44 | 105 | 573.24 | 13.5 | 7738.74 | 429.93 | 0.130414 | 93.4128 | 0 | 93.4128 | 12 | 3 |
| Plugin/bookmark_manager.cpp | 72 | | BookmarkManager | GetMarkerLabel(int) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.36364 | 978.289 | 54.3494 | 0.0328491 | 112.833 | 0 | 112.833 | 5 | 2 |
| Plugin/bookmark_manager.cpp | 80 | | BookmarkManager | CreateBookmarksSubmenu(wxMenu *) | 1 | 36 | 29 | 2 | 7 | 5 | 2 | 64 | 260 | 1560 | 27.2381 | 42491.4 | 2360.63 | 0.405894 | 73.5643 | 17.8544 | 91.4187 | 34 | 1 |
| Plugin/bookmark_manager.cpp | 117 | | BookmarkManager | DoPopulateDefaultLabels() | 0 | 19 | 19 | 0 | 0 | 4 | 2 | 42 | 98 | 528.447 | 15.9091 | 8407.11 | 467.062 | 0.137819 | 89.7764 | 0 | 89.7764 | 15 | 1 |
| Plugin/build_config.cpp | 531 | {anonymous} | | is_env_variable(const wxString &, wxString *) | 2 | 16 | 14 | 1 | 1 | 8 | 2 | 45 | 103 | 565.661 | 21.7143 | 12282.9 | 682.385 | 0.177452 | 91.2865 | 18.8844 | 110.171 | 9 | 1 |
| Plugin/build_config.cpp | 553 | {anonymous} | | expand_env_variable(const wxString &, const wxEnvVariableHashMap &, const wxString &, const wxString &) | 4 | 27 | 23 | 4 | 0 | 6 | 3 | 45 | 158 | 867.713 | 22.2885 | 19340 | 1074.44 | 0.240169 | 81.045 | 28.0786 | 109.124 | 22 | 3 |
| Plugin/build_config.cpp | 44 | | BuildConfig | BuildConfig(wxXmlNode *) | 1 | 269 | 235 | 5 | 29 | 46 | 5 | 225 | 1738 | 13580.4 | 32.5809 | 442460 | 24581.1 | 1.93551 | 20.3005 | 10.4822 | 30.7827 | 292 | 7 |
| Plugin/build_config.cpp | 314 | | BuildConfig | Clone() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 34 | 141.777 | 10.2143 | 1448.16 | 80.4531 | 0.0426667 | 113.484 | 0 | 113.484 | 3 | 2 |
| Plugin/build_config.cpp | 322 | | BuildConfig | ToXml() const [override] | 0 | 178 | 127 | 14 | 37 | 9 | 2 | 200 | 1257 | 9608.33 | 33.9153 | 325869 | 18103.8 | 1.57849 | 37.2991 | 21.0465 | 58.3456 | 206 | 2 |
| Plugin/build_config.cpp | 501 | | BuildConfig | SetPreprocessor(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 4 |
| Plugin/build_config.cpp | 503 | | BuildConfig | SetIncludePath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 4 |
| Plugin/build_config.cpp | 505 | | BuildConfig | SetLibraries(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 4 |
| Plugin/build_config.cpp | 507 | | BuildConfig | SetLibPath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 4 |
| Plugin/build_config.cpp | 509 | | BuildConfig | GetLibPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 11 |
| Plugin/build_config.cpp | 511 | | BuildConfig | GetLibraries() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 13 |
| Plugin/build_config.cpp | 513 | | BuildConfig | GetIncludePath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 14 |
| Plugin/build_config.cpp | 515 | | BuildConfig | GetPreprocessor() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 9 |
| Plugin/build_config.cpp | 517 | | BuildConfig | GetOutputDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 3 | 5 |
| Plugin/build_config.cpp | 519 | | BuildConfig | GetOutputFileName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 11 |
| Plugin/build_config.cpp | 521 | | BuildConfig | GetIntermediateDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 13 |
| Plugin/build_config.cpp | 523 | | BuildConfig | GetWorkingDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 7 |
| Plugin/build_config.cpp | 525 | | BuildConfig | GetCompiler() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 4.57143 | 410.782 | 22.8212 | 0.0184199 | 147.379 | 0 | 147.379 | 3 | 33 |
| Plugin/build_config.cpp | 527 | | BuildConfig | GetBuilder() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 147.745 | 0 | 147.745 | 3 | 7 |
| Plugin/build_config.cpp | 583 | | BuildConfig | GetEnvironment(Project *) const | 1 | 70 | 55 | 7 | 8 | 8 | 2 | 76 | 393 | 2455.44 | 33.2037 | 81529.6 | 4529.42 | 0.626742 | 59.7429 | 23.5268 | 83.2697 | 56 | 1 |
| Plugin/build_config_common.cpp | 155 | | | ConvertToSemiColonString(const wxArrayString &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 34 | 87 | 442.609 | 15.1111 | 6688.32 | 371.573 | 0.118329 | 97.0758 | 0 | 97.0758 | 12 | 3 |
| Plugin/build_config_common.cpp | 33 | | BuildConfigCommon | BuildConfigCommon(wxXmlNode *, wxString) | 2 | 58 | 50 | 5 | 3 | 14 | 4 | 61 | 424 | 2514.63 | 34.1548 | 85886.7 | 4771.48 | 0.648877 | 61.2854 | 21.9668 | 83.2522 | 59 | 7 |
| Plugin/build_config_common.cpp | 92 | | BuildConfigCommon | ToXml() const [override] | 0 | 54 | 43 | 3 | 8 | 6 | 1 | 64 | 462 | 2772 | 33.0957 | 91741.4 | 5096.74 | 0.678041 | 63.7764 | 17.8544 | 81.6308 | 57 | 3 |
| Plugin/build_config_common.cpp | 147 | | BuildConfigCommon | SetPreprocessor(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 2 | 2 |
| Plugin/build_config_common.cpp | 149 | | BuildConfigCommon | SetIncludePath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 2 | 2 |
| Plugin/build_config_common.cpp | 151 | | BuildConfigCommon | SetLibraries(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 2 | 2 |
| Plugin/build_config_common.cpp | 153 | | BuildConfigCommon | SetLibPath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 2 | 3 |
| Plugin/build_config_common.cpp | 169 | | BuildConfigCommon | GetLibPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 4 |
| Plugin/build_config_common.cpp | 171 | | BuildConfigCommon | GetLibraries() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 4 |
| Plugin/build_config_common.cpp | 173 | | BuildConfigCommon | GetIncludePath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 4 |
| Plugin/build_config_common.cpp | 175 | | BuildConfigCommon | GetPreprocessor() const | 0 | 16 | 14 | 0 | 2 | 4 | 2 | 34 | 91 | 462.959 | 16 | 7407.35 | 411.519 | 0.126664 | 93.2483 | 0 | 93.2483 | 12 | 4 |
| Plugin/build_settings_config.cpp | 38 | | BuildSettingsConfig | BuildSettingsConfig() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.4 | 370.075 | 20.5597 | 0.0171819 | 126.33 | 0 | 126.33 | 2 | 1 |
| Plugin/build_settings_config.cpp | 43 | | BuildSettingsConfig | Load(const wxString &, const wxString &) | 2 | 35 | 33 | 0 | 2 | 7 | 2 | 55 | 228 | 1318.15 | 20.8472 | 27479.8 | 1526.65 | 0.303543 | 74.4366 | 0 | 74.4366 | 41 | 3 |
| Plugin/build_settings_config.cpp | 79 | | BuildSettingsConfig | GetCompilerNode(const wxString &) const | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 32 | 84 | 420 | 13.2353 | 5558.82 | 308.824 | 0.104601 | 97.3485 | 20.8285 | 118.177 | 9 | 4 |
| Plugin/build_settings_config.cpp | 93 | | BuildSettingsConfig | SetCompiler(CompilerPtr) | 1 | 28 | 26 | 0 | 2 | 6 | 3 | 46 | 180 | 994.241 | 20.25 | 20133.4 | 1118.52 | 0.246693 | 79.748 | 0 | 79.748 | 28 | 7 |
| Plugin/build_settings_config.cpp | 122 | | BuildSettingsConfig | GetCompiler(const wxString &) const | 1 | 12 | 8 | 1 | 3 | 2 | 1 | 29 | 49 | 238.041 | 10.4615 | 2490.28 | 138.349 | 0.0612412 | 101.828 | 21.6227 | 123.451 | 5 | 39 |
| Plugin/build_settings_config.cpp | 135 | | BuildSettingsConfig | GetFirstCompiler(BuildSettingsConfigCookie &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 58 | 287.343 | 9.47059 | 2721.31 | 151.184 | 0.0649727 | 103.803 | 0 | 103.803 | 6 | 6 |
| Plugin/build_settings_config.cpp | 146 | | BuildSettingsConfig | GetNextCompiler(BuildSettingsConfigCookie &) | 1 | 27 | 21 | 3 | 3 | 6 | 3 | 35 | 133 | 682.195 | 23.1389 | 15785.2 | 876.957 | 0.209755 | 82.2958 | 24.6875 | 106.983 | 8 | 6 |
| Plugin/build_settings_config.cpp | 174 | | BuildSettingsConfig | IsCompilerExist(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.625 | 482.832 | 26.824 | 0.0205152 | 147.617 | 0 | 147.617 | 1 | 6 |
| Plugin/build_settings_config.cpp | 176 | | BuildSettingsConfig | DeleteCompiler(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 8.30769 | 1890.41 | 105.023 | 0.0509623 | 105.016 | 0 | 105.016 | 6 | 4 |
| Plugin/build_settings_config.cpp | 187 | | BuildSettingsConfig | SetBuildSystem(BuilderConfigPtr) | 1 | 12 | 11 | 1 | 0 | 2 | 1 | 32 | 79 | 395 | 8.4 | 3318 | 184.333 | 0.0741532 | 99.1943 | 21.6227 | 120.817 | 16 | 1 |
| Plugin/build_settings_config.cpp | 200 | | BuildSettingsConfig | GetBuilderConfig(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 38 | 64 | 335.867 | 10.8 | 3627.37 | 201.52 | 0.0786937 | 104.468 | 0 | 104.468 | 9 | 2 |
| Plugin/build_settings_config.cpp | 210 | | BuildSettingsConfig | SaveBuilderConfig(BuilderPtr) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 22 | 47 | 209.593 | 5.42857 | 1137.79 | 63.2107 | 0.036329 | 109.288 | 26.0372 | 135.325 | 12 | 0 |
| Plugin/build_settings_config.cpp | 219 | | BuildSettingsConfig | GetSelectedBuildSystem() | 0 | 17 | 15 | 0 | 2 | 4 | 3 | 34 | 103 | 524.009 | 13.8158 | 7239.59 | 402.2 | 0.124745 | 91.6221 | 0 | 91.6221 | 16 | 1 |
| Plugin/build_settings_config.cpp | 237 | | BuildSettingsConfig | RestoreDefaults() | 0 | 15 | 8 | 4 | 3 | 1 | 0 | 30 | 55 | 269.879 | 5.25 | 1416.86 | 78.7147 | 0.0420498 | 97.7901 | 35.8678 | 133.658 | 10 | 0 |
| Plugin/build_settings_config.cpp | 253 | | BuildSettingsConfig | DeleteAllCompilers(bool) | 1 | 17 | 15 | 1 | 1 | 3 | 1 | 33 | 81 | 408.596 | 8.57143 | 3502.25 | 194.569 | 0.0768735 | 93.1458 | 18.3478 | 111.494 | 13 | 2 |
| Plugin/build_settings_config.cpp | 271 | | BuildSettingsConfig | SetCompilers(const std::vector<CompilerPtr> &) | 1 | 16 | 14 | 0 | 2 | 3 | 2 | 50 | 109 | 615.18 | 11.25 | 6920.78 | 384.488 | 0.121055 | 92.0001 | 0 | 92.0001 | 16 | 1 |
| Plugin/build_settings_config.cpp | 288 | | BuildSettingsConfig | GetAllCompilersNames() const | 0 | 15 | 15 | 0 | 0 | 4 | 3 | 35 | 88 | 451.377 | 12 | 5416.52 | 300.918 | 0.102808 | 94.4256 | 0 | 94.4256 | 13 | 4 |
| Plugin/build_settings_config.cpp | 304 | | BuildSettingsConfig | DoUpdateCompilers() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 78 | 393.463 | 9.75 | 3836.26 | 213.126 | 0.0816866 | 103.875 | 0 | 103.875 | 10 | 6 |
| Plugin/build_settings_config.cpp | 314 | | BuildSettingsConfig | SaveXmlFile() | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 21 | 35 | 153.731 | 5.5 | 845.521 | 46.9734 | 0.0298054 | 110.67 | 0 | 110.67 | 3 | 7 |
| Plugin/build_settings_config.cpp | 339 | | BuildSettingsConfig | GetDefaultCompiler(const wxString &) const | 1 | 24 | 21 | 1 | 2 | 6 | 3 | 43 | 100 | 542.626 | 20.4286 | 11085.1 | 615.838 | 0.165719 | 85.3941 | 15.5492 | 100.943 | 14 | 7 |
| Plugin/build_settings_config.cpp | 364 | | BuildSettingsConfig | GetCompilersGlobalPaths() const | 0 | 18 | 18 | 0 | 0 | 4 | 2 | 44 | 139 | 758.861 | 19.38 | 14706.7 | 817.04 | 0.200089 | 88.7705 | 0 | 88.7705 | 22 | 1 |
| Plugin/build_settings_config.cpp | 383 | | BuildSettingsConfig | BeginBatch() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 2 |
| Plugin/build_settings_config.cpp | 385 | | BuildSettingsConfig | Flush() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 123.476 | 0 | 123.476 | 1 | 3 |
| Plugin/build_settings_config.cpp | 324 | | BuildSettingsConfigST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 2 |
| Plugin/build_settings_config.cpp | 332 | | BuildSettingsConfigST | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 23 | 94.0116 | 9.6 | 902.512 | 50.1395 | 0.0311301 | 117.888 | 0 | 117.888 | 1 | 82 |
| Plugin/build_system.cpp | 32 | | BuilderConfig | BuilderConfig(wxXmlNode *) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 35 | 103 | 528.316 | 13 | 6868.11 | 381.562 | 0.12044 | 94.9549 | 0 | 94.9549 | 17 | 4 |
| Plugin/build_system.cpp | 47 | | BuilderConfig | ToXml() const | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 37 | 106 | 552.202 | 13.087 | 7226.64 | 401.48 | 0.124596 | 100.406 | 0 | 100.406 | 14 | 1 |
| Plugin/builder/BuilderGnuMakeMSYS.cpp | 3 | | BuilderGnuMakeMSYS | BuilderGnuMakeMSYS() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 5.4 | 390.635 | 21.7019 | 0.0178125 | 119.48 | 0 | 119.48 | 1 | 0 |
| Plugin/builder/BuilderGnuMakeMSYS.cpp | 10 | | BuilderGnuMakeMSYS | BuilderGnuMakeMSYS(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 11.3333 | 1891.62 | 105.09 | 0.0509842 | 112.636 | 0 | 112.636 | 1 | 0 |
| Plugin/builder/builder.cpp | 34 | | Builder | Builder(const wxString &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 28 | 60 | 288.441 | 12.1154 | 3494.58 | 194.143 | 0.0767612 | 99.5325 | 20.8285 | 120.361 | 7 | 7 |
| Plugin/builder/builder.cpp | 48 | | Builder | [static] NormalizeConfigName(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 21 | 41 | 180.085 | 8.18182 | 1473.42 | 81.8568 | 0.0431615 | 112.24 | 0 | 112.24 | 9 | 11 |
| Plugin/builder/builder.cpp | 56 | | Builder | [virtual] SetActive() | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 64 | 314.041 | 10.9375 | 3434.82 | 190.824 | 0.0758837 | 104.817 | 0 | 104.817 | 11 | 0 |
| Plugin/builder/builder.cpp | 66 | | Builder | [virtual] GetOptimalBuildConfig(const wxString &) const | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 32 | 68 | 340 | 12.4444 | 4231.11 | 235.062 | 0.0871997 | 97.2468 | 0 | 97.2468 | 11 | 3 |
| Plugin/builder/builder.cpp | 81 | | Builder | GetOutputFileSuffix(const wxString &) const | 1 | 19 | 19 | 0 | 0 | 4 | 1 | 33 | 81 | 408.596 | 8.85714 | 3618.99 | 201.055 | 0.0785725 | 91.1139 | 0 | 91.1139 | 6 | 6 |
| Plugin/builder/builder_NMake.cpp | 50 | | | ReplaceBackslashes(const wxString &) | 1 | 23 | 22 | 1 | 1 | 2 | 1 | 38 | 152 | 797.685 | 19.25 | 15355.4 | 853.08 | 0.20593 | 85.0001 | 15.872 | 100.872 | 31 | 7 |
| Plugin/builder/builder_NMake.cpp | 74 | | BuilderNMake | BuilderNMake() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 0 |
| Plugin/builder/builder_NMake.cpp | 79 | | BuilderNMake | BuilderNMake(const wxString &, const wxString &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 7.42857 | 754.588 | 41.9216 | 0.0276282 | 124.284 | 0 | 124.284 | 1 | 0 |
| Plugin/builder/builder_NMake.cpp | 84 | | BuilderNMake | [virtual] GetIntermediateDirectory(ProjectPtr, BuildConfigPtr) const | 2 | 15 | 15 | 0 | 0 | 2 | 1 | 39 | 117 | 618.392 | 10.8889 | 6733.6 | 374.089 | 0.118862 | 93.2485 | 0 | 93.2485 | 22 | 4 |
| Plugin/builder/builder_NMake.cpp | 100 | | BuilderNMake | Export(const wxString &, const wxString &, const wxString &, bool, bool, wxString &) [override] | 6 | 379 | 265 | 49 | 65 | 49 | 4 | 182 | 1986 | 14910.5 | 67.0909 | 1.00036e+06 | 55575.4 | 3.33413 | 13.5709 | 26.4337 | 40.0045 | 428 | 7 |
| Plugin/builder/builder_NMake.cpp | 480 | | BuilderNMake | GenerateMakefile(ProjectPtr, const wxString &, bool, const wxArrayString &) | 4 | 138 | 86 | 30 | 23 | 11 | 3 | 115 | 549 | 3758.17 | 24.2394 | 91095.7 | 5060.87 | 0.674855 | 45.8437 | 33.0562 | 78.8999 | 120 | 2 |
| Plugin/builder/builder_NMake.cpp | 619 | | BuilderNMake | CreateMakeDirsTarget(ProjectPtr, BuildConfigPtr, const wxString &, wxString &) | 4 | 24 | 23 | 0 | 1 | 1 | 0 | 29 | 76 | 369.207 | 8.775 | 3239.79 | 179.988 | 0.0729832 | 88.5465 | 0 | 88.5465 | 18 | 1 |
| Plugin/builder/builder_NMake.cpp | 644 | | BuilderNMake | CreateSrcList(ProjectPtr, const wxString &, wxString &) | 3 | 52 | 35 | 6 | 11 | 7 | 2 | 90 | 266 | 1726.83 | 22.2857 | 38483.7 | 2137.98 | 0.379953 | 66.6188 | 25.1141 | 91.7329 | 39 | 0 |
| Plugin/builder/builder_NMake.cpp | 697 | | BuilderNMake | CreateObjectList(ProjectPtr, const wxString &, wxString &) | 3 | 101 | 68 | 15 | 18 | 16 | 3 | 111 | 467 | 3172.99 | 30.5301 | 96871.8 | 5381.77 | 0.703089 | 50.6304 | 28.1091 | 78.7395 | 72 | 1 |
| Plugin/builder/builder_NMake.cpp | 799 | | BuilderNMake | [virtual] CreateFileTargets(ProjectPtr, const wxString &, wxString &) | 3 | 112 | 74 | 14 | 24 | 13 | 4 | 133 | 662 | 4670.6 | 32.1759 | 150281 | 8348.93 | 0.94221 | 47.6353 | 26.0372 | 73.6725 | 138 | 1 |
| Plugin/builder/builder_NMake.cpp | 912 | | BuilderNMake | CreateCleanTargets(ProjectPtr, const wxString &, wxString &) | 3 | 68 | 51 | 9 | 8 | 7 | 2 | 67 | 320 | 1941.15 | 25.3333 | 49175.8 | 2731.99 | 0.447417 | 61.6646 | 26.7117 | 88.3763 | 80 | 1 |
| Plugin/builder/builder_NMake.cpp | 981 | | BuilderNMake | [virtual] CreateListMacros(ProjectPtr, const wxString &, wxString &) | 3 | 5 | 4 | 1 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.6 | 653.844 | 36.3247 | 0.0251109 | 119.945 | 31.9355 | 151.88 | 2 | 1 |
| Plugin/builder/builder_NMake.cpp | 987 | | BuilderNMake | [virtual] CreateLinkTargets(const wxString &, BuildConfigPtr, wxString &, wxString &, const wxString &, const wxArrayString &) | 6 | 59 | 45 | 5 | 9 | 9 | 3 | 73 | 274 | 1696.01 | 21.3208 | 36160.3 | 2008.9 | 0.364502 | 64.2065 | 21.7927 | 85.9992 | 52 | 1 |
| Plugin/builder/builder_NMake.cpp | 1047 | | BuilderNMake | CreateTargets(const wxString &, BuildConfigPtr, wxString &, const wxString &) | 4 | 64 | 49 | 8 | 7 | 16 | 2 | 70 | 264 | 1618.13 | 21.4286 | 34674.2 | 1926.35 | 0.354446 | 61.5232 | 26.0372 | 87.5604 | 49 | 1 |
| Plugin/builder/builder_NMake.cpp | 1112 | | BuilderNMake | CreatePostBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 39 | 28 | 5 | 6 | 9 | 3 | 60 | 190 | 1122.31 | 15.9878 | 17943.3 | 996.848 | 0.228461 | 73.06 | 26.3344 | 99.3944 | 36 | 1 |
| Plugin/builder/builder_NMake.cpp | 1152 | | BuilderNMake | HasPrebuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 2 |
| Plugin/builder/builder_NMake.cpp | 1162 | | BuilderNMake | CreatePreBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 38 | 33 | 2 | 3 | 8 | 4 | 58 | 217 | 1271.18 | 18.5128 | 23533.2 | 1307.4 | 0.273736 | 73.0631 | 17.3987 | 90.4618 | 39 | 1 |
| Plugin/builder/builder_NMake.cpp | 1201 | | BuilderNMake | CreateConfigsVariables(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 213 | 171 | 17 | 28 | 17 | 3 | 235 | 1514 | 11925 | 33.9033 | 404298 | 22461 | 1.82255 | 31.4278 | 21.1912 | 52.619 | 456 | 1 |
| Plugin/builder/builder_NMake.cpp | 1415 | | BuilderNMake | ParseIncludePath(const wxString &, const wxString &, const wxString &) | 3 | 23 | 18 | 4 | 1 | 5 | 2 | 41 | 120 | 642.906 | 14.4231 | 9272.69 | 515.149 | 0.147124 | 85.4318 | 30.1022 | 115.534 | 24 | 3 |
| Plugin/builder/builder_NMake.cpp | 1439 | | BuilderNMake | ParseLibPath(const wxString &, const wxString &, const wxString &) | 3 | 22 | 18 | 4 | 0 | 5 | 2 | 42 | 126 | 679.432 | 15.6923 | 10661.9 | 592.325 | 0.161473 | 85.8646 | 30.6787 | 116.543 | 22 | 2 |
| Plugin/builder/builder_NMake.cpp | 1462 | | BuilderNMake | ParsePreprocessor(const wxString &) | 1 | 16 | 12 | 3 | 1 | 2 | 1 | 33 | 78 | 393.463 | 13.75 | 5410.11 | 300.562 | 0.102727 | 94.5541 | 31.0814 | 125.636 | 15 | 1 |
| Plugin/builder/builder_NMake.cpp | 1479 | | BuilderNMake | ParseLibs(const wxString &) | 1 | 25 | 17 | 6 | 2 | 7 | 2 | 43 | 125 | 678.283 | 13.3929 | 9084.15 | 504.675 | 0.145123 | 83.3425 | 34.4079 | 117.75 | 28 | 1 |
| Plugin/builder/builder_NMake.cpp | 1505 | | BuilderNMake | GetBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 19 | 13 | 3 | 3 | 2 | 1 | 38 | 106 | 556.28 | 16 | 8900.49 | 494.471 | 0.14316 | 89.9695 | 28.8719 | 118.841 | 14 | 0 |
| Plugin/builder/builder_NMake.cpp | 1525 | | BuilderNMake | GetCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 22 | 15 | 3 | 4 | 2 | 1 | 45 | 133 | 730.416 | 15.1724 | 11082.2 | 615.677 | 0.16569 | 86.1783 | 27.069 | 113.247 | 19 | 0 |
| Plugin/builder/builder_NMake.cpp | 1548 | | BuilderNMake | GetPOBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 86 | 433.818 | 14.5833 | 6326.51 | 351.473 | 0.114022 | 96.2096 | 20.1155 | 116.325 | 12 | 0 |
| Plugin/builder/builder_NMake.cpp | 1563 | | BuilderNMake | GetPOCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 86 | 433.818 | 14.5833 | 6326.51 | 351.473 | 0.114022 | 96.2096 | 20.1155 | 116.325 | 12 | 0 |
| Plugin/builder/builder_NMake.cpp | 1578 | | BuilderNMake | GetSingleFileCmd(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 39 | 29 | 3 | 7 | 3 | 1 | 64 | 251 | 1506 | 18.4468 | 27780.9 | 1543.38 | 0.305757 | 72.9108 | 20.8285 | 93.7393 | 50 | 0 |
| Plugin/builder/builder_NMake.cpp | 1618 | | BuilderNMake | GetPreprocessFileCmd(const wxString &, const wxString &, const wxString &, const wxString &, wxString &) [override] | 5 | 44 | 32 | 4 | 8 | 3 | 1 | 71 | 285 | 1752.68 | 18.4167 | 32278.5 | 1793.25 | 0.337925 | 70.1678 | 22.5149 | 92.6828 | 55 | 0 |
| Plugin/builder/builder_NMake.cpp | 1663 | | BuilderNMake | GetCdCmd(const wxFileName &, const wxFileName &) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 71 | 333.731 | 13 | 4338.51 | 241.028 | 0.0886691 | 99.8408 | 0 | 99.8408 | 12 | 5 |
| Plugin/builder/builder_NMake.cpp | 1676 | | BuilderNMake | CreateCustomPostBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 38 | 97 | 509.049 | 13.95 | 7101.23 | 394.513 | 0.12315 | 90.3867 | 0 | 90.3867 | 13 | 1 |
| Plugin/builder/builder_NMake.cpp | 1695 | | BuilderNMake | CreateCustomPreBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 38 | 97 | 509.049 | 13.95 | 7101.23 | 394.513 | 0.12315 | 90.3867 | 0 | 90.3867 | 13 | 1 |
| Plugin/builder/builder_NMake.cpp | 1714 | | BuilderNMake | GetProjectMakeCommand(const wxFileName &, const wxFileName &, ProjectPtr, const wxString &) | 4 | 48 | 35 | 4 | 9 | 8 | 2 | 65 | 254 | 1529.68 | 20.2391 | 30959.4 | 1719.97 | 0.328655 | 68.3159 | 21.6227 | 89.9386 | 56 | 2 |
| Plugin/builder/builder_NMake.cpp | 1763 | | BuilderNMake | GetProjectMakeCommand(ProjectPtr, const wxString &, const wxString &, bool, bool) | 5 | 48 | 35 | 3 | 10 | 11 | 2 | 66 | 268 | 1619.9 | 22.3913 | 36271.6 | 2015.09 | 0.36525 | 67.3279 | 18.8844 | 86.2123 | 58 | 5 |
| Plugin/builder/builder_NMake.cpp | 1812 | | BuilderNMake | CreatePreCompiledHeaderTarget(BuildConfigPtr, wxString &) | 2 | 32 | 27 | 2 | 3 | 6 | 1 | 46 | 146 | 806.44 | 21.1538 | 17059.3 | 947.739 | 0.220895 | 78.6734 | 18.8844 | 97.5578 | 27 | 1 |
| Plugin/builder/builder_NMake.cpp | 1845 | | BuilderNMake | GetPORebuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 86 | 433.818 | 14.5833 | 6326.51 | 351.473 | 0.114022 | 96.2096 | 20.1155 | 116.325 | 12 | 0 |
| Plugin/builder/builder_NMake.cpp | 1860 | | BuilderNMake | [virtual] GetBuildToolCommand(const wxString &, const wxString &, const wxString &, bool) const | 4 | 23 | 19 | 1 | 3 | 4 | 1 | 37 | 93 | 484.479 | 12.2727 | 5945.88 | 330.327 | 0.109401 | 87.133 | 15.872 | 103.005 | 13 | 6 |
| Plugin/builder/builder_NMake.cpp | 1884 | | BuilderNMake | DoGetCompilerMacro(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 26 | 56 | 263.225 | 12.25 | 3224.5 | 179.139 | 0.0727535 | 98.5776 | 0 | 98.5776 | 5 | 3 |
| Plugin/builder/builder_NMake.cpp | 1899 | | BuilderNMake | DoGetTargetPrefix(const wxFileName &, const wxString &, CompilerPtr) | 3 | 36 | 27 | 1 | 8 | 9 | 2 | 46 | 149 | 823.011 | 18.6481 | 15347.6 | 852.646 | 0.20586 | 75.9696 | 12.767 | 88.7365 | 22 | 4 |
| Plugin/builder/builder_NMake.cpp | 1936 | | BuilderNMake | DoGetMarkerFileDir(const wxString &, const wxString &) | 2 | 30 | 25 | 0 | 5 | 4 | 1 | 46 | 174 | 961.1 | 22.1667 | 21304.4 | 1183.58 | 0.256168 | 79.2666 | 0 | 79.2666 | 35 | 4 |
| Plugin/builder/builder_NMake.cpp | 1967 | | BuilderNMake | HasPostbuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 3 |
| Plugin/builder/builder_NMake.cpp | 1977 | | BuilderNMake | SendBuildEvent(int, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 110.592 | 0 | 110.592 | 5 | 5 |
| Plugin/builder/builder_NMake.cpp | 1985 | | BuilderNMake | GetOptimalBuildConfig(const wxString &) const [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 44 | 206.819 | 8.06667 | 1668.34 | 92.6857 | 0.0468888 | 109.357 | 0 | 109.357 | 7 | 0 |
| Plugin/builder/builder_gnumake.cpp | 50 | | | GetMakeDirCmd(BuildConfigPtr, const wxString &) | 2 | 25 | 21 | 1 | 3 | 6 | 1 | 45 | 167 | 917.139 | 19.4286 | 17818.7 | 989.928 | 0.227403 | 82.0037 | 15.2452 | 97.2489 | 30 | 2 |
| Plugin/builder/builder_gnumake.cpp | 885 | | | GetIntermediateFolder(BuildConfigPtr) | 1 | 13 | 11 | 1 | 1 | 4 | 1 | 26 | 57 | 267.925 | 10.5 | 2813.21 | 156.29 | 0.0664274 | 99.4561 | 20.8285 | 120.285 | 9 | 1 |
| Plugin/builder/builder_gnumake.cpp | 76 | | BuilderGNUMakeClassic | BuilderGNUMakeClassic() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 118.718 | 0 | 118.718 | 2 | 3 |
| Plugin/builder/builder_gnumake.cpp | 83 | | BuilderGNUMakeClassic | BuilderGNUMakeClassic(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 7.875 | 997.852 | 55.4362 | 0.0332856 | 114.068 | 0 | 114.068 | 1 | 1 |
| Plugin/builder/builder_gnumake.cpp | 91 | | BuilderGNUMakeClassic | Export(const wxString &, const wxString &, const wxString &, bool, bool, wxString &) [override] | 6 | 379 | 266 | 48 | 65 | 49 | 4 | 183 | 2122 | 15948.3 | 70.7226 | 1.12791e+06 | 62661.4 | 3.61183 | 13.2209 | 26.1908 | 39.4117 | 425 | 7 |
| Plugin/builder/builder_gnumake.cpp | 471 | | BuilderGNUMakeClassic | GenerateMakefile(ProjectPtr, const wxString &, bool, const wxArrayString &) | 4 | 128 | 77 | 30 | 22 | 11 | 3 | 115 | 624 | 4271.59 | 26.8085 | 114515 | 6361.94 | 0.786056 | 46.3965 | 34.0819 | 80.4784 | 119 | 2 |
| Plugin/builder/builder_gnumake.cpp | 600 | | BuilderGNUMakeClassic | CreateMakeDirsTarget(ProjectPtr, BuildConfigPtr, const wxString &, wxString &) | 4 | 13 | 12 | 0 | 1 | 1 | 0 | 27 | 74 | 351.862 | 8.75 | 3078.79 | 171.044 | 0.0705449 | 98.729 | 0 | 98.729 | 15 | 1 |
| Plugin/builder/builder_gnumake.cpp | 614 | | BuilderGNUMakeClassic | CreateSrcList(ProjectPtr, const wxString &, wxString &) | 3 | 50 | 33 | 6 | 11 | 7 | 2 | 89 | 264 | 1709.59 | 23.4098 | 40021.3 | 2223.41 | 0.390007 | 67.3064 | 25.5633 | 92.8696 | 37 | 1 |
| Plugin/builder/builder_gnumake.cpp | 665 | | BuilderGNUMakeClassic | CreateObjectList(ProjectPtr, const wxString &, wxString &) | 3 | 85 | 55 | 14 | 16 | 13 | 3 | 99 | 403 | 2671.63 | 28.4932 | 76123.2 | 4229.07 | 0.598719 | 55.0087 | 29.4057 | 84.4144 | 58 | 2 |
| Plugin/builder/builder_gnumake.cpp | 751 | | BuilderGNUMakeClassic | [virtual] CreateFileTargets(ProjectPtr, const wxString &, wxString &) | 3 | 134 | 94 | 14 | 26 | 17 | 4 | 150 | 939 | 6787.86 | 43.377 | 294437 | 16357.6 | 1.47528 | 41.866 | 24.004 | 65.87 | 171 | 1 |
| Plugin/builder/builder_gnumake.cpp | 899 | | BuilderGNUMakeClassic | CreateCleanTargets(ProjectPtr, const wxString &, wxString &) | 3 | 73 | 48 | 13 | 12 | 10 | 2 | 74 | 612 | 3800.19 | 39.9 | 151627 | 8423.74 | 0.94783 | 56.332 | 30.4086 | 86.7406 | 124 | 1 |
| Plugin/builder/builder_gnumake.cpp | 973 | | BuilderGNUMakeClassic | [virtual] CreateListMacros(ProjectPtr, const wxString &, wxString &) | 3 | 7 | 4 | 3 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.6 | 653.844 | 36.3247 | 0.0251109 | 114.494 | 42.4525 | 156.946 | 2 | 1 |
| Plugin/builder/builder_gnumake.cpp | 981 | | BuilderGNUMakeClassic | [virtual] CreateLinkTargets(const wxString &, BuildConfigPtr, wxString &, wxString &, const wxString &, const wxArrayString &) | 6 | 59 | 43 | 6 | 10 | 9 | 3 | 74 | 323 | 2005.65 | 24.0741 | 48284.2 | 2682.46 | 0.441993 | 63.3345 | 23.709 | 87.0435 | 52 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1041 | | BuilderGNUMakeClassic | CreateTargets(const wxString &, BuildConfigPtr, wxString &, const wxString &) | 4 | 37 | 23 | 8 | 6 | 5 | 2 | 59 | 174 | 1023.58 | 17.8125 | 18232.5 | 1012.92 | 0.23091 | 75.3116 | 32.9828 | 108.294 | 30 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1079 | | BuilderGNUMakeClassic | CreatePostBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 38 | 27 | 5 | 6 | 9 | 3 | 61 | 222 | 1316.62 | 18.0952 | 23824.6 | 1323.59 | 0.275992 | 72.6504 | 26.6419 | 99.2923 | 37 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1118 | | BuilderGNUMakeClassic | HasPrebuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 2 |
| Plugin/builder/builder_gnumake.cpp | 1128 | | BuilderGNUMakeClassic | CreatePreBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 38 | 33 | 2 | 3 | 8 | 4 | 59 | 241 | 1417.72 | 19.95 | 28283.5 | 1571.3 | 0.309433 | 72.4957 | 17.3987 | 89.8944 | 39 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1167 | | BuilderGNUMakeClassic | CreateConfigsVariables(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 164 | 131 | 13 | 23 | 11 | 2 | 216 | 1491 | 11562.5 | 35.513 | 410620 | 22812.2 | 1.8415 | 37.2034 | 21.1235 | 58.327 | 411 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1332 | | BuilderGNUMakeClassic | ParseIncludePath(const wxString &, const wxString &, const wxString &) | 3 | 15 | 13 | 2 | 0 | 2 | 2 | 34 | 90 | 457.872 | 10.6364 | 4870.09 | 270.561 | 0.0957716 | 94.8113 | 26.7997 | 121.611 | 14 | 3 |
| Plugin/builder/builder_gnumake.cpp | 1348 | | BuilderGNUMakeClassic | ParseLibPath(const wxString &, const wxString &, const wxString &) | 3 | 16 | 13 | 3 | 0 | 2 | 1 | 35 | 96 | 492.411 | 11.8182 | 5819.4 | 323.3 | 0.107844 | 93.3876 | 31.0814 | 124.469 | 12 | 2 |
| Plugin/builder/builder_gnumake.cpp | 1365 | | BuilderGNUMakeClassic | ParsePreprocessor(const wxString &) | 1 | 16 | 12 | 3 | 1 | 2 | 1 | 34 | 96 | 488.396 | 15.3947 | 7518.73 | 417.707 | 0.127931 | 93.4302 | 31.0814 | 124.512 | 15 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1382 | | BuilderGNUMakeClassic | ParseLibs(const wxString &) | 1 | 26 | 18 | 6 | 2 | 7 | 2 | 44 | 152 | 829.834 | 15.2586 | 12662.1 | 703.451 | 0.181085 | 81.6585 | 33.8695 | 115.528 | 28 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1409 | | BuilderGNUMakeClassic | GetBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 20 | 15 | 2 | 3 | 2 | 1 | 43 | 124 | 672.857 | 16.6731 | 11218.6 | 623.255 | 0.167047 | 88.1492 | 23.5268 | 111.676 | 17 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1430 | | BuilderGNUMakeClassic | GetCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 23 | 17 | 2 | 4 | 2 | 1 | 50 | 151 | 852.222 | 15.9697 | 13609.7 | 756.096 | 0.190011 | 84.6562 | 22.0554 | 106.712 | 22 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1454 | | BuilderGNUMakeClassic | GetPOBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 15 | 13 | 1 | 1 | 2 | 1 | 37 | 89 | 463.641 | 14.4762 | 6711.76 | 372.876 | 0.118605 | 94.7462 | 19.4709 | 114.217 | 12 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1470 | | BuilderGNUMakeClassic | GetPOCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 15 | 13 | 1 | 1 | 2 | 1 | 37 | 89 | 463.641 | 14.4762 | 6711.76 | 372.876 | 0.118605 | 94.7462 | 19.4709 | 114.217 | 12 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1486 | | BuilderGNUMakeClassic | GetSingleFileCmd(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 51 | 37 | 6 | 8 | 6 | 3 | 85 | 313 | 2006.14 | 23 | 46141.2 | 2563.4 | 0.428816 | 66.3838 | 25.3357 | 91.7195 | 52 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1538 | | BuilderGNUMakeClassic | GetPreprocessFileCmd(const wxString &, const wxString &, const wxString &, const wxString &, wxString &) [override] | 5 | 43 | 32 | 3 | 8 | 3 | 1 | 73 | 291 | 1801.24 | 18.2143 | 32808.3 | 1822.68 | 0.341613 | 70.3982 | 19.8936 | 90.2918 | 54 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1582 | | BuilderGNUMakeClassic | GetCdCmd(const wxFileName &, const wxFileName &) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 27 | 80 | 380.391 | 13.4643 | 5121.69 | 284.539 | 0.0990424 | 99.1603 | 0 | 99.1603 | 12 | 5 |
| Plugin/builder/builder_gnumake.cpp | 1595 | | BuilderGNUMakeClassic | CreateCustomPostBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 39 | 109 | 576.109 | 15 | 8641.63 | 480.091 | 0.140371 | 89.7432 | 0 | 89.7432 | 13 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1614 | | BuilderGNUMakeClassic | CreateCustomPreBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 39 | 109 | 576.109 | 15 | 8641.63 | 480.091 | 0.140371 | 89.7432 | 0 | 89.7432 | 13 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1633 | | BuilderGNUMakeClassic | GetProjectMakeCommand(const wxFileName &, const wxFileName &, ProjectPtr, const wxString &) | 4 | 47 | 34 | 4 | 9 | 8 | 2 | 66 | 287 | 1734.74 | 22.0319 | 38219.7 | 2123.31 | 0.378213 | 68.0028 | 21.8359 | 89.8387 | 56 | 2 |
| Plugin/builder/builder_gnumake.cpp | 1681 | | BuilderGNUMakeClassic | GetProjectMakeCommand(ProjectPtr, const wxString &, const wxString &, size_t) | 4 | 54 | 40 | 3 | 11 | 13 | 2 | 74 | 328 | 2036.7 | 22.4545 | 45733.2 | 2540.73 | 0.426285 | 63.7692 | 17.8544 | 81.6236 | 58 | 5 |
| Plugin/builder/builder_gnumake.cpp | 1736 | | BuilderGNUMakeClassic | CreatePreCompiledHeaderTarget(BuildConfigPtr, wxString &) | 2 | 32 | 27 | 2 | 3 | 6 | 1 | 47 | 177 | 983.162 | 24.4444 | 24032.9 | 1335.16 | 0.277598 | 77.6431 | 18.8844 | 96.5275 | 27 | 1 |
| Plugin/builder/builder_gnumake.cpp | 1769 | | BuilderGNUMakeClassic | GetPORebuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 15 | 13 | 1 | 1 | 2 | 1 | 38 | 91 | 477.561 | 14.1818 | 6772.69 | 376.26 | 0.119322 | 94.5924 | 19.4709 | 114.063 | 12 | 0 |
| Plugin/builder/builder_gnumake.cpp | 1785 | | BuilderGNUMakeClassic | [virtual] GetBuildToolCommand(const wxString &, const wxString &, const wxString &, bool) const | 4 | 35 | 27 | 1 | 7 | 6 | 2 | 45 | 137 | 752.384 | 14.069 | 10585.3 | 588.07 | 0.160699 | 77.5825 | 12.944 | 90.5264 | 20 | 6 |
| Plugin/builder/builder_gnumake.cpp | 1821 | | BuilderGNUMakeClassic | DoGetCompilerMacro(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 27 | 65 | 309.068 | 12.9231 | 3994.11 | 221.895 | 0.0839122 | 97.7428 | 0 | 97.7428 | 5 | 3 |
| Plugin/builder/builder_gnumake.cpp | 1836 | | BuilderGNUMakeClassic | DoGetTargetPrefix(const wxFileName &, const wxString &, CompilerPtr) | 3 | 40 | 28 | 2 | 10 | 9 | 2 | 54 | 185 | 1064.65 | 25.5968 | 27251.7 | 1513.98 | 0.301862 | 72.924 | 16.9762 | 89.9002 | 26 | 4 |
| Plugin/builder/builder_gnumake.cpp | 1877 | | BuilderGNUMakeClassic | DoGetMarkerFileDir(const wxString &, const wxString &) | 2 | 28 | 23 | 0 | 5 | 4 | 1 | 47 | 176 | 977.608 | 22.0536 | 21559.7 | 1197.76 | 0.258211 | 80.2957 | 0 | 80.2957 | 35 | 5 |
| Plugin/builder/builder_gnumake.cpp | 1906 | | BuilderGNUMakeClassic | HasPostbuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 3 |
| Plugin/builder/builder_gnumake.cpp | 1916 | | BuilderGNUMakeClassic | SendBuildEvent(int, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 110.592 | 0 | 110.592 | 5 | 5 |
| Plugin/builder/builder_gnumake_default.cpp | 49 | | BuilderGnuMake | BuilderGnuMake() | 0 | 7 | 7 | 0 | 0 | 2 | 0 | 23 | 34 | 153.801 | 7.77778 | 1196.23 | 66.4573 | 0.0375626 | 112.831 | 0 | 112.831 | 3 | 4 |
| Plugin/builder/builder_gnumake_default.cpp | 57 | | BuilderGnuMake | BuilderGnuMake(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 2 | 0 | 25 | 43 | 199.686 | 10.8182 | 2160.24 | 120.013 | 0.0557031 | 113.97 | 0 | 113.97 | 2 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 64 | | BuilderGnuMake | [virtual] MakeDir(const wxString &) | 1 | 22 | 21 | 1 | 1 | 5 | 1 | 40 | 102 | 542.837 | 14.3333 | 7780.66 | 432.259 | 0.130885 | 87.0317 | 16.2158 | 103.248 | 12 | 5 |
| Plugin/builder/builder_gnumake_default.cpp | 87 | | BuilderGnuMake | [virtual] GetIntermediateDirectory(ProjectPtr, BuildConfigPtr) const | 2 | 23 | 23 | 0 | 0 | 3 | 1 | 47 | 177 | 983.162 | 14.1471 | 13908.9 | 772.714 | 0.192785 | 83.683 | 0 | 83.683 | 36 | 3 |
| Plugin/builder/builder_gnumake_default.cpp | 111 | | BuilderGnuMake | Export(const wxString &, const wxString &, const wxString &, bool, bool, wxString &) [override] | 6 | 378 | 265 | 48 | 65 | 49 | 4 | 183 | 1983 | 14903.6 | 66.5677 | 992101 | 55116.7 | 3.31576 | 13.616 | 26.2218 | 39.8378 | 423 | 8 |
| Plugin/builder/builder_gnumake_default.cpp | 490 | | BuilderGnuMake | GenerateMakefile(ProjectPtr, const wxString &, bool, const wxArrayString &) | 4 | 136 | 85 | 30 | 22 | 11 | 3 | 114 | 544 | 3717.09 | 24.0484 | 89390.1 | 4966.12 | 0.666405 | 46.1374 | 33.2542 | 79.3916 | 116 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 627 | | BuilderGnuMake | CreateMakeDirsTarget(const wxString &, wxString &) | 2 | 11 | 10 | 0 | 1 | 1 | 0 | 23 | 67 | 303.079 | 10.2857 | 3117.38 | 173.188 | 0.0711331 | 102.211 | 0 | 102.211 | 20 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 639 | | BuilderGnuMake | CreateSrcList(ProjectPtr, const wxString &, wxString &) | 3 | 45 | 32 | 3 | 10 | 8 | 2 | 85 | 251 | 1608.76 | 23.0877 | 37142.5 | 2063.47 | 0.371073 | 69.0993 | 19.4709 | 88.5703 | 39 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 685 | | BuilderGnuMake | CreateObjectList(ProjectPtr, const wxString &, wxString &) | 3 | 86 | 56 | 14 | 16 | 13 | 3 | 97 | 392 | 2587.17 | 28.1972 | 72950.8 | 4052.82 | 0.581968 | 54.9863 | 29.2572 | 84.2435 | 60 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 772 | | BuilderGnuMake | [virtual] CreateFileTargets(ProjectPtr, const wxString &, wxString &) | 3 | 133 | 94 | 14 | 25 | 17 | 4 | 148 | 807 | 5818.03 | 39.0833 | 227388 | 12632.7 | 1.24182 | 42.789 | 24.0864 | 66.8754 | 180 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 906 | | BuilderGnuMake | CreateCleanTargets(ProjectPtr, const wxString &, wxString &) | 3 | 30 | 21 | 6 | 3 | 3 | 1 | 54 | 146 | 840.214 | 14.0135 | 11774.3 | 654.13 | 0.172519 | 80.1956 | 31.9355 | 112.131 | 30 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 937 | | BuilderGnuMake | [virtual] CreateListMacros(ProjectPtr, const wxString &, wxString &) | 3 | 7 | 4 | 3 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.6 | 653.844 | 36.3247 | 0.0251109 | 114.494 | 42.4525 | 156.946 | 2 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 945 | | BuilderGnuMake | [virtual] CreateLinkTargets(const wxString &, BuildConfigPtr, wxString &, wxString &, const wxString &, const wxArrayString &) | 6 | 64 | 48 | 6 | 10 | 9 | 3 | 77 | 292 | 1829.9 | 21.2281 | 38845.3 | 2158.07 | 0.382329 | 62.4936 | 22.8376 | 85.3312 | 60 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1010 | | BuilderGnuMake | CreateTargets(const wxString &, BuildConfigPtr, wxString &, const wxString &) | 4 | 29 | 21 | 4 | 4 | 5 | 2 | 53 | 139 | 796.181 | 16.7647 | 13347.7 | 741.541 | 0.187564 | 80.5647 | 27.2067 | 107.771 | 23 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1040 | | BuilderGnuMake | CreatePostBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 40 | 24 | 10 | 6 | 8 | 3 | 52 | 148 | 843.665 | 15.8333 | 13358 | 742.113 | 0.187661 | 74.3638 | 34.9714 | 109.335 | 27 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1081 | | BuilderGnuMake | HasPrebuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1091 | | BuilderGnuMake | CreatePreBuildEvents(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 38 | 33 | 2 | 3 | 8 | 4 | 58 | 217 | 1271.18 | 18.5128 | 23533.2 | 1307.4 | 0.273736 | 73.0631 | 17.3987 | 90.4618 | 39 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1130 | | BuilderGnuMake | CreateConfigsVariables(ProjectPtr, BuildConfigPtr, wxString &) | 3 | 171 | 136 | 12 | 23 | 14 | 2 | 221 | 1293 | 10069.8 | 29.6834 | 298905 | 16605.8 | 1.49016 | 36.5551 | 19.9484 | 56.5035 | 406 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1302 | | BuilderGnuMake | ParseIncludePath(const wxString &, const wxString &, const wxString &) | 3 | 14 | 12 | 2 | 0 | 2 | 2 | 33 | 81 | 408.596 | 10.2857 | 4202.7 | 233.483 | 0.0868089 | 96.5211 | 27.6325 | 124.154 | 14 | 3 |
| Plugin/builder/builder_gnumake_default.cpp | 1317 | | BuilderGnuMake | ParseLibPath(const wxString &, const wxString &, const wxString &) | 3 | 15 | 12 | 3 | 0 | 2 | 1 | 34 | 87 | 442.609 | 11.4524 | 5068.93 | 281.607 | 0.098361 | 94.9876 | 31.9355 | 126.923 | 12 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1333 | | BuilderGnuMake | ParsePreprocessor(const wxString &) | 1 | 16 | 12 | 3 | 1 | 2 | 1 | 33 | 78 | 393.463 | 13.75 | 5410.11 | 300.562 | 0.102727 | 94.5541 | 31.0814 | 125.636 | 15 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1350 | | BuilderGnuMake | ParseLibs(const wxString &) | 1 | 25 | 17 | 6 | 2 | 7 | 2 | 43 | 125 | 678.283 | 13.3929 | 9084.15 | 504.675 | 0.145123 | 83.3425 | 34.4079 | 117.75 | 28 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1376 | | BuilderGnuMake | GetBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 20 | 15 | 2 | 3 | 2 | 1 | 42 | 115 | 620.117 | 16.32 | 10120.3 | 562.239 | 0.155958 | 88.5736 | 23.5268 | 112.1 | 17 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1397 | | BuilderGnuMake | GetCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 23 | 17 | 2 | 4 | 2 | 1 | 49 | 142 | 797.289 | 15.6719 | 12495 | 694.167 | 0.179488 | 85.0027 | 22.0554 | 107.058 | 22 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1421 | | BuilderGnuMake | GetPOBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 36 | 86 | 444.614 | 14.8 | 6580.28 | 365.571 | 0.117051 | 96.0818 | 20.1155 | 116.197 | 12 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 1436 | | BuilderGnuMake | GetPOCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 36 | 86 | 444.614 | 14.8 | 6580.28 | 365.571 | 0.117051 | 96.0818 | 20.1155 | 116.197 | 12 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 1451 | | BuilderGnuMake | GetSingleFileCmd(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 51 | 37 | 6 | 8 | 6 | 3 | 84 | 311 | 1988.01 | 23.377 | 46473.8 | 2581.88 | 0.430875 | 66.431 | 25.3357 | 91.7667 | 53 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 1503 | | BuilderGnuMake | GetPreprocessFileCmd(const wxString &, const wxString &, const wxString &, const wxString &, wxString &) [override] | 5 | 43 | 32 | 3 | 8 | 3 | 1 | 72 | 283 | 1746.09 | 18.2364 | 31842.3 | 1769.02 | 0.334874 | 70.5599 | 19.8936 | 90.4535 | 55 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 1547 | | BuilderGnuMake | GetCdCmd(const wxFileName &, const wxFileName &) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 71 | 333.731 | 13 | 4338.51 | 241.028 | 0.0886691 | 99.8408 | 0 | 99.8408 | 12 | 5 |
| Plugin/builder/builder_gnumake_default.cpp | 1560 | | BuilderGnuMake | CreateCustomPostBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 38 | 97 | 509.049 | 13.95 | 7101.23 | 394.513 | 0.12315 | 90.3867 | 0 | 90.3867 | 13 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1579 | | BuilderGnuMake | CreateCustomPreBuildEvents(BuildConfigPtr, wxString &) | 2 | 18 | 18 | 0 | 0 | 6 | 4 | 38 | 97 | 509.049 | 13.95 | 7101.23 | 394.513 | 0.12315 | 90.3867 | 0 | 90.3867 | 13 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1598 | | BuilderGnuMake | GetProjectMakeCommand(const wxFileName &, const wxFileName &, ProjectPtr, const wxString &) | 4 | 48 | 35 | 4 | 9 | 8 | 2 | 65 | 254 | 1529.68 | 20.2391 | 30959.4 | 1719.97 | 0.328655 | 68.3159 | 21.6227 | 89.9386 | 56 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1647 | | BuilderGnuMake | GetProjectMakeCommand(ProjectPtr, const wxString &, const wxString &, size_t) | 4 | 55 | 41 | 3 | 11 | 13 | 2 | 73 | 295 | 1826 | 20.9352 | 38227.6 | 2123.76 | 0.378266 | 64.0398 | 17.6986 | 81.7384 | 58 | 5 |
| Plugin/builder/builder_gnumake_default.cpp | 1703 | | BuilderGnuMake | CreatePreCompiledHeaderTarget(BuildConfigPtr, wxString &) | 2 | 32 | 27 | 2 | 3 | 6 | 1 | 46 | 146 | 806.44 | 21.1538 | 17059.3 | 947.739 | 0.220895 | 78.6734 | 18.8844 | 97.5578 | 27 | 1 |
| Plugin/builder/builder_gnumake_default.cpp | 1736 | | BuilderGnuMake | GetPORebuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 14 | 12 | 1 | 1 | 2 | 1 | 37 | 88 | 458.432 | 14.4762 | 6636.35 | 368.686 | 0.117715 | 95.9227 | 20.1155 | 116.038 | 12 | 0 |
| Plugin/builder/builder_gnumake_default.cpp | 1751 | | BuilderGnuMake | [virtual] GetBuildToolCommand(const wxString &, const wxString &, const wxString &, bool) const | 4 | 37 | 29 | 1 | 7 | 6 | 2 | 44 | 138 | 753.402 | 14.2857 | 10762.9 | 597.938 | 0.162492 | 76.6752 | 12.5971 | 89.2723 | 20 | 6 |
| Plugin/builder/builder_gnumake_default.cpp | 1789 | | BuilderGnuMake | DoGetCompilerMacro(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 26 | 56 | 263.225 | 12.25 | 3224.5 | 179.139 | 0.0727535 | 98.5776 | 0 | 98.5776 | 5 | 3 |
| Plugin/builder/builder_gnumake_default.cpp | 1804 | | BuilderGnuMake | DoGetTargetPrefix(const wxFileName &, const wxString &, CompilerPtr) | 3 | 42 | 30 | 2 | 10 | 9 | 2 | 53 | 174 | 996.658 | 24.5333 | 24451.3 | 1358.41 | 0.280811 | 72.4768 | 16.583 | 89.0598 | 26 | 4 |
| Plugin/builder/builder_gnumake_default.cpp | 1847 | | BuilderGnuMake | GetRelinkMarkerForProject(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 6.42857 | 514.286 | 28.5714 | 0.0213968 | 125.525 | 0 | 125.525 | 2 | 2 |
| Plugin/builder/builder_gnumake_default.cpp | 1852 | | BuilderGnuMake | HasPostbuildCommands(BuildConfigPtr) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 42 | 195.042 | 9.75 | 1901.66 | 105.648 | 0.0511643 | 107.294 | 0 | 107.294 | 4 | 3 |
| Plugin/builder/builder_gnumake_default.cpp | 1862 | | BuilderGnuMake | SendBuildEvent(int, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 110.592 | 0 | 110.592 | 5 | 5 |
| Plugin/builder/builder_gnumake_default.cpp | 1870 | | BuilderGnuMake | HandleResourceFiles() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 149.865 | 0 | 149.865 | 0 | 4 |
| Plugin/builder/builder_gnumake_default.cpp | 1872 | | BuilderGnuMake | IsResourceFile(const Compiler::CmpFileTypeInfo &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 6.66667 | 679.668 | 37.7594 | 0.0257678 | 124.265 | 0 | 124.265 | 0 | 3 |
| Plugin/builder/builder_gnumake_default.cpp | 1877 | | BuilderGnuMake | GetOptimalBuildConfig(const wxString &) const [override] | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 32 | 62 | 310 | 11.2778 | 3496.11 | 194.228 | 0.0767837 | 98.9276 | 0 | 98.9276 | 10 | 0 |
| Plugin/builder/builder_gnumake_onestep.cpp | 64 | | BuilderGnuMakeOneStep | BuilderGnuMakeOneStep() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 25 | 92.511 | 5.25 | 485.683 | 26.9824 | 0.0205959 | 124.77 | 0 | 124.77 | 4 | 3 |
| Plugin/builder/builder_gnumake_onestep.cpp | 69 | | BuilderGnuMakeOneStep | CreateListMacros(ProjectPtr, const wxString &, wxString &) [override] | 3 | 7 | 5 | 2 | 0 | 1 | 0 | 20 | 41 | 177.199 | 6.66667 | 1181.33 | 65.6293 | 0.0372499 | 112.324 | 36.8317 | 149.156 | 4 | 0 |
| Plugin/builder/builder_gnumake_onestep.cpp | 77 | | BuilderGnuMakeOneStep | [virtual] CreateLinkTargets(const wxString &, BuildConfigPtr, wxString &, wxString &) | 4 | 13 | 8 | 5 | 1 | 1 | 0 | 25 | 53 | 246.124 | 8.33333 | 2051.04 | 113.946 | 0.0538098 | 100.587 | 40.9816 | 141.569 | 5 | 0 |
| Plugin/builder/builder_gnumake_onestep.cpp | 91 | | BuilderGnuMakeOneStep | CreateFileTargets(ProjectPtr, const wxString &, wxString &) [override] | 3 | 4 | 3 | 1 | 0 | 1 | 0 | 16 | 19 | 76 | 3.88889 | 295.556 | 16.4198 | 0.0147901 | 125.792 | 34.9714 | 160.764 | 0 | 0 |
| Plugin/builder/builder_gnumake_onestep.cpp | 96 | | BuilderGnuMakeOneStep | CreateTargets(const wxString &, BuildConfigPtr, wxString &) | 3 | 23 | 16 | 5 | 2 | 5 | 1 | 32 | 114 | 570 | 12.6 | 7182 | 399 | 0.124082 | 86.0577 | 33.0562 | 119.114 | 13 | 1 |
| Plugin/builder/clRemoteBuilder.cpp | 16 | | clRemoteBuilder | clRemoteBuilder() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 7.5 | 908.352 | 50.464 | 0.0312643 | 119.754 | 0 | 119.754 | 2 | 0 |
| Plugin/builder/clRemoteBuilder.cpp | 22 | | clRemoteBuilder | ~clRemoteBuilder() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Plugin/builder/clRemoteBuilder.cpp | 28 | | clRemoteBuilder | IsRunning() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4.5 | 239.863 | 13.3257 | 0.0128683 | 150.095 | 0 | 150.095 | 1 | 2 |
| Plugin/builder/clRemoteBuilder.cpp | 30 | | clRemoteBuilder | Build(const wxString &, const wxString &, const wxString &) | 3 | 40 | 35 | 1 | 4 | 5 | 1 | 76 | 254 | 1586.97 | 16.1667 | 25656.1 | 1425.34 | 0.289961 | 71.7683 | 12.1253 | 83.8937 | 54 | 0 |
| Plugin/builder/clRemoteBuilder.cpp | 71 | | clRemoteBuilder | OnProcessOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 123.848 | 0 | 123.848 | 3 | 2 |
| Plugin/builder/clRemoteBuilder.cpp | 76 | | clRemoteBuilder | OnProcessTerminated(clProcessEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 27 | 45 | 213.97 | 5.29412 | 1132.78 | 62.9323 | 0.0362223 | 109.181 | 0 | 109.181 | 8 | 2 |
| Plugin/builder/clRemoteBuilder.cpp | 85 | | clRemoteBuilder | Stop() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 1 |
| Plugin/buildmanager.cpp | 34 | | BuildManager | BuildManager() | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 21 | 72 | 316.247 | 9.375 | 2964.81 | 164.712 | 0.0687929 | 101.99 | 22.5149 | 124.505 | 9 | 1 |
| Plugin/buildmanager.cpp | 46 | | BuildManager | ~BuildManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/buildmanager.cpp | 48 | | BuildManager | AddBuilder(BuilderPtr) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 30 | 129.658 | 9.28571 | 1203.97 | 66.887 | 0.0377243 | 113.719 | 0 | 113.719 | 5 | 4 |
| Plugin/buildmanager.cpp | 56 | | BuildManager | RemoveBuilder(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 41 | 185.466 | 7.79167 | 1445.09 | 80.2828 | 0.0426064 | 111.857 | 0 | 111.857 | 5 | 0 |
| Plugin/buildmanager.cpp | 64 | | BuildManager | GetBuilders(std::list<wxString> &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 29 | 42 | 204.035 | 9.84615 | 2008.96 | 111.609 | 0.0530713 | 113.858 | 0 | 113.858 | 4 | 3 |
| Plugin/buildmanager.cpp | 71 | | BuildManager | GetBuilder(const wxString &) | 1 | 9 | 7 | 1 | 1 | 2 | 1 | 26 | 48 | 225.621 | 9.5 | 2143.4 | 119.078 | 0.0554133 | 106.767 | 24.6875 | 131.454 | 8 | 5 |
| Plugin/buildmanager.cpp | 82 | | BuildManagerST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 7.5 | 599.658 | 33.3144 | 0.0237036 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/buildmanager.cpp | 90 | | BuildManagerST | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 23 | 94.0116 | 11.375 | 1069.38 | 59.4101 | 0.0348579 | 117.888 | 0 | 117.888 | 1 | 10 |
| Plugin/cLToolBarControl.cpp | 5 | | clToolBarControl | clToolBarControl(clToolBarGeneric *, wxWindow *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 5.09091 | 692.026 | 38.4459 | 0.0260792 | 119.154 | 0 | 119.154 | 2 | 1 |
| Plugin/cLToolBarControl.cpp | 11 | | clToolBarControl | CalculateSize(wxDC &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 120.746 | 0 | 120.746 | 2 | 0 |
| Plugin/cLToolBarControl.cpp | 17 | | clToolBarControl | Render(wxDC &, const wxRect &) [override] | 2 | 15 | 15 | 0 | 0 | 2 | 1 | 47 | 134 | 744.315 | 11.0303 | 8210.02 | 456.112 | 0.135657 | 92.2848 | 0 | 92.2848 | 19 | 0 |
| Plugin/cc_box_tip_window.cpp | 53 | {anonymous} | | InflateSize(wxSize &, double) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 62 | 291.427 | 12 | 3497.13 | 194.285 | 0.0767986 | 105.436 | 0 | 105.436 | 4 | 2 |
| Plugin/cc_box_tip_window.cpp | 66 | {anonymous} | | CCBoxTipWindow_ShrinkTip(wxString &, bool) | 2 | 106 | 93 | 8 | 5 | 24 | 2 | 75 | 409 | 2547.59 | 30.7404 | 78313.8 | 4350.77 | 0.610151 | 49.1492 | 20.6432 | 69.7924 | 48 | 1 |
| Plugin/cc_box_tip_window.cpp | 177 | {anonymous} | | GetDisplay(const wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 123.945 | 0 | 123.945 | 1 | 2 |
| Plugin/cc_box_tip_window.cpp | 183 | | CCBoxTipWindow | CCBoxTipWindow(wxWindow *, const wxString &, bool) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 32 | 74 | 370 | 7.85714 | 2907.14 | 161.508 | 0.0678979 | 99.7643 | 0 | 99.7643 | 7 | 2 |
| Plugin/cc_box_tip_window.cpp | 196 | | CCBoxTipWindow | DoInitialize(size_t) | 1 | 22 | 19 | 0 | 3 | 2 | 1 | 38 | 118 | 619.255 | 11.0769 | 6859.44 | 381.08 | 0.120339 | 87.0368 | 0 | 87.0368 | 16 | 1 |
| Plugin/cc_box_tip_window.cpp | 219 | | CCBoxTipWindow | ShrinkToScreen(wxSize &) const | 1 | 14 | 11 | 2 | 1 | 3 | 1 | 30 | 83 | 407.272 | 12.6875 | 5167.26 | 287.07 | 0.099629 | 96.308 | 27.6325 | 123.94 | 11 | 2 |
| Plugin/cc_box_tip_window.cpp | 234 | | CCBoxTipWindow | PositionRelativeTo(wxWindow *, wxPoint, int, IEditor *) | 4 | 84 | 62 | 14 | 10 | 14 | 4 | 78 | 413 | 2595.87 | 35.3774 | 91835.1 | 5101.95 | 0.678502 | 55.12 | 29.5564 | 84.6764 | 31 | 1 |
| Plugin/cc_box_tip_window.cpp | 319 | | CCBoxTipWindow | OnEraseBG(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/cc_box_tip_window.cpp | 321 | | CCBoxTipWindow | OnPaint(wxPaintEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.88889 | 539.545 | 29.9747 | 0.0220918 | 117.284 | 0 | 117.284 | 3 | 1 |
| Plugin/cc_box_tip_window.cpp | 328 | | CCBoxTipWindow | PositionAt(const wxPoint &, IEditor *) | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 44 | 201.738 | 6.76923 | 1365.61 | 75.8674 | 0.0410296 | 107.349 | 0 | 107.349 | 5 | 1 |
| Plugin/cc_box_tip_window.cpp | 338 | | CCBoxTipWindow | DoDrawTip(wxDC &) | 1 | 17 | 14 | 1 | 3 | 3 | 1 | 40 | 109 | 580.09 | 16.3636 | 9492.38 | 527.355 | 0.149438 | 91.3234 | 18.3478 | 109.671 | 13 | 1 |
| Plugin/clAboutDialog.cpp | 12 | | clAboutDialog | clAboutDialog(wxWindow *, const wxString &) | 2 | 35 | 29 | 3 | 3 | 2 | 1 | 62 | 206 | 1226.56 | 16.2444 | 19924.9 | 1106.94 | 0.244987 | 75.9611 | 21.9083 | 97.8694 | 43 | 0 |
| Plugin/clAboutDialog.cpp | 48 | | clAboutDialog | ~clAboutDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clAboutDialogBase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| Plugin/clAboutDialogBase.cpp | 26 | | clAboutDialogBase | clAboutDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 234 | 174 | 15 | 45 | 7 | 1 | 171 | 1668 | 12373 | 56.6781 | 701277 | 38959.8 | 2.63111 | 32.0128 | 19.1126 | 51.1254 | 227 | 1 |
| Plugin/clAboutDialogBase.cpp | 261 | | clAboutDialogBase | ~clAboutDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clAboutDialogBase_plugin_bitmaps.cpp | 34 | | | wxCA637InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 12 | | clAnsiEscapeCodeColourBuilder | clAnsiEscapeCodeColourBuilder() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 13 | 41.209 | 7 | 288.463 | 16.0257 | 0.0145525 | 128.975 | 0 | 128.975 | 1 | 4 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 17 | | clAnsiEscapeCodeColourBuilder | clAnsiEscapeCodeColourBuilder(wxString *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 3 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 22 | | clAnsiEscapeCodeColourBuilder | Add(const wxString &, int, bool) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 7.5 | 1137.16 | 63.1753 | 0.0363155 | 118.586 | 0 | 118.586 | 1 | 27 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 27 | | clAnsiEscapeCodeColourBuilder | Add(const wxString &, const wxColour &, bool) | 3 | 21 | 15 | 2 | 4 | 2 | 1 | 41 | 134 | 717.912 | 15.68 | 11256.9 | 625.381 | 0.167426 | 87.0217 | 23.0043 | 110.026 | 22 | 17 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 49 | | clAnsiEscapeCodeColourBuilder | SetDarkTheme(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 8 | 687.613 | 38.2007 | 0.0259682 | 121.537 | 0 | 121.537 | 1 | 0 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 55 | | clAnsiEscapeCodeColourBuilder | SetTheme(eColourTheme) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 7.85714 | 851.856 | 47.3253 | 0.0299541 | 120.33 | 0 | 120.33 | 1 | 5 |
| Plugin/clAnsiEscapeCodeColourBuilder.cpp | 61 | | clAnsiEscapeCodeColourBuilder | DoAddTextToBuffer(wxString *, const wxString &, int, bool) const | 4 | 16 | 15 | 0 | 1 | 2 | 1 | 31 | 85 | 421.107 | 10.725 | 4516.37 | 250.909 | 0.0910762 | 94.2011 | 0 | 94.2011 | 13 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 349 | {anonymous} | | look_ahead(const wxString &, size_t, size_t) | 3 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 12.6 | 2657.44 | 147.636 | 0.0639521 | 111.189 | 0 | 111.189 | 3 | 4 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 14 | | clAnsiEscapeCodeHandler | clAnsiEscapeCodeHandler() | 0 | 324 | 307 | 9 | 8 | 5 | 1 | 530 | 4277 | 38706.2 | 20.9729 | 811780 | 45098.9 | 2.90071 | 21.2704 | 12.767 | 34.0374 | 878 | 0 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 358 | | clAnsiEscapeCodeHandler | Parse(const wxString &) | 1 | 190 | 168 | 25 | 1 | 62 | 2 | 113 | 738 | 5033.29 | 48.3951 | 243586 | 13532.6 | 1.30011 | 27.4143 | 26.6419 | 54.0562 | 53 | 2 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 549 | | clAnsiEscapeCodeHandler | Reset() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 0 | 117.48 | 2 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 556 | | clAnsiEscapeCodeHandler | EnsureCurrent() | 0 | 12 | 9 | 3 | 0 | 3 | 1 | 21 | 70 | 307.462 | 9.54545 | 2934.87 | 163.048 | 0.0683289 | 100.267 | 34.9714 | 135.238 | 9 | 8 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 569 | | clAnsiEscapeCodeHandler | RenderNoStyle(wxDC &, const clRenderDefaultStyle &, int, const wxRect &, bool) | 5 | 36 | 28 | 4 | 4 | 5 | 2 | 67 | 207 | 1255.68 | 17.6146 | 22118.3 | 1228.79 | 0.262651 | 74.6927 | 24.6875 | 99.3803 | 18 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 606 | | clAnsiEscapeCodeHandler | Render(wxSTCStyleProvider *, bool) | 2 | 55 | 42 | 10 | 3 | 11 | 4 | 72 | 274 | 1690.56 | 17.566 | 29696.4 | 1649.8 | 0.319655 | 64.9006 | 30.6787 | 95.5792 | 31 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 662 | | clAnsiEscapeCodeHandler | Render(wxTextCtrl *, const wxTextAttr &, bool) | 3 | 48 | 33 | 11 | 4 | 10 | 3 | 52 | 187 | 1065.98 | 17.4706 | 18623.3 | 1034.63 | 0.234198 | 69.734 | 33.7742 | 103.508 | 14 | 0 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 711 | | clAnsiEscapeCodeHandler | Render(wxDC &, const clRenderDefaultStyle &, int, const wxRect &, bool) | 5 | 55 | 41 | 8 | 6 | 9 | 2 | 80 | 285 | 1801.75 | 20.2881 | 36554.1 | 2030.79 | 0.367144 | 65.0293 | 27.8529 | 92.8822 | 22 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 777 | | clAnsiEscapeCodeHandler | UpdateStyle(const Chunk &, const wxTextAttr &, wxTextAttr *) | 3 | 118 | 110 | 7 | 1 | 32 | 3 | 102 | 604 | 4030.14 | 51.8913 | 209129 | 11618.3 | 1.17442 | 43.1868 | 18.4217 | 61.6085 | 55 | 2 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 896 | | clAnsiEscapeCodeHandler | UpdateStyle(const Chunk &, wxDC &, const clRenderDefaultStyle &) | 3 | 117 | 109 | 7 | 1 | 32 | 3 | 103 | 601 | 4018.59 | 48.9014 | 196515 | 10917.5 | 1.1267 | 43.3396 | 18.4964 | 61.8361 | 54 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1014 | | clAnsiEscapeCodeHandler | GetColour(const ColoursMap_t &, int) const | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 9.5 | 1964.78 | 109.155 | 0.0522904 | 111.291 | 0 | 111.291 | 3 | 8 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1025 | | wxSTCStyleProvider | GetStyle(const wxColour &, const wxColour &) | 2 | 21 | 17 | 2 | 2 | 3 | 1 | 41 | 108 | 578.616 | 17.6087 | 10188.7 | 566.037 | 0.15666 | 87.9134 | 23.0043 | 110.918 | 13 | 2 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1047 | | wxSTCStyleProvider | GetDefaultStyle() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 51 | 227.431 | 7.61538 | 1731.97 | 96.2208 | 0.0480736 | 108.863 | 0 | 108.863 | 8 | 3 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1056 | | wxSTCStyleProvider | wxSTCStyleProvider(wxStyledTextCtrl *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 43 | 197.153 | 7.61538 | 1501.4 | 83.411 | 0.0437062 | 111.77 | 0 | 111.77 | 6 | 2 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1064 | | wxSTCStyleProvider | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 4.5 | 367.872 | 20.4373 | 0.0171137 | 121.798 | 0 | 121.798 | 1 | 1 |
| Plugin/clAnsiEscapeCodeHandler.cpp | 1070 | | wxSTCStyleProvider | OnIdle(wxIdleEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clBacktickCache.cpp | 8 | | clBacktickCache | clBacktickCache(const wxString &) | 1 | 23 | 22 | 0 | 1 | 4 | 3 | 45 | 137 | 752.384 | 12.1935 | 9174.23 | 509.679 | 0.14608 | 84.8441 | 0 | 84.8441 | 31 | 1 |
| Plugin/clBacktickCache.cpp | 32 | | clBacktickCache | Save() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 45 | 216.331 | 7.5 | 1622.48 | 90.1379 | 0.0460255 | 108.894 | 0 | 108.894 | 8 | 2 |
| Plugin/clBacktickCache.cpp | 41 | | clBacktickCache | HasCommand(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 1 |
| Plugin/clBacktickCache.cpp | 43 | | clBacktickCache | SetCommand(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.2 | 1070.48 | 59.471 | 0.0348817 | 118.688 | 0 | 118.688 | 3 | 1 |
| Plugin/clBacktickCache.cpp | 49 | | clBacktickCache | GetExpanded(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 9.75 | 1946.94 | 108.163 | 0.0519733 | 109.31 | 0 | 109.31 | 6 | 1 |
| Plugin/clBoostrapWizardBase.cpp | 14 | | clBoostrapWizardBase | clBoostrapWizardBase(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 272 | 206 | 9 | 57 | 6 | 2 | 245 | 2216 | 17587.6 | 53.9589 | 949007 | 52722.6 | 3.21903 | 27.9763 | 13.9043 | 41.8806 | 349 | 1 |
| Plugin/clBoostrapWizardBase.cpp | 287 | | clBoostrapWizardBase | ~clBoostrapWizardBase() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 30 | 116 | 569.199 | 10.75 | 6118.89 | 339.938 | 0.111513 | 95.0273 | 0 | 95.0273 | 24 | 0 |
| Plugin/clBoostrapWizardBase_plugin_bitmaps.cpp | 32 | | | wxCFAD6InitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 41 | 99 | 530.398 | 11.25 | 5966.97 | 331.499 | 0.10966 | 87.1221 | 15.872 | 102.994 | 17 | 1 |
| Plugin/clBoostrapWizardPage.cpp | 26 | | clBoostrapWizardPageColours | clBoostrapWizardPageColours(wxWizard *, wxWizardPage *, wxWizardPage *, const wxBitmap &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 115.355 | 0 | 115.355 | 2 | 1 |
| Plugin/clBoostrapWizardPage.cpp | 19 | | clBoostrapWizardPageCompilers | clBoostrapWizardPageCompilers(wxWizard *, wxWizardPage *, wxWizardPage *, const wxBitmap &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 115.355 | 0 | 115.355 | 2 | 1 |
| Plugin/clBoostrapWizardPage.cpp | 12 | | clBoostrapWizardPagePlugins | clBoostrapWizardPagePlugins(wxWizard *, wxWizardPage *, wxWizardPage *, const wxBitmap &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 115.355 | 0 | 115.355 | 2 | 1 |
| Plugin/clBoostrapWizardPage.cpp | 5 | | clBoostrapWizardPageWelcome | clBoostrapWizardPageWelcome(wxWizard *, wxWizardPage *, wxWizardPage *, const wxBitmap &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 115.355 | 0 | 115.355 | 2 | 1 |
| Plugin/clBoostrapWizardPage.cpp | 33 | | clBoostrapWizardPageWhitespace | clBoostrapWizardPageWhitespace(wxWizard *, wxWizardPage *, wxWizardPage *, const wxBitmap &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 115.355 | 0 | 115.355 | 2 | 1 |
| Plugin/clBootstrapWizard.cpp | 17 | {anonymous} | | GetMiscPlugins() | 0 | 18 | 18 | 0 | 0 | 2 | 1 | 27 | 94 | 446.959 | 9.5 | 4246.11 | 235.895 | 0.0874057 | 91.9831 | 0 | 91.9831 | 22 | 1 |
| Plugin/clBootstrapWizard.cpp | 37 | {anonymous} | | GetBasePlugins() | 0 | 18 | 18 | 0 | 0 | 2 | 1 | 27 | 105 | 499.263 | 10.5 | 5242.26 | 291.237 | 0.100591 | 91.4077 | 0 | 91.4077 | 25 | 7 |
| Plugin/clBootstrapWizard.cpp | 57 | {anonymous} | | GetCxxPlugins() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 62 | 276.485 | 8.33333 | 2304.04 | 128.002 | 0.0581485 | 105.71 | 0 | 105.71 | 12 | 2 |
| Plugin/clBootstrapWizard.cpp | 68 | {anonymous} | | GetEOSWikiPlugins() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 62 | 276.485 | 8.33333 | 2304.04 | 128.002 | 0.0581485 | 105.71 | 0 | 105.71 | 12 | 1 |
| Plugin/clBootstrapWizard.cpp | 79 | {anonymous} | | GetWebPlugins() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 24 | 76 | 348.457 | 9.28571 | 3235.67 | 179.76 | 0.0729214 | 101.256 | 0 | 101.256 | 16 | 2 |
| Plugin/clBootstrapWizard.cpp | 92 | {anonymous} | | GetAllPlugins() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 21 | 63 | 276.716 | 9.09091 | 2515.6 | 139.756 | 0.0616557 | 102.455 | 0 | 102.455 | 10 | 1 |
| Plugin/clBootstrapWizard.cpp | 126 | | clBootstrapWizard | clBootstrapWizard(wxWindow *, bool) | 2 | 24 | 21 | 0 | 3 | 2 | 1 | 48 | 142 | 793.065 | 10.7714 | 8542.44 | 474.58 | 0.139294 | 84.3408 | 0 | 84.3408 | 26 | 1 |
| Plugin/clBootstrapWizard.cpp | 151 | | clBootstrapWizard | ~clBootstrapWizard() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.25 | 430.735 | 23.9297 | 0.0190116 | 147.852 | 0 | 147.852 | 3 | 0 |
| Plugin/clBootstrapWizard.cpp | 153 | | clBootstrapWizard | SetSelectedTheme(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5 | 420 | 23.3333 | 0.0186944 | 121.657 | 0 | 121.657 | 2 | 5 |
| Plugin/clBootstrapWizard.cpp | 159 | | clBootstrapWizard | OnThemeSelected(wxCommandEvent &) [override] | 1 | 28 | 28 | 4 | 0 | 7 | 1 | 50 | 130 | 733.701 | 12.0938 | 8873.2 | 492.956 | 0.142867 | 81.0982 | 27.6325 | 108.731 | 18 | 0 |
| Plugin/clBootstrapWizard.cpp | 188 | | clBootstrapWizard | OnScanForCompilers(wxCommandEvent &) [override] | 1 | 33 | 27 | 1 | 5 | 4 | 2 | 59 | 173 | 1017.7 | 14.725 | 14985.6 | 832.533 | 0.20261 | 77.425 | 13.3211 | 90.7462 | 27 | 0 |
| Plugin/clBootstrapWizard.cpp | 222 | | clBootstrapWizard | GetData() | 0 | 14 | 13 | 0 | 1 | 2 | 1 | 35 | 82 | 420.601 | 9.75 | 4100.86 | 227.826 | 0.0854008 | 96.3705 | 0 | 96.3705 | 12 | 1 |
| Plugin/clBootstrapWizard.cpp | 237 | | clBootstrapWizard | OnInstallCompiler(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4 | 281.296 | 15.6276 | 0.0143105 | 126.196 | 0 | 126.196 | 1 | 0 |
| Plugin/clBootstrapWizard.cpp | 242 | | clBootstrapWizard | OnInstallCompilerUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 8 | 1124.43 | 62.4685 | 0.0360441 | 111.366 | 0 | 111.366 | 1 | 0 |
| Plugin/clBootstrapWizard.cpp | 251 | | clBootstrapWizard | GetSelectedPlugins() | 0 | 16 | 13 | 3 | 0 | 4 | 1 | 26 | 66 | 310.229 | 7.28571 | 2260.24 | 125.569 | 0.0574092 | 95.33 | 31.0814 | 126.411 | 9 | 1 |
| Plugin/clBootstrapWizard.cpp | 268 | | clBootstrapWizard | IsRestartRequired() | 0 | 4 | 4 | 0 | 0 | 3 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 124.122 | 0 | 124.122 | 1 | 3 |
| Plugin/clBootstrapWizard.cpp | 273 | | clBootstrapWizard | OnFinish(wxWizardEvent &) [override] | 1 | 12 | 11 | 1 | 0 | 3 | 1 | 27 | 61 | 290.048 | 6.76471 | 1962.09 | 109.005 | 0.0522426 | 100.57 | 21.6227 | 122.193 | 9 | 0 |
| Plugin/clBootstrapWizard.cpp | 286 | | clBootstrapWizard | OnCancelWizard(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 5.33333 | 990.689 | 55.0383 | 0.0331261 | 114.576 | 0 | 114.576 | 5 | 0 |
| Plugin/clBootstrapWizard.cpp | 293 | | clBootstrapWizard | DoUpdatePreview(const wxString &) | 1 | 17 | 15 | 1 | 1 | 2 | 1 | 41 | 118 | 632.191 | 12.1852 | 7703.37 | 427.965 | 0.130017 | 91.1061 | 18.3478 | 109.454 | 20 | 1 |
| Plugin/clButton.cpp | 3 | | clButton | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 5 | 5 | 0 | 0 | 1 | 0 | 30 | 64 | 314.041 | 8.5 | 2669.35 | 148.297 | 0.0641429 | 114.8 | 0 | 114.8 | 3 | 1 |
| Plugin/clButton.cpp | 9 | | clButton | clButton(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 60 | 285.293 | 8 | 2282.35 | 126.797 | 0.057783 | 115.299 | 0 | 115.299 | 3 | 3 |
| Plugin/clButtonBase.cpp | 43 | {anonymous} | | DrawLabel(wxDC &, const wxRect &, const wxString &, const wxColour &, bool) | 5 | 10 | 9 | 1 | 0 | 2 | 0 | 39 | 93 | 491.542 | 10.75 | 5284.08 | 293.56 | 0.101125 | 101.011 | 23.5268 | 124.538 | 9 | 0 |
| Plugin/clButtonBase.cpp | 56 | | clButtonBase | clButtonBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 60 | 285.293 | 8 | 2282.35 | 126.797 | 0.057783 | 115.299 | 0 | 115.299 | 3 | 1 |
| Plugin/clButtonBase.cpp | 62 | | clButtonBase | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 5 | 5 | 0 | 0 | 1 | 0 | 30 | 64 | 314.041 | 8.5 | 2669.35 | 148.297 | 0.0641429 | 114.8 | 0 | 114.8 | 3 | 2 |
| Plugin/clButtonBase.cpp | 67 | | clButtonBase | ~clButtonBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clButtonBase.cpp | 723 | | clButtonBase | SetHasDropDownMenu(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 122.715 | 0 | 122.715 | 1 | 4 |
| Plugin/clButtonBase.cpp | 729 | | clButtonBase | ShowMenu(wxMenu &, wxPoint *) | 2 | 27 | 25 | 0 | 2 | 4 | 0 | 38 | 102 | 535.289 | 13.4545 | 7202.06 | 400.115 | 0.124313 | 84.0169 | 0 | 84.0169 | 1 | 5 |
| Plugin/clButtonBase.cpp | 757 | | clButtonBase | SetText(const wxString &) | 1 | 18 | 17 | 1 | 0 | 4 | 0 | 38 | 97 | 509.049 | 11.7391 | 5975.79 | 331.988 | 0.109768 | 90.8467 | 17.8544 | 108.701 | 1 | 11 |
| Plugin/clButtonBase.cpp | 776 | | clButtonBase | SetSubText(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 4.4 | 495.387 | 27.5215 | 0.0208693 | 117.18 | 0 | 117.18 | 4 | 1 |
| Plugin/clCaptionBar.cpp | 27 | | clCaptionBar | clCaptionBar(wxWindow *, wxTopLevelWindow *) | 2 | 40 | 35 | 1 | 4 | 1 | 0 | 61 | 304 | 1802.94 | 14.1489 | 25509.7 | 1417.21 | 0.288857 | 72.0248 | 12.1253 | 84.1502 | 21 | 0 |
| Plugin/clCaptionBar.cpp | 68 | | clCaptionBar | ~clCaptionBar() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 30 | 116 | 569.199 | 9.5 | 5407.39 | 300.411 | 0.102692 | 97.5245 | 0 | 97.5245 | 9 | 0 |
| Plugin/clCaptionBar.cpp | 81 | | clCaptionBar | HitTest(const wxPoint &) const | 1 | 15 | 15 | 0 | 0 | 6 | 1 | 29 | 90 | 437.218 | 8.55556 | 3740.65 | 207.814 | 0.0803236 | 94.1313 | 0 | 94.1313 | 5 | 3 |
| Plugin/clCaptionBar.cpp | 97 | | clCaptionBar | OnPaint(wxPaintEvent &) | 1 | 99 | 77 | 6 | 16 | 12 | 2 | 101 | 626 | 4168.04 | 22.2118 | 92579.5 | 5143.31 | 0.682164 | 50.456 | 18.6103 | 69.0663 | 89 | 2 |
| Plugin/clCaptionBar.cpp | 197 | | clCaptionBar | OnEraseBg(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clCaptionBar.cpp | 199 | | clCaptionBar | OnLeftDown(wxMouseEvent &) | 1 | 18 | 16 | 0 | 2 | 2 | 1 | 41 | 109 | 583.973 | 11.9259 | 6964.42 | 386.912 | 0.121563 | 90.5927 | 0 | 90.5927 | 12 | 2 |
| Plugin/clCaptionBar.cpp | 218 | | clCaptionBar | OnLeftUp(wxMouseEvent &) | 1 | 16 | 16 | 0 | 0 | 3 | 2 | 37 | 83 | 432.385 | 9.20455 | 3979.9 | 221.106 | 0.0837132 | 93.8336 | 0 | 93.8336 | 13 | 2 |
| Plugin/clCaptionBar.cpp | 235 | | clCaptionBar | OnMotion(wxMouseEvent &) | 1 | 24 | 23 | 0 | 1 | 9 | 2 | 51 | 186 | 1055.07 | 19.3636 | 20430 | 1135 | 0.24911 | 81.2464 | 0 | 81.2464 | 19 | 2 |
| Plugin/clCaptionBar.cpp | 260 | | clCaptionBar | OnEnterWindow(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clCaptionBar.cpp | 262 | | clCaptionBar | OnLeaveWindow(wxMouseEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 5.33333 | 1014.21 | 56.3451 | 0.0336484 | 107.886 | 0 | 107.886 | 6 | 2 |
| Plugin/clCaptionBar.cpp | 272 | | clCaptionBar | SetColours(const clColours &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 2 | 0 |
| Plugin/clCaptionBar.cpp | 278 | | clCaptionBar | DoSetBestSize() | 0 | 26 | 24 | 0 | 2 | 3 | 1 | 47 | 173 | 960.944 | 10.3889 | 9983.14 | 554.619 | 0.154546 | 81.8157 | 0 | 81.8157 | 24 | 6 |
| Plugin/clCaptionBar.cpp | 305 | | clCaptionBar | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clCaptionBar.cpp | 311 | | clCaptionBar | SetBitmap(const wxBitmap &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 117.896 | 0 | 117.896 | 3 | 0 |
| Plugin/clCaptionBar.cpp | 318 | | clCaptionBar | SetCaption(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.4 | 619.348 | 34.4082 | 0.0242197 | 117.084 | 0 | 117.084 | 3 | 0 |
| Plugin/clCaptionBar.cpp | 325 | | clCaptionBar | OnMouseDoubleClick(wxMouseEvent &) | 1 | 17 | 17 | 0 | 0 | 3 | 2 | 36 | 85 | 439.444 | 9.22727 | 4054.87 | 225.27 | 0.0847611 | 92.7673 | 0 | 92.7673 | 7 | 2 |
| Plugin/clCaptionBar.cpp | 343 | | clCaptionBar | SetOption(wxCaptionStyle, bool) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 8.4 | 1460.91 | 81.1617 | 0.0429168 | 106.413 | 0 | 106.413 | 2 | 0 |
| Plugin/clCaptionBar.cpp | 354 | | clCaptionBar | SetOptions(size_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 118.584 | 0 | 118.584 | 2 | 0 |
| Plugin/clCaptionBar.cpp | 361 | | clCaptionBar | ClearRects() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 17 | 37 | 151.236 | 5.33333 | 806.593 | 44.8107 | 0.0288834 | 110.985 | 0 | 110.985 | 6 | 1 |
| Plugin/clCaptionBar.cpp | 370 | | clCaptionBar | ProcessCallback(const CallbackMap_t &, wxCaptionHitTest) | 2 | 15 | 14 | 0 | 1 | 4 | 2 | 34 | 82 | 417.172 | 18 | 7509.1 | 417.172 | 0.127821 | 94.8354 | 0 | 94.8354 | 5 | 2 |
| Plugin/clCaptionBar.cpp | 386 | | clCaptionBar | ShowMenuForActionButton(wxMenu *) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 29 | 65 | 315.769 | 11.25 | 3552.4 | 197.355 | 0.0776056 | 96.7435 | 0 | 96.7435 | 7 | 0 |
| Plugin/clCaptionBar.cpp | 402 | | clCaptionBar | ShowActionButton(const wxBitmap &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 26 | 46 | 216.22 | 7.5 | 1621.65 | 90.0918 | 0.0460098 | 103.737 | 0 | 103.737 | 5 | 0 |
| Plugin/clCaptionBar.cpp | 414 | | clCaptionBar | HideActionButton() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 4.5 | 469.117 | 26.062 | 0.0201248 | 115.083 | 0 | 115.083 | 3 | 1 |
| Plugin/clCaptionBar.cpp | 423 | | clCaptionButton | LeftDown(wxCaptionHitTest) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 4.4 | 458.692 | 25.4829 | 0.0198256 | 117.58 | 0 | 117.58 | 2 | 4 |
| Plugin/clCaptionBar.cpp | 430 | | clCaptionButton | LeftUp(wxCaptionHitTest) | 1 | 30 | 30 | 0 | 0 | 8 | 1 | 44 | 127 | 693.348 | 11.1429 | 7725.88 | 429.215 | 0.13027 | 80.0446 | 0 | 80.0446 | 12 | 4 |
| Plugin/clCaptionBar.cpp | 461 | | clCaptionButton | Render(wxDC &, wxCaptionHitTest) | 2 | 70 | 61 | 3 | 6 | 12 | 2 | 85 | 408 | 2615.03 | 32.6102 | 85276.6 | 4737.59 | 0.645801 | 58.4954 | 15.7622 | 74.2576 | 77 | 4 |
| Plugin/clCellValue.cpp | 3 | | clCellValue | [explicit] clCellValue(const wxString &, int, int) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 5.66667 | 906.164 | 50.3425 | 0.031214 | 112.858 | 0 | 112.858 | 1 | 2 |
| Plugin/clCellValue.cpp | 11 | | clCellValue | [explicit] clCellValue(bool, const wxString &, int, int) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 45 | 203.56 | 5.6 | 1139.94 | 63.3299 | 0.0363747 | 109.44 | 0 | 109.44 | 1 | 1 |
| Plugin/clCellValue.cpp | 20 | | clCellValue | [explicit] clCellValue(const char *, int, int) | 3 | 4 | 4 | 0 | 0 | 2 | 0 | 17 | 35 | 143.061 | 9 | 1287.55 | 71.5306 | 0.0394507 | 122.273 | 0 | 122.273 | 3 | 2 |
| Plugin/clCellValue.cpp | 25 | | clCellValue | GetValueString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 6 |
| Plugin/clCellValue.cpp | 27 | | clCellValue | SetValue(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 148.419 | 0 | 148.419 | 1 | 3 |
| Plugin/clChoice.cpp | 30 | | clChoice | ~clChoice() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 7.5 | 571.103 | 31.728 | 0.022945 | 148.24 | 0 | 148.24 | 1 | 0 |
| Plugin/clChoice.cpp | 32 | | clChoice | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 8 | 18 | 17 | 0 | 1 | 3 | 1 | 53 | 144 | 824.821 | 16.2059 | 13366.9 | 742.608 | 0.187744 | 88.5671 | 0 | 88.5671 | 14 | 2 |
| Plugin/clChoice.cpp | 51 | | clChoice | clChoice(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 8 | 6 | 6 | 0 | 0 | 1 | 0 | 30 | 65 | 318.948 | 7.28571 | 2323.76 | 129.098 | 0.0584799 | 111.765 | 0 | 111.765 | 3 | 0 |
| Plugin/clChoice.cpp | 58 | | clChoice | FindString(const wxString &, bool) const | 2 | 15 | 15 | 0 | 0 | 5 | 3 | 34 | 81 | 412.084 | 17.7333 | 7307.63 | 405.98 | 0.125525 | 94.6692 | 0 | 94.6692 | 5 | 1 |
| Plugin/clChoice.cpp | 74 | | clChoice | GetSelection() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/clChoice.cpp | 76 | | clChoice | GetString(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 32 | 140.554 | 8 | 1124.43 | 62.4685 | 0.0360441 | 113.299 | 0 | 113.299 | 4 | 1 |
| Plugin/clChoice.cpp | 84 | | clChoice | SetSelection(size_t) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 9.38889 | 1507.29 | 83.7382 | 0.0438204 | 110.445 | 0 | 110.445 | 3 | 3 |
| Plugin/clChoice.cpp | 93 | | clChoice | SetString(size_t, const wxString &) | 2 | 11 | 10 | 1 | 0 | 3 | 1 | 28 | 55 | 264.405 | 13.3333 | 3525.39 | 195.855 | 0.0772118 | 102.461 | 22.5149 | 124.976 | 5 | 0 |
| Plugin/clChoice.cpp | 105 | | clChoice | GetStringSelection() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 3.5 | 239.863 | 13.3257 | 0.0128683 | 148.788 | 0 | 148.788 | 1 | 3 |
| Plugin/clChoice.cpp | 107 | | clChoice | SetStringSelection(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 38 | 174.229 | 7.5 | 1306.71 | 72.5952 | 0.0398412 | 112.182 | 0 | 112.182 | 2 | 4 |
| Plugin/clChoice.cpp | 115 | | clChoice | OnClick(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| Plugin/clChoice.cpp | 121 | | clChoice | DoShowMenu() | 0 | 42 | 35 | 4 | 3 | 5 | 3 | 74 | 239 | 1484.06 | 22.449 | 33315.6 | 1850.87 | 0.345126 | 71.3266 | 23.0043 | 94.3308 | 30 | 1 |
| Plugin/clChoice.cpp | 164 | | clChoice | Render(wxDC &) | 1 | 8 | 8 | 0 | 0 | 3 | 0 | 19 | 30 | 127.438 | 6.66667 | 849.586 | 47.1992 | 0.0299008 | 111.415 | 0 | 111.415 | 0 | 0 |
| Plugin/clChoice.cpp | 173 | | clChoice | Append(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6 | 777.947 | 43.2193 | 0.0281954 | 119.4 | 0 | 119.4 | 2 | 0 |
| Plugin/clChoice.cpp | 179 | | clChoice | Append(const wxArrayString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 52 | 231.89 | 8.33333 | 1932.42 | 107.357 | 0.0517146 | 116.377 | 0 | 116.377 | 8 | 4 |
| Plugin/clChoice.cpp | 185 | | clChoice | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 3.5 | 314.505 | 17.4725 | 0.0154157 | 118.353 | 0 | 118.353 | 4 | 0 |
| Plugin/clChoice.cpp | 192 | | clChoice | Set(const wxArrayString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 4.33333 | 599.307 | 33.2949 | 0.0236944 | 113.613 | 0 | 113.613 | 5 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 596 | {anonymous} | | split_line(wxString &, wxString *, long *, wxString *) | 4 | 13 | 12 | 0 | 1 | 2 | 1 | 29 | 83 | 403.212 | 17.1429 | 6912.21 | 384.012 | 0.120955 | 97.7906 | 0 | 97.7906 | 12 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 50 | {anonymous} | CodeLiteRemoteProcess | DoWrite(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 30 | 127.438 | 7.71429 | 983.092 | 54.6162 | 0.0329565 | 111.645 | 0 | 111.645 | 1 | 5 |
| Plugin/clCodeLiteRemoteProcess.cpp | 60 | {anonymous} | CodeLiteRemoteProcess | CodeLiteRemoteProcess(wxEvtHandler *, clCodeLiteRemoteProcess *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.5 | 376.928 | 20.9405 | 0.0173934 | 121.672 | 0 | 121.672 | 1 | 2 |
| Plugin/clCodeLiteRemoteProcess.cpp | 65 | {anonymous} | CodeLiteRemoteProcess | ~CodeLiteRemoteProcess() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 4 | 132.877 | 7.38206 | 0.00867985 | 152.554 | 0 | 152.554 | 0 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 68 | {anonymous} | CodeLiteRemoteProcess | IsUsingCallback() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 1 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 71 | {anonymous} | CodeLiteRemoteProcess | SetCallback(std::function<void (const wxString &)>) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 6.66667 | 764.627 | 42.4793 | 0.0278727 | 146.11 | 0 | 146.11 | 2 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 76 | {anonymous} | CodeLiteRemoteProcess | Detach() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 79 | {anonymous} | CodeLiteRemoteProcess | Read(wxString &, wxString &, std::string &, std::string &) [override] | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 6.5 | 814.683 | 45.2602 | 0.0290762 | 123.191 | 0 | 123.191 | 0 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 86 | {anonymous} | CodeLiteRemoteProcess | Write(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 90 | {anonymous} | CodeLiteRemoteProcess | Write(const std::string &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 93 | {anonymous} | CodeLiteRemoteProcess | WriteRaw(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 96 | {anonymous} | CodeLiteRemoteProcess | WriteRaw(const std::string &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 102 | {anonymous} | CodeLiteRemoteProcess | WriteToConsole(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 105 | {anonymous} | CodeLiteRemoteProcess | IsAlive() [override] | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.319 | 0 | 149.319 | 1 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 109 | {anonymous} | CodeLiteRemoteProcess | Cleanup() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 114 | {anonymous} | CodeLiteRemoteProcess | Terminate() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 119 | {anonymous} | CodeLiteRemoteProcess | Signal(wxSignal) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 2.91667 | 141.26 | 7.84778 | 0.00904118 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 121 | {anonymous} | CodeLiteRemoteProcess | PostOutputEvent(const wxString &) | 1 | 13 | 11 | 2 | 0 | 2 | 1 | 26 | 50 | 235.022 | 8.14286 | 1913.75 | 106.319 | 0.051381 | 100.597 | 28.5467 | 129.144 | 7 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 135 | {anonymous} | CodeLiteRemoteProcess | PostTerminateEvent() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 6.5 | 1123.7 | 62.4279 | 0.0360285 | 106.445 | 0 | 106.445 | 6 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 148 | | clCodeLiteRemoteProcess | clCodeLiteRemoteProcess() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 7.5 | 908.352 | 50.464 | 0.0312643 | 119.754 | 0 | 119.754 | 2 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 154 | | clCodeLiteRemoteProcess | ~clCodeLiteRemoteProcess() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 160 | | clCodeLiteRemoteProcess | StartInteractive(const wxString &, const wxString &, const wxString &) | 3 | 11 | 11 | 0 | 0 | 2 | 1 | 30 | 67 | 328.762 | 10.7059 | 3519.68 | 195.538 | 0.0771284 | 101.558 | 0 | 101.558 | 12 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 172 | | clCodeLiteRemoteProcess | StartIfNotRunning() | 0 | 32 | 23 | 4 | 5 | 4 | 1 | 65 | 193 | 1162.32 | 15.3333 | 17822.2 | 990.122 | 0.227433 | 77.2326 | 26.0372 | 103.27 | 48 | 2 |
| Plugin/clCodeLiteRemoteProcess.cpp | 205 | | clCodeLiteRemoteProcess | StartInteractive(const SSHAccountInfo &, const wxString &, const wxString &) | 3 | 28 | 24 | 1 | 3 | 4 | 1 | 52 | 148 | 843.665 | 14.5588 | 12282.8 | 682.376 | 0.17745 | 81.062 | 14.4303 | 95.4922 | 39 | 2 |
| Plugin/clCodeLiteRemoteProcess.cpp | 234 | | clCodeLiteRemoteProcess | OnProcessOutput(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 3 | 2 |
| Plugin/clCodeLiteRemoteProcess.cpp | 240 | | clCodeLiteRemoteProcess | OnProcessTerminated(clProcessEvent &) | 1 | 14 | 12 | 1 | 1 | 2 | 1 | 27 | 53 | 252.009 | 8.35714 | 2106.08 | 117.004 | 0.0547681 | 99.0341 | 20.1155 | 119.15 | 7 | 3 |
| Plugin/clCodeLiteRemoteProcess.cpp | 255 | | clCodeLiteRemoteProcess | Stop() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 6.6 | 1101.59 | 61.1996 | 0.0355544 | 108.334 | 0 | 108.334 | 6 | 4 |
| Plugin/clCodeLiteRemoteProcess.cpp | 265 | | clCodeLiteRemoteProcess | Cleanup() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 113.838 | 0 | 113.838 | 3 | 2 |
| Plugin/clCodeLiteRemoteProcess.cpp | 273 | | clCodeLiteRemoteProcess | GetNextBuffer(wxString &, wxString &, bool &) | 3 | 23 | 21 | 1 | 1 | 4 | 2 | 40 | 124 | 659.919 | 23.0714 | 15225.3 | 845.849 | 0.204765 | 85.526 | 15.872 | 101.398 | 5 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 297 | | clCodeLiteRemoteProcess | ProcessOutput() | 0 | 38 | 33 | 1 | 4 | 10 | 4 | 53 | 186 | 1065.39 | 25.8929 | 27586.1 | 1532.56 | 0.304326 | 73.5214 | 12.4338 | 85.9552 | 24 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 336 | | clCodeLiteRemoteProcess | ListFiles(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 24 | 20 | 2 | 2 | 2 | 1 | 53 | 166 | 950.835 | 15.3472 | 14592.7 | 810.704 | 0.199053 | 83.3974 | 21.6227 | 105.02 | 28 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 361 | | clCodeLiteRemoteProcess | Search(const wxString &, const wxString &, const wxString &, const wxString &, bool, bool) | 6 | 27 | 23 | 2 | 2 | 2 | 1 | 57 | 174 | 1014.92 | 14.6625 | 14881.3 | 826.739 | 0.201669 | 81.1501 | 20.4627 | 101.613 | 25 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 389 | | clCodeLiteRemoteProcess | Locate(const wxString &, const wxString &, const wxString &, const std::vector<wxString> &) | 4 | 23 | 18 | 2 | 3 | 2 | 1 | 53 | 145 | 830.548 | 15.9265 | 13227.7 | 734.873 | 0.186438 | 84.7901 | 22.0554 | 106.846 | 22 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 413 | | clCodeLiteRemoteProcess | FindPath(const wxString &) | 1 | 15 | 11 | 2 | 2 | 2 | 1 | 42 | 92 | 496.093 | 11.56 | 5734.84 | 318.602 | 0.106797 | 94.3944 | 26.7997 | 121.194 | 18 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 429 | | clCodeLiteRemoteProcess | ResetStates() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 0 | 123.476 | 0 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 435 | | clCodeLiteRemoteProcess | DoExec(const wxString &, const wxString &, const clEnvList_t &, IProcess *, UserCallback) | 5 | 23 | 17 | 2 | 4 | 3 | 1 | 59 | 169 | 994.167 | 19.3243 | 19211.6 | 1067.31 | 0.239105 | 83.6251 | 22.0554 | 105.68 | 19 | 6 |
| Plugin/clCodeLiteRemoteProcess.cpp | 459 | | clCodeLiteRemoteProcess | Exec(const wxArrayString &, const wxString &, const clEnvList_t &) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 51 | 239.722 | 9.42857 | 2260.24 | 125.569 | 0.0574092 | 108.36 | 0 | 108.36 | 3 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 468 | | clCodeLiteRemoteProcess | ExecWithCallback(const wxArrayString &, UserCallback, const wxString &, const clEnvList_t &) | 4 | 11 | 11 | 0 | 0 | 2 | 1 | 31 | 63 | 312.114 | 9.75 | 3043.12 | 169.062 | 0.0699989 | 101.829 | 0 | 101.829 | 7 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 480 | | clCodeLiteRemoteProcess | Exec(const wxString &, const wxString &, const clEnvList_t &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 6.4 | 827.313 | 45.9618 | 0.029376 | 123.03 | 0 | 123.03 | 1 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 485 | | clCodeLiteRemoteProcess | Write(const wxString &) | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 24 | 53 | 243.003 | 11.9 | 2891.74 | 160.652 | 0.0676578 | 102.9 | 0 | 102.9 | 8 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 497 | | clCodeLiteRemoteProcess | CreateAsyncProcess(wxEvtHandler *, const wxString &, const wxString &, const clEnvList_t &) | 4 | 12 | 12 | 0 | 0 | 2 | 1 | 30 | 65 | 318.948 | 13 | 4146.32 | 230.351 | 0.0860308 | 100.306 | 0 | 100.306 | 3 | 29 |
| Plugin/clCodeLiteRemoteProcess.cpp | 510 | | clCodeLiteRemoteProcess | CreateAsyncProcessCB(const wxString &, std::function<void (const wxString &)>, const wxString &, const clEnvList_t &) | 4 | 12 | 12 | 0 | 0 | 2 | 1 | 36 | 81 | 418.764 | 16.5 | 6909.6 | 383.867 | 0.120924 | 98.8905 | 0 | 98.8905 | 6 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 529 | | clCodeLiteRemoteProcess | OnListLSPsOutput(const wxString &, bool) | 2 | 13 | 10 | 1 | 2 | 2 | 1 | 25 | 50 | 232.193 | 7.33333 | 1702.75 | 94.5971 | 0.0475312 | 100.66 | 20.8285 | 121.489 | 7 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 543 | | clCodeLiteRemoteProcess | OnListFilesOutput(const wxString &, bool) | 2 | 16 | 12 | 1 | 3 | 2 | 1 | 36 | 78 | 403.254 | 8.25 | 3326.85 | 184.825 | 0.0742849 | 94.4263 | 18.8844 | 113.311 | 18 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 560 | | clCodeLiteRemoteProcess | OnFindPathOutput(const wxString &, bool) | 2 | 16 | 13 | 1 | 2 | 2 | 1 | 35 | 81 | 415.472 | 10.0455 | 4173.6 | 231.867 | 0.0864078 | 94.2711 | 18.8844 | 113.156 | 20 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 577 | | clCodeLiteRemoteProcess | OnLocateOutput(const wxString &, bool) | 2 | 16 | 13 | 1 | 2 | 2 | 1 | 35 | 81 | 415.472 | 10.0455 | 4173.6 | 231.867 | 0.0864078 | 94.2711 | 18.8844 | 113.156 | 20 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 611 | | clCodeLiteRemoteProcess | OnReplaceOutput(const wxString &, bool) | 2 | 17 | 14 | 1 | 2 | 3 | 1 | 33 | 76 | 383.374 | 8.57143 | 3286.06 | 182.559 | 0.0736766 | 93.4771 | 18.3478 | 111.825 | 11 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 629 | | clCodeLiteRemoteProcess | OnFindOutput(const wxString &, bool) | 2 | 49 | 43 | 1 | 5 | 10 | 3 | 64 | 275 | 1650 | 21.1304 | 34865.2 | 1936.96 | 0.355746 | 67.1282 | 10.9756 | 78.1037 | 33 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 679 | | clCodeLiteRemoteProcess | OnExecOutput(const wxString &, bool) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 27 | 61 | 290.048 | 8.25 | 2392.9 | 132.939 | 0.0596341 | 99.2736 | 0 | 99.2736 | 8 | 1 |
| Plugin/clCodeLiteRemoteProcess.cpp | 693 | | clCodeLiteRemoteProcess | SyncExec(const wxString &, const wxString &, const clEnvList_t &, wxString *) | 4 | 52 | 38 | 7 | 7 | 6 | 2 | 67 | 223 | 1352.74 | 18.7174 | 25319.7 | 1406.65 | 0.287421 | 68.1184 | 26.9142 | 95.0326 | 52 | 0 |
| Plugin/clCodeLiteRemoteProcess.cpp | 746 | | clCodeLiteRemoteProcess | Replace(const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, bool, bool) | 7 | 29 | 25 | 2 | 2 | 2 | 1 | 59 | 190 | 1117.7 | 15.381 | 17191.3 | 955.074 | 0.222033 | 79.4909 | 19.7854 | 99.2762 | 26 | 1 |
| Plugin/clColours.cpp | 22 | {anonymous} | | init_from_colour(clColours *, const wxColour &) | 2 | 53 | 46 | 1 | 6 | 7 | 1 | 72 | 472 | 2912.2 | 35 | 101927 | 5662.62 | 0.727342 | 63.5926 | 10.5598 | 74.1524 | 69 | 2 |
| Plugin/clColours.cpp | 137 | {anonymous} | | initialize_base_colours() | 0 | 30 | 25 | 2 | 3 | 2 | 1 | 51 | 142 | 805.484 | 6.32143 | 5091.81 | 282.878 | 0.0986568 | 80.6451 | 19.4709 | 100.116 | 36 | 9 |
| Plugin/clColours.cpp | 77 | | clColours | InitDefaults() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 25 | 52 | 241.481 | 5.90625 | 1426.24 | 79.2358 | 0.0422352 | 104.937 | 0 | 104.937 | 6 | 14 |
| Plugin/clColours.cpp | 88 | | clColours | IsLightTheme() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 48 | 210.831 | 7.15 | 1507.44 | 83.7469 | 0.0438234 | 109.028 | 0 | 109.028 | 6 | 7 |
| Plugin/clColours.cpp | 97 | | clColours | FromLexer(LexerConf::Ptr_t) | 1 | 15 | 12 | 2 | 1 | 2 | 1 | 32 | 76 | 380 | 10.5 | 3990 | 221.667 | 0.0838547 | 95.7807 | 26.7997 | 122.58 | 17 | 3 |
| Plugin/clColours.cpp | 113 | | clColours | InitFromColour(const wxColour &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 4 |
| Plugin/clColours.cpp | 180 | | clColours | [static] Black(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 2 |
| Plugin/clColours.cpp | 181 | | clColours | [static] Red(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 20 |
| Plugin/clColours.cpp | 182 | | clColours | [static] Green(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 4 |
| Plugin/clColours.cpp | 183 | | clColours | [static] Yellow(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 4 |
| Plugin/clColours.cpp | 184 | | clColours | [static] Blue(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 4 |
| Plugin/clColours.cpp | 185 | | clColours | [static] Magenta(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 2 |
| Plugin/clColours.cpp | 186 | | clColours | [static] Cyan(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 7 |
| Plugin/clColours.cpp | 187 | | clColours | [static] Grey(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 3 |
| Plugin/clColours.cpp | 188 | | clColours | [static] White(bool, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 15 | 18 | 70.324 | 3.9375 | 276.901 | 15.3834 | 0.014161 | 148.654 | 0 | 148.654 | 6 | 1 |
| Plugin/clComboBox.cpp | 10 | | clComboBox | clComboBox(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, size_t, const wxString *, long, const wxValidator &, const wxString &) | 10 | 6 | 6 | 0 | 0 | 1 | 0 | 34 | 73 | 371.385 | 10.6364 | 3950.18 | 219.455 | 0.0832959 | 110.974 | 0 | 110.974 | 3 | 0 |
| Plugin/clComboBox.cpp | 17 | | clComboBox | clComboBox(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 5 | 5 | 0 | 0 | 1 | 0 | 29 | 65 | 315.769 | 7.875 | 2486.68 | 138.149 | 0.0611822 | 114.771 | 0 | 114.771 | 2 | 1 |
| Plugin/clComboBox.cpp | 23 | | clComboBox | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, size_t, const wxString *, long, const wxValidator &, const wxString &) | 10 | 7 | 7 | 0 | 0 | 1 | 0 | 36 | 80 | 413.594 | 10.5 | 4342.74 | 241.263 | 0.0887267 | 107.917 | 0 | 107.917 | 4 | 0 |
| Plugin/clComboBox.cpp | 31 | | clComboBox | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 6 | 6 | 0 | 0 | 1 | 0 | 33 | 74 | 373.285 | 8.47826 | 3164.81 | 175.823 | 0.0718528 | 110.947 | 0 | 110.947 | 3 | 1 |
| Plugin/clComboBoxGeneric.cpp | 122 | {anonymous} | | ButtonShowMenu(wxButton *, wxMenu &, wxPoint *) | 3 | 13 | 13 | 0 | 0 | 2 | 1 | 32 | 67 | 335 | 11.9118 | 3990.44 | 221.691 | 0.0838609 | 98.7543 | 0 | 98.7543 | 6 | 1 |
| Plugin/clComboBoxGeneric.cpp | 17 | {anonymous} | clComboBoxROLocker | clComboBoxROLocker(clComboBoxGeneric *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 21 | 46 | 202.047 | 11.375 | 2298.28 | 127.682 | 0.0580516 | 109.019 | 0 | 109.019 | 4 | 5 |
| Plugin/clComboBoxGeneric.cpp | 26 | {anonymous} | clComboBoxROLocker | ~clComboBoxROLocker() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 26 | 104 | 5.5 | 572 | 31.7778 | 0.022969 | 114.865 | 0 | 114.865 | 2 | 0 |
| Plugin/clComboBoxGeneric.cpp | 36 | | clComboBoxGeneric | clComboBoxGeneric(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, size_t, const wxString *, long, const wxValidator &, const wxString &) | 10 | 14 | 14 | 0 | 0 | 2 | 1 | 49 | 118 | 662.536 | 16.2581 | 10771.5 | 598.419 | 0.162579 | 94.0077 | 0 | 94.0077 | 8 | 0 |
| Plugin/clComboBoxGeneric.cpp | 51 | | clComboBoxGeneric | clComboBoxGeneric(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 12 | 12 | 0 | 0 | 1 | 0 | 40 | 96 | 510.905 | 11.3148 | 5780.8 | 321.155 | 0.107367 | 98.0864 | 0 | 98.0864 | 8 | 0 |
| Plugin/clComboBoxGeneric.cpp | 64 | | clComboBoxGeneric | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, size_t, const wxString *, long, const wxValidator &, const wxString &) | 10 | 15 | 15 | 0 | 0 | 2 | 1 | 52 | 127 | 723.956 | 16.1471 | 11689.8 | 649.431 | 0.171692 | 92.429 | 0 | 92.429 | 8 | 0 |
| Plugin/clComboBoxGeneric.cpp | 80 | | clComboBoxGeneric | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 12 | 12 | 0 | 0 | 1 | 0 | 41 | 94 | 503.61 | 9.93103 | 5001.37 | 277.854 | 0.097485 | 98.1611 | 0 | 98.1611 | 6 | 0 |
| Plugin/clComboBoxGeneric.cpp | 93 | | clComboBoxGeneric | DoCreate(const wxString &) | 1 | 26 | 23 | 0 | 3 | 3 | 1 | 75 | 237 | 1476.23 | 14.3684 | 21211.1 | 1178.39 | 0.25542 | 79.5832 | 0 | 79.5832 | 28 | 4 |
| Plugin/clComboBoxGeneric.cpp | 137 | | clComboBoxGeneric | OnButtonClicked(wxCommandEvent &) | 1 | 41 | 35 | 3 | 4 | 5 | 3 | 73 | 258 | 1596.97 | 20.7059 | 33066.8 | 1837.04 | 0.343405 | 71.3356 | 20.345 | 91.6806 | 29 | 1 |
| Plugin/clComboBoxGeneric.cpp | 179 | | clComboBoxGeneric | SetHint(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clComboBoxGeneric.cpp | 181 | | clComboBoxGeneric | SetSelection(size_t) | 1 | 14 | 13 | 1 | 0 | 3 | 2 | 27 | 59 | 280.538 | 10.7692 | 3021.18 | 167.843 | 0.0696621 | 98.2464 | 20.1155 | 118.362 | 4 | 1 |
| Plugin/clComboBoxGeneric.cpp | 196 | | clComboBoxGeneric | OnText(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 6.875 | 1667.18 | 92.6212 | 0.046867 | 108.53 | 0 | 108.53 | 8 | 1 |
| Plugin/clComboBoxGeneric.cpp | 205 | | clComboBoxGeneric | DoTextEnter() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 5.5 | 688.038 | 38.2243 | 0.0259789 | 116.632 | 0 | 116.632 | 5 | 1 |
| Plugin/clComboBoxGeneric.cpp | 212 | | clComboBoxGeneric | SetString(size_t, const wxString &) | 2 | 10 | 10 | 0 | 0 | 3 | 1 | 28 | 57 | 274.019 | 13.3333 | 3653.59 | 202.977 | 0.0790725 | 103.819 | 0 | 103.819 | 6 | 0 |
| Plugin/clComboBoxGeneric.cpp | 223 | | clComboBoxGeneric | SetValue(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.85 | 745.511 | 41.4173 | 0.0274062 | 116.536 | 0 | 116.536 | 3 | 2 |
| Plugin/clComboBoxGeneric.cpp | 230 | | clComboBoxGeneric | GetStringSelection() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clComboBoxGeneric.cpp | 232 | | clComboBoxGeneric | SetStringSelection(const wxString &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 35 | 74 | 379.567 | 13.2222 | 5018.72 | 278.818 | 0.0977104 | 100.581 | 0 | 100.581 | 6 | 1 |
| Plugin/clComboBoxGeneric.cpp | 244 | | clComboBoxGeneric | SetFocus() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/clComboBoxGeneric.cpp | 246 | | clComboBoxGeneric | Append(const std::vector<wxString> &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 30 | 64 | 314.041 | 11.5 | 3611.47 | 200.637 | 0.0784636 | 103.111 | 0 | 103.111 | 6 | 0 |
| Plugin/clComboBoxGeneric.cpp | 257 | | clComboBoxGeneric | Append(const wxArrayString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 64 | 297.207 | 10.1538 | 3017.79 | 167.655 | 0.06961 | 107.242 | 0 | 107.242 | 9 | 0 |
| Plugin/clComboBoxGeneric.cpp | 266 | | clComboBoxGeneric | Append(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6 | 726.084 | 40.338 | 0.0269279 | 119.758 | 0 | 119.758 | 2 | 0 |
| Plugin/clComboBoxGeneric.cpp | 272 | | clComboBoxGeneric | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.45455 | 742.701 | 41.2612 | 0.0273372 | 113.694 | 0 | 113.694 | 4 | 0 |
| Plugin/clComboBoxGeneric.cpp | 280 | | clComboBoxGeneric | Delete(size_t) | 1 | 14 | 12 | 2 | 0 | 3 | 1 | 29 | 56 | 272.047 | 9.33333 | 2539.1 | 141.061 | 0.0620391 | 98.4062 | 27.6325 | 126.039 | 5 | 0 |
| Plugin/clComboBoxGeneric.cpp | 295 | | clComboBoxGeneric | FindString(const wxString &, bool) const | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 26 | 112.37 | 6.5 | 730.406 | 40.5781 | 0.0270347 | 146.217 | 0 | 146.217 | 1 | 0 |
| Plugin/clComboBoxGeneric.cpp | 297 | | clComboBoxGeneric | GetValue() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clComboBoxGeneric.cpp | 299 | | clComboBoxGeneric | GetStrings() const | 0 | 10 | 10 | 0 | 0 | 3 | 1 | 31 | 79 | 391.382 | 11.1176 | 4351.24 | 241.736 | 0.0888425 | 101.966 | 0 | 101.966 | 14 | 0 |
| Plugin/clComboBoxGeneric.cpp | 310 | | clComboBoxGeneric | OnCharHook(wxKeyEvent &) | 1 | 10 | 10 | 0 | 0 | 5 | 1 | 30 | 74 | 363.11 | 10.5 | 3812.65 | 211.814 | 0.0813511 | 101.896 | 0 | 101.896 | 7 | 1 |
| Plugin/clComboBoxGeneric.cpp | 321 | | clComboBoxGeneric | OnFocus(wxFocusEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 2 | 1 |
| Plugin/clComboBoxGeneric.cpp | 327 | | clComboBoxGeneric | IsTextEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clComboBoxGeneric.cpp | 329 | | clComboBoxGeneric | AddCommand(int, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 111.806 | 0 | 111.806 | 3 | 0 |
| Plugin/clComboBoxGeneric.cpp | 337 | | clComboBoxGeneric | SelectAll() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 4.375 | 242.16 | 13.4533 | 0.0129503 | 149.899 | 0 | 149.899 | 2 | 0 |
| Plugin/clControlWithItems.cpp | 141 | | clControlWithItems | clControlWithItems(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 43 | 197.153 | 7.5 | 1478.65 | 82.1472 | 0.0432636 | 114.267 | 0 | 114.267 | 2 | 1 |
| Plugin/clControlWithItems.cpp | 148 | | clControlWithItems | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 57 | 279.693 | 10.0625 | 2814.41 | 156.356 | 0.0664462 | 107.558 | 0 | 107.558 | 2 | 1 |
| Plugin/clControlWithItems.cpp | 157 | | clControlWithItems | DoInitialize() | 0 | 18 | 17 | 0 | 1 | 3 | 2 | 51 | 125 | 709.053 | 11.4545 | 8121.88 | 451.216 | 0.134684 | 89.3535 | 0 | 89.3535 | 17 | 2 |
| Plugin/clControlWithItems.cpp | 176 | | clControlWithItems | ~clControlWithItems() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 8.4 | 824.033 | 45.7796 | 0.0292982 | 120.85 | 0 | 120.85 | 1 | 0 |
| Plugin/clControlWithItems.cpp | 182 | | clControlWithItems | SetShowHeader(bool) | 1 | 8 | 8 | 1 | 0 | 2 | 1 | 17 | 35 | 143.061 | 4.88889 | 699.41 | 38.8561 | 0.0262644 | 111.044 | 26.0372 | 137.081 | 5 | 7 |
| Plugin/clControlWithItems.cpp | 191 | | clControlWithItems | IsHeaderVisible() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 15 | 22 | 85.9516 | 5.25 | 451.246 | 25.0692 | 0.0196105 | 147.38 | 0 | 147.38 | 3 | 1 |
| Plugin/clControlWithItems.cpp | 193 | | clControlWithItems | GetItemsRect() const | 0 | 12 | 11 | 1 | 0 | 3 | 1 | 27 | 64 | 304.313 | 11.6071 | 3532.2 | 196.233 | 0.0773112 | 100.321 | 21.6227 | 121.943 | 7 | 5 |
| Plugin/clControlWithItems.cpp | 206 | | clControlWithItems | RenderItems(wxDC &, long, const clRowEntry::Vec_t &) | 3 | 66 | 57 | 2 | 7 | 13 | 4 | 87 | 418 | 2693.15 | 37.2542 | 100331 | 5573.96 | 0.71973 | 59.0656 | 13.3211 | 72.3867 | 37 | 1 |
| Plugin/clControlWithItems.cpp | 273 | | clControlWithItems | GetNumLineCanFitOnScreen(bool) const | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 29 | 87 | 422.644 | 10.5625 | 4464.18 | 248.01 | 0.0903733 | 100.252 | 0 | 100.252 | 5 | 10 |
| Plugin/clControlWithItems.cpp | 285 | | clControlWithItems | [virtual] GetFirstItemOnScreen() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/clControlWithItems.cpp | 287 | | clControlWithItems | [virtual] SetFirstItemOnScreen(clRowEntry *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 0 |
| Plugin/clControlWithItems.cpp | 289 | | clControlWithItems | [virtual] UpdateScrollBar() | 0 | 34 | 29 | 5 | 1 | 6 | 2 | 46 | 197 | 1088.14 | 26.3889 | 28714.9 | 1595.27 | 0.312572 | 76.1334 | 27.9877 | 104.121 | 15 | 4 |
| Plugin/clControlWithItems.cpp | 324 | | clControlWithItems | Render(wxDC &) | 1 | 19 | 14 | 3 | 2 | 2 | 1 | 30 | 117 | 574.106 | 14.5294 | 8341.43 | 463.413 | 0.1371 | 89.8055 | 28.8719 | 118.677 | 26 | 1 |
| Plugin/clControlWithItems.cpp | 344 | | clControlWithItems | OnSize(wxSizeEvent &) [override] | 1 | 12 | 9 | 3 | 0 | 1 | 0 | 22 | 40 | 178.377 | 6.25 | 1114.86 | 61.9366 | 0.0358392 | 103.558 | 34.9714 | 138.53 | 4 | 0 |
| Plugin/clControlWithItems.cpp | 357 | | clControlWithItems | ScrollToColumn(int) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 118.584 | 0 | 118.584 | 2 | 0 |
| Plugin/clControlWithItems.cpp | 364 | | clControlWithItems | ScrollColumns(int, wxDirection) [override] | 2 | 20 | 20 | 0 | 0 | 8 | 2 | 38 | 141 | 739.958 | 26.6667 | 19732.2 | 1096.23 | 0.243405 | 86.2749 | 0 | 86.2749 | 7 | 1 |
| Plugin/clControlWithItems.cpp | 385 | | clControlWithItems | DoUpdateHeader(clRowEntry *) | 1 | 35 | 28 | 3 | 4 | 8 | 2 | 60 | 203 | 1199.1 | 20.5526 | 24644.6 | 1369.15 | 0.282289 | 74.6989 | 21.9083 | 96.6072 | 23 | 1 |
| Plugin/clControlWithItems.cpp | 421 | | clControlWithItems | GetTextSize(const wxString &) const | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 32 | 68 | 340 | 8.38095 | 2849.52 | 158.307 | 0.0669978 | 100.204 | 0 | 100.204 | 9 | 2 |
| Plugin/clControlWithItems.cpp | 434 | | clControlWithItems | GetBitmap(size_t) const | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 24 | 51 | 233.833 | 10.6364 | 2487.13 | 138.174 | 0.0611897 | 108.259 | 0 | 108.259 | 6 | 3 |
| Plugin/clControlWithItems.cpp | 443 | | clControlWithItems | [virtual] OnMouseScroll(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.14286 | 442.037 | 24.5576 | 0.0193427 | 121.537 | 0 | 121.537 | 2 | 2 |
| Plugin/clControlWithItems.cpp | 449 | | clControlWithItems | DoKeyDown(const wxKeyEvent &) [override] | 1 | 37 | 26 | 6 | 5 | 6 | 2 | 56 | 166 | 964.021 | 21.6667 | 20887.1 | 1160.4 | 0.252812 | 75.3933 | 29.2082 | 104.602 | 19 | 1 |
| Plugin/clControlWithItems.cpp | 487 | | clControlWithItems | SearchControlDismissed() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/clControlWithItems.cpp | 489 | | clControlWithItems | AssignRects(const clRowEntry::Vec_t &) | 1 | 23 | 21 | 1 | 1 | 5 | 2 | 59 | 200 | 1176.53 | 27.0857 | 31867.1 | 1770.4 | 0.335048 | 82.2893 | 15.872 | 98.1613 | 20 | 3 |
| Plugin/clControlWithItems.cpp | 513 | | clControlWithItems | [virtual] DoMouseScroll(const wxMouseEvent &) | 1 | 13 | 13 | 0 | 0 | 4 | 1 | 35 | 83 | 425.73 | 14.6389 | 6232.22 | 346.235 | 0.112886 | 97.048 | 0 | 97.048 | 6 | 1 |
| Plugin/clControlWithItems.cpp | 527 | | clControlWithItems | GetHeader() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 50 |
| Plugin/clControlWithItems.cpp | 529 | | clControlWithItems | DoPositionVScrollbar() [override] | 0 | 25 | 22 | 1 | 2 | 7 | 2 | 43 | 177 | 960.449 | 20.52 | 19708.4 | 1094.91 | 0.243209 | 81.5337 | 15.2452 | 96.779 | 25 | 1 |
| Plugin/clControlWithItems.cpp | 555 | | clControlWithItems | DoPositionHScrollbar() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 3.75 | 174.401 | 9.68896 | 0.0104051 | 150.804 | 0 | 150.804 | 1 | 0 |
| Plugin/clControlWithItems.cpp | 557 | | clControlWithItems | SetColumnWidth(size_t, int) | 2 | 17 | 16 | 1 | 0 | 5 | 1 | 33 | 120 | 605.327 | 17.8824 | 10824.7 | 601.371 | 0.163113 | 90.6419 | 18.3478 | 108.99 | 16 | 11 |
| Plugin/clControlWithItems.cpp | 575 | | clControlWithItems | SetNativeTheme(bool) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.88889 | 539.545 | 29.9747 | 0.0220918 | 117.284 | 0 | 117.284 | 3 | 1 |
| Plugin/clControlWithItems.cpp | 582 | | clControlWithItems | [virtual] SetImageList(wxImageList *) | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 38 | 100 | 524.793 | 17.5 | 9183.87 | 510.215 | 0.146183 | 94.7597 | 0 | 94.7597 | 13 | 1 |
| Plugin/clControlWithItems.cpp | 597 | | clControlWithItems | SetColours(const clColours &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 7.61538 | 1780.73 | 98.9294 | 0.0489716 | 108.719 | 0 | 108.719 | 9 | 6 |
| Plugin/clControlWithItems.cpp | 606 | | clControlWithItems | SetCustomRenderer(clControlWithItemsRowRenderer *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 126.196 | 0 | 126.196 | 1 | 1 |
| Plugin/clControlWithItems.cpp | 611 | | clControlWithItems | [virtual] SetDefaultFont(const wxFont &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 30 | 56 | 274.786 | 7.66667 | 2106.69 | 117.038 | 0.0547788 | 102.491 | 22.5149 | 125.006 | 7 | 1 |
| Plugin/clControlWithItems.cpp | 623 | | clControlWithItems | [virtual] GetDefaultFont() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 29 | 116 | 5.78571 | 671.143 | 37.2857 | 0.0255518 | 114.298 | 0 | 114.298 | 3 | 15 |
| Plugin/clControlWithItems.cpp | 674 | | clControlWithItems | SetDisabled(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 122.715 | 0 | 122.715 | 1 | 1 |
| Plugin/clControlWithItems.cpp | 26 | | clSearchControl | DoSelect(bool) | 1 | 31 | 20 | 5 | 6 | 5 | 1 | 53 | 161 | 922.195 | 21.85 | 20150 | 1119.44 | 0.246828 | 78.7203 | 29.14 | 107.86 | 16 | 2 |
| Plugin/clControlWithItems.cpp | 59 | | clSearchControl | clSearchControl(wxWindow *, clControlWithItems *) | 2 | 17 | 17 | 2 | 0 | 1 | 0 | 46 | 151 | 834.058 | 13.3065 | 11098.4 | 616.575 | 0.165851 | 89.8952 | 25.3357 | 115.231 | 19 | 1 |
| Plugin/clControlWithItems.cpp | 77 | | clSearchControl | ~clSearchControl() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 35 | 148.677 | 8.25 | 1226.59 | 68.1438 | 0.0381954 | 115.734 | 0 | 115.734 | 2 | 0 |
| Plugin/clControlWithItems.cpp | 84 | | clSearchControl | DoSelectNone() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 0 |
| Plugin/clControlWithItems.cpp | 85 | | clSearchControl | SelectNext() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 3 | 104.608 | 5.81153 | 0.00740038 | 152.302 | 0 | 152.302 | 1 | 1 |
| Plugin/clControlWithItems.cpp | 86 | | clSearchControl | SelectPrev() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 3 | 104.608 | 5.81153 | 0.00740038 | 152.302 | 0 | 152.302 | 1 | 1 |
| Plugin/clControlWithItems.cpp | 88 | | clSearchControl | SetFocusAfter() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clControlWithItems.cpp | 90 | | clSearchControl | Dismiss() | 0 | 18 | 11 | 3 | 4 | 1 | 0 | 28 | 77 | 370.166 | 6.94444 | 2570.6 | 142.811 | 0.0625511 | 93.1934 | 29.5564 | 122.75 | 15 | 3 |
| Plugin/clControlWithItems.cpp | 109 | | clSearchControl | OnTextUpdated(wxStyledTextEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 52 | 238.418 | 5 | 1192.09 | 66.2272 | 0.0374759 | 108.618 | 0 | 108.618 | 9 | 2 |
| Plugin/clControlWithItems.cpp | 118 | | clSearchControl | OnKeyDown(wxKeyEvent &) | 1 | 21 | 20 | 1 | 0 | 6 | 1 | 43 | 143 | 775.956 | 15.48 | 12011.8 | 667.322 | 0.174831 | 85.6974 | 16.583 | 102.28 | 17 | 2 |
| Plugin/clControlWithItems.cpp | 635 | | clSearchText | [static] Matches(const wxString &, size_t, const wxString &, size_t, clMatchResult *) | 5 | 38 | 38 | 0 | 0 | 8 | 3 | 55 | 243 | 1404.87 | 34.4516 | 48400.1 | 2688.89 | 0.4427 | 72.5431 | 0 | 72.5431 | 29 | 1 |
| Plugin/clCustomScrollBar.cpp | 22 | | clCustomScrollBar | clCustomScrollBar(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 27 | 25 | 0 | 2 | 3 | 1 | 66 | 195 | 1178.66 | 17.75 | 20921.2 | 1162.29 | 0.253087 | 80.1424 | 0 | 80.1424 | 13 | 0 |
| Plugin/clCustomScrollBar.cpp | 50 | | clCustomScrollBar | ~clCustomScrollBar() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 80 | 366.797 | 9.28571 | 3405.97 | 189.221 | 0.0754581 | 104.47 | 0 | 104.47 | 6 | 0 |
| Plugin/clCustomScrollBar.cpp | 60 | | clCustomScrollBar | UpdateScroll(int, int, int, int) | 4 | 10 | 8 | 1 | 1 | 1 | 0 | 23 | 44 | 199.037 | 6.75 | 1343.5 | 74.6388 | 0.0405854 | 105.942 | 23.5268 | 129.469 | 3 | 0 |
| Plugin/clCustomScrollBar.cpp | 71 | | clCustomScrollBar | OnPaint(wxPaintEvent &) | 1 | 28 | 23 | 0 | 5 | 4 | 1 | 56 | 158 | 917.562 | 14.6026 | 13398.8 | 744.376 | 0.188042 | 80.6253 | 0 | 80.6253 | 22 | 2 |
| Plugin/clCustomScrollBar.cpp | 100 | | clCustomScrollBar | OnMouseLeftDown(wxMouseEvent &) | 1 | 13 | 12 | 1 | 0 | 2 | 1 | 27 | 66 | 313.823 | 8.8 | 2761.64 | 153.424 | 0.065613 | 99.0939 | 20.8285 | 119.922 | 10 | 2 |
| Plugin/clCustomScrollBar.cpp | 113 | | clCustomScrollBar | UpdateDrag(const wxPoint &) | 1 | 43 | 39 | 3 | 1 | 10 | 2 | 61 | 281 | 1666.54 | 26.775 | 44621.5 | 2478.97 | 0.419348 | 69.1923 | 19.8936 | 89.086 | 23 | 2 |
| Plugin/clCustomScrollBar.cpp | 157 | | clCustomScrollBar | OnMouseLeftUp(wxMouseEvent &) | 1 | 21 | 18 | 1 | 2 | 4 | 2 | 34 | 90 | 457.872 | 10.6579 | 4879.95 | 271.108 | 0.0959008 | 88.9005 | 16.583 | 105.483 | 12 | 2 |
| Plugin/clCustomScrollBar.cpp | 179 | | clCustomScrollBar | OnMotion(wxMouseEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 21 | 40 | 175.693 | 5.90909 | 1038.18 | 57.6769 | 0.0341766 | 111.909 | 0 | 111.909 | 5 | 2 |
| Plugin/clCustomScrollBar.cpp | 187 | | clCustomScrollBar | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clCustomScrollBar.cpp | 193 | | clCustomScrollBar | [virtual] SetColours(const clColours &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 2 | 0 |
| Plugin/clCustomScrollBar.cpp | 199 | | clCustomScrollBar | SetPosition(int, bool) | 2 | 48 | 42 | 3 | 3 | 9 | 1 | 62 | 258 | 1536.18 | 34.3056 | 52699.6 | 2927.76 | 0.468544 | 68.0639 | 18.8844 | 86.9483 | 25 | 2 |
| Plugin/clCustomScrollBar.cpp | 248 | | clCustomScrollBar | GetPositionFromPoint(const wxPoint &) const | 1 | 10 | 10 | 0 | 0 | 4 | 1 | 39 | 84 | 443.974 | 12.3636 | 5489.13 | 304.952 | 0.103724 | 101.08 | 0 | 101.08 | 6 | 2 |
| Plugin/clCustomScrollBar.cpp | 259 | | clCustomScrollBar | OnIdle(wxIdleEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 28 | 56 | 269.212 | 8.66667 | 2333.17 | 129.621 | 0.0586376 | 102.598 | 0 | 102.598 | 7 | 2 |
| Plugin/clCustomScrollBar.cpp | 271 | | clCustomScrollBar | ShouldShow() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 24 | 98.0991 | 5.71429 | 560.566 | 31.1426 | 0.0226619 | 146.693 | 0 | 146.693 | 0 | 0 |
| Plugin/clCustomScrollBar.cpp | 276 | | clScrollEvent | clScrollEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 2 |
| Plugin/clCustomScrollBar.cpp | 281 | | clScrollEvent | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 0 |
| Plugin/clCustomiseToolBarDlg.cpp | 15 | {anonymous} | | clFitColumnWidth(wxDataViewCtrl &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 8.82143 | 1929.47 | 107.193 | 0.0516619 | 108.836 | 0 | 108.836 | 3 | 1 |
| Plugin/clCustomiseToolBarDlg.cpp | 25 | | clCustomiseToolBarDlg | clCustomiseToolBarDlg(wxWindow *, clToolBarGeneric *) | 2 | 21 | 20 | 0 | 1 | 4 | 2 | 64 | 194 | 1164 | 16.8488 | 19612 | 1089.56 | 0.242416 | 84.0487 | 0 | 84.0487 | 32 | 1 |
| Plugin/clCustomiseToolBarDlg.cpp | 47 | | clCustomiseToolBarDlg | ~clCustomiseToolBarDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clCustomiseToolBarDlg.cpp | 49 | | clCustomiseToolBarDlg | OnOK(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 37 | 85 | 442.804 | 14.025 | 6210.32 | 345.018 | 0.112622 | 100.01 | 0 | 100.01 | 8 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | | operator<<(clDataViewTextBitmap &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 16 | | | operator<<(wxVariant &, const clDataViewTextBitmap &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 2 |
| Plugin/clDataViewListCtrl.cpp | 19 | | | operator<<(clDataViewCheckbox &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 19 | | | operator<<(wxVariant &, const clDataViewCheckbox &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 3 |
| Plugin/clDataViewListCtrl.cpp | 22 | | | operator<<(clDataViewTextWithButton &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 22 | | | operator<<(wxVariant &, const clDataViewTextWithButton &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 12 |
| Plugin/clDataViewListCtrl.cpp | 25 | | | operator<<(clDataViewColour &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 25 | | | operator<<(wxVariant &, const clDataViewColour &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 2 |
| Plugin/clDataViewListCtrl.cpp | 28 | | | operator<<(clDataViewButton &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 28 | | | operator<<(wxVariant &, const clDataViewButton &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 31 | | | operator<<(clDataViewControl &, const wxVariant &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 31 | | | operator<<(wxVariant &, const clDataViewControl &) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 0 |
| Plugin/clDataViewListCtrl.cpp | 27 | | clDataViewButton | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 27 | | clDataViewButton | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | clDataViewButtonVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | clDataViewButtonVariantData(const clDataViewButton &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 28 | | clDataViewButtonVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 18 | | clDataViewCheckbox | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 18 | | clDataViewCheckbox | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | clDataViewCheckboxVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | clDataViewCheckboxVariantData(const clDataViewCheckbox &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 19 | | clDataViewCheckboxVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 24 | | clDataViewColour | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 24 | | clDataViewColour | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | clDataViewColourVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | clDataViewColourVariantData(const clDataViewColour &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 25 | | clDataViewColourVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 30 | | clDataViewControl | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 30 | | clDataViewControl | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | clDataViewControlVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | clDataViewControlVariantData(const clDataViewControl &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 31 | | clDataViewControlVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 61 | | clDataViewListCtrl | clDataViewListCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 52 | 44 | 3 | 5 | 6 | 1 | 77 | 414 | 2594.45 | 26.4375 | 68590.8 | 3810.6 | 0.558542 | 64.732 | 18.1788 | 82.9108 | 36 | 2 |
| Plugin/clDataViewListCtrl.cpp | 114 | | clDataViewListCtrl | ~clDataViewListCtrl() [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 21 | 104 | 456.801 | 15.4545 | 7059.65 | 392.203 | 0.122669 | 100.078 | 0 | 100.078 | 8 | 0 |
| Plugin/clDataViewListCtrl.cpp | 126 | | clDataViewListCtrl | AppendItem(const std::vector<wxVariant> &, wxUIntPtr) | 2 | 14 | 13 | 1 | 0 | 2 | 1 | 51 | 114 | 646.656 | 17.4483 | 11283 | 626.836 | 0.167686 | 94.1338 | 20.1155 | 114.249 | 12 | 57 |
| Plugin/clDataViewListCtrl.cpp | 141 | | clDataViewListCtrl | AppendIconTextColumn(const wxString &, wxDataViewCellMode, int, wxAlignment, int) | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 106.521 | 0 | 106.521 | 4 | 14 |
| Plugin/clDataViewListCtrl.cpp | 151 | | clDataViewListCtrl | AppendProgressColumn(const wxString &, wxDataViewCellMode, int, wxAlignment, int) | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 106.521 | 0 | 106.521 | 4 | 0 |
| Plugin/clDataViewListCtrl.cpp | 161 | | clDataViewListCtrl | AppendTextColumn(const wxString &, wxDataViewCellMode, int, wxAlignment, int) | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 8.25 | 2039.85 | 113.325 | 0.0536139 | 106.521 | 0 | 106.521 | 4 | 94 |
| Plugin/clDataViewListCtrl.cpp | 171 | | clDataViewListCtrl | GetSelections(wxDataViewItemArray &) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 62 | 304.227 | 12.5 | 3802.84 | 211.269 | 0.0812115 | 105.213 | 0 | 105.213 | 8 | 12 |
| Plugin/clDataViewListCtrl.cpp | 181 | | clDataViewListCtrl | GetSelectedItemsCount() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 16 |
| Plugin/clDataViewListCtrl.cpp | 183 | | clDataViewListCtrl | OnConvertEvent(wxTreeEvent &) | 1 | 37 | 34 | 3 | 0 | 14 | 2 | 56 | 244 | 1416.99 | 16.2 | 22955.3 | 1275.3 | 0.269237 | 71.5504 | 21.348 | 92.8984 | 38 | 18 |
| Plugin/clDataViewListCtrl.cpp | 221 | | clDataViewListCtrl | SendDataViewEvent(const wxEventType &, wxTreeEvent &, const wxString &) | 3 | 13 | 12 | 0 | 1 | 2 | 1 | 38 | 90 | 472.313 | 11.6364 | 5496.01 | 305.334 | 0.103811 | 96.9681 | 0 | 96.9681 | 12 | 1 |
| Plugin/clDataViewListCtrl.cpp | 235 | | clDataViewListCtrl | DeleteAllItems(const std::function<void (wxUIntPtr)> &) | 1 | 17 | 15 | 2 | 0 | 5 | 3 | 46 | 120 | 662.827 | 18.06 | 11970.7 | 665.037 | 0.174431 | 90.1701 | 25.3357 | 115.506 | 14 | 62 |
| Plugin/clDataViewListCtrl.cpp | 253 | | clDataViewListCtrl | AppendItem(const wxString &, int, int, wxUIntPtr) | 4 | 12 | 11 | 1 | 0 | 2 | 1 | 39 | 82 | 433.403 | 11.8261 | 5125.46 | 284.748 | 0.099091 | 98.7118 | 21.6227 | 120.335 | 9 | 15 |
| Plugin/clDataViewListCtrl.cpp | 266 | | clDataViewListCtrl | InsertItem(const wxDataViewItem &, const wxString &, int, int, wxUIntPtr) | 5 | 11 | 10 | 1 | 0 | 1 | 0 | 37 | 85 | 442.804 | 11.5652 | 5121.12 | 284.507 | 0.099035 | 100.24 | 22.5149 | 122.755 | 10 | 0 |
| Plugin/clDataViewListCtrl.cpp | 278 | | clDataViewListCtrl | GetItemData(const wxDataViewItem &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 34 | 155.889 | 7.5 | 1169.17 | 64.9536 | 0.0369938 | 118.442 | 0 | 118.442 | 4 | 57 |
| Plugin/clDataViewListCtrl.cpp | 284 | | clDataViewListCtrl | SetItemData(const wxDataViewItem &, wxUIntPtr) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 36 | 169.216 | 7.28571 | 1232.86 | 68.4921 | 0.0383255 | 118.015 | 0 | 118.015 | 4 | 3 |
| Plugin/clDataViewListCtrl.cpp | 290 | | clDataViewListCtrl | SetItemBackgroundColour(const wxDataViewItem &, const wxColour &, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.66667 | 832.691 | 46.2606 | 0.0295031 | 122.364 | 0 | 122.364 | 3 | 2 |
| Plugin/clDataViewListCtrl.cpp | 295 | | clDataViewListCtrl | GetItemBackgroundColour(const wxDataViewItem &, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.3 | 776.096 | 43.1165 | 0.0281507 | 123.281 | 0 | 123.281 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 300 | | clDataViewListCtrl | SetItemTextColour(const wxDataViewItem &, const wxColour &, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.66667 | 832.691 | 46.2606 | 0.0295031 | 122.364 | 0 | 122.364 | 3 | 6 |
| Plugin/clDataViewListCtrl.cpp | 305 | | clDataViewListCtrl | GetItemTextColour(const wxDataViewItem &, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.3 | 776.096 | 43.1165 | 0.0281507 | 123.281 | 0 | 123.281 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 310 | | clDataViewListCtrl | SetItemText(const wxDataViewItem &, const wxString &, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.66667 | 832.691 | 46.2606 | 0.0295031 | 122.364 | 0 | 122.364 | 3 | 33 |
| Plugin/clDataViewListCtrl.cpp | 315 | | clDataViewListCtrl | GetItemText(const wxDataViewItem &, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.3 | 776.096 | 43.1165 | 0.0281507 | 123.281 | 0 | 123.281 | 3 | 71 |
| Plugin/clDataViewListCtrl.cpp | 320 | | clDataViewListCtrl | SetItemBold(const wxDataViewItem &, bool, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 5.33333 | 737.609 | 40.9783 | 0.0272122 | 122.679 | 0 | 122.679 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 325 | | clDataViewListCtrl | SetItemFont(const wxDataViewItem &, const wxFont &, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.66667 | 832.691 | 46.2606 | 0.0295031 | 122.364 | 0 | 122.364 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 330 | | clDataViewListCtrl | GetItemFont(const wxDataViewItem &, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.3 | 776.096 | 43.1165 | 0.0281507 | 123.281 | 0 | 123.281 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 335 | | clDataViewListCtrl | EnableStyle(int, bool, bool) [override] | 3 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 45 | 208.974 | 10.2917 | 2150.69 | 119.483 | 0.0555388 | 111.237 | 0 | 111.237 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 343 | | clDataViewListCtrl | GetColumn(size_t) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 39 | 171.3 | 8.9375 | 1531 | 85.0554 | 0.0442787 | 112.27 | 0 | 112.27 | 4 | 2 |
| Plugin/clDataViewListCtrl.cpp | 351 | | clDataViewListCtrl | GetItemCount() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 37 | 169.644 | 8.4 | 1425.01 | 79.167 | 0.0422108 | 110.158 | 0 | 110.158 | 2 | 639 |
| Plugin/clDataViewListCtrl.cpp | 360 | | clDataViewListCtrl | RowToItem(size_t) const | 1 | 13 | 11 | 2 | 0 | 3 | 1 | 28 | 67 | 322.093 | 14 | 4509.3 | 250.517 | 0.0909812 | 98.7287 | 28.5467 | 127.275 | 8 | 103 |
| Plugin/clDataViewListCtrl.cpp | 374 | | clDataViewListCtrl | DeleteItem(size_t) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 7 | 1217.42 | 67.6347 | 0.038005 | 110.028 | 0 | 110.028 | 5 | 12 |
| Plugin/clDataViewListCtrl.cpp | 383 | | clDataViewListCtrl | SetValue(const wxVariant &, size_t, size_t) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 62 | 312.752 | 9.57895 | 2995.84 | 166.436 | 0.069272 | 105.069 | 0 | 105.069 | 6 | 13 |
| Plugin/clDataViewListCtrl.cpp | 393 | | clDataViewListCtrl | DoSetCellValue(clRowEntry *, size_t, const wxVariant &) | 3 | 61 | 46 | 5 | 10 | 12 | 1 | 76 | 421 | 2630.38 | 20.9333 | 55062.6 | 3059.03 | 0.482447 | 60.6945 | 21.4567 | 82.1511 | 66 | 2 |
| Plugin/clDataViewListCtrl.cpp | 455 | | clDataViewListCtrl | SetSortFunction(const clSortFunc_t &) [override] | 1 | 43 | 28 | 8 | 7 | 5 | 1 | 47 | 192 | 1066.48 | 27.8654 | 29717.9 | 1650.99 | 0.319809 | 72.6635 | 30.9793 | 103.643 | 20 | 29 |
| Plugin/clDataViewListCtrl.cpp | 499 | | clDataViewListCtrl | ItemToRow(const wxDataViewItem &) const | 1 | 20 | 18 | 0 | 2 | 5 | 2 | 41 | 107 | 573.258 | 18.5714 | 10646.2 | 591.457 | 0.161315 | 88.2922 | 0 | 88.2922 | 7 | 22 |
| Plugin/clDataViewListCtrl.cpp | 520 | | clDataViewListCtrl | Select(const wxDataViewItem &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 52 | 241.481 | 8.66667 | 2092.83 | 116.268 | 0.0545383 | 108.322 | 0 | 108.322 | 7 | 29 |
| Plugin/clDataViewListCtrl.cpp | 529 | | clDataViewListCtrl | FindNext(const wxDataViewItem &, const wxString &, size_t, size_t) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 43 | 191.756 | 7.26923 | 1393.92 | 77.4397 | 0.0415945 | 117.365 | 0 | 117.365 | 5 | 4 |
| Plugin/clDataViewListCtrl.cpp | 535 | | clDataViewListCtrl | FindPrev(const wxDataViewItem &, const wxString &, size_t, size_t) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 43 | 191.756 | 7.26923 | 1393.92 | 77.4397 | 0.0415945 | 117.365 | 0 | 117.365 | 5 | 1 |
| Plugin/clDataViewListCtrl.cpp | 541 | | clDataViewListCtrl | HighlightText(const wxDataViewItem &, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.2 | 585.457 | 32.5254 | 0.0233279 | 123.749 | 0 | 123.749 | 3 | 1 |
| Plugin/clDataViewListCtrl.cpp | 546 | | clDataViewListCtrl | ClearHighlight(const wxDataViewItem &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 147.61 | 0 | 147.61 | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 548 | | clDataViewListCtrl | EnsureVisible(const wxDataViewItem &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 147.61 | 0 | 147.61 | 3 | 21 |
| Plugin/clDataViewListCtrl.cpp | 550 | | clDataViewListCtrl | ClearColumns() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 552 | | clDataViewListCtrl | SetItemChecked(const wxDataViewItem &, bool, size_t) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 4.92308 | 691.959 | 38.4422 | 0.0260775 | 122.595 | 0 | 122.595 | 3 | 5 |
| Plugin/clDataViewListCtrl.cpp | 557 | | clDataViewListCtrl | IsItemChecked(const wxDataViewItem &, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.72727 | 717.833 | 39.8796 | 0.0267236 | 123.191 | 0 | 123.191 | 3 | 10 |
| Plugin/clDataViewListCtrl.cpp | 562 | | clDataViewListCtrl | ShowMenuForItem(const wxDataViewItem &, wxMenu &, size_t) | 3 | 10 | 9 | 0 | 1 | 2 | 1 | 35 | 64 | 328.274 | 9.75 | 3200.67 | 177.815 | 0.0723946 | 103.11 | 0 | 103.11 | 7 | 0 |
| Plugin/clDataViewListCtrl.cpp | 573 | | clDataViewListCtrl | ShowStringSelectionMenu(const wxDataViewItem &, const wxArrayString &, size_t) | 3 | 40 | 38 | 2 | 1 | 6 | 2 | 82 | 274 | 1741.97 | 20.8559 | 36330.4 | 2018.36 | 0.365644 | 71.0537 | 16.9762 | 88.0299 | 35 | 2 |
| Plugin/clDataViewListCtrl.cpp | 614 | | clDataViewListCtrl | GetSelectedRow() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 36 | 158.123 | 6.6 | 1043.61 | 57.9786 | 0.0342956 | 110.523 | 0 | 110.523 | 3 | 12 |
| Plugin/clDataViewListCtrl.cpp | 623 | | clDataViewListCtrl | SelectRow(size_t) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 36 | 158.123 | 7.15 | 1130.58 | 62.8101 | 0.0361754 | 110.523 | 0 | 110.523 | 3 | 6 |
| Plugin/clDataViewListCtrl.cpp | 632 | | clDataViewListCtrl | UnselectRow(size_t) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 8.125 | 1622.45 | 90.136 | 0.0460249 | 109.31 | 0 | 109.31 | 5 | 0 |
| Plugin/clDataViewListCtrl.cpp | 641 | | clDataViewListCtrl | IsRowSelected(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 7.5 | 1444.26 | 80.2368 | 0.0425902 | 109.499 | 0 | 109.499 | 5 | 0 |
| Plugin/clDataViewListCtrl.cpp | 650 | | clDataViewListCtrl | ScrollToBottom() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 22 | 47 | 209.593 | 9.6 | 2012.1 | 111.783 | 0.0531265 | 103.899 | 0 | 103.899 | 5 | 2 |
| Plugin/clDataViewListCtrl.cpp | 662 | | clDataViewListCtrl | SetFirstVisibleRow(size_t) | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 28 | 68 | 326.9 | 7.44118 | 2432.52 | 135.14 | 0.0602906 | 96.3334 | 0 | 96.3334 | 8 | 1 |
| Plugin/clDataViewListCtrl.cpp | 678 | | clDataViewListCtrl | CenterRow(size_t) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 12.6 | 2657.44 | 147.636 | 0.0639521 | 107.118 | 0 | 107.118 | 2 | 0 |
| Plugin/clDataViewListCtrl.cpp | 688 | | clDataViewListCtrl | GetCellDataType(size_t, size_t) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6 | 600 | 33.3333 | 0.0237126 | 124.365 | 0 | 124.365 | 2 | 0 |
| Plugin/clDataViewListCtrl.cpp | 693 | | clDataViewListCtrl | GetCellDataType(const wxDataViewItem &, size_t) const | 2 | 30 | 24 | 0 | 6 | 10 | 1 | 47 | 176 | 977.608 | 16.4333 | 16065.4 | 892.52 | 0.212229 | 77.798 | 0 | 77.798 | 12 | 1 |
| Plugin/clDataViewListCtrl.cpp | 15 | | clDataViewTextBitmap | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 15 | | clDataViewTextBitmap | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | clDataViewTextBitmapVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | clDataViewTextBitmapVariantData(const clDataViewTextBitmap &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 16 | | clDataViewTextBitmapVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 21 | | clDataViewTextWithButton | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 2 |
| Plugin/clDataViewListCtrl.cpp | 21 | | clDataViewTextWithButton | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| Plugin/clDataViewListCtrl.cpp | 48 | | clDataViewTextWithButton | GetButtonUnicodeSymbol() const | 0 | 12 | 12 | 0 | 0 | 4 | 1 | 24 | 43 | 197.153 | 7.5 | 1478.65 | 82.1472 | 0.0432636 | 102.348 | 0 | 102.348 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | clDataViewTextWithButtonVariantData() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | clDataViewTextWithButtonVariantData(const clDataViewTextWithButton &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 3 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | GetValue() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 4 | 4 | 8 | 1 | 8 | 0.444444 | 0.00133333 | 159.957 | 0 | 159.957 | 0 | 1 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | Clone() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | GetType() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 3 | 0 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | GetValueClassInfo() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | GetAsAny(wxAny *) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | [static] VariantDataFactory(const wxAny &) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 1 |
| Plugin/clDataViewListCtrl.cpp | 22 | | clDataViewTextWithButtonVariantData | Eq(wxVariantData &) const [override] | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| Plugin/clDebuggerTerminal.cpp | 41 | {anonymous} | | LaunchTerminalForDebugger(const wxString &) | 1 | 11 | 10 | 3 | 0 | 3 | 1 | 38 | 74 | 388.347 | 11.25 | 4368.9 | 242.717 | 0.0890827 | 100.462 | 36.1812 | 136.643 | 9 | 1 |
| Plugin/clDebuggerTerminal.cpp | 54 | | clDebuggerTerminalPOSIX | Launch(const wxString &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 28 | 53 | 254.79 | 6.79412 | 1731.07 | 96.1707 | 0.0480569 | 106.135 | 0 | 106.135 | 15 | 3 |
| Plugin/clDebuggerTerminal.cpp | 64 | | clDebuggerTerminalPOSIX | IsValid() const | 0 | 8 | 8 | 0 | 0 | 2 | 0 | 24 | 36 | 165.059 | 7.68182 | 1267.95 | 70.4417 | 0.0390493 | 110.3 | 0 | 110.3 | 1 | 4 |
| Plugin/clDebuggerTerminal.cpp | 73 | | clDebuggerTerminalPOSIX | Clear() | 0 | 34 | 25 | 9 | 2 | 6 | 3 | 47 | 158 | 877.625 | 16.4333 | 14422.3 | 801.239 | 0.197501 | 77.2514 | 35.765 | 113.016 | 16 | 4 |
| Plugin/clDebuggerTerminal.cpp | 108 | | clDebuggerTerminalPOSIX | [static] MakeExeTitle(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 8.88889 | 1321.58 | 73.421 | 0.0401428 | 122.303 | 0 | 122.303 | 5 | 2 |
| Plugin/clDebuggerTerminal.cpp | 113 | | clDebuggerTerminalPOSIX | [static] MakeCoreTitle(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 6.42857 | 591.429 | 32.8571 | 0.0234862 | 124.799 | 0 | 124.799 | 3 | 1 |
| Plugin/clDebuggerTerminal.cpp | 118 | | clDebuggerTerminalPOSIX | [static] MakePidTitle(const int) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5 | 440 | 24.4444 | 0.0192833 | 125.03 | 0 | 125.03 | 3 | 0 |
| Plugin/clDockingManager.cpp | 3 | | clDockingManager | OnRender(wxAuiManagerEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clEditorBar.cpp | 40 | | clEditorBar | clEditorBar(wxWindow *) | 1 | 16 | 15 | 0 | 1 | 1 | 0 | 41 | 154 | 825.063 | 13.4815 | 11123.1 | 617.948 | 0.166097 | 90.9337 | 0 | 90.9337 | 22 | 1 |
| Plugin/clEditorBar.cpp | 57 | | clEditorBar | ~clEditorBar() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 98 | 443.309 | 14.6667 | 6501.87 | 361.215 | 0.116119 | 105.393 | 0 | 105.393 | 10 | 0 |
| Plugin/clEditorBar.cpp | 66 | | clEditorBar | OnEditorChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 120.75 | 0 | 120.75 | 2 | 6 |
| Plugin/clEditorBar.cpp | 72 | | clEditorBar | UpdateScopesForCurrentEditor(const std::vector<LSP::SymbolInformation> &) | 1 | 61 | 50 | 1 | 10 | 11 | 2 | 75 | 349 | 2173.86 | 29.4135 | 63940.7 | 3552.26 | 0.533004 | 61.9157 | 9.85279 | 71.7685 | 48 | 2 |
| Plugin/clEditorBar.cpp | 134 | | clEditorBar | SetScopes(const wxString &, const clEditorBar::ScopeEntry::vec_t &) | 2 | 9 | 9 | 0 | 0 | 1 | 1 | 34 | 79 | 401.91 | 11.9 | 4782.72 | 265.707 | 0.0946228 | 103.995 | 0 | 103.995 | 6 | 2 |
| Plugin/clEditorBar.cpp | 144 | | clEditorBar | DoShow(bool) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 6.25 | 1198.47 | 66.5818 | 0.0376095 | 109.521 | 0 | 109.521 | 5 | 1 |
| Plugin/clEditorBar.cpp | 153 | | clEditorBar | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 120.75 | 0 | 120.75 | 2 | 2 |
| Plugin/clEditorBar.cpp | 159 | | clEditorBar | DoRefreshColoursAndFonts() | 0 | 68 | 55 | 3 | 10 | 11 | 3 | 76 | 343 | 2143.04 | 20.5357 | 44008.8 | 2444.94 | 0.415501 | 60.2301 | 15.9842 | 76.2143 | 54 | 4 |
| Plugin/clEditorBar.cpp | 228 | | clEditorBar | OnMarkerChanged(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clEditorBar.cpp | 230 | | clEditorBar | CreateBookmarksBitmap() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 34 | 90 | 457.872 | 8.33333 | 3815.6 | 211.978 | 0.081393 | 98.6562 | 0 | 98.6562 | 15 | 1 |
| Plugin/clEditorBar.cpp | 243 | | clEditorBar | OnButtonActions(wxCommandEvent &) [override] | 1 | 59 | 47 | 2 | 10 | 8 | 1 | 76 | 449 | 2805.32 | 30.5455 | 85689.8 | 4760.54 | 0.647885 | 61.8197 | 14.0689 | 75.8886 | 91 | 0 |
| Plugin/clEditorBar.cpp | 303 | | clEditorBar | OnButtonBookmarks(wxCommandEvent &) [override] | 1 | 31 | 27 | 3 | 2 | 6 | 2 | 74 | 230 | 1428.17 | 23.2143 | 33154 | 1841.89 | 0.344009 | 76.2158 | 23.1746 | 99.3904 | 26 | 0 |
| Plugin/clEditorBar.cpp | 335 | | clEditorBar | OnButtonScope(wxCommandEvent &) [override] | 1 | 33 | 26 | 3 | 4 | 4 | 1 | 70 | 204 | 1250.37 | 18.7917 | 23496.6 | 1305.37 | 0.273453 | 76.3543 | 22.5149 | 98.8693 | 21 | 0 |
| Plugin/clEditorBar.cpp | 369 | | clEditorBar | SetLabel(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 48 |
| Plugin/clEditorBar.cpp | 371 | | clEditorBar | GetLabel() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/clEditorBar.cpp | 373 | | clEditorBar | OnUpdate(clCodeCompletionEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| Plugin/clEditorBar.cpp | 381 | | clEditorBar | FindByLine(int) const | 1 | 17 | 16 | 0 | 1 | 4 | 2 | 31 | 75 | 371.565 | 19.7917 | 7353.89 | 408.549 | 0.126054 | 93.4098 | 0 | 93.4098 | 1 | 2 |
| Plugin/clEditorBar.cpp | 399 | | clEditorBar | UpdateScope() | 0 | 19 | 17 | 0 | 2 | 3 | 1 | 39 | 100 | 528.54 | 10.9375 | 5780.91 | 321.162 | 0.107368 | 90.0055 | 0 | 90.0055 | 13 | 2 |
| Plugin/clEditorBar.cpp | 419 | | clEditorBar | GetCurrentScopeText() const | 0 | 19 | 16 | 1 | 2 | 4 | 1 | 41 | 124 | 664.336 | 14.875 | 9882 | 549 | 0.1535 | 88.5864 | 17.3987 | 105.985 | 19 | 1 |
| Plugin/clEditorColouriseLocker.cpp | 3 | | clEditorColouriseLocker | clEditorColouriseLocker(wxStyledTextCtrl *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 62 | 287.919 | 11.5385 | 3322.14 | 184.564 | 0.0742149 | 105.729 | 0 | 105.729 | 5 | 1 |
| Plugin/clEditorColouriseLocker.cpp | 13 | | clEditorColouriseLocker | ~clEditorColouriseLocker() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 8.8 | 880 | 48.8889 | 0.0306103 | 117.567 | 0 | 117.567 | 1 | 0 |
| Plugin/clEditorEditEventsHandler.cpp | 11 | | clEditEventsHandler | clEditEventsHandler(wxStyledTextCtrl *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 7.5 | 1513.04 | 84.0576 | 0.0439318 | 107.579 | 0 | 107.579 | 3 | 11 |
| Plugin/clEditorEditEventsHandler.cpp | 21 | | clEditEventsHandler | clEditEventsHandler(wxTextCtrl *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 7.5 | 1513.04 | 84.0576 | 0.0439318 | 107.579 | 0 | 107.579 | 3 | 1 |
| Plugin/clEditorEditEventsHandler.cpp | 31 | | clEditEventsHandler | clEditEventsHandler(wxComboBox *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 7.5 | 1513.04 | 84.0576 | 0.0439318 | 107.579 | 0 | 107.579 | 3 | 0 |
| Plugin/clEditorEditEventsHandler.cpp | 41 | | clEditEventsHandler | ~clEditEventsHandler() [override] | 0 | 11 | 11 | 0 | 0 | 5 | 1 | 35 | 119 | 610.385 | 15.75 | 9613.56 | 534.087 | 0.150708 | 97.6508 | 0 | 97.6508 | 12 | 0 |
| Plugin/clEditorEditEventsHandler.cpp | 53 | | clEditEventsHandler | [virtual] OnCopy(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 2 |
| Plugin/clEditorEditEventsHandler.cpp | 59 | | clEditEventsHandler | [virtual] OnPaste(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 3 |
| Plugin/clEditorEditEventsHandler.cpp | 65 | | clEditEventsHandler | [virtual] OnCut(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 2 |
| Plugin/clEditorEditEventsHandler.cpp | 71 | | clEditEventsHandler | [virtual] OnSelectAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 2 |
| Plugin/clEditorEditEventsHandler.cpp | 77 | | clEditEventsHandler | [virtual] OnUndo(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 2 |
| Plugin/clEditorEditEventsHandler.cpp | 83 | | clEditEventsHandler | [virtual] OnRedo(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 6 | 2 |
| Plugin/clEditorEditEventsHandler.cpp | 89 | | clEditEventsHandler | DoInitialize() | 0 | 11 | 11 | 0 | 0 | 4 | 1 | 33 | 114 | 575.061 | 12 | 6900.73 | 383.374 | 0.120821 | 98.1908 | 0 | 98.1908 | 12 | 3 |
| Plugin/clEditorStateLocker.cpp | 159 | | clEditorActiveLocker | clEditorActiveLocker() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 18 | 62.2698 | 4.375 | 272.43 | 15.135 | 0.0140082 | 126.828 | 0 | 126.828 | 2 | 1 |
| Plugin/clEditorStateLocker.cpp | 164 | | clEditorActiveLocker | ~clEditorActiveLocker() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 13 | 22 | 81.4097 | 5.6 | 455.894 | 25.3275 | 0.0197449 | 121.82 | 0 | 121.82 | 2 | 0 |
| Plugin/clEditorStateLocker.cpp | 7 | | clEditorStateLocker | clEditorStateLocker(wxStyledTextCtrl *) | 1 | 22 | 15 | 4 | 3 | 3 | 2 | 27 | 81 | 385.146 | 9.6 | 3697.4 | 205.411 | 0.0797033 | 89.2763 | 30.6787 | 119.955 | 10 | 11 |
| Plugin/clEditorStateLocker.cpp | 30 | | clEditorStateLocker | [virtual] ~clEditorStateLocker() | 0 | 30 | 22 | 4 | 5 | 4 | 1 | 37 | 148 | 770.999 | 19.4286 | 14979.4 | 832.19 | 0.202555 | 80.4126 | 26.7997 | 107.212 | 18 | 0 |
| Plugin/clEditorStateLocker.cpp | 61 | | clEditorStateLocker | ApplyBookmarks() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorStateLocker.cpp | 62 | | clEditorStateLocker | SerializeBookmarks() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorStateLocker.cpp | 63 | | clEditorStateLocker | ApplyFolds() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorStateLocker.cpp | 64 | | clEditorStateLocker | SerializeFolds() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorStateLocker.cpp | 66 | | clEditorStateLocker | [static] ApplyBookmarks(wxStyledTextCtrl *, const wxArrayString &) | 2 | 16 | 15 | 1 | 0 | 4 | 2 | 43 | 116 | 629.447 | 15.3654 | 9671.69 | 537.316 | 0.151314 | 91.6509 | 18.8844 | 110.535 | 11 | 2 |
| Plugin/clEditorStateLocker.cpp | 83 | | clEditorStateLocker | [static] SerializeBookmarks(wxStyledTextCtrl *, wxArrayString &) | 2 | 13 | 11 | 2 | 0 | 4 | 3 | 40 | 96 | 510.905 | 15.5455 | 7942.25 | 441.236 | 0.132691 | 96.0997 | 28.5467 | 124.646 | 5 | 2 |
| Plugin/clEditorStateLocker.cpp | 97 | | clEditorStateLocker | [static] ApplyFolds(wxStyledTextCtrl *, const clEditorStateLocker::VecInt_t &) | 2 | 15 | 11 | 4 | 0 | 4 | 3 | 36 | 81 | 418.764 | 12.8 | 5360.18 | 297.788 | 0.102094 | 94.8156 | 35.8678 | 130.683 | 6 | 2 |
| Plugin/clEditorStateLocker.cpp | 113 | | clEditorStateLocker | [static] SerializeFolds(wxStyledTextCtrl *, clEditorStateLocker::VecInt_t &) | 2 | 8 | 8 | 0 | 0 | 4 | 2 | 34 | 70 | 356.122 | 15.8333 | 5638.6 | 313.256 | 0.105599 | 105.842 | 0 | 105.842 | 4 | 2 |
| Plugin/clEditorStateLocker.cpp | 122 | | clEditorStateLocker | [static] ApplyBreakpoints(wxStyledTextCtrl *, const wxArrayString &) | 2 | 16 | 15 | 1 | 0 | 4 | 2 | 43 | 116 | 629.447 | 15.3654 | 9671.69 | 537.316 | 0.151314 | 91.6509 | 18.8844 | 110.535 | 11 | 1 |
| Plugin/clEditorStateLocker.cpp | 139 | | clEditorStateLocker | [static] SerializeBreakpoints(wxStyledTextCtrl *, wxArrayString &) | 2 | 13 | 11 | 2 | 0 | 4 | 3 | 40 | 96 | 510.905 | 15.5455 | 7942.25 | 441.236 | 0.132691 | 96.0997 | 28.5467 | 124.646 | 5 | 1 |
| Plugin/clEditorStateLocker.cpp | 153 | | clEditorStateLocker | ApplyBreakpoints() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorStateLocker.cpp | 155 | | clEditorStateLocker | SerializeBreakpoints() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/clEditorWordCharsLocker.cpp | 5 | | clEditorXmlHelper | clEditorXmlHelper(wxStyledTextCtrl *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 7.19231 | 1286.08 | 71.449 | 0.0394207 | 114.775 | 0 | 114.775 | 4 | 1 |
| Plugin/clEditorWordCharsLocker.cpp | 12 | | clEditorXmlHelper | GetXmlTagAt(int, int &, int &) const | 3 | 53 | 41 | 8 | 4 | 13 | 2 | 58 | 271 | 1587.51 | 46.6071 | 73989.4 | 4110.52 | 0.587478 | 65.3677 | 28.3098 | 93.6775 | 16 | 3 |
| Plugin/clEditorWordCharsLocker.cpp | 66 | | clEditorXmlHelper | GetCharAt(int) const | 1 | 6 | 6 | 0 | 0 | 3 | 1 | 20 | 36 | 155.589 | 11.25 | 1750.38 | 97.2434 | 0.0484136 | 115.038 | 0 | 115.038 | 2 | 8 |
| Plugin/clEnhancedToolBar.cpp | 6 | | clEnhancedToolBar | clEnhancedToolBar(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 7.2 | 1518.54 | 84.3633 | 0.0440382 | 116.87 | 0 | 116.87 | 2 | 0 |
| Plugin/clEnhancedToolBar.cpp | 12 | | clEnhancedToolBar | Add2StatesTool(wxWindowID, wxEvtHandler *, const Button &, const Button &, wxItemKind) | 5 | 8 | 7 | 1 | 0 | 1 | 0 | 33 | 79 | 398.507 | 9 | 3586.56 | 199.254 | 0.0781024 | 105.947 | 26.0372 | 131.984 | 5 | 0 |
| Plugin/clEnhancedToolBar.cpp | 21 | | clEnhancedToolBar | OnButtonClicked(wxCommandEvent &) | 1 | 18 | 14 | 2 | 2 | 2 | 1 | 46 | 112 | 618.639 | 15.1296 | 9359.78 | 519.988 | 0.148043 | 90.2929 | 24.6875 | 114.98 | 21 | 1 |
| Plugin/clEnhancedToolBar.cpp | 40 | | clEnhancedToolBar | SetButtonAction(wxWindowID, wxWindowID) | 2 | 25 | 25 | 0 | 0 | 4 | 1 | 53 | 153 | 876.372 | 19.3594 | 16966 | 942.556 | 0.220089 | 82.7001 | 0 | 82.7001 | 23 | 0 |
| Plugin/clFileCache.cpp | 3 | | clFileCache | Add(const wxFileName &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 41 | 182.837 | 6.25 | 1142.73 | 63.485 | 0.0364341 | 109.768 | 0 | 109.768 | 4 | 2 |
| Plugin/clFileCache.cpp | 12 | | clFileCache | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 3 |
| Plugin/clFileCache.cpp | 18 | | clFileCache | Contains(const wxFileName &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 146.607 | 0 | 146.607 | 2 | 1 |
| Plugin/clFileCache.cpp | 20 | | clFileCache | Alloc(size_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 121.085 | 0 | 121.085 | 2 | 1 |
| Plugin/clFileOrFolderDropTarget.cpp | 9 | | clFileOrFolderDropTarget | clFileOrFolderDropTarget(wxEvtHandler *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 9 |
| Plugin/clFileOrFolderDropTarget.cpp | 14 | | clFileOrFolderDropTarget | OnDropFiles(wxCoord, wxCoord, const wxArrayString &) [override] | 3 | 31 | 26 | 2 | 3 | 6 | 2 | 48 | 167 | 932.689 | 20.3103 | 18943.2 | 1052.4 | 0.236873 | 78.4314 | 19.171 | 97.6024 | 21 | 0 |
| Plugin/clFileViwerTreeCtrl.cpp | 5 | {anonymous} | | GetItemScore(clTreeCtrlData *) | 1 | 16 | 14 | 1 | 1 | 6 | 2 | 33 | 80 | 403.552 | 14.875 | 6002.83 | 333.491 | 0.110099 | 93.5025 | 18.8844 | 112.387 | 8 | 2 |
| Plugin/clFileViwerTreeCtrl.cpp | 23 | | clFileViewerTreeCtrl | clFileViewerTreeCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 23 | 20 | 1 | 2 | 3 | 2 | 57 | 177 | 1032.42 | 23.6364 | 24402.7 | 1355.71 | 0.280438 | 83.4287 | 15.872 | 99.3008 | 11 | 1 |
| Plugin/clFileViwerTreeCtrl.cpp | 47 | | clTreeNodeIndex | Find(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 29 | 75 | 364.349 | 13.0667 | 4760.82 | 264.49 | 0.0943337 | 96.8871 | 0 | 96.8871 | 5 | 4 |
| Plugin/clFileViwerTreeCtrl.cpp | 62 | | clTreeNodeIndex | Add(const wxString &, const wxTreeItemId &) | 2 | 11 | 11 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 7.07143 | 1313.55 | 72.9749 | 0.03998 | 104.757 | 0 | 104.757 | 2 | 3 |
| Plugin/clFileViwerTreeCtrl.cpp | 74 | | clTreeNodeIndex | Delete(const wxString &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 22 | 31 | 138.242 | 5.83333 | 806.414 | 44.8008 | 0.0288791 | 107.837 | 0 | 107.837 | 1 | 2 |
| Plugin/clFindResultsStyler.cpp | 9 | | clFindResultsStyler | clFindResultsStyler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 0 | 1 |
| Plugin/clFindResultsStyler.cpp | 15 | | clFindResultsStyler | clFindResultsStyler(wxStyledTextCtrl *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 9 | 1898.17 | 105.454 | 0.0511018 | 109.256 | 0 | 109.256 | 3 | 2 |
| Plugin/clFindResultsStyler.cpp | 24 | | clFindResultsStyler | ~clFindResultsStyler() [override] | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 28 | 114.449 | 9.6 | 1098.71 | 61.0394 | 0.0354923 | 116.865 | 0 | 116.865 | 1 | 0 |
| Plugin/clFindResultsStyler.cpp | 31 | | clFindResultsStyler | [virtual] SetStyles(wxStyledTextCtrl *) | 1 | 85 | 64 | 9 | 17 | 8 | 1 | 125 | 673 | 4687.97 | 28.6214 | 134176 | 7454.23 | 0.873633 | 53.2347 | 24.151 | 77.3857 | 128 | 4 |
| Plugin/clFindResultsStyler.cpp | 117 | | clFindResultsStyler | [virtual] StyleText(wxStyledTextCtrl *, wxStyledTextEvent &, bool) | 3 | 115 | 102 | 7 | 6 | 22 | 4 | 84 | 539 | 3445.46 | 47.5172 | 163719 | 9095.48 | 0.997572 | 46.7191 | 18.6487 | 65.3678 | 38 | 2 |
| Plugin/clFindResultsStyler.cpp | 233 | | clFindResultsStyler | [virtual] Reset() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 2 |
| Plugin/clFindResultsStyler.cpp | 235 | | clFindResultsStyler | [virtual] HitTest(wxStyledTextCtrl *, wxStyledTextEvent &, int &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 10 | 2115.2 | 117.511 | 0.0549262 | 113.901 | 0 | 113.901 | 3 | 4 |
| Plugin/clFindResultsStyler.cpp | 242 | | clFindResultsStyler | [virtual] TestToggle(wxStyledTextCtrl *, wxStyledTextEvent &) | 2 | 10 | 10 | 0 | 0 | 3 | 1 | 28 | 53 | 254.79 | 12.6923 | 3233.87 | 179.659 | 0.0728943 | 104.198 | 0 | 104.198 | 1 | 2 |
| Plugin/clFindResultsStyler.cpp | 253 | | clFindResultsStyler | OnStyleNeeded(wxStyledTextEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6.25 | 677.613 | 37.6452 | 0.0257158 | 120.33 | 0 | 120.33 | 2 | 2 |
| Plugin/clFindResultsStyler.cpp | 259 | | clFindResultsStyler | [virtual] HitTest(wxStyledTextEvent &, int &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 7.07143 | 707.143 | 39.2857 | 0.0264576 | 146.823 | 0 | 146.823 | 1 | 1 |
| Plugin/clGenericNotebook.cpp | 44 | {anonymous} | | GetFileListButtonRect(wxWindow *, size_t, wxDC &) | 3 | 18 | 15 | 0 | 3 | 1 | 0 | 50 | 139 | 784.496 | 13.8824 | 10890.7 | 605.036 | 0.163775 | 89.2878 | 0 | 89.2878 | 20 | 2 |
| Plugin/clGenericNotebook.cpp | 29 | {anonymous} | DnD_Data | DnD_Data() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 3 | 155.674 | 8.64858 | 0.00964621 | 124.162 | 0 | 124.162 | 0 | 1 |
| Plugin/clGenericNotebook.cpp | 34 | {anonymous} | DnD_Data | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3 | 150.568 | 8.36491 | 0.00943412 | 124.335 | 0 | 124.335 | 0 | 1 |
| Plugin/clGenericNotebook.cpp | 65 | | clGenericNotebook | PositionControls() | 0 | 25 | 19 | 4 | 2 | 3 | 1 | 33 | 132 | 665.86 | 14.3 | 9521.8 | 528.989 | 0.149747 | 84.3586 | 29.0386 | 113.397 | 20 | 2 |
| Plugin/clGenericNotebook.cpp | 91 | | clGenericNotebook | clGenericNotebook(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 21 | 19 | 2 | 1 | 2 | 1 | 62 | 186 | 1107.48 | 16.4286 | 18194.3 | 1010.8 | 0.230588 | 84.7676 | 23.0043 | 107.772 | 16 | 0 |
| Plugin/clGenericNotebook.cpp | 113 | | clGenericNotebook | ~clGenericNotebook() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 9.625 | 1799 | 99.9443 | 0.0493059 | 117.498 | 0 | 117.498 | 4 | 0 |
| Plugin/clGenericNotebook.cpp | 119 | | clGenericNotebook | AddPage(wxWindow *, const wxString &, bool, int, const wxString &) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 6.6 | 1331.47 | 73.9707 | 0.0403429 | 117.101 | 0 | 117.101 | 3 | 1 |
| Plugin/clGenericNotebook.cpp | 125 | | clGenericNotebook | DoChangeSelection(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| Plugin/clGenericNotebook.cpp | 127 | | clGenericNotebook | InsertPage(size_t, wxWindow *, const wxString &, bool, int, const wxString &) | 6 | 8 | 8 | 0 | 0 | 2 | 0 | 37 | 88 | 458.432 | 13.6364 | 6251.34 | 347.297 | 0.113117 | 104.988 | 0 | 104.988 | 12 | 3 |
| Plugin/clGenericNotebook.cpp | 136 | | clGenericNotebook | SetStyle(size_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 27 | 105.486 | 4.8125 | 507.652 | 28.2029 | 0.0212124 | 117.519 | 0 | 117.519 | 3 | 2 |
| Plugin/clGenericNotebook.cpp | 143 | | clGenericNotebook | GetCurrentPage() const | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 7.33333 | 1109.29 | 61.6275 | 0.0357199 | 115.414 | 0 | 115.414 | 3 | 0 |
| Plugin/clGenericNotebook.cpp | 150 | | clGenericNotebook | FindPage(wxWindow *) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Plugin/clGenericNotebook.cpp | 152 | | clGenericNotebook | RemovePage(size_t, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 7.85714 | 802.894 | 44.6052 | 0.028795 | 146.711 | 0 | 146.711 | 1 | 2 |
| Plugin/clGenericNotebook.cpp | 153 | | clGenericNotebook | DeletePage(size_t, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6.875 | 716.706 | 39.817 | 0.0266956 | 146.607 | 0 | 146.607 | 1 | 0 |
| Plugin/clGenericNotebook.cpp | 154 | | clGenericNotebook | DeleteAllPages() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 5 | 268.872 | 14.9373 | 0.013886 | 150.049 | 0 | 150.049 | 1 | 0 |
| Plugin/clGenericNotebook.cpp | 156 | | clGenericNotebook | EnableStyle(NotebookStyle, bool) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 10.0455 | 1980.5 | 110.028 | 0.0525688 | 105.761 | 0 | 105.761 | 2 | 1 |
| Plugin/clGenericNotebook.cpp | 167 | | clGenericNotebook | SetTabDirection(wxDirection) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 23 | 39 | 176.419 | 8.72727 | 1539.66 | 85.5364 | 0.0444455 | 106.339 | 23.5268 | 129.866 | 2 | 0 |
| Plugin/clGenericNotebook.cpp | 178 | | clGenericNotebook | MoveActivePage(int) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 23 | 32 | 144.754 | 7.63636 | 1105.39 | 61.4108 | 0.0356361 | 122.212 | 0 | 122.212 | 2 | 0 |
| Plugin/clGenericNotebook.cpp | 183 | | clGenericNotebook | OnSize(wxSizeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/clGenericNotebook.cpp | 185 | | clGenericNotebook | OnPreferencesChanged(wxCommandEvent &) | 1 | 9 | 6 | 2 | 1 | 1 | 0 | 27 | 50 | 237.744 | 5.84375 | 1389.32 | 77.1844 | 0.041503 | 106.725 | 33.3545 | 140.079 | 9 | 2 |
| Plugin/clGenericNotebook.cpp | 195 | | clGenericNotebook | OnColoursChanged(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 42 | 192.568 | 4.8 | 924.328 | 51.3516 | 0.0316298 | 111.892 | 0 | 111.892 | 6 | 2 |
| Plugin/clGenericNotebook.cpp | 210 | | clTabCtrl | clTabCtrl(wxWindow *, size_t) | 2 | 43 | 35 | 3 | 5 | 2 | 2 | 93 | 299 | 1955.21 | 14.3836 | 28122.9 | 1562.38 | 0.308261 | 70.2016 | 19.8936 | 90.0953 | 32 | 1 |
| Plugin/clGenericNotebook.cpp | 254 | | clTabCtrl | OnActivateApp(wxActivateEvent &) | 1 | 8 | 8 | 1 | 0 | 2 | 1 | 25 | 38 | 176.467 | 6.92308 | 1221.69 | 67.8717 | 0.0380937 | 109.953 | 26.0372 | 135.99 | 5 | 2 |
| Plugin/clGenericNotebook.cpp | 263 | | clTabCtrl | DoSetBestSize() | 0 | 30 | 26 | 0 | 4 | 4 | 2 | 64 | 188 | 1128 | 14.6739 | 16552.2 | 919.565 | 0.216495 | 78.434 | 0 | 78.434 | 29 | 2 |
| Plugin/clGenericNotebook.cpp | 294 | | clTabCtrl | ShiftRight(clTabInfo::Vec_t &) | 1 | 16 | 13 | 2 | 1 | 3 | 2 | 43 | 109 | 591.463 | 17.3913 | 10286.3 | 571.462 | 0.157659 | 92.2045 | 26.0372 | 118.242 | 16 | 1 |
| Plugin/clGenericNotebook.cpp | 311 | | clTabCtrl | IsActiveTabInList(const clTabInfo::Vec_t &) const | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 30 | 54 | 264.972 | 12.4231 | 3291.77 | 182.876 | 0.0737618 | 107.609 | 0 | 107.609 | 4 | 1 |
| Plugin/clGenericNotebook.cpp | 320 | | clTabCtrl | IsActiveTabVisible(const clTabInfo::Vec_t &) const | 1 | 17 | 16 | 1 | 1 | 5 | 2 | 47 | 123 | 683.214 | 16.6667 | 11386.9 | 632.606 | 0.168713 | 90.0125 | 18.3478 | 108.36 | 15 | 2 |
| Plugin/clGenericNotebook.cpp | 338 | | clTabCtrl | ~clTabCtrl() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 41 | 164 | 878.639 | 10.0833 | 8859.61 | 492.2 | 0.142721 | 89.6244 | 0 | 89.6244 | 15 | 0 |
| Plugin/clGenericNotebook.cpp | 356 | | clTabCtrl | OnSize(wxSizeEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 4.4 | 568.778 | 31.5988 | 0.0228827 | 113.964 | 0 | 113.964 | 4 | 2 |
| Plugin/clGenericNotebook.cpp | 364 | | clTabCtrl | OnEraseBG(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clGenericNotebook.cpp | 366 | | clTabCtrl | OnPaint(wxPaintEvent &) | 1 | 94 | 71 | 7 | 17 | 14 | 2 | 128 | 612 | 4284 | 42.1383 | 180520 | 10028.9 | 1.06471 | 50.6929 | 20.5138 | 71.2067 | 79 | 2 |
| Plugin/clGenericNotebook.cpp | 461 | | clTabCtrl | DoUpdateCoordiantes(clTabInfo::Vec_t &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 95 | 487.282 | 10.9318 | 5326.88 | 295.938 | 0.10167 | 98.1025 | 0 | 98.1025 | 20 | 2 |
| Plugin/clGenericNotebook.cpp | 474 | | clTabCtrl | UpdateVisibleTabs(bool) | 1 | 16 | 11 | 3 | 2 | 6 | 2 | 24 | 56 | 256.758 | 10.6364 | 2730.97 | 151.721 | 0.0651264 | 95.8538 | 31.0814 | 126.935 | 6 | 2 |
| Plugin/clGenericNotebook.cpp | 491 | | clTabCtrl | OnLeftDown(wxMouseEvent &) | 1 | 41 | 30 | 5 | 6 | 6 | 2 | 63 | 189 | 1129.71 | 10.9375 | 12356.2 | 686.453 | 0.178156 | 72.9056 | 25.7497 | 98.6554 | 20 | 2 |
| Plugin/clGenericNotebook.cpp | 533 | | clTabCtrl | ChangeSelection(size_t) | 1 | 22 | 19 | 1 | 2 | 5 | 2 | 47 | 136 | 755.424 | 17.4074 | 13150 | 730.554 | 0.185707 | 85.3133 | 16.2158 | 101.529 | 19 | 11 |
| Plugin/clGenericNotebook.cpp | 556 | | clTabCtrl | SetSelection(size_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 122.715 | 0 | 122.715 | 1 | 10 |
| Plugin/clGenericNotebook.cpp | 562 | | clTabCtrl | GetSelection() const | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 55 | 267.189 | 9.8 | 2618.45 | 145.47 | 0.063325 | 105.658 | 0 | 105.658 | 5 | 22 |
| Plugin/clGenericNotebook.cpp | 572 | | clTabCtrl | GetTabInfo(size_t) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 7 | 1089.13 | 60.507 | 0.0352856 | 115.268 | 0 | 115.268 | 4 | 5 |
| Plugin/clGenericNotebook.cpp | 579 | | clTabCtrl | GetTabInfo(size_t) const | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 115.041 | 0 | 115.041 | 4 | 5 |
| Plugin/clGenericNotebook.cpp | 586 | | clTabCtrl | GetTabInfo(wxWindow *) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 31 | 66 | 326.977 | 13.8667 | 4534.08 | 251.893 | 0.0913142 | 104.608 | 0 | 104.608 | 7 | 1 |
| Plugin/clGenericNotebook.cpp | 596 | | clTabCtrl | SetPageText(size_t, const wxString &) | 2 | 12 | 10 | 1 | 1 | 2 | 1 | 30 | 53 | 260.065 | 9.5 | 2470.62 | 137.257 | 0.0609185 | 101.368 | 21.6227 | 122.99 | 6 | 7 |
| Plugin/clGenericNotebook.cpp | 609 | | clTabCtrl | DoUpdateXCoordFromPage(wxWindow *, int) | 2 | 12 | 11 | 1 | 0 | 5 | 2 | 41 | 103 | 551.828 | 20.2632 | 11181.8 | 621.21 | 0.166681 | 96.7657 | 21.6227 | 118.388 | 12 | 1 |
| Plugin/clGenericNotebook.cpp | 622 | | clTabCtrl | GetActiveTabInfo() | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 61 | 286.727 | 12.25 | 3512.4 | 195.134 | 0.077022 | 105.291 | 0 | 105.291 | 7 | 4 |
| Plugin/clGenericNotebook.cpp | 632 | | clTabCtrl | AddPage(clTabInfo::Ptr_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 147.144 | 0 | 147.144 | 3 | 0 |
| Plugin/clGenericNotebook.cpp | 634 | | clTabCtrl | GetStack() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 6 | 575.45 | 31.9694 | 0.0230613 | 147.04 | 0 | 147.04 | 1 | 3 |
| Plugin/clGenericNotebook.cpp | 636 | | clTabCtrl | InsertPage(size_t, clTabInfo::Ptr_t) | 2 | 25 | 21 | 2 | 2 | 4 | 1 | 53 | 162 | 927.923 | 15.1714 | 14077.9 | 782.107 | 0.194344 | 82.4029 | 21.2145 | 103.617 | 30 | 2 |
| Plugin/clGenericNotebook.cpp | 662 | | clTabCtrl | GetPageText(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 35 | 156.08 | 6.25 | 975.501 | 54.1945 | 0.0327867 | 112.754 | 0 | 112.754 | 6 | 7 |
| Plugin/clGenericNotebook.cpp | 670 | | clTabCtrl | GetPageBitmap(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 48 | 228.235 | 8.35714 | 1907.39 | 105.966 | 0.051267 | 108.615 | 0 | 108.615 | 6 | 7 |
| Plugin/clGenericNotebook.cpp | 679 | | clTabCtrl | GetPageBitmapIndex(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 6.25 | 1031.24 | 57.2913 | 0.0340241 | 110.302 | 0 | 110.302 | 4 | 7 |
| Plugin/clGenericNotebook.cpp | 688 | | clTabCtrl | SetPageBitmap(size_t, int) | 2 | 18 | 12 | 3 | 3 | 2 | 1 | 33 | 83 | 418.685 | 11.05 | 4626.47 | 257.026 | 0.0925504 | 92.323 | 29.5564 | 121.879 | 13 | 7 |
| Plugin/clGenericNotebook.cpp | 707 | | clTabCtrl | OnLeftUp(wxMouseEvent &) | 1 | 35 | 29 | 6 | 2 | 8 | 4 | 70 | 211 | 1293.28 | 15.6 | 20175.1 | 1120.84 | 0.247034 | 74.3057 | 29.917 | 104.223 | 29 | 2 |
| Plugin/clGenericNotebook.cpp | 743 | | clTabCtrl | OnMouseMotion(wxMouseEvent &) | 1 | 40 | 37 | 4 | 2 | 16 | 2 | 87 | 306 | 1971.54 | 22.1774 | 43723.7 | 2429.09 | 0.413704 | 68.11 | 23.5268 | 91.6368 | 43 | 2 |
| Plugin/clGenericNotebook.cpp | 784 | | clTabCtrl | TestPoint(const wxPoint &, int &, int &, eDirection &) | 4 | 38 | 32 | 3 | 3 | 9 | 3 | 59 | 248 | 1458.9 | 26.7568 | 39035.3 | 2168.63 | 0.383575 | 72.1168 | 21.0835 | 93.2003 | 28 | 10 |
| Plugin/clGenericNotebook.cpp | 823 | | clTabCtrl | SetStyle(size_t) | 1 | 27 | 25 | 0 | 2 | 7 | 2 | 54 | 170 | 978.331 | 19.2903 | 18872.3 | 1048.46 | 0.236281 | 80.191 | 0 | 80.191 | 22 | 2 |
| Plugin/clGenericNotebook.cpp | 851 | | clTabCtrl | GetPage(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 36 | 162.848 | 6.875 | 1119.58 | 62.199 | 0.0359404 | 112.534 | 0 | 112.534 | 4 | 8 |
| Plugin/clGenericNotebook.cpp | 859 | | clTabCtrl | IsIndexValid(size_t) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 1 | 4 |
| Plugin/clGenericNotebook.cpp | 861 | | clTabCtrl | FindPage(wxWindow *) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 55 | 269.879 | 11.4286 | 3084.33 | 171.352 | 0.0706295 | 105.605 | 0 | 105.605 | 4 | 1 |
| Plugin/clGenericNotebook.cpp | 871 | | clTabCtrl | RemovePage(size_t, bool, bool) | 3 | 99 | 74 | 15 | 10 | 19 | 3 | 95 | 548 | 3600.28 | 36.4697 | 131301 | 7294.51 | 0.861108 | 49.6075 | 28.3567 | 77.9642 | 100 | 9 |
| Plugin/clGenericNotebook.cpp | 971 | | clTabCtrl | DoGetPageIndex(wxWindow *) const | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 31 | 61 | 302.206 | 13.3571 | 4036.61 | 224.256 | 0.0845064 | 103.08 | 0 | 103.08 | 4 | 10 |
| Plugin/clGenericNotebook.cpp | 982 | | clTabCtrl | DeleteAllPages() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 20 | 41 | 177.199 | 6 | 1063.19 | 59.0664 | 0.0347233 | 108.253 | 0 | 108.253 | 7 | 1 |
| Plugin/clGenericNotebook.cpp | 992 | | clTabCtrl | OnMouseMiddleClick(wxMouseEvent &) | 1 | 23 | 22 | 1 | 0 | 5 | 2 | 40 | 145 | 771.68 | 13 | 10031.8 | 557.324 | 0.155048 | 84.4824 | 15.872 | 100.354 | 16 | 2 |
| Plugin/clGenericNotebook.cpp | 1016 | | clTabCtrl | GetAllPages(std::vector<wxWindow *> &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 27 | 39 | 185.441 | 8.07692 | 1497.79 | 83.2105 | 0.0436361 | 114.355 | 0 | 114.355 | 4 | 7 |
| Plugin/clGenericNotebook.cpp | 1023 | | clTabCtrl | SetMenu(wxMenu *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 122.033 | 0 | 122.033 | 1 | 7 |
| Plugin/clGenericNotebook.cpp | 1029 | | clTabCtrl | OnContextMenu(wxContextMenuEvent &) | 1 | 23 | 19 | 2 | 2 | 4 | 2 | 44 | 118 | 644.213 | 12.2857 | 7914.62 | 439.701 | 0.132383 | 85.6512 | 22.0554 | 107.707 | 15 | 2 |
| Plugin/clGenericNotebook.cpp | 1053 | | clTabCtrl | DoShowTabList() | 0 | 58 | 46 | 6 | 7 | 6 | 3 | 98 | 360 | 2381.3 | 24.338 | 57956 | 3219.78 | 0.499204 | 63.4087 | 23.8955 | 87.3042 | 47 | 1 |
| Plugin/clGenericNotebook.cpp | 1112 | | clTabCtrl | SetPageToolTip(size_t, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 9.15385 | 1915.12 | 106.396 | 0.0514055 | 107.159 | 0 | 107.159 | 4 | 7 |
| Plugin/clGenericNotebook.cpp | 1122 | | clTabCtrl | DoGetPageIndex(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 30 | 54 | 264.972 | 12 | 3179.67 | 176.648 | 0.0720775 | 107.609 | 0 | 107.609 | 5 | 7 |
| Plugin/clGenericNotebook.cpp | 1131 | | clTabCtrl | DoChangeSelection(size_t) | 1 | 35 | 28 | 4 | 4 | 4 | 2 | 38 | 155 | 813.429 | 16.6304 | 13527.7 | 751.537 | 0.189246 | 77.6368 | 25.0054 | 102.642 | 24 | 1 |
| Plugin/clGenericNotebook.cpp | 1167 | | clTabCtrl | MoveActiveToIndex(int, eDirection) | 2 | 101 | 82 | 9 | 10 | 21 | 3 | 65 | 583 | 3511.04 | 60.75 | 213296 | 11849.8 | 1.18996 | 48.954 | 22.3072 | 71.2611 | 75 | 2 |
| Plugin/clGenericNotebook.cpp | 1269 | | clTabCtrl | OnLeftDClick(wxMouseEvent &) | 1 | 19 | 17 | 2 | 0 | 2 | 1 | 36 | 114 | 589.371 | 12.1522 | 7162.14 | 397.897 | 0.123853 | 89.669 | 24.0864 | 113.755 | 18 | 2 |
| Plugin/clGenericNotebook.cpp | 1289 | | clTabCtrl | DoDrawBottomBox(clTabInfo::Ptr_t, const wxRect &, wxDC &, const clTabColours &) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 47 | 220.921 | 6.5625 | 1449.79 | 80.544 | 0.0426988 | 116.629 | 0 | 116.629 | 5 | 0 |
| Plugin/clGenericNotebook.cpp | 1295 | | clTabCtrl | IsVerticalTabs() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 9 |
| Plugin/clGenericNotebook.cpp | 1297 | | clTabCtrl | ShiftBottom(clTabInfo::Vec_t &) | 1 | 16 | 12 | 2 | 2 | 3 | 1 | 37 | 84 | 437.594 | 13.7368 | 6011.16 | 333.953 | 0.110201 | 93.7713 | 26.0372 | 119.809 | 15 | 0 |
| Plugin/clGenericNotebook.cpp | 1314 | | clTabCtrl | OnRightUp(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/clGenericNotebook.cpp | 1316 | | clTabCtrl | SetArt(clTabRenderer::Ptr_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 3.88889 | 373.333 | 20.7407 | 0.0172826 | 118.009 | 0 | 118.009 | 3 | 7 |
| Plugin/clGenericNotebook.cpp | 1323 | | clTabCtrl | OnMouseScroll(wxMouseEvent &) | 1 | 16 | 16 | 0 | 0 | 5 | 3 | 32 | 85 | 425 | 11.4706 | 4875 | 270.833 | 0.095836 | 93.4632 | 0 | 93.4632 | 8 | 2 |
| Plugin/clGenericNotebook.cpp | 1340 | | clTabCtrl | GetLabelFixedWidth(wxDC &) const | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 39 | 74 | 391.12 | 10 | 3911.2 | 217.289 | 0.0827469 | 99.2456 | 0 | 99.2456 | 10 | 2 |
| Plugin/clGenericNotebook.cpp | 1353 | | clTabCtrl | GetLabelFixedWidth() const | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 45 | 208.974 | 7 | 1462.81 | 81.2675 | 0.0429541 | 107.395 | 0 | 107.395 | 5 | 5 |
| Plugin/clGenericNotebook.cpp | 1367 | | clTabCtrl | OnBeginDrag() | 0 | 15 | 12 | 2 | 2 | 1 | 0 | 34 | 73 | 371.385 | 6.69565 | 2486.66 | 138.148 | 0.061182 | 96.1299 | 26.7997 | 122.93 | 10 | 1 |
| Plugin/clGenericNotebook.cpp | 1383 | | clTabCtrl | PositionFilelistButton() | 0 | 54 | 49 | 0 | 5 | 6 | 2 | 80 | 329 | 2079.91 | 24.8158 | 51614.7 | 2867.48 | 0.462091 | 65.27 | 0 | 65.27 | 32 | 2 |
| Plugin/clGenericNotebook.cpp | 1518 | | clTabCtrl | SetPageModified(size_t, bool) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 42 | 195.042 | 7.84615 | 1530.33 | 85.0183 | 0.0442658 | 105.817 | 0 | 105.817 | 4 | 7 |
| Plugin/clGenericNotebook.cpp | 1529 | | clTabCtrl | IsModified(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 110.163 | 0 | 110.163 | 4 | 7 |
| Plugin/clGenericNotebook.cpp | 1438 | | clTabCtrlDropTarget | clTabCtrlDropTarget(clTabCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 0 | 1 |
| Plugin/clGenericNotebook.cpp | 1444 | | clTabCtrlDropTarget | clTabCtrlDropTarget(clGenericNotebook *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 0 | 0 |
| Plugin/clGenericNotebook.cpp | 1450 | | clTabCtrlDropTarget | OnDropText(wxCoord, wxCoord, const wxString &) [override] | 3 | 67 | 52 | 9 | 6 | 13 | 2 | 83 | 424 | 2703.02 | 28.75 | 77711.7 | 4317.32 | 0.60702 | 58.8029 | 26.8886 | 85.6915 | 39 | 0 |
| Plugin/clGenericSTCStyler.cpp | 7 | | clGenericSTCStyler | clGenericSTCStyler(wxStyledTextCtrl *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 63 | 302.863 | 8.625 | 2612.2 | 145.122 | 0.0632241 | 105.466 | 0 | 105.466 | 5 | 1 |
| Plugin/clGenericSTCStyler.cpp | 17 | | clGenericSTCStyler | ~clGenericSTCStyler() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 117.904 | 0 | 117.904 | 3 | 0 |
| Plugin/clGenericSTCStyler.cpp | 23 | | clGenericSTCStyler | OnStyleNeeded(wxStyledTextEvent &) | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 34 | 96 | 488.396 | 11.1818 | 5461.16 | 303.398 | 0.103372 | 94.4757 | 19.4709 | 113.947 | 12 | 2 |
| Plugin/clGenericSTCStyler.cpp | 39 | | clGenericSTCStyler | GetNextLine(const wxString &, wxString &) const | 2 | 15 | 14 | 1 | 0 | 3 | 2 | 35 | 75 | 384.696 | 18.6667 | 7181 | 398.944 | 0.124071 | 95.4868 | 19.4709 | 114.958 | 9 | 1 |
| Plugin/clGenericSTCStyler.cpp | 55 | | clGenericSTCStyler | GetStyleForLine(const wxString &) const | 1 | 12 | 10 | 1 | 1 | 3 | 2 | 32 | 69 | 345 | 13.5 | 4657.5 | 258.75 | 0.0929638 | 99.6681 | 21.6227 | 121.291 | 5 | 1 |
| Plugin/clGenericSTCStyler.cpp | 68 | | clGenericSTCStyler | ResetStyles() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 49 | 232.989 | 7.2 | 1677.52 | 93.1958 | 0.0470607 | 106.6 | 0 | 106.6 | 8 | 3 |
| Plugin/clGenericSTCStyler.cpp | 78 | | clGenericSTCStyler | AddStyle(const wxArrayString &, clGenericSTCStyler::eStyles) | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 33 | 72 | 363.196 | 11.7647 | 4272.9 | 237.383 | 0.0877729 | 104.061 | 0 | 104.061 | 6 | 3 |
| Plugin/clGenericSTCStyler.cpp | 88 | | clGenericSTCStyler | AddUserStyle(const wxArrayString &, const wxColour &, const wxColour &) | 3 | 11 | 11 | 0 | 0 | 3 | 1 | 37 | 93 | 484.479 | 12.2727 | 5945.88 | 330.327 | 0.109401 | 99.3121 | 0 | 99.3121 | 9 | 0 |
| Plugin/clGenericSTCStyler.cpp | 100 | | clGenericSTCStyler | ApplyStyles() | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 53 | 254.79 | 10.9615 | 2792.89 | 155.16 | 0.0661071 | 105.905 | 0 | 105.905 | 4 | 1 |
| Plugin/clGenericSTCStyler.cpp | 110 | | clGenericSTCStyler | OnThemChanged(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 117.797 | 0 | 117.797 | 3 | 2 |
| Plugin/clGenericSTCStyler.cpp | 117 | | clGenericSTCStyler | ClearAllStyles() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 4 | 365.506 | 20.3059 | 0.0170402 | 118.266 | 0 | 118.266 | 3 | 0 |
| Plugin/clGenericSTCStyler.cpp | 124 | | clGenericSTCStyler | InitDefaultStyles() | 0 | 17 | 16 | 0 | 1 | 5 | 1 | 55 | 171 | 988.613 | 17.9444 | 17740.1 | 985.561 | 0.226734 | 88.0912 | 0 | 88.0912 | 33 | 1 |
| Plugin/clGetTextFromUserDialog.cpp | 6 | | clGetTextFromUserDialog | clGetTextFromUserDialog(wxWindow *, const wxString &, const wxString &, const wxString &, int) | 5 | 17 | 16 | 1 | 0 | 3 | 1 | 46 | 111 | 613.115 | 14.7778 | 9060.48 | 503.36 | 0.14487 | 91.0355 | 18.3478 | 109.383 | 13 | 1 |
| Plugin/clGetTextFromUserDialog.cpp | 24 | | clGetTextFromUserDialog | ~clGetTextFromUserDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clGotoAnythingManager.cpp | 22 | | clGotoAnythingManager | clGotoAnythingManager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 43 | 179.307 | 8.75 | 1568.93 | 87.163 | 0.0450072 | 117.714 | 0 | 117.714 | 4 | 1 |
| Plugin/clGotoAnythingManager.cpp | 28 | | clGotoAnythingManager | ~clGotoAnythingManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 9.625 | 1799 | 99.9443 | 0.0493059 | 117.498 | 0 | 117.498 | 4 | 0 |
| Plugin/clGotoAnythingManager.cpp | 34 | | clGotoAnythingManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 2 |
| Plugin/clGotoAnythingManager.cpp | 40 | | clGotoAnythingManager | OnActionSelected(clGotoEvent &) | 1 | 13 | 12 | 2 | 0 | 4 | 2 | 40 | 96 | 510.905 | 10.2 | 5211.23 | 289.513 | 0.100193 | 96.0997 | 28.5467 | 124.646 | 13 | 2 |
| Plugin/clGotoAnythingManager.cpp | 54 | | clGotoAnythingManager | ShowDialog() | 0 | 22 | 17 | 2 | 3 | 2 | 0 | 45 | 133 | 730.416 | 12 | 8765 | 486.944 | 0.141703 | 86.1783 | 22.5149 | 108.693 | 18 | 1 |
| Plugin/clGotoAnythingManager.cpp | 77 | | clGotoAnythingManager | GetActions() | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 95 | 487.282 | 14.7368 | 7181 | 398.944 | 0.124071 | 98.1025 | 0 | 98.1025 | 11 | 1 |
| Plugin/clGotoAnythingManager.cpp | 90 | | clGotoAnythingManager | Initialise() | 0 | 60 | 49 | 4 | 7 | 14 | 4 | 109 | 445 | 3011.84 | 28.0938 | 84613.9 | 4700.77 | 0.642451 | 59.798 | 19.4709 | 79.2689 | 64 | 2 |
| Plugin/clGotoAnythingManager.cpp | 151 | | clGotoAnythingManager | DoAddCurrentTabActions(clGotoEntry::Vec_t &) | 1 | 56 | 55 | 1 | 0 | 3 | 2 | 58 | 340 | 1991.71 | 20.8409 | 41509.1 | 2306.06 | 0.399614 | 65.5962 | 10.2772 | 75.8734 | 74 | 1 |
| Plugin/clGotoAnythingManager.cpp | 208 | | clGotoAnythingManager | OnShowing(clGotoEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.72727 | 841.597 | 46.7554 | 0.0297131 | 113.298 | 27.6325 | 140.93 | 3 | 2 |
| Plugin/clHeaderBar.cpp | 25 | | clHeaderBar | clHeaderBar(clControlWithItems *, const clColours &) | 2 | 15 | 15 | 0 | 0 | 2 | 1 | 45 | 127 | 697.465 | 12.75 | 8892.68 | 494.038 | 0.143076 | 92.6228 | 0 | 92.6228 | 11 | 1 |
| Plugin/clHeaderBar.cpp | 41 | | clHeaderBar | GetHeight() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 7.5625 | 1156.5 | 64.2499 | 0.0367261 | 112.861 | 0 | 112.861 | 4 | 5 |
| Plugin/clHeaderBar.cpp | 49 | | clHeaderBar | OnSize(wxSizeEvent &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 36 | 76 | 392.914 | 12 | 4714.97 | 261.943 | 0.093727 | 99.2218 | 0 | 99.2218 | 9 | 1 |
| Plugin/clHeaderBar.cpp | 62 | | clHeaderBar | push_back(const clHeaderItem &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 121.184 | 0 | 121.184 | 2 | 706 |
| Plugin/clHeaderBar.cpp | 68 | | clHeaderBar | DoUpdateSize() | 0 | 13 | 13 | 0 | 0 | 2 | 1 | 45 | 117 | 642.547 | 15.6667 | 10066.6 | 559.254 | 0.155405 | 95.3675 | 0 | 95.3675 | 12 | 1 |
| Plugin/clHeaderBar.cpp | 82 | | clHeaderBar | GetTextSize(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 34 | 67 | 340.86 | 13 | 4431.18 | 246.177 | 0.0899273 | 106.529 | 0 | 106.529 | 9 | 2 |
| Plugin/clHeaderBar.cpp | 91 | | clHeaderBar | Render(wxDC &, const clColours &) | 2 | 39 | 32 | 2 | 5 | 7 | 2 | 72 | 312 | 1925.02 | 26.051 | 50148.6 | 2786.04 | 0.453299 | 70.7143 | 17.1835 | 87.8979 | 42 | 1 |
| Plugin/clHeaderBar.cpp | 131 | | clHeaderBar | UpdateColWidthIfNeeded(size_t, int, bool) | 3 | 16 | 14 | 1 | 1 | 4 | 1 | 41 | 108 | 578.616 | 23.1 | 13366 | 742.557 | 0.187736 | 92.0887 | 18.8844 | 110.973 | 9 | 3 |
| Plugin/clHeaderBar.cpp | 148 | | clHeaderBar | OnMouseLeftDown(wxMouseEvent &) | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 40 | 84 | 447.042 | 10.7174 | 4791.12 | 266.174 | 0.0947335 | 94.9358 | 19.4709 | 114.407 | 10 | 1 |
| Plugin/clHeaderBar.cpp | 164 | | clHeaderBar | OnMotion(wxMouseEvent &) | 1 | 15 | 14 | 1 | 0 | 4 | 2 | 50 | 139 | 784.496 | 16.3333 | 12813.4 | 711.857 | 0.182525 | 91.5514 | 19.4709 | 111.022 | 13 | 1 |
| Plugin/clHeaderBar.cpp | 180 | | clHeaderBar | OnMouseLeftUp(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| Plugin/clHeaderBar.cpp | 186 | | clHeaderBar | HitBorder(int) const | 1 | 12 | 11 | 1 | 1 | 3 | 2 | 30 | 65 | 318.948 | 12.5 | 3986.85 | 221.492 | 0.0838105 | 100.076 | 21.6227 | 121.699 | 4 | 1 |
| Plugin/clHeaderBar.cpp | 199 | | clHeaderBar | GetWidth() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 15.8333 | 3484.57 | 193.587 | 0.0766146 | 108.804 | 0 | 108.804 | 3 | 5 |
| Plugin/clHeaderBar.cpp | 208 | | clHeaderBar | Last() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 33 | 140.182 | 6.66667 | 934.544 | 51.9191 | 0.0318624 | 111.15 | 0 | 111.15 | 3 | 0 |
| Plugin/clHeaderBar.cpp | 217 | | clHeaderBar | Last() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 31 | 129.268 | 6.25 | 807.923 | 44.8846 | 0.0289151 | 111.571 | 0 | 111.571 | 3 | 706 |
| Plugin/clHeaderBar.cpp | 226 | | clHeaderBar | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| Plugin/clHeaderBar.cpp | 228 | | clHeaderBar | OnPaint(wxPaintEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 5.88462 | 1049.68 | 58.3156 | 0.0344284 | 110.127 | 0 | 110.127 | 5 | 1 |
| Plugin/clHeaderBar.cpp | 237 | | clHeaderBar | Show(bool) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 49 | 221.655 | 9.1 | 2017.06 | 112.059 | 0.0532138 | 108.767 | 0 | 108.767 | 7 | 1 |
| Plugin/clHeaderBar.cpp | 246 | | clHeaderBar | DoCancelDrag() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 5.45455 | 958.324 | 53.2402 | 0.0324006 | 106.361 | 0 | 106.361 | 5 | 1 |
| Plugin/clHeaderBar.cpp | 257 | | clHeaderBar | SetColumnsWidth(const std::vector<size_t> &) | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 36 | 93 | 480.803 | 20.1176 | 9672.63 | 537.368 | 0.151324 | 95.4449 | 0 | 95.4449 | 8 | 1 |
| Plugin/clHeaderItem.cpp | 10 | | clHeaderItem | clHeaderItem(wxWindow *, const wxString &, const wxBitmap &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.54545 | 990.114 | 55.0064 | 0.0331133 | 115.644 | 0 | 115.644 | 2 | 353 |
| Plugin/clHeaderItem.cpp | 17 | | clHeaderItem | Render(wxDC &, const clColours &, int) | 3 | 19 | 16 | 0 | 3 | 3 | 1 | 58 | 168 | 984.141 | 13.4756 | 13261.9 | 736.772 | 0.186759 | 86.7729 | 0 | 86.7729 | 24 | 1 |
| Plugin/clHeaderItem.cpp | 37 | | clHeaderItem | SetWidthValue(int) | 1 | 21 | 21 | 0 | 0 | 4 | 1 | 31 | 87 | 431.015 | 14.5714 | 6280.51 | 348.917 | 0.113468 | 89.2148 | 0 | 89.2148 | 7 | 4 |
| Plugin/clHeaderItem.cpp | 59 | | clHeaderItem | UpdateWidth(int) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 25 | 102.187 | 5.625 | 574.799 | 31.9333 | 0.0230439 | 117.454 | 0 | 117.454 | 1 | 3 |
| Plugin/clImageViewer.cpp | 6 | | clImageViewer | clImageViewer(wxWindow *, const wxFileName &) | 2 | 11 | 10 | 1 | 0 | 2 | 1 | 30 | 56 | 274.786 | 10.0625 | 2765.03 | 153.613 | 0.0656668 | 102.491 | 22.5149 | 125.006 | 8 | 1 |
| Plugin/clImageViewer.cpp | 18 | | clImageViewer | ~clImageViewer() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clInfoBar.cpp | 5 | | clInfoBar | clInfoBar(wxWindow *, wxWindowID) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6 | 456.883 | 25.3824 | 0.0197734 | 125.782 | 0 | 125.782 | 1 | 1 |
| Plugin/clInfoBar.cpp | 10 | | clInfoBar | Clear() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 28 | 122.985 | 6.66667 | 819.899 | 45.55 | 0.0292002 | 116.491 | 0 | 116.491 | 2 | 1 |
| Plugin/clInfoBar.cpp | 17 | | clInfoBar | DisplayMessage(const wxString &, int, const std::vector<std::pair<wxWindowID, wxString>> &) | 3 | 14 | 13 | 0 | 1 | 3 | 1 | 41 | 89 | 476.822 | 12.75 | 6079.48 | 337.749 | 0.111034 | 95.4881 | 0 | 95.4881 | 9 | 3 |
| Plugin/clLocaleManager.cpp | 11 | | clLocaleManager | load() | 0 | 49 | 37 | 6 | 6 | 8 | 5 | 74 | 236 | 1465.43 | 25.7292 | 37704.3 | 2094.68 | 0.374806 | 68.205 | 25.797 | 94.002 | 19 | 1 |
| Plugin/clLocaleManager.cpp | 61 | | clLocaleManager | OnScanCompleted(const LocaleParams &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 5.625 | 741.204 | 41.178 | 0.0273005 | 116.362 | 0 | 116.362 | 2 | 1 |
| Plugin/clLocaleManager.cpp | 68 | | clLocaleManager | [static] get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 3 |
| Plugin/clMarkdownRenderer.cpp | 16 | {anonymous} | DCFontLocker | DCFontLocker(wxDC &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 5.33333 | 446.73 | 24.8183 | 0.0194794 | 121.672 | 0 | 121.672 | 2 | 1 |
| Plugin/clMarkdownRenderer.cpp | 21 | {anonymous} | DCFontLocker | ~DCFontLocker() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| Plugin/clMarkdownRenderer.cpp | 25 | | clMarkdownRenderer | UpdateFont(wxDC &, const mdparser::Style &) | 2 | 24 | 23 | 2 | 0 | 6 | 1 | 53 | 148 | 847.732 | 15.9429 | 13515.3 | 750.849 | 0.189131 | 83.0742 | 21.6227 | 104.697 | 8 | 1 |
| Plugin/clMarkdownRenderer.cpp | 50 | | clMarkdownRenderer | Render(wxWindow *, wxDC &, const wxString &, const wxRect &) | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 7.61538 | 1361.73 | 75.6519 | 0.0409519 | 121.343 | 0 | 121.343 | 1 | 1 |
| Plugin/clMarkdownRenderer.cpp | 55 | | clMarkdownRenderer | DoRender(wxWindow *, wxDC &, const wxString &, const wxRect &, bool) | 5 | 98 | 77 | 5 | 17 | 13 | 4 | 122 | 597 | 4137.65 | 30.9796 | 128183 | 7121.26 | 0.847419 | 50.4285 | 17.1415 | 67.57 | 65 | 2 |
| Plugin/clMarkdownRenderer.cpp | 154 | | clMarkdownRenderer | GetSize(wxWindow *, wxDC &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 7 | 1092.56 | 60.6978 | 0.0353597 | 122.05 | 0 | 122.05 | 2 | 1 |
| Plugin/clMouseCaptureLocker.cpp | 3 | | clMouseCaptureLocker | clMouseCaptureLocker() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| Plugin/clMouseCaptureLocker.cpp | 8 | | clMouseCaptureLocker | [virtual] ~clMouseCaptureLocker() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 20 | 71.6993 | 7.5 | 537.744 | 29.8747 | 0.0220426 | 119.297 | 0 | 119.297 | 1 | 0 |
| Plugin/clMouseCaptureLocker.cpp | 15 | | clMouseCaptureLocker | CaptureMouse(wxWindow *) | 1 | 11 | 10 | 0 | 1 | 4 | 1 | 20 | 46 | 198.809 | 11.25 | 2236.6 | 124.255 | 0.0570082 | 103.714 | 0 | 103.714 | 3 | 0 |
| Plugin/clNativeNotebook.cpp | 47 | | | on_action_button_clicked(GtkWidget *, clNativeNotebook *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 119.762 | 0 | 119.762 | 2 | 1 |
| Plugin/clNativeNotebook.cpp | 53 | | | on_action_button_new_clicked(GtkWidget *, clNativeNotebook *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 119.762 | 0 | 119.762 | 2 | 1 |
| Plugin/clNativeNotebook.cpp | 59 | | | on_button_clicked(GtkWidget *, gpointer *) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 56 | 266.274 | 9.75 | 2596.17 | 144.232 | 0.0629652 | 110.207 | 0 | 110.207 | 3 | 1 |
| Plugin/clNativeNotebook.cpp | 67 | | | get_label_rect(clNativeNotebook *, int) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 56 | 274.786 | 9 | 2473.07 | 137.393 | 0.0609588 | 110.043 | 0 | 110.043 | 4 | 1 |
| Plugin/clNativeNotebook.cpp | 75 | | | button_press_event(GtkWidget *, GdkEventButton *, clNativeNotebook *) | 3 | 49 | 35 | 8 | 6 | 11 | 2 | 68 | 230 | 1400.12 | 25.6905 | 35969.7 | 1998.31 | 0.36322 | 67.7521 | 29.2941 | 97.0462 | 11 | 1 |
| Plugin/clNativeNotebook.cpp | 129 | | clNativeNotebook | clNativeNotebook(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 6 | 6 | 0 | 0 | 2 | 0 | 32 | 61 | 305 | 9 | 2745 | 152.5 | 0.0653492 | 111.768 | 0 | 111.768 | 3 | 14 |
| Plugin/clNativeNotebook.cpp | 136 | | clNativeNotebook | ~clNativeNotebook() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 42 | 178.413 | 7.77778 | 1387.66 | 77.092 | 0.0414699 | 112.289 | 0 | 112.289 | 4 | 0 |
| Plugin/clNativeNotebook.cpp | 144 | | clNativeNotebook | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 7 | 7 | 0 | 0 | 2 | 0 | 35 | 63 | 323.145 | 9.15909 | 2959.71 | 164.428 | 0.068714 | 108.97 | 0 | 108.97 | 3 | 0 |
| Plugin/clNativeNotebook.cpp | 152 | | clNativeNotebook | SetSelection(size_t) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.3 | 856.382 | 47.5768 | 0.0300601 | 116.2 | 0 | 116.2 | 4 | 14 |
| Plugin/clNativeNotebook.cpp | 159 | | clNativeNotebook | ChangeSelection(size_t) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.3 | 856.382 | 47.5768 | 0.0300601 | 116.2 | 0 | 116.2 | 4 | 2 |
| Plugin/clNativeNotebook.cpp | 166 | | clNativeNotebook | AddPage(wxWindow *, const wxString &, bool, int, const wxString &) | 5 | 18 | 17 | 1 | 0 | 5 | 1 | 37 | 105 | 546.993 | 11.9318 | 6526.62 | 362.59 | 0.116414 | 90.2429 | 17.8544 | 108.097 | 8 | 43 |
| Plugin/clNativeNotebook.cpp | 185 | | clNativeNotebook | InsertPage(size_t, wxWindow *, const wxString &, bool, int, const wxString &) | 6 | 19 | 18 | 1 | 0 | 5 | 1 | 38 | 111 | 582.52 | 14.9762 | 8723.93 | 484.663 | 0.14126 | 89.0398 | 17.3987 | 106.439 | 7 | 3 |
| Plugin/clNativeNotebook.cpp | 205 | | clNativeNotebook | GetPageIndex(wxWindow *) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 53 | 257.473 | 12.0417 | 3100.4 | 172.245 | 0.0708747 | 105.85 | 0 | 105.85 | 2 | 13 |
| Plugin/clNativeNotebook.cpp | 215 | | clNativeNotebook | BindEvents() | 0 | 11 | 11 | 0 | 0 | 2 | 0 | 32 | 80 | 400 | 7.33333 | 2933.33 | 162.963 | 0.0683051 | 100.538 | 0 | 100.538 | 4 | 1 |
| Plugin/clNativeNotebook.cpp | 228 | | clNativeNotebook | GTKLeftDClick(int) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 24 | 47 | 215.493 | 7.61538 | 1641.06 | 91.1702 | 0.0463763 | 105.299 | 23.5268 | 128.826 | 6 | 1 |
| Plugin/clNativeNotebook.cpp | 239 | | clNativeNotebook | GTKMiddleDown(int) | 1 | 13 | 11 | 2 | 0 | 3 | 1 | 28 | 61 | 293.249 | 8.25 | 2419.3 | 134.406 | 0.060072 | 99.2165 | 28.5467 | 127.763 | 7 | 1 |
| Plugin/clNativeNotebook.cpp | 253 | | clNativeNotebook | GTKRightDown(int) | 1 | 15 | 14 | 1 | 0 | 3 | 2 | 28 | 68 | 326.9 | 8.625 | 2819.51 | 156.64 | 0.0665265 | 96.3334 | 19.4709 | 115.804 | 9 | 1 |
| Plugin/clNativeNotebook.cpp | 269 | | clNativeNotebook | FindPageByGTKHandle(WXWidget) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 27 | 50 | 237.744 | 9.69231 | 2304.29 | 128.016 | 0.0581528 | 106.265 | 0 | 106.265 | 3 | 0 |
| Plugin/clNativeNotebook.cpp | 280 | | clNativeNotebook | GetPageDetails(wxWindow *, int &, wxString &, int &) const | 4 | 12 | 12 | 0 | 0 | 3 | 2 | 36 | 77 | 398.084 | 14.5 | 5772.22 | 320.679 | 0.107261 | 98.9239 | 0 | 98.9239 | 5 | 0 |
| Plugin/clNativeNotebook.cpp | 293 | | clNativeNotebook | OnPageChanged(wxBookCtrlEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 62 | 294.803 | 6.76471 | 1994.26 | 110.792 | 0.052812 | 105.606 | 0 | 105.606 | 12 | 2 |
| Plugin/clNativeNotebook.cpp | 303 | | clNativeNotebook | OnPageChanging(wxBookCtrlEvent &) | 1 | 16 | 13 | 3 | 0 | 2 | 1 | 29 | 78 | 378.923 | 10.5625 | 4002.37 | 222.354 | 0.0840279 | 94.7499 | 31.0814 | 125.831 | 12 | 2 |
| Plugin/clNativeNotebook.cpp | 320 | | clNativeNotebook | DoUpdateHistoryPreRemove(wxWindow *) | 1 | 17 | 15 | 2 | 0 | 5 | 3 | 33 | 86 | 433.818 | 14.875 | 6453.04 | 358.502 | 0.115537 | 92.3743 | 25.3357 | 117.71 | 9 | 2 |
| Plugin/clNativeNotebook.cpp | 338 | | clNativeNotebook | DoUpdateHistoryPostRemove(wxWindow *, bool) | 2 | 15 | 12 | 2 | 1 | 5 | 2 | 28 | 59 | 283.634 | 9.1 | 2581.07 | 143.393 | 0.0627208 | 96.6116 | 26.7997 | 123.411 | 4 | 2 |
| Plugin/clNativeNotebook.cpp | 354 | | clNativeNotebook | RemovePage(size_t, bool) | 2 | 37 | 31 | 2 | 4 | 6 | 2 | 52 | 179 | 1020.38 | 22.6034 | 23064.1 | 1281.34 | 0.270086 | 75.0979 | 17.6221 | 92.72 | 21 | 3 |
| Plugin/clNativeNotebook.cpp | 392 | | clNativeNotebook | RemovePage(size_t) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.3 | 431.754 | 23.9863 | 0.0190416 | 148.788 | 0 | 148.788 | 1 | 5 |
| Plugin/clNativeNotebook.cpp | 394 | | clNativeNotebook | DeletePage(size_t, bool) | 2 | 39 | 31 | 3 | 5 | 6 | 2 | 53 | 179 | 1025.3 | 21.85 | 22402.8 | 1244.6 | 0.264899 | 74.2201 | 20.8285 | 95.0486 | 21 | 6 |
| Plugin/clNativeNotebook.cpp | 434 | | clNativeNotebook | DeletePage(size_t) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.3 | 431.754 | 23.9863 | 0.0190416 | 148.788 | 0 | 148.788 | 1 | 2 |
| Plugin/clNativeNotebook.cpp | 436 | | clNativeNotebook | TabButtonClicked(wxWindow *) | 1 | 18 | 15 | 3 | 0 | 3 | 1 | 35 | 74 | 379.567 | 10.9474 | 4155.26 | 230.848 | 0.0861544 | 92.603 | 29.5564 | 122.159 | 8 | 1 |
| Plugin/clNativeNotebook.cpp | 455 | | clNativeNotebook | Initialise(long) | 1 | 40 | 35 | 2 | 3 | 8 | 1 | 75 | 262 | 1631.95 | 19.6827 | 32121.2 | 1784.51 | 0.336827 | 70.933 | 16.9762 | 87.9092 | 17 | 2 |
| Plugin/clNativeNotebook.cpp | 496 | | clNativeNotebook | DoFinaliseAddPage(wxWindow *, const wxString &, int) | 3 | 53 | 38 | 8 | 7 | 7 | 1 | 89 | 291 | 1884.44 | 17.2941 | 32589.7 | 1810.54 | 0.340094 | 65.8561 | 28.3098 | 94.1659 | 25 | 2 |
| Plugin/clNativeNotebook.cpp | 582 | | clNativeNotebook | SetTabDirection(wxDirection) | 1 | 24 | 24 | 0 | 0 | 5 | 1 | 38 | 85 | 446.074 | 10.9091 | 4866.26 | 270.348 | 0.0957214 | 86.643 | 0 | 86.643 | 2 | 2 |
| Plugin/clNativeNotebook.cpp | 607 | | clNativeNotebook | EnableStyle(NotebookStyle, bool) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 4.8125 | 432.444 | 24.0247 | 0.0190619 | 121.306 | 0 | 121.306 | 2 | 3 |
| Plugin/clNativeNotebook.cpp | 613 | | clNativeNotebook | GetCurrentPage() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 31 | 129.268 | 6.28571 | 812.54 | 45.1411 | 0.0290252 | 113.734 | 0 | 113.734 | 3 | 13 |
| Plugin/clNativeNotebook.cpp | 621 | | clNativeNotebook | DeleteAllPages() [override] | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 25 | 51 | 236.837 | 9 | 2131.53 | 118.418 | 0.0552086 | 101.624 | 0 | 101.624 | 6 | 1 |
| Plugin/clNativeNotebook.cpp | 634 | | clNativeNotebook | SetPageBitmap(size_t, int) | 2 | 10 | 9 | 1 | 0 | 2 | 1 | 30 | 51 | 250.251 | 10.5 | 2627.64 | 145.98 | 0.063473 | 104.521 | 23.5268 | 128.048 | 4 | 0 |
| Plugin/clNativeNotebook.cpp | 645 | | clNativeNotebook | GetPageBitmap(size_t) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 122.3 | 0 | 122.3 | 2 | 1 |
| Plugin/clNativeNotebook.cpp | 651 | | clNativeNotebook | GetPageIndex(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 48 | 225.621 | 10.5 | 2369.02 | 131.612 | 0.0592368 | 106.537 | 0 | 106.537 | 3 | 4 |
| Plugin/clNativeNotebook.cpp | 661 | | clNativeNotebook | GetAllPages(std::vector<wxWindow *> &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 27 | 45 | 213.97 | 9.15385 | 1958.65 | 108.814 | 0.0521815 | 113.611 | 0 | 113.611 | 3 | 0 |
| Plugin/clNativeNotebook.cpp | 668 | | clNativeNotebook | SetPageToolTip(size_t, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 52 | 260 | 12.8571 | 3342.86 | 185.714 | 0.0745231 | 106.029 | 0 | 106.029 | 4 | 3 |
| Plugin/clNativeNotebook.cpp | 678 | | clNativeNotebook | MoveActivePage(int) | 1 | 14 | 12 | 1 | 1 | 2 | 1 | 32 | 66 | 330 | 10.5 | 3465 | 192.5 | 0.0763275 | 97.632 | 20.1155 | 117.748 | 7 | 1 |
| Plugin/clNativeNotebook.cpp | 693 | | clNativeNotebook | GetHistory() const | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 3.5 | 181.322 | 10.0734 | 0.0106785 | 124.17 | 31.9355 | 156.106 | 1 | 1 |
| Plugin/clNativeNotebook.cpp | 699 | | clNativeNotebook | GetAllTabs(clTabInfo::Vec_t &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 71 | 355 | 13.5 | 4792.5 | 266.25 | 0.0947517 | 106.318 | 0 | 106.318 | 7 | 3 |
| Plugin/clNativeNotebook.cpp | 709 | | clNativeNotebook | GTKActionButtonMenuClicked(GtkToolItem *) | 1 | 95 | 83 | 5 | 8 | 14 | 4 | 135 | 558 | 3948.86 | 33.8317 | 133597 | 7422.04 | 0.871116 | 50.945 | 17.3987 | 68.3437 | 68 | 1 |
| Plugin/clNativeNotebook.cpp | 805 | | clNativeNotebook | GTKActionButtonNewClicked(GtkToolItem *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 112.557 | 0 | 112.557 | 6 | 1 |
| Plugin/clNativeNotebook.cpp | 814 | | clNativeNotebook | GetPageBitmapIndex(size_t) const | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 14 | 53.303 | 3.5 | 186.56 | 10.3645 | 0.0108832 | 124.022 | 31.9355 | 155.957 | 0 | 1 |
| Plugin/clNodeJS.cpp | 16 | | clNodeJS | Initialise(const wxArrayString &) | 1 | 14 | 12 | 1 | 1 | 3 | 1 | 30 | 68 | 333.669 | 9.55882 | 3189.48 | 177.193 | 0.0722257 | 97.3445 | 20.1155 | 117.46 | 11 | 0 |
| Plugin/clNodeJS.cpp | 31 | | clNodeJS | NpmInstall(const wxString &, const wxString &, const wxString &, wxEvtHandler *, const wxString &) | 5 | 26 | 22 | 2 | 3 | 3 | 1 | 54 | 158 | 909.272 | 15.5 | 14093.7 | 782.984 | 0.194489 | 82.1031 | 20.8285 | 102.932 | 28 | 0 |
| Plugin/clNodeJS.cpp | 58 | | clNodeJS | OnProcessOutput(clProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 53 | 252.009 | 10.7692 | 2713.94 | 150.775 | 0.0648554 | 108.1 | 0 | 108.1 | 6 | 2 |
| Plugin/clNodeJS.cpp | 67 | | clNodeJS | OnProcessTerminated(clProcessEvent &) | 1 | 19 | 18 | 2 | 0 | 5 | 2 | 45 | 141 | 774.351 | 16.6667 | 12905.9 | 716.992 | 0.183402 | 87.5596 | 24.0864 | 111.646 | 21 | 2 |
| Plugin/clNodeJS.cpp | 87 | | clNodeJS | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 0 |
| Plugin/clNodeJS.cpp | 93 | | clNodeJS | Shutdown() | 0 | 16 | 12 | 2 | 2 | 2 | 1 | 31 | 57 | 282.389 | 10.9286 | 3086.11 | 171.451 | 0.0706567 | 96.279 | 26.0372 | 122.316 | 7 | 0 |
| Plugin/clNodeJS.cpp | 110 | | clNodeJS | BindEvents() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 32 | 130.799 | 6.1875 | 809.318 | 44.9621 | 0.0289484 | 119.354 | 0 | 119.354 | 2 | 1 |
| Plugin/clNodeJS.cpp | 116 | | clNodeJS | UnBindEvents() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 32 | 130.799 | 6.1875 | 809.318 | 44.9621 | 0.0289484 | 119.354 | 0 | 119.354 | 2 | 1 |
| Plugin/clNodeJS.cpp | 122 | | clNodeJS | NpmInit(const wxString &, wxEvtHandler *) | 2 | 18 | 15 | 1 | 2 | 2 | 1 | 46 | 110 | 607.592 | 11.7241 | 7123.49 | 395.749 | 0.123407 | 90.3866 | 17.8544 | 108.241 | 21 | 0 |
| Plugin/clNodeJS.cpp | 141 | | clNodeJS | LintFile(const wxFileName &) | 1 | 20 | 18 | 0 | 2 | 3 | 1 | 44 | 112 | 611.456 | 12 | 7337.48 | 407.638 | 0.125866 | 88.4168 | 0 | 88.4168 | 17 | 0 |
| Plugin/clNodeJS.cpp | 162 | | clNodeJS | ProcessLintOutput(const wxFileName &, const wxString &) | 2 | 23 | 16 | 3 | 4 | 3 | 1 | 50 | 145 | 818.359 | 15.4545 | 12647.4 | 702.632 | 0.180945 | 84.637 | 26.5382 | 111.175 | 21 | 1 |
| Plugin/clNodeJS.cpp | 186 | | clNodeJS | RunScript(const wxArrayString &, const wxString &, size_t) | 3 | 28 | 24 | 1 | 3 | 6 | 1 | 54 | 153 | 880.498 | 18.9062 | 16646.9 | 924.828 | 0.217321 | 80.3798 | 14.4303 | 94.81 | 25 | 0 |
| Plugin/clNotebookTheme.cpp | 6 | | clNotebookTheme | [static] GetTheme(clNotebookTheme::eNotebookTheme) | 1 | 27 | 27 | 2 | 0 | 3 | 1 | 43 | 174 | 944.17 | 17.8621 | 16864.8 | 936.935 | 0.219213 | 81.2958 | 20.4627 | 101.759 | 34 | 0 |
| Plugin/clPersistenceManager.cpp | 5 | | clPersistenceManager | clPersistenceManager() | 0 | 10 | 10 | 1 | 0 | 1 | 0 | 25 | 52 | 241.481 | 7.46429 | 1802.48 | 100.138 | 0.0493695 | 104.937 | 23.5268 | 128.464 | 9 | 1 |
| Plugin/clPersistenceManager.cpp | 16 | | clPersistenceManager | ~clPersistenceManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 2 | 0 |
| Plugin/clPersistenceManager.cpp | 18 | | clPersistenceManager | GetConfig() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 69 | | | PostCommandEvent(wxWindow *, wxWindow *) | 2 | 11 | 8 | 2 | 1 | 1 | 0 | 25 | 47 | 218.261 | 6.46875 | 1411.88 | 78.4376 | 0.0419511 | 103.918 | 30.6787 | 134.597 | 4 | 3 |
| Plugin/clPluginsFindBar.cpp | 83 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 25 | 40 | 185.754 | 6.92308 | 1285.99 | 71.4439 | 0.0394189 | 106.071 | 0 | 106.071 | 0 | 1 |
| Plugin/clPluginsFindBar.cpp | 95 | | clPluginsFindBar | clPluginsFindBar(wxWindow *, wxWindowID) | 2 | 109 | 96 | 6 | 7 | 4 | 2 | 137 | 860 | 6104.31 | 39.3028 | 239916 | 13328.7 | 1.28702 | 48.7531 | 17.776 | 66.529 | 121 | 1 |
| Plugin/clPluginsFindBar.cpp | 205 | | clPluginsFindBar | ~clPluginsFindBar() [override] | 0 | 26 | 21 | 2 | 3 | 2 | 2 | 50 | 194 | 1094.91 | 18.3871 | 20132.2 | 1118.45 | 0.246683 | 81.367 | 20.8285 | 102.196 | 27 | 0 |
| Plugin/clPluginsFindBar.cpp | 232 | | clPluginsFindBar | Show(bool) [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 19 | 30 | 127.438 | 8.57143 | 1092.32 | 60.6847 | 0.0353546 | 113.579 | 0 | 113.579 | 2 | 4 |
| Plugin/clPluginsFindBar.cpp | 242 | | clPluginsFindBar | DoSearch(size_t) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 123.848 | 0 | 123.848 | 2 | 18 |
| Plugin/clPluginsFindBar.cpp | 247 | | clPluginsFindBar | OnHide(wxCommandEvent &) | 1 | 9 | 6 | 2 | 1 | 1 | 0 | 21 | 35 | 153.731 | 5.45455 | 838.533 | 46.5852 | 0.029641 | 108.992 | 33.3545 | 142.346 | 6 | 4 |
| Plugin/clPluginsFindBar.cpp | 263 | | clPluginsFindBar | OnNext(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 108.485 | 0 | 108.485 | 9 | 2 |
| Plugin/clPluginsFindBar.cpp | 273 | | clPluginsFindBar | OnPrev(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 108.485 | 0 | 108.485 | 9 | 2 |
| Plugin/clPluginsFindBar.cpp | 283 | | clPluginsFindBar | OnText(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 23 | 37 | 167.372 | 7.09091 | 1186.82 | 65.9343 | 0.0373653 | 112.161 | 0 | 112.161 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 291 | | clPluginsFindBar | OnKeyDown(wxKeyEvent &) [override] | 1 | 23 | 21 | 2 | 0 | 4 | 1 | 28 | 67 | 322.093 | 8.5 | 2737.79 | 152.099 | 0.0652347 | 89.2558 | 22.0554 | 111.311 | 5 | 0 |
| Plugin/clPluginsFindBar.cpp | 314 | | clPluginsFindBar | OnReplaceKeyDown(wxKeyEvent &) [override] | 1 | 23 | 21 | 2 | 0 | 4 | 1 | 28 | 67 | 322.093 | 8.5 | 2737.79 | 152.099 | 0.0652347 | 89.2558 | 22.0554 | 111.311 | 5 | 0 |
| Plugin/clPluginsFindBar.cpp | 338 | | clPluginsFindBar | OnEnter(wxCommandEvent &) [override] | 1 | 19 | 15 | 2 | 2 | 3 | 1 | 36 | 92 | 475.633 | 8.76087 | 4166.96 | 231.498 | 0.0863161 | 90.5539 | 24.0864 | 114.64 | 12 | 0 |
| Plugin/clPluginsFindBar.cpp | 358 | | clPluginsFindBar | OnReplace(wxCommandEvent &) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 119.079 | 29.5564 | 148.636 | 2 | 1 |
| Plugin/clPluginsFindBar.cpp | 365 | | clPluginsFindBar | DoReplace() | 0 | 90 | 61 | 11 | 18 | 14 | 2 | 78 | 354 | 2225.03 | 27.3333 | 60817.6 | 3378.75 | 0.515503 | 54.8039 | 25.7755 | 80.5794 | 37 | 2 |
| Plugin/clPluginsFindBar.cpp | 456 | | clPluginsFindBar | OnReplaceEnter(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.72727 | 816.844 | 45.3802 | 0.0291276 | 115.95 | 0 | 115.95 | 5 | 0 |
| Plugin/clPluginsFindBar.cpp | 463 | | clPluginsFindBar | SetEditor(wxStyledTextCtrl *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 31 | 136.162 | 8.125 | 1106.31 | 61.4619 | 0.0356559 | 111.301 | 0 | 111.301 | 2 | 6 |
| Plugin/clPluginsFindBar.cpp | 472 | | clPluginsFindBar | Show(const wxString &, bool) | 2 | 8 | 6 | 2 | 0 | 2 | 1 | 22 | 33 | 147.161 | 8.66667 | 1275.4 | 70.8554 | 0.0392021 | 110.897 | 34.9714 | 145.868 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 481 | | clPluginsFindBar | DoShow(bool, const wxString &, bool) | 3 | 80 | 66 | 6 | 8 | 22 | 4 | 87 | 429 | 2764.02 | 27.918 | 77166.1 | 4287 | 0.604175 | 53.7441 | 20.5825 | 74.3266 | 47 | 5 |
| Plugin/clPluginsFindBar.cpp | 562 | | clPluginsFindBar | OnFindNextCaret(wxCommandEvent &) | 1 | 22 | 17 | 1 | 4 | 4 | 2 | 40 | 117 | 622.666 | 14.3333 | 8924.87 | 495.826 | 0.143421 | 86.5483 | 16.2158 | 102.764 | 16 | 2 |
| Plugin/clPluginsFindBar.cpp | 585 | | clPluginsFindBar | OnFindPreviousCaret(wxCommandEvent &) | 1 | 22 | 17 | 1 | 4 | 4 | 2 | 40 | 117 | 622.666 | 14.3333 | 8924.87 | 495.826 | 0.143421 | 86.5483 | 16.2158 | 102.764 | 16 | 2 |
| Plugin/clPluginsFindBar.cpp | 608 | | clPluginsFindBar | DoSelectAll(bool) | 1 | 74 | 59 | 6 | 10 | 12 | 2 | 87 | 488 | 3144.16 | 39.2131 | 123292 | 6849.56 | 0.825726 | 56.637 | 21.348 | 77.985 | 67 | 1 |
| Plugin/clPluginsFindBar.cpp | 683 | | clPluginsFindBar | DoHighlightMatches(bool) | 1 | 62 | 52 | 2 | 8 | 12 | 3 | 84 | 382 | 2441.87 | 39.1667 | 95639.7 | 5313.32 | 0.697115 | 60.8177 | 13.7333 | 74.5511 | 53 | 9 |
| Plugin/clPluginsFindBar.cpp | 746 | | clPluginsFindBar | OnReceivingFocus(wxFocusEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 25 | 57 | 264.7 | 9.75 | 2580.82 | 143.379 | 0.0627168 | 109.778 | 0 | 109.778 | 6 | 0 |
| Plugin/clPluginsFindBar.cpp | 754 | | clPluginsFindBar | OnQuickFindCommandEvent(wxCommandEvent &) | 1 | 17 | 14 | 1 | 2 | 4 | 1 | 31 | 92 | 455.786 | 15.4667 | 7049.49 | 391.638 | 0.122551 | 92.3474 | 18.3478 | 110.695 | 10 | 1 |
| Plugin/clPluginsFindBar.cpp | 772 | | clPluginsFindBar | OnReleaseEditor(clFindEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 25 | 40 | 185.754 | 9.54545 | 1773.11 | 98.506 | 0.0488318 | 109.456 | 0 | 109.456 | 2 | 2 |
| Plugin/clPluginsFindBar.cpp | 781 | | clPluginsFindBar | DoCheckPlugins() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6 | 855.742 | 47.5412 | 0.0300451 | 113.453 | 27.6325 | 141.086 | 5 | 1 |
| Plugin/clPluginsFindBar.cpp | 789 | | clPluginsFindBar | ShowForPlugins() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 10 | 1756.93 | 97.6071 | 0.0485342 | 108.068 | 0 | 108.068 | 5 | 0 |
| Plugin/clPluginsFindBar.cpp | 799 | | clPluginsFindBar | DoGetSelectedText() | 0 | 20 | 18 | 0 | 2 | 5 | 3 | 33 | 101 | 509.484 | 18.0625 | 9202.55 | 511.253 | 0.146381 | 88.9055 | 0 | 88.9055 | 8 | 5 |
| Plugin/clPluginsFindBar.cpp | 820 | | clPluginsFindBar | OnButtonNext(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 821 | | clPluginsFindBar | OnButtonPrev(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 823 | | clPluginsFindBar | DoGetSearchFlags() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 7 |
| Plugin/clPluginsFindBar.cpp | 825 | | clPluginsFindBar | OnFindAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 826 | | clPluginsFindBar | OnButtonReplace(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 827 | | clPluginsFindBar | OnFindMouseWheel(wxMouseEvent &) | 1 | 6 | 4 | 2 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 120.522 | 38.9925 | 159.515 | 1 | 0 |
| Plugin/clPluginsFindBar.cpp | 834 | | clPluginsFindBar | [static] DoEnsureLineIsVisible(wxStyledTextCtrl *, int) | 2 | 29 | 25 | 4 | 0 | 7 | 2 | 46 | 182 | 1005.29 | 26.1538 | 26292.2 | 1460.68 | 0.294734 | 78.8921 | 27.2067 | 106.099 | 14 | 3 |
| Plugin/clPluginsFindBar.cpp | 864 | | clPluginsFindBar | DoFixRegexParen(wxString &) | 1 | 15 | 11 | 3 | 1 | 1 | 0 | 23 | 83 | 375.456 | 11.8929 | 4465.24 | 248.069 | 0.0903876 | 96.0733 | 31.9355 | 128.009 | 24 | 4 |
| Plugin/clPluginsFindBar.cpp | 880 | | clPluginsFindBar | DoSetCaretAtEndOfText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/clPluginsFindBar.cpp | 882 | | clPluginsFindBar | OnReplaceAll(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 888 | | clPluginsFindBar | DoReplaceAll(bool) | 1 | 164 | 127 | 16 | 23 | 25 | 5 | 121 | 822 | 5687.31 | 56.0625 | 318845 | 17713.6 | 1.55572 | 37.673 | 23.2612 | 60.9342 | 104 | 1 |
| Plugin/clPluginsFindBar.cpp | 1053 | | clPluginsFindBar | OnFind(wxCommandEvent &) [override] | 1 | 15 | 12 | 3 | 0 | 3 | 2 | 33 | 72 | 363.196 | 8.47368 | 3077.61 | 170.978 | 0.0705269 | 95.7859 | 31.9355 | 127.721 | 10 | 0 |
| Plugin/clPluginsFindBar.cpp | 1069 | | clPluginsFindBar | OnFindPrev(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 32 | 67 | 335 | 8.16667 | 2735.83 | 151.991 | 0.0652036 | 101.231 | 0 | 101.231 | 9 | 0 |
| Plugin/clPluginsFindBar.cpp | 1081 | | clPluginsFindBar | OnReplaceTextEnter(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/clPluginsFindBar.cpp | 1082 | | clPluginsFindBar | OnReplaceTextUpdated(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/clPluginsFindBar.cpp | 1084 | | clPluginsFindBar | OnFindAllUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 1085 | | clPluginsFindBar | OnFindPrevUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 1086 | | clPluginsFindBar | OnFindUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 1087 | | clPluginsFindBar | OnReplaceAllUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 1088 | | clPluginsFindBar | OnReplaceUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 6.11111 | 686.706 | 38.1504 | 0.0259453 | 123.529 | 0 | 123.529 | 2 | 0 |
| Plugin/clPluginsFindBar.cpp | 1093 | | clPluginsFindBar | DoArrowDown(clTerminalHistory &, wxTextCtrl *) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 87 | 446.248 | 11.3333 | 5057.47 | 280.971 | 0.0982127 | 98.56 | 0 | 98.56 | 8 | 0 |
| Plugin/clPluginsFindBar.cpp | 1106 | | clPluginsFindBar | DoArrowUp(clTerminalHistory &, wxTextCtrl *) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 87 | 446.248 | 11.3333 | 5057.47 | 280.971 | 0.0982127 | 98.56 | 0 | 98.56 | 8 | 0 |
| Plugin/clPluginsFindBar.cpp | 1119 | | clPluginsFindBar | OnButtonKeyDown(wxKeyEvent &) [override] | 1 | 15 | 15 | 0 | 0 | 2 | 1 | 26 | 53 | 249.123 | 8.75 | 2179.83 | 121.102 | 0.0560394 | 97.9763 | 0 | 97.9763 | 5 | 0 |
| Plugin/clPluginsFindBar.cpp | 1135 | | clPluginsFindBar | [static] Search(wxStyledTextCtrl *, const wxString &, size_t, clPluginsFindBar *) | 4 | 110 | 92 | 9 | 9 | 30 | 3 | 94 | 627 | 4109.73 | 38.4 | 157814 | 8767.42 | 0.973438 | 44.6824 | 21.4384 | 66.1209 | 63 | 1 |
| Plugin/clPluginsFindBar.cpp | 1246 | | clPluginsFindBar | OnPaint(wxPaintEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 48 | 214.053 | 6.23077 | 1333.71 | 74.0952 | 0.0403881 | 111.342 | 0 | 111.342 | 9 | 0 |
| Plugin/clPluginsFindBar.cpp | 1254 | | clPluginsFindBar | HasFocus() const [override] | 0 | 6 | 6 | 0 | 0 | 7 | 0 | 25 | 48 | 222.905 | 8.64286 | 1926.54 | 107.03 | 0.0516096 | 112.248 | 0 | 112.248 | 1 | 6 |
| Plugin/clProfileHandler.cpp | 8 | | clProfileHandler | clProfileHandler() | 0 | 16 | 15 | 0 | 1 | 1 | 0 | 32 | 88 | 440 | 8.11905 | 3572.38 | 198.466 | 0.0778964 | 94.2028 | 0 | 94.2028 | 8 | 1 |
| Plugin/clProfileHandler.cpp | 25 | | clProfileHandler | ~clProfileHandler() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 11 | 2995.56 | 166.42 | 0.0692677 | 112.587 | 0 | 112.587 | 6 | 0 |
| Plugin/clProfileHandler.cpp | 32 | | clProfileHandler | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.31818 | 712.529 | 39.5849 | 0.0265918 | 116.276 | 0 | 116.276 | 5 | 2 |
| Plugin/clProfileHandler.cpp | 39 | | clProfileHandler | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 13 | 11 | 2 | 0 | 2 | 1 | 21 | 49 | 215.224 | 8 | 1721.79 | 95.6549 | 0.0478849 | 101.055 | 28.5467 | 129.602 | 6 | 2 |
| Plugin/clProfileHandler.cpp | 53 | | clProfileHandler | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 1 |
| Plugin/clProfileHandler.cpp | 59 | | clProfileHandler | HandleWorkspaceTabs(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 0 | 2 |
| Plugin/clProfileHandler.cpp | 61 | | clProfileHandler | HandleOutputTabs(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 0 | 2 |
| Plugin/clProfileHandler.cpp | 63 | | clProfileHandler | IsPageExistsInBook(PaneId, const wxString &) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 30 | 133.783 | 7.8 | 1043.51 | 57.9726 | 0.0342933 | 122.852 | 0 | 122.852 | 2 | 0 |
| Plugin/clProfileHandler.cpp | 68 | | clProfileHandler | RestoreTabs(wxStringSet_t &, wxEventType) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 60 | 297.252 | 8.66667 | 2576.18 | 143.121 | 0.0626416 | 105.333 | 0 | 105.333 | 7 | 2 |
| Plugin/clProfileHandler.cpp | 78 | | clProfileHandler | HideTabs(const wxStringSet_t &, PaneId, wxEventType, wxStringSet_t &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 42 | 184.477 | 6 | 1106.86 | 61.4924 | 0.0356677 | 114.612 | 0 | 114.612 | 0 | 0 |
| Plugin/clProfileHandler.cpp | 85 | | clProfileHandler | OnGoingDown(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/clPropertiesPage.cpp | 22 | | clPropertiesPage | clPropertiesPage(wxWindow *, wxWindowID) | 2 | 21 | 16 | 2 | 3 | 1 | 0 | 57 | 167 | 974.093 | 12.9625 | 12626.7 | 701.482 | 0.180747 | 85.6649 | 23.0043 | 108.669 | 23 | 15 |
| Plugin/clPropertiesPage.cpp | 44 | | clPropertiesPage | ~clPropertiesPage() [override] | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 29 | 98 | 476.082 | 11.2941 | 5376.93 | 298.718 | 0.102306 | 98.2234 | 0 | 98.2234 | 8 | 0 |
| Plugin/clPropertiesPage.cpp | 57 | | clPropertiesPage | AddProperty(const wxString &, const wxArrayString &, const wxString &, clPropertiesPage::Callback_t) | 4 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 73 | 371.385 | 14.2222 | 5281.92 | 293.44 | 0.101097 | 100.924 | 0 | 100.924 | 4 | 3 |
| Plugin/clPropertiesPage.cpp | 69 | | clPropertiesPage | AddProperty(const wxString &, const std::vector<wxString> &, size_t, clPropertiesPage::Callback_t) | 4 | 12 | 12 | 0 | 0 | 2 | 1 | 34 | 78 | 396.822 | 11.1429 | 4421.73 | 245.652 | 0.0897995 | 99.1704 | 0 | 99.1704 | 8 | 1 |
| Plugin/clPropertiesPage.cpp | 82 | | clPropertiesPage | AddProperty(const wxString &, const std::vector<wxString> &, const wxString &, clPropertiesPage::Callback_t) | 4 | 12 | 12 | 0 | 0 | 2 | 1 | 33 | 80 | 403.552 | 12.025 | 4852.71 | 269.595 | 0.0955436 | 99.0829 | 0 | 99.0829 | 8 | 7 |
| Plugin/clPropertiesPage.cpp | 95 | | clPropertiesPage | AddProperty(const wxString &, const wxArrayString &, size_t, clPropertiesPage::Callback_t) | 4 | 16 | 15 | 0 | 1 | 2 | 0 | 47 | 102 | 566.568 | 13.6 | 7705.33 | 428.074 | 0.130039 | 92.6582 | 0 | 92.6582 | 15 | 5 |
| Plugin/clPropertiesPage.cpp | 112 | | clPropertiesPage | AddProperty(const wxString &, bool, clPropertiesPage::Callback_t) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 37 | 76 | 395.918 | 10.0208 | 3967.43 | 220.413 | 0.0835382 | 99.4122 | 0 | 99.4122 | 11 | 73 |
| Plugin/clPropertiesPage.cpp | 125 | | clPropertiesPage | AddProperty(const wxString &, long, clPropertiesPage::Callback_t) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 40 | 86 | 457.686 | 9.87037 | 4517.53 | 250.974 | 0.0910918 | 98.6584 | 0 | 98.6584 | 13 | 21 |
| Plugin/clPropertiesPage.cpp | 138 | | clPropertiesPage | AddProperty(const wxString &, const wxString &, clPropertiesPage::Callback_t) | 3 | 13 | 11 | 1 | 1 | 1 | 0 | 39 | 84 | 443.974 | 10.25 | 4550.73 | 252.818 | 0.0915376 | 97.5198 | 20.8285 | 118.348 | 11 | 30 |
| Plugin/clPropertiesPage.cpp | 152 | | clPropertiesPage | AddProperty(const wxString &, const wxColour &, clPropertiesPage::Callback_t) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 37 | 78 | 406.337 | 10.2917 | 4181.89 | 232.327 | 0.0865221 | 99.2772 | 0 | 99.2772 | 11 | 4 |
| Plugin/clPropertiesPage.cpp | 165 | | clPropertiesPage | AddPropertyFilePicker(const wxString &, const wxString &, clPropertiesPage::Callback_t) | 3 | 15 | 13 | 1 | 1 | 1 | 0 | 39 | 84 | 443.974 | 10.25 | 4550.73 | 252.818 | 0.0915376 | 95.2016 | 19.4709 | 114.673 | 11 | 0 |
| Plugin/clPropertiesPage.cpp | 181 | | clPropertiesPage | AddPropertyDirPicker(const wxString &, const wxString &, clPropertiesPage::Callback_t) | 3 | 15 | 13 | 1 | 1 | 1 | 0 | 39 | 84 | 443.974 | 10.25 | 4550.73 | 252.818 | 0.0915376 | 95.2016 | 19.4709 | 114.673 | 11 | 0 |
| Plugin/clPropertiesPage.cpp | 197 | | clPropertiesPage | AddPropertyLanguagePicker(const wxString &, const wxArrayString &, clPropertiesPage::Callback_t) | 3 | 16 | 14 | 1 | 1 | 1 | 0 | 44 | 94 | 513.187 | 10.7333 | 5508.2 | 306.011 | 0.103965 | 93.4027 | 18.8844 | 112.287 | 12 | 1 |
| Plugin/clPropertiesPage.cpp | 214 | | clPropertiesPage | AddPropertyButton(const wxString &, const wxString &, clPropertiesPage::Callback_t) | 3 | 15 | 13 | 1 | 1 | 1 | 0 | 38 | 80 | 419.834 | 11.0833 | 4653.16 | 258.509 | 0.0929061 | 95.4923 | 19.4709 | 114.963 | 11 | 2 |
| Plugin/clPropertiesPage.cpp | 230 | | clPropertiesPage | AddHeader(const wxString &) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 24 | 38 | 174.229 | 6.07143 | 1057.82 | 58.7676 | 0.0346061 | 110.249 | 26.0372 | 136.286 | 4 | 37 |
| Plugin/clPropertiesPage.cpp | 239 | | clPropertiesPage | OnActionButton(wxDataViewEvent &) | 1 | 81 | 76 | 2 | 3 | 20 | 1 | 80 | 385 | 2433.94 | 24.2759 | 59086 | 3282.56 | 0.505672 | 54.6641 | 12.0518 | 66.7159 | 34 | 2 |
| Plugin/clPropertiesPage.cpp | 321 | | clPropertiesPage | ShowColourPicker(size_t, const wxColour &) | 2 | 16 | 14 | 1 | 1 | 2 | 1 | 41 | 88 | 471.465 | 12.3958 | 5844.2 | 324.678 | 0.108151 | 93.6137 | 18.8844 | 112.498 | 11 | 1 |
| Plugin/clPropertiesPage.cpp | 338 | | clPropertiesPage | ShowTextEditor(size_t, const wxString &) | 2 | 26 | 18 | 5 | 3 | 2 | 1 | 58 | 142 | 831.833 | 12.439 | 10347.2 | 574.844 | 0.15828 | 82.7959 | 31.415 | 114.211 | 16 | 1 |
| Plugin/clPropertiesPage.cpp | 365 | | clPropertiesPage | ShowStringSelectionMenu(size_t, const wxArrayString &) | 2 | 5 | 4 | 1 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.13636 | 822.149 | 45.6749 | 0.0292536 | 119.229 | 31.9355 | 151.165 | 2 | 1 |
| Plugin/clPropertiesPage.cpp | 371 | | clPropertiesPage | ShowFilePicker(size_t, const wxString &) | 2 | 27 | 23 | 2 | 2 | 4 | 1 | 57 | 173 | 1009.09 | 16.1538 | 16300.7 | 905.594 | 0.214297 | 80.7201 | 20.4627 | 101.183 | 29 | 1 |
| Plugin/clPropertiesPage.cpp | 399 | | clPropertiesPage | ShowDirPicker(size_t, const wxString &) | 2 | 17 | 14 | 2 | 1 | 2 | 1 | 47 | 101 | 561.013 | 10.8387 | 6080.66 | 337.815 | 0.111048 | 91.7273 | 25.3357 | 117.063 | 13 | 1 |
| Plugin/clPropertiesPage.cpp | 417 | | clPropertiesPage | ShowLanguagePicker(size_t, const wxString &) | 2 | 19 | 16 | 2 | 1 | 2 | 1 | 49 | 108 | 606.389 | 10.9091 | 6615.15 | 367.508 | 0.117464 | 89.521 | 24.0864 | 113.607 | 14 | 1 |
| Plugin/clPropertiesPage.cpp | 437 | | clPropertiesPage | DoButtonClicked(size_t) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 123.976 | 31.9355 | 155.912 | 1 | 1 |
| Plugin/clPropertiesPage.cpp | 443 | | clPropertiesPage | ShowNumberPicker(size_t, long) | 2 | 18 | 16 | 1 | 1 | 2 | 1 | 55 | 130 | 751.577 | 12.3026 | 9246.37 | 513.687 | 0.146845 | 89.2807 | 17.8544 | 107.135 | 19 | 1 |
| Plugin/clPropertiesPage.cpp | 462 | | clPropertiesPage | SetHeaderColours(const wxDataViewItem &) | 1 | 23 | 17 | 3 | 3 | 2 | 1 | 39 | 112 | 591.965 | 13.72 | 8121.76 | 451.209 | 0.134683 | 86.5511 | 26.5382 | 113.089 | 15 | 2 |
| Plugin/clPropertiesPage.cpp | 486 | | clPropertiesPage | OnThemeChanged(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 47 | 223.48 | 7.6 | 1698.45 | 94.3581 | 0.0474511 | 106.816 | 0 | 106.816 | 5 | 2 |
| Plugin/clPropertiesPage.cpp | 496 | | clPropertiesPage | OnInitDone(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 39 | 181.11 | 7.58333 | 1373.42 | 76.3011 | 0.0411858 | 114.708 | 0 | 114.708 | 3 | 2 |
| Plugin/clPropertiesPage.cpp | 503 | | clPropertiesPage | GetLineData(size_t, const LineData **) const | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 32 | 65 | 325 | 13.5 | 4387.5 | 243.75 | 0.0893354 | 98.6819 | 0 | 98.6819 | 4 | 3 |
| Plugin/clPropertiesPage.cpp | 517 | | clPropertiesPage | OnChoice(wxDataViewEvent &) | 1 | 15 | 12 | 1 | 2 | 3 | 1 | 36 | 86 | 444.614 | 12.4 | 5513.21 | 306.289 | 0.104028 | 94.7341 | 19.4709 | 114.205 | 11 | 2 |
| Plugin/clPropertiesPage.cpp | 533 | | clPropertiesPage | OnValueChanged(wxDataViewEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 0 | 30 | 64 | 314.041 | 8.33333 | 2617.01 | 145.389 | 0.0633017 | 103.571 | 23.5268 | 127.097 | 9 | 2 |
| Plugin/clPropertiesPage.cpp | 544 | | clPropertiesPage | SetModified() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.6 | 985.636 | 54.7576 | 0.0330134 | 113.214 | 0 | 113.214 | 5 | 8 |
| Plugin/clPropertiesPage.cpp | 552 | | clPropertiesPage | ClearModified() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.6 | 985.636 | 54.7576 | 0.0330134 | 113.214 | 0 | 113.214 | 5 | 0 |
| Plugin/clPropertiesPage.cpp | 560 | | clPropertiesPage | NotifyChange(size_t) | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 29 | 59 | 286.621 | 11.7857 | 3378.03 | 187.668 | 0.0750449 | 103.586 | 0 | 103.586 | 5 | 8 |
| Plugin/clPropertiesPage.cpp | 571 | | clPropertiesPage | Finalize() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/clPropertiesPage.cpp | 573 | | clPropertiesPage | Begin() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/clPropertiesPage.cpp | 575 | | clPropertiesPage | [virtual] Clear() | 0 | 8 | 8 | 0 | 0 | 1 | 1 | 20 | 35 | 151.267 | 6 | 907.605 | 50.4225 | 0.0312471 | 110.984 | 0 | 110.984 | 3 | 1 |
| Plugin/clRegistery.cpp | 33 | | clRegistery | clRegistery(const wxString &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 8 | 1140.99 | 63.3883 | 0.0363971 | 109.382 | 0 | 109.382 | 0 | 0 |
| Plugin/clRegistery.cpp | 43 | | clRegistery | ReadValueString(const wxString &) | 1 | 14 | 14 | 0 | 0 | 2 | 0 | 28 | 52 | 249.982 | 10.5 | 2624.82 | 145.823 | 0.0634276 | 99.076 | 0 | 99.076 | 2 | 0 |
| Plugin/clRegistery.cpp | 58 | | clRegistery | GetFirstChild() | 0 | 15 | 15 | 0 | 0 | 3 | 0 | 27 | 57 | 271.029 | 10.2143 | 2768.36 | 153.798 | 0.0657195 | 97.308 | 0 | 97.308 | 2 | 0 |
| Plugin/clRemoteDirCtrl.cpp | 25 | {anonymous} | | is_hidden(const wxString &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 21 | 25 | 109.808 | 8.125 | 892.189 | 49.5661 | 0.0308923 | 146.107 | 0 | 146.107 | 3 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 28 | | clRemoteDirCtrl | clRemoteDirCtrl(wxWindow *) | 1 | 34 | 26 | 4 | 4 | 5 | 2 | 75 | 279 | 1737.84 | 24.75 | 43011.6 | 2389.53 | 0.4092 | 73.9289 | 25.3357 | 99.2646 | 34 | 2 |
| Plugin/clRemoteDirCtrl.cpp | 63 | | clRemoteDirCtrl | ~clRemoteDirCtrl() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| Plugin/clRemoteDirCtrl.cpp | 70 | | clRemoteDirCtrl | GetItemData(const wxTreeItemId &) const | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 23 | 40 | 180.942 | 12.4444 | 2251.73 | 125.096 | 0.057265 | 114.713 | 0 | 114.713 | 2 | 13 |
| Plugin/clRemoteDirCtrl.cpp | 77 | | clRemoteDirCtrl | OnItemActivated(wxTreeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 2 |
| Plugin/clRemoteDirCtrl.cpp | 79 | | clRemoteDirCtrl | OnItemExpanding(wxTreeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 2 |
| Plugin/clRemoteDirCtrl.cpp | 81 | | clRemoteDirCtrl | Open(const wxString &, const SSHAccountInfo &) | 2 | 27 | 21 | 3 | 4 | 3 | 1 | 53 | 143 | 819.093 | 13.6286 | 11163.1 | 620.17 | 0.166495 | 82.0348 | 24.6875 | 106.722 | 19 | 2 |
| Plugin/clRemoteDirCtrl.cpp | 109 | | clRemoteDirCtrl | Close(bool) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 49 | 230.322 | 9.54545 | 2198.52 | 122.14 | 0.0563594 | 106.66 | 0 | 106.66 | 6 | 5 |
| Plugin/clRemoteDirCtrl.cpp | 129 | | clRemoteDirCtrl | DoExpandItem(const wxTreeItemId &) | 1 | 94 | 71 | 8 | 15 | 20 | 3 | 108 | 603 | 4073.2 | 34.8333 | 141883 | 7882.39 | 0.906774 | 49.5753 | 21.8359 | 71.4111 | 127 | 5 |
| Plugin/clRemoteDirCtrl.cpp | 224 | | clRemoteDirCtrl | OnContextMenu(wxContextMenuEvent &) | 1 | 129 | 118 | 5 | 6 | 10 | 3 | 114 | 778 | 5315.99 | 37.2 | 197755 | 10986.4 | 1.13144 | 45.363 | 15.0145 | 60.3775 | 116 | 2 |
| Plugin/clRemoteDirCtrl.cpp | 354 | | clRemoteDirCtrl | GetSelections() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 6.66667 | 558.412 | 31.0229 | 0.0226038 | 118.718 | 0 | 118.718 | 3 | 3 |
| Plugin/clRemoteDirCtrl.cpp | 361 | | clRemoteDirCtrl | DoOpenItem(const wxTreeItemId &, eDownloadAction) | 2 | 29 | 28 | 0 | 1 | 6 | 1 | 53 | 200 | 1145.58 | 22.6406 | 25936.7 | 1440.93 | 0.292071 | 78.4427 | 0 | 78.4427 | 68 | 4 |
| Plugin/clRemoteDirCtrl.cpp | 391 | | clRemoteDirCtrl | DoCreateFolder(const wxTreeItemId &, const wxString &) | 2 | 31 | 25 | 3 | 4 | 4 | 1 | 60 | 200 | 1181.38 | 15.4186 | 18215.2 | 1011.96 | 0.230764 | 77.6623 | 23.1746 | 100.837 | 26 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 423 | | clRemoteDirCtrl | DoCreateFile(const wxTreeItemId &, const wxString &) | 2 | 31 | 27 | 2 | 2 | 4 | 2 | 64 | 213 | 1278 | 14.1667 | 18105 | 1005.83 | 0.229832 | 77.2535 | 19.171 | 96.4245 | 50 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 455 | | clRemoteDirCtrl | DoRename(const wxTreeItemId &) | 1 | 35 | 29 | 6 | 3 | 6 | 2 | 52 | 222 | 1265.5 | 19.1857 | 24279.5 | 1348.86 | 0.279493 | 74.8786 | 29.917 | 104.796 | 54 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 491 | | clRemoteDirCtrl | DoDelete(const wxTreeItemId &) | 1 | 28 | 24 | 1 | 3 | 6 | 2 | 56 | 153 | 888.525 | 16.5 | 14660.7 | 814.482 | 0.199671 | 80.3326 | 14.4303 | 94.7628 | 21 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 520 | | clRemoteDirCtrl | IsConnected() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.1875 | 735.953 | 40.8863 | 0.0271714 | 145.691 | 0 | 145.691 | 3 | 7 |
| Plugin/clRemoteDirCtrl.cpp | 522 | | clRemoteDirCtrl | GetSelectedFolder() const | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 28 | 61 | 293.249 | 9.53333 | 2795.64 | 155.313 | 0.0661504 | 100.743 | 0 | 100.743 | 10 | 1 |
| Plugin/clRemoteDirCtrl.cpp | 535 | | clRemoteDirCtrl | GetSelectedFolders(wxArrayString &) const | 1 | 18 | 17 | 0 | 1 | 5 | 2 | 37 | 102 | 531.364 | 14.875 | 7904.04 | 439.114 | 0.132265 | 90.3936 | 0 | 90.3936 | 12 | 0 |
| Plugin/clRemoteDirCtrl.cpp | 554 | | clRemoteDirCtrl | SetNewRoot(const wxString &) | 1 | 22 | 18 | 2 | 2 | 2 | 1 | 56 | 126 | 731.727 | 13.3333 | 9756.36 | 542.02 | 0.152196 | 86.169 | 22.5149 | 108.684 | 21 | 2 |
| Plugin/clRemoteFindDialog.cpp | 19 | {anonymous} | | UpdateComboBox(clComboBox *, const wxArrayString &, const wxString &) | 3 | 16 | 15 | 1 | 1 | 4 | 1 | 33 | 90 | 453.995 | 16.4706 | 7477.57 | 415.421 | 0.127463 | 93.35 | 18.8844 | 112.234 | 6 | 4 |
| Plugin/clRemoteFindDialog.cpp | 37 | | clRemoteFindDialog | clRemoteFindDialog(wxWindow *, const wxString &, const wxString &) | 3 | 47 | 39 | 1 | 7 | 6 | 2 | 99 | 360 | 2386.57 | 19.25 | 45941.4 | 2552.3 | 0.427578 | 66.804 | 11.2027 | 78.0068 | 51 | 1 |
| Plugin/clRemoteFindDialog.cpp | 85 | | clRemoteFindDialog | ~clRemoteFindDialog() [override] | 0 | 26 | 23 | 1 | 2 | 3 | 1 | 48 | 208 | 1161.67 | 14.3 | 16611.9 | 922.884 | 0.217016 | 80.8292 | 14.9585 | 95.7877 | 34 | 0 |
| Plugin/clRemoteFindDialog.cpp | 112 | | clRemoteFindDialog | SetFileTypes(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 0 |
| Plugin/clRemoteFindDialog.cpp | 114 | | clRemoteFindDialog | SetFindWhat(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/clRemoteFindDialog.cpp | 116 | | clRemoteFindDialog | GetWhere() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 118 | | clRemoteFindDialog | GetFindWhat() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 119 | | clRemoteFindDialog | GetReplaceWith() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Plugin/clRemoteFindDialog.cpp | 121 | | clRemoteFindDialog | GetFileExtensions() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 122 | | clRemoteFindDialog | GetExcludePatterns() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 124 | | clRemoteFindDialog | IsIcase() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 126 | | clRemoteFindDialog | IsWholeWord() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/clRemoteFindDialog.cpp | 128 | | clRemoteFindDialog | OnFind(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| Plugin/clRemoteFindDialog.cpp | 134 | | clRemoteFindDialog | OnReplace(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5 | 521.241 | 28.9578 | 0.0215893 | 117.58 | 0 | 117.58 | 2 | 0 |
| Plugin/clRemoteFindDialog.cpp | 140 | | clRemoteFindDialog | OnFindUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| Plugin/clRemoteFindDialog.cpp | 145 | | clRemoteFindDialog | OnReplaceUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| Plugin/clRemoteFindDialog.cpp | 149 | | clRemoteFindDialog | DoShowControls() | 0 | 16 | 16 | 2 | 0 | 3 | 1 | 26 | 62 | 291.427 | 8.16667 | 2379.99 | 132.222 | 0.0594195 | 95.8852 | 26.0372 | 121.922 | 8 | 2 |
| Plugin/clRemoteFindDialog.cpp | 166 | | clRemoteFindDialog | OnTool(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/clRemoteFindDialog.cpp | 172 | | clRemoteFindDialog | DoShowSearchControls(bool) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 29 | 116 | 5.5 | 638 | 35.4444 | 0.0247035 | 114.298 | 0 | 114.298 | 2 | 2 |
| Plugin/clRemoteFindDialog.cpp | 180 | | clRemoteFindDialog | DoShowReplaceControls(bool) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 18 | 43 | 179.307 | 6.8 | 1219.29 | 67.7381 | 0.0380437 | 107.962 | 0 | 107.962 | 4 | 2 |
| Plugin/clRemoteFinderHelper.cpp | 16 | | clRemoteFinderHelper | ProcessSearchOutput(const clFindInFilesEvent &, bool) | 2 | 54 | 44 | 4 | 6 | 10 | 3 | 84 | 300 | 1917.7 | 24.7881 | 47536.1 | 2640.89 | 0.437416 | 64.7723 | 20.4627 | 85.235 | 39 | 2 |
| Plugin/clRemoteFinderHelper.cpp | 71 | | clRemoteFinderHelper | Search(const wxString &, const wxString &, const wxString &, const wxString &, bool, bool) | 6 | 29 | 25 | 1 | 3 | 4 | 1 | 51 | 149 | 845.191 | 15 | 12677.9 | 704.326 | 0.181235 | 80.4841 | 14.1863 | 94.6704 | 23 | 1 |
| Plugin/clRemoteFinderHelper.cpp | 101 | | clRemoteFinderHelper | GetSearchTab() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5 | 552.231 | 30.6795 | 0.0224367 | 146.306 | 0 | 146.306 | 4 | 6 |
| Plugin/clRemoteFinderHelper.cpp | 103 | | clRemoteFinderHelper | SetCodeLiteRemote(clCodeLiteRemoteProcess *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 1 |
| Plugin/clRemoteFinderHelper.cpp | 105 | | clRemoteFinderHelper | NotifySearchCancelled() | 0 | 12 | 9 | 2 | 1 | 1 | 1 | 22 | 60 | 267.566 | 7.26923 | 1945 | 108.055 | 0.0519388 | 101.45 | 29.5564 | 131.006 | 12 | 1 |
| Plugin/clRemoteHost.cpp | 13 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 22 |
| Plugin/clRemoteHost.cpp | 20 | | clRemoteHost | clRemoteHost() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 73 | 330.22 | 9.61538 | 3175.19 | 176.4 | 0.0720099 | 106.924 | 0 | 106.924 | 5 | 1 |
| Plugin/clRemoteHost.cpp | 29 | | clRemoteHost | ~clRemoteHost() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 28 | 90 | 432.662 | 11.25 | 4867.45 | 270.414 | 0.0957369 | 101.904 | 0 | 101.904 | 8 | 0 |
| Plugin/clRemoteHost.cpp | 40 | | clRemoteHost | DrainPendingCommands() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| Plugin/clRemoteHost.cpp | 42 | | clRemoteHost | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 15.1667 | 1638 | 91 | 0.0463185 | 114.669 | 0 | 114.669 | 1 | 7 |
| Plugin/clRemoteHost.cpp | 50 | | clRemoteHost | [static] Release() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 5.625 | 312.225 | 17.3458 | 0.0153411 | 123.811 | 0 | 123.811 | 1 | 1 |
| Plugin/clRemoteHost.cpp | 56 | | clRemoteHost | OnWorkspaceOpened(clWorkspaceEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 20 | 41 | 177.199 | 7 | 1240.39 | 68.9107 | 0.0384815 | 108.023 | 24.6875 | 132.711 | 5 | 2 |
| Plugin/clRemoteHost.cpp | 66 | | clRemoteHost | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 12 | 11 | 1 | 0 | 2 | 1 | 25 | 54 | 250.768 | 7.46429 | 1871.81 | 103.989 | 0.0506274 | 101.557 | 21.6227 | 123.18 | 9 | 2 |
| Plugin/clRemoteHost.cpp | 79 | | clRemoteHost | AddSshSession(clSSH::Ptr_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 148.373 | 0 | 148.373 | 1 | 1 |
| Plugin/clRemoteHost.cpp | 81 | | clRemoteHost | TakeSession() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 22 | 52 | 231.89 | 9 | 2087.01 | 115.945 | 0.0544372 | 103.374 | 0 | 103.374 | 8 | 2 |
| Plugin/clRemoteHost.cpp | 93 | | clRemoteHost | [static] CreateSession(const wxString &) | 1 | 29 | 25 | 2 | 2 | 4 | 2 | 57 | 189 | 1102.42 | 16.5 | 18189.9 | 1010.55 | 0.23055 | 79.1025 | 19.7854 | 98.8878 | 52 | 2 |
| Plugin/clRemoteHost.cpp | 123 | | clRemoteHost | run_command_with_callback(const std::vector<wxString> &, const wxString &, const clEnvList_t &, execute_callback &&) | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 77 | 404.09 | 10.2083 | 4125.09 | 229.172 | 0.0857369 | 102.03 | 0 | 102.03 | 6 | 1 |
| Plugin/clRemoteHost.cpp | 134 | | clRemoteHost | run_command_with_callback(const wxString &, const wxString &, const clEnvList_t &, execute_callback &&) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 34 | 73 | 371.385 | 10.5238 | 3908.38 | 217.132 | 0.0827072 | 104.405 | 0 | 104.405 | 6 | 0 |
| Plugin/clRemoteHost.cpp | 144 | | clRemoteHost | OnCommandStderr(clProcessEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 37 | 85 | 442.804 | 8.39583 | 3717.7 | 206.539 | 0.0799948 | 100.01 | 22.5149 | 122.525 | 22 | 2 |
| Plugin/clRemoteHost.cpp | 156 | | clRemoteHost | OnCommandStdout(clProcessEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 37 | 85 | 442.804 | 8.39583 | 3717.7 | 206.539 | 0.0799948 | 100.01 | 22.5149 | 122.525 | 22 | 2 |
| Plugin/clRemoteHost.cpp | 168 | | clRemoteHost | OnCommandCompleted(clProcessEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 38 | 89 | 467.066 | 10.4348 | 4873.73 | 270.763 | 0.0958193 | 96.7962 | 20.8285 | 117.625 | 24 | 2 |
| Plugin/clRemoteHost.cpp | 182 | | clRemoteHost | run_interactive_process(wxEvtHandler *, const wxArrayString &, size_t, const wxString &, const clEnvList_t &) | 5 | 20 | 17 | 1 | 2 | 4 | 1 | 56 | 146 | 847.874 | 16.3889 | 13895.7 | 771.984 | 0.192663 | 86.4869 | 16.9762 | 103.463 | 28 | 2 |
| Plugin/clRemoteHost.cpp | 203 | | clRemoteHost | run_interactive_process(wxEvtHandler *, const wxString &, size_t, const wxString &, const clEnvList_t &) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 55 | 267.189 | 8.55556 | 2285.95 | 126.997 | 0.0578438 | 112.686 | 0 | 112.686 | 3 | 0 |
| Plugin/clResizableTooltip.cpp | 13 | | clResizableTooltip | clResizableTooltip(wxEvtHandler *) | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 40 | 113 | 601.378 | 14 | 8419.29 | 467.738 | 0.137952 | 95.4819 | 0 | 95.4819 | 17 | 1 |
| Plugin/clResizableTooltip.cpp | 27 | | clResizableTooltip | ~clResizableTooltip() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 46 | 191.817 | 7 | 1342.72 | 74.5953 | 0.0405697 | 117.363 | 0 | 117.363 | 10 | 0 |
| Plugin/clResizableTooltip.cpp | 33 | | clResizableTooltip | OnItemExpanding(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clResizableTooltip.cpp | 35 | | clResizableTooltip | [virtual] Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| Plugin/clResizableTooltip.cpp | 37 | | clResizableTooltip | [virtual] ShowTip() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 5 | 560 | 31.1111 | 0.0226467 | 117.207 | 0 | 117.207 | 4 | 1 |
| Plugin/clResizableTooltip.cpp | 44 | | clResizableTooltip | OnKeyDown(wxTreeEvent &) [override] | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 25 | 46 | 213.617 | 6.67857 | 1426.66 | 79.2588 | 0.0422434 | 107.051 | 24.6875 | 131.739 | 6 | 0 |
| Plugin/clResizableTooltip.cpp | 54 | | clResizableTooltip | DoSetFocus() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 41 | 174.165 | 6.66667 | 1161.1 | 64.5056 | 0.0368235 | 110.021 | 0 | 110.021 | 5 | 1 |
| Plugin/clResizableTooltipBase.cpp | 16 | | clResizableTooltipBase | clResizableTooltipBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 34 | 28 | 2 | 4 | 4 | 1 | 74 | 231 | 1434.38 | 14.3364 | 20563.8 | 1142.44 | 0.250197 | 75.1568 | 18.3478 | 93.5046 | 34 | 1 |
| Plugin/clResizableTooltipBase.cpp | 51 | | clResizableTooltipBase | ~clResizableTooltipBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 0 | 112.047 | 8 | 0 |
| Plugin/clResizableTooltipBase_plugin_bitmaps.cpp | 32 | | | wxC126AInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 44 | 101 | 551.403 | 10.6034 | 5846.77 | 324.82 | 0.108182 | 86.9202 | 15.872 | 102.792 | 17 | 1 |
| Plugin/clRowEntry.cpp | 77 | {anonymous} | | GetTextForRendering(const wxString &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 31 | 73 | 361.656 | 14.9333 | 5400.73 | 300.041 | 0.102608 | 98.1262 | 0 | 98.1262 | 7 | 3 |
| Plugin/clRowEntry.cpp | 115 | {anonymous} | | DoDrawSimpleSelection(wxWindow *, wxDC &, const wxRect &, const clColours &) | 4 | 15 | 13 | 0 | 2 | 3 | 0 | 43 | 99 | 537.2 | 12.3214 | 6619.07 | 367.726 | 0.117511 | 93.7505 | 0 | 93.7505 | 6 | 1 |
| Plugin/clRowEntry.cpp | 131 | {anonymous} | | DrawButton(wxWindow *, wxDC &, const wxRect &, const clCellValue &) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 7.05882 | 1745.32 | 96.9624 | 0.0483203 | 116.043 | 0 | 116.043 | 3 | 1 |
| Plugin/clRowEntry.cpp | 46 | {anonymous} | clClipperHelper | clClipperHelper(wxDC &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 3.75 | 161.944 | 8.99689 | 0.0099035 | 128.731 | 0 | 128.731 | 0 | 1 |
| Plugin/clRowEntry.cpp | 51 | {anonymous} | clClipperHelper | ~clClipperHelper() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 10 | 30 | 3 | 90 | 5 | 0.00669433 | 153.084 | 0 | 153.084 | 1 | 0 |
| Plugin/clRowEntry.cpp | 53 | {anonymous} | clClipperHelper | Clip(const wxRect &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 21 | 36 | 158.123 | 7.15 | 1130.58 | 62.8101 | 0.0361754 | 106.909 | 23.5268 | 130.435 | 2 | 1 |
| Plugin/clRowEntry.cpp | 64 | {anonymous} | clClipperHelper | Reset() | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 18 | 40 | 166.797 | 6.875 | 1146.73 | 63.7072 | 0.036519 | 104.857 | 22.5149 | 127.372 | 3 | 1 |
| Plugin/clRowEntry.cpp | 93 | {anonymous}::{anonymous} | | draw_rectangle(wxDC &, const wxRect &, const wxColour &, const wxColour &, double) | 5 | 13 | 11 | 0 | 2 | 1 | 0 | 33 | 80 | 403.552 | 7.5 | 3026.64 | 168.146 | 0.0697459 | 98.0162 | 0 | 98.0162 | 7 | 4 |
| Plugin/clRowEntry.cpp | 107 | {anonymous}::{anonymous} | | draw_item_selected_rect(wxWindow *, wxDC &, const wxRect &, const wxColour &, const wxColour &, double) | 6 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 51 | 239.722 | 6.88235 | 1649.85 | 91.6586 | 0.0465417 | 113.25 | 0 | 113.25 | 2 | 1 |
| Plugin/clRowEntry.cpp | 169 | | clRowEntry | DrawSimpleSelection(wxWindow *, wxDC &, const wxRect &, const clColours &) | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 6.23077 | 1000.28 | 55.5714 | 0.0333397 | 121.904 | 0 | 121.904 | 1 | 1 |
| Plugin/clRowEntry.cpp | 174 | | clRowEntry | clRowEntry(clTreeCtrl *, const wxString &, int, int) | 4 | 13 | 11 | 3 | 0 | 4 | 1 | 41 | 101 | 541.113 | 16.8409 | 9112.83 | 506.268 | 0.145428 | 95.801 | 33.8695 | 129.67 | 10 | 3 |
| Plugin/clRowEntry.cpp | 188 | | clRowEntry | clRowEntry(clTreeCtrl *, bool, const wxString &, int, int) | 5 | 13 | 11 | 3 | 0 | 4 | 1 | 43 | 106 | 575.184 | 16.625 | 9562.44 | 531.246 | 0.150173 | 95.4834 | 33.8695 | 129.353 | 10 | 1 |
| Plugin/clRowEntry.cpp | 202 | | clRowEntry | ~clRowEntry() | 0 | 18 | 14 | 2 | 2 | 5 | 2 | 29 | 73 | 354.633 | 12.3077 | 4364.71 | 242.484 | 0.0890257 | 92.4963 | 24.6875 | 117.184 | 9 | 0 |
| Plugin/clRowEntry.cpp | 221 | | clRowEntry | ConnectNodes(clRowEntry *, clRowEntry *) | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 19 | 51 | 216.644 | 14.5714 | 3156.82 | 175.379 | 0.0717318 | 103.497 | 0 | 103.497 | 0 | 1 |
| Plugin/clRowEntry.cpp | 233 | | clRowEntry | InsertChild(clRowEntry *, clRowEntry *) | 2 | 45 | 32 | 10 | 4 | 9 | 3 | 57 | 260 | 1516.55 | 42 | 63695.2 | 3538.62 | 0.531638 | 69.1763 | 33.3545 | 102.531 | 33 | 3 |
| Plugin/clRowEntry.cpp | 279 | | clRowEntry | AddChild(clRowEntry *) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 20 | 30 | 129.658 | 8.25 | 1069.68 | 59.4265 | 0.0348643 | 145.243 | 0 | 145.243 | 3 | 2 |
| Plugin/clRowEntry.cpp | 281 | | clRowEntry | SetParent(clRowEntry *) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 19 | 38 | 161.421 | 13 | 2098.48 | 116.582 | 0.0546363 | 106.571 | 0 | 106.571 | 1 | 1 |
| Plugin/clRowEntry.cpp | 292 | | clRowEntry | DeleteChild(clRowEntry *) | 1 | 26 | 22 | 4 | 1 | 5 | 2 | 41 | 142 | 760.772 | 21.5909 | 16425.8 | 912.543 | 0.215392 | 82.5703 | 28.5467 | 111.117 | 11 | 3 |
| Plugin/clRowEntry.cpp | 319 | | clRowEntry | GetExpandedLines() const | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 26 | 55 | 258.524 | 17 | 4394.91 | 244.162 | 0.089436 | 101.169 | 0 | 101.169 | 1 | 1 |
| Plugin/clRowEntry.cpp | 332 | | clRowEntry | GetNextItems(int, clRowEntry::Vec_t &, bool) | 3 | 20 | 20 | 0 | 0 | 8 | 2 | 38 | 119 | 624.503 | 22.2353 | 13886 | 771.445 | 0.192574 | 87.157 | 0 | 87.157 | 9 | 2 |
| Plugin/clRowEntry.cpp | 353 | | clRowEntry | GetPrevItems(int, clRowEntry::Vec_t &, bool) | 3 | 20 | 20 | 0 | 0 | 8 | 2 | 39 | 131 | 692.388 | 23.3333 | 16155.7 | 897.54 | 0.213024 | 86.6204 | 0 | 86.6204 | 13 | 1 |
| Plugin/clRowEntry.cpp | 374 | | clRowEntry | GetVisibleItem(int) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 48 | 217.131 | 12.4444 | 2702.07 | 150.115 | 0.0646661 | 106.966 | 0 | 106.966 | 4 | 0 |
| Plugin/clRowEntry.cpp | 384 | | clRowEntry | UnselectAll() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 42 | 184.477 | 15 | 2767.16 | 153.731 | 0.0657004 | 109.722 | 0 | 109.722 | 2 | 0 |
| Plugin/clRowEntry.cpp | 393 | | clRowEntry | SetExpanded(bool) | 1 | 33 | 25 | 4 | 4 | 10 | 1 | 26 | 116 | 545.251 | 17.0455 | 9294.05 | 516.336 | 0.14735 | 79.2901 | 25.6793 | 104.969 | 8 | 6 |
| Plugin/clRowEntry.cpp | 427 | | clRowEntry | ClearRects() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 4 | 2 |
| Plugin/clRowEntry.cpp | 433 | | clRowEntry | GetColumnWidths(wxWindow *, wxDC &) | 2 | 85 | 62 | 8 | 15 | 21 | 3 | 96 | 475 | 3127.86 | 35.4118 | 110763 | 6153.5 | 0.768791 | 52.3489 | 22.879 | 75.2279 | 52 | 1 |
| Plugin/clRowEntry.cpp | 519 | | clRowEntry | RenderBackground(wxDC &, long, const clColours &, int) | 4 | 22 | 17 | 2 | 3 | 5 | 1 | 53 | 153 | 876.372 | 14.4028 | 12622.2 | 701.233 | 0.180704 | 84.541 | 22.5149 | 107.056 | 16 | 1 |
| Plugin/clRowEntry.cpp | 542 | | clRowEntry | Render(wxWindow *, wxDC &, const clColours &, int, clSearchText *) | 5 | 242 | 187 | 28 | 29 | 46 | 5 | 211 | 1706 | 13172.2 | 55.419 | 729990 | 40555 | 2.70244 | 22.1727 | 25.1454 | 47.3181 | 226 | 1 |
| Plugin/clRowEntry.cpp | 785 | | clRowEntry | RenderText(wxWindow *, wxDC &, const clColours &, const wxString &, int, int, size_t) | 7 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 6.75 | 1636.87 | 90.9372 | 0.0462972 | 116.144 | 0 | 116.144 | 1 | 1 |
| Plugin/clRowEntry.cpp | 791 | | clRowEntry | RenderTextSimple(wxWindow *, wxDC &, const clColours &, const wxString &, int, int, size_t) | 7 | 23 | 18 | 3 | 2 | 4 | 2 | 45 | 128 | 702.957 | 11.5161 | 8095.35 | 449.741 | 0.134391 | 85.1975 | 26.5382 | 111.736 | 15 | 1 |
| Plugin/clRowEntry.cpp | 815 | | clRowEntry | GetChildrenCount(bool) const | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 30 | 72 | 353.296 | 22.4545 | 7933.1 | 440.728 | 0.132589 | 98.2478 | 20.8285 | 119.076 | 5 | 4 |
| Plugin/clRowEntry.cpp | 829 | | clRowEntry | IsVisible() const | 0 | 14 | 14 | 0 | 0 | 4 | 2 | 23 | 59 | 266.89 | 13.125 | 3502.93 | 194.607 | 0.0768835 | 98.2757 | 0 | 98.2757 | 4 | 9 |
| Plugin/clRowEntry.cpp | 844 | | clRowEntry | DeleteAllChildren() | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 19 | 34 | 144.43 | 7.5625 | 1092.25 | 60.6805 | 0.035353 | 110.995 | 26.0372 | 137.032 | 3 | 4 |
| Plugin/clRowEntry.cpp | 853 | | clRowEntry | GetLastChild() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 30 | 122.624 | 7.33333 | 899.242 | 49.9579 | 0.0310549 | 114.009 | 0 | 114.009 | 2 | 4 |
| Plugin/clRowEntry.cpp | 861 | | clRowEntry | GetFirstChild() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 8.66667 | 1067.65 | 59.3137 | 0.0348201 | 113.985 | 0 | 113.985 | 2 | 3 |
| Plugin/clRowEntry.cpp | 869 | | clRowEntry | SetHidden(bool) | 1 | 12 | 12 | 0 | 0 | 4 | 1 | 25 | 48 | 222.905 | 9.54545 | 2127.73 | 118.207 | 0.0551429 | 101.709 | 0 | 101.709 | 2 | 2 |
| Plugin/clRowEntry.cpp | 882 | | clRowEntry | CalcItemWidth(wxDC &, int, size_t) | 3 | 58 | 50 | 3 | 5 | 17 | 2 | 77 | 413 | 2588.18 | 31.0926 | 80473.3 | 4470.74 | 0.621317 | 60.4455 | 17.2544 | 77.6999 | 47 | 1 |
| Plugin/clRowEntry.cpp | 941 | | clRowEntry | SetBitmapIndex(int, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 9.45455 | 1820.65 | 101.147 | 0.0497007 | 109.499 | 0 | 109.499 | 3 | 4 |
| Plugin/clRowEntry.cpp | 950 | | clRowEntry | GetBitmapIndex(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 8.72727 | 1658.09 | 92.1162 | 0.0466965 | 109.569 | 0 | 109.569 | 3 | 6 |
| Plugin/clRowEntry.cpp | 959 | | clRowEntry | SetBitmapSelectedIndex(int, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 9.45455 | 1820.65 | 101.147 | 0.0497007 | 109.499 | 0 | 109.499 | 3 | 1 |
| Plugin/clRowEntry.cpp | 968 | | clRowEntry | GetBitmapSelectedIndex(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 8.72727 | 1658.09 | 92.1162 | 0.0466965 | 109.569 | 0 | 109.569 | 3 | 1 |
| Plugin/clRowEntry.cpp | 977 | | clRowEntry | SetLabel(const wxString &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8.5 | 1757.96 | 97.6647 | 0.0485533 | 109.127 | 0 | 109.127 | 3 | 7 |
| Plugin/clRowEntry.cpp | 986 | | clRowEntry | GetLabel(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 9.23077 | 2057.59 | 114.31 | 0.0539242 | 106.83 | 0 | 106.83 | 4 | 29 |
| Plugin/clRowEntry.cpp | 996 | | clRowEntry | SetChecked(bool, int, const wxString &, size_t) | 4 | 12 | 11 | 1 | 0 | 2 | 1 | 33 | 73 | 368.241 | 10.075 | 3710.03 | 206.113 | 0.0798847 | 99.5591 | 21.6227 | 121.182 | 6 | 3 |
| Plugin/clRowEntry.cpp | 1009 | | clRowEntry | IsChecked(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 8.86364 | 1706.86 | 94.8254 | 0.0476077 | 109.499 | 0 | 109.499 | 3 | 1 |
| Plugin/clRowEntry.cpp | 1018 | | clRowEntry | GetColumn(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 10.4 | 1787.71 | 99.3173 | 0.0490995 | 110.089 | 0 | 110.089 | 3 | 13 |
| Plugin/clRowEntry.cpp | 1027 | | clRowEntry | GetColumn(size_t) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 10.1111 | 1623.23 | 90.1796 | 0.0460397 | 110.445 | 0 | 110.445 | 3 | 25 |
| Plugin/clRowEntry.cpp | 1036 | | clRowEntry | SetBgColour(const wxColour &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 9.20833 | 1881.54 | 104.53 | 0.0508027 | 109.19 | 0 | 109.19 | 3 | 1 |
| Plugin/clRowEntry.cpp | 1045 | | clRowEntry | SetFont(const wxFont &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 9.20833 | 1881.54 | 104.53 | 0.0508027 | 109.19 | 0 | 109.19 | 3 | 2 |
| Plugin/clRowEntry.cpp | 1054 | | clRowEntry | SetTextColour(const wxColour &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 9.20833 | 1881.54 | 104.53 | 0.0508027 | 109.19 | 0 | 109.19 | 3 | 1 |
| Plugin/clRowEntry.cpp | 1063 | | clRowEntry | GetBgColour(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 10 | 2200.78 | 122.266 | 0.056398 | 106.896 | 0 | 106.896 | 4 | 5 |
| Plugin/clRowEntry.cpp | 1073 | | clRowEntry | GetFont(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 10 | 2200.78 | 122.266 | 0.056398 | 106.896 | 0 | 106.896 | 4 | 2 |
| Plugin/clRowEntry.cpp | 1083 | | clRowEntry | GetTextColour(size_t) const | 1 | 22 | 19 | 3 | 0 | 6 | 3 | 31 | 129 | 639.091 | 21.5625 | 13780.4 | 765.578 | 0.191596 | 85.9529 | 27.069 | 113.022 | 14 | 2 |
| Plugin/clRowEntry.cpp | 1106 | | clRowEntry | GetCellRect(size_t) const | 1 | 17 | 12 | 4 | 1 | 4 | 1 | 33 | 97 | 489.306 | 14.1667 | 6931.84 | 385.102 | 0.121184 | 91.9784 | 34.1356 | 126.114 | 15 | 2 |
| Plugin/clRowEntry.cpp | 1124 | | clRowEntry | GetCheckboxRect(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 10 | 2200.78 | 122.266 | 0.056398 | 106.896 | 0 | 106.896 | 4 | 1 |
| Plugin/clRowEntry.cpp | 1134 | | clRowEntry | GetCellButtonRect(size_t) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 9.23077 | 2057.59 | 114.31 | 0.0539242 | 106.83 | 0 | 106.83 | 4 | 3 |
| Plugin/clRowEntry.cpp | 1167 | | clRowEntry | RenderCheckBox(wxWindow *, wxDC &, const clColours &, const wxRect &, bool) | 5 | 25 | 24 | 1 | 0 | 3 | 1 | 59 | 170 | 1000.05 | 15.1786 | 15179.3 | 843.296 | 0.204353 | 82.2436 | 15.2452 | 97.4889 | 2 | 1 |
| Plugin/clRowEntry.cpp | 1193 | | clRowEntry | GetCheckBoxWidth(wxWindow *) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 27 | 57 | 271.029 | 10.2143 | 2768.36 | 153.798 | 0.0657195 | 100.923 | 21.6227 | 122.546 | 3 | 3 |
| Plugin/clRowEntry.cpp | 1206 | | clRowEntry | SetHasButton(eCellButtonType, const wxString &, size_t) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 58 | 284.6 | 9.17647 | 2611.62 | 145.09 | 0.0632148 | 105.559 | 0 | 105.559 | 4 | 1 |
| Plugin/clRowEntry.cpp | 1216 | | clRowEntry | HasButton(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 9.75 | 1852.4 | 102.911 | 0.0502769 | 109.569 | 0 | 109.569 | 3 | 1 |
| Plugin/clRowEntry.cpp | 1225 | | clRowEntry | SetIsButton(const wxString &, size_t) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 53 | 254.79 | 9.1 | 2318.59 | 128.81 | 0.058393 | 106.135 | 0 | 106.135 | 4 | 1 |
| Plugin/clRowEntry.cpp | 1235 | | clRowEntry | IsButton(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 9.75 | 1852.4 | 102.911 | 0.0502769 | 109.569 | 0 | 109.569 | 3 | 0 |
| Plugin/clRowEntry.cpp | 1244 | | clRowEntry | SetColour(const wxColour &, size_t) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 53 | 257.473 | 8.53125 | 2196.57 | 122.031 | 0.0563259 | 106.08 | 0 | 106.08 | 4 | 1 |
| Plugin/clRowEntry.cpp | 1254 | | clRowEntry | IsColour(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 9.75 | 1852.4 | 102.911 | 0.0502769 | 109.569 | 0 | 109.569 | 3 | 0 |
| Plugin/clRowEntry.cpp | 1263 | | clRowEntry | IsControl(size_t) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 9.75 | 1852.4 | 102.911 | 0.0502769 | 109.569 | 0 | 109.569 | 3 | 0 |
| Plugin/clRowEntry.cpp | 1272 | | clRowEntry | SetIsControl(wxControl *, size_t) | 2 | 9 | 9 | 1 | 0 | 2 | 1 | 29 | 50 | 242.899 | 10.1786 | 2472.37 | 137.354 | 0.0609472 | 106.383 | 24.6875 | 131.071 | 4 | 1 |
| Plugin/clSFTPManager.cpp | 42 | | clSFTPManager | clSFTPManager() | 0 | 14 | 13 | 1 | 1 | 1 | 0 | 38 | 115 | 603.512 | 12.0652 | 7281.5 | 404.528 | 0.125225 | 94.7229 | 20.1155 | 114.838 | 12 | 1 |
| Plugin/clSFTPManager.cpp | 57 | | clSFTPManager | ~clSFTPManager() [override] | 0 | 17 | 16 | 0 | 1 | 3 | 1 | 34 | 117 | 595.233 | 12.6 | 7499.94 | 416.663 | 0.127718 | 91.1894 | 0 | 91.1894 | 11 | 0 |
| Plugin/clSFTPManager.cpp | 75 | | clSFTPManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 64 |
| Plugin/clSFTPManager.cpp | 81 | | clSFTPManager | Release() | 0 | 25 | 24 | 0 | 1 | 5 | 1 | 49 | 157 | 881.509 | 13.9355 | 12284.3 | 682.459 | 0.177464 | 82.4397 | 0 | 82.4397 | 17 | 1 |
| Plugin/clSFTPManager.cpp | 107 | | clSFTPManager | AddConnection(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 10.5 | 2319.67 | 128.87 | 0.0584112 | 108.784 | 0 | 108.784 | 3 | 1 |
| Plugin/clSFTPManager.cpp | 116 | | clSFTPManager | AddConnection(const SSHAccountInfo &, bool) | 2 | 44 | 39 | 2 | 3 | 6 | 3 | 78 | 271 | 1703.34 | 20.4444 | 34823.9 | 1934.66 | 0.355465 | 69.6263 | 16.2158 | 85.8421 | 52 | 9 |
| Plugin/clSFTPManager.cpp | 161 | | clSFTPManager | GetConnectionPair(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 33 | 62 | 312.752 | 12.2188 | 3821.44 | 212.302 | 0.0814761 | 106.977 | 0 | 106.977 | 8 | 3 |
| Plugin/clSFTPManager.cpp | 170 | | clSFTPManager | GetConnectionPtr(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 52 | 247.254 | 11.3077 | 2795.87 | 155.326 | 0.0661542 | 108.199 | 0 | 108.199 | 6 | 1 |
| Plugin/clSFTPManager.cpp | 179 | | clSFTPManager | GetConnectionPtrAddIfMissing(const wxString &) | 1 | 16 | 15 | 1 | 0 | 4 | 1 | 36 | 101 | 522.162 | 15.6579 | 8175.96 | 454.22 | 0.135281 | 92.6226 | 18.8844 | 111.507 | 13 | 15 |
| Plugin/clSFTPManager.cpp | 196 | | clSFTPManager | GetSFTPClientData(IEditor *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 11.5556 | 2253.82 | 125.212 | 0.0573004 | 109.432 | 0 | 109.432 | 2 | 2 |
| Plugin/clSFTPManager.cpp | 205 | | clSFTPManager | OpenFile(const wxString &, const SSHAccountInfo &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 51 | 247.757 | 10.7143 | 2654.54 | 147.474 | 0.0639055 | 106.28 | 0 | 106.28 | 4 | 9 |
| Plugin/clSFTPManager.cpp | 215 | | clSFTPManager | OpenFile(const wxString &, const wxString &) | 2 | 26 | 23 | 1 | 2 | 7 | 2 | 56 | 181 | 1051.13 | 21.0294 | 22104.7 | 1228.04 | 0.262544 | 80.4292 | 14.9585 | 95.3877 | 25 | 6 |
| Plugin/clSFTPManager.cpp | 242 | | clSFTPManager | DoSyncReadFile(const wxString &, const wxString &, wxMemoryBuffer *) | 3 | 39 | 30 | 4 | 5 | 3 | 2 | 72 | 221 | 1363.55 | 24.587 | 33525.6 | 1862.53 | 0.346575 | 73.4275 | 23.8017 | 97.2292 | 41 | 2 |
| Plugin/clSFTPManager.cpp | 282 | | clSFTPManager | DoAsyncReadFile(const wxString &, const wxString &, wxEvtHandler *) | 3 | 29 | 23 | 3 | 3 | 2 | 2 | 65 | 188 | 1132.21 | 15.9022 | 18004.5 | 1000.25 | 0.228981 | 79.4238 | 23.8955 | 103.319 | 41 | 1 |
| Plugin/clSFTPManager.cpp | 312 | | clSFTPManager | DoSyncDownload(const wxString &, const wxString &, const wxString &) | 3 | 48 | 40 | 4 | 4 | 8 | 3 | 72 | 245 | 1511.63 | 19.1471 | 28943.3 | 1607.96 | 0.314227 | 68.3776 | 21.6227 | 90.0004 | 57 | 2 |
| Plugin/clSFTPManager.cpp | 361 | | clSFTPManager | DoAsyncSaveFile(const wxString &, const wxString &, const wxString &, bool, wxEvtHandler *) | 5 | 36 | 31 | 4 | 1 | 4 | 3 | 57 | 200 | 1166.58 | 18.6923 | 21806 | 1211.45 | 0.260174 | 75.3055 | 24.6875 | 99.993 | 39 | 1 |
| Plugin/clSFTPManager.cpp | 398 | | clSFTPManager | DoSyncSaveFileWithConn(clSFTP::Ptr_t, const wxString &, const wxString &, bool) | 4 | 25 | 22 | 2 | 1 | 3 | 2 | 53 | 143 | 819.093 | 19.871 | 16276.2 | 904.231 | 0.214082 | 83.2816 | 21.2145 | 104.496 | 26 | 2 |
| Plugin/clSFTPManager.cpp | 424 | | clSFTPManager | DoSyncSaveFile(const wxString &, const wxString &, const wxString &, bool) | 4 | 10 | 9 | 1 | 0 | 1 | 1 | 24 | 50 | 229.248 | 8.92857 | 2046.86 | 113.714 | 0.0537367 | 105.207 | 23.5268 | 128.734 | 4 | 2 |
| Plugin/clSFTPManager.cpp | 435 | | clSFTPManager | AsyncSaveFile(const wxString &, const wxString &, const wxString &, wxEvtHandler *) | 4 | 8 | 8 | 0 | 0 | 2 | 0 | 31 | 59 | 292.298 | 13.8667 | 4053.19 | 225.177 | 0.0847378 | 107.329 | 0 | 107.329 | 11 | 3 |
| Plugin/clSFTPManager.cpp | 444 | | clSFTPManager | OnFileSaved(clCommandEvent &) | 1 | 19 | 16 | 0 | 3 | 2 | 1 | 42 | 130 | 701.001 | 10.7586 | 7541.81 | 418.989 | 0.128192 | 88.767 | 0 | 88.767 | 16 | 3 |
| Plugin/clSFTPManager.cpp | 464 | | clSFTPManager | AwaitSaveFile(const wxString &, const wxString &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 8.88889 | 1283.82 | 71.3232 | 0.0393744 | 122.454 | 0 | 122.454 | 1 | 5 |
| Plugin/clSFTPManager.cpp | 469 | | clSFTPManager | AwaitWriteFile(const wxString &, const wxString &, const wxString &) | 3 | 9 | 9 | 1 | 0 | 2 | 1 | 29 | 64 | 310.911 | 11.6667 | 3627.29 | 201.516 | 0.0786926 | 105.1 | 24.6875 | 129.787 | 6 | 6 |
| Plugin/clSFTPManager.cpp | 479 | | clSFTPManager | AwaitWriteFile(clSFTP::Ptr_t, const wxString &, const wxString &) | 3 | 9 | 9 | 1 | 0 | 2 | 1 | 31 | 64 | 317.069 | 10.2941 | 3263.94 | 181.33 | 0.0733455 | 104.998 | 24.6875 | 129.685 | 7 | 0 |
| Plugin/clSFTPManager.cpp | 489 | | clSFTPManager | DeleteConnection(const wxString &, bool) | 2 | 37 | 24 | 8 | 5 | 6 | 3 | 52 | 148 | 843.665 | 16.25 | 13709.6 | 761.642 | 0.190939 | 76.0868 | 32.9828 | 109.07 | 21 | 2 |
| Plugin/clSFTPManager.cpp | 527 | | clSFTPManager | List(const wxString &, const SSHAccountInfo &) | 2 | 30 | 27 | 2 | 1 | 4 | 2 | 68 | 212 | 1290.54 | 22.9651 | 29637.4 | 1646.52 | 0.319232 | 77.734 | 19.4709 | 97.2049 | 32 | 2 |
| Plugin/clSFTPManager.cpp | 558 | | clSFTPManager | NewFile(const wxString &, const SSHAccountInfo &) | 2 | 20 | 18 | 1 | 1 | 2 | 2 | 50 | 131 | 739.345 | 18.1034 | 13384.7 | 743.594 | 0.187911 | 87.6592 | 16.9762 | 104.635 | 21 | 2 |
| Plugin/clSFTPManager.cpp | 579 | | clSFTPManager | OnGoingDown(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.95 | 609.79 | 33.8772 | 0.0239699 | 116.712 | 0 | 116.712 | 9 | 3 |
| Plugin/clSFTPManager.cpp | 586 | | clSFTPManager | NewFolder(const wxString &, const SSHAccountInfo &) | 2 | 20 | 18 | 1 | 1 | 2 | 2 | 50 | 131 | 739.345 | 18.1034 | 13384.7 | 743.594 | 0.187911 | 87.6592 | 16.9762 | 104.635 | 21 | 4 |
| Plugin/clSFTPManager.cpp | 607 | | clSFTPManager | Rename(const wxString &, const wxString &, const SSHAccountInfo &) | 3 | 20 | 18 | 1 | 1 | 2 | 2 | 50 | 140 | 790.14 | 19.9138 | 15734.7 | 874.149 | 0.209307 | 87.3136 | 16.9762 | 104.29 | 21 | 2 |
| Plugin/clSFTPManager.cpp | 628 | | clSFTPManager | DeleteDir(const wxString &, const SSHAccountInfo &) | 2 | 20 | 18 | 1 | 1 | 2 | 2 | 50 | 131 | 739.345 | 18.1034 | 13384.7 | 743.594 | 0.187911 | 87.6592 | 16.9762 | 104.635 | 21 | 1 |
| Plugin/clSFTPManager.cpp | 649 | | clSFTPManager | UnlinkFile(const wxString &, const SSHAccountInfo &) | 2 | 21 | 18 | 2 | 1 | 2 | 2 | 49 | 131 | 735.527 | 18.75 | 13791.1 | 766.174 | 0.191696 | 86.8957 | 23.0043 | 109.9 | 21 | 1 |
| Plugin/clSFTPManager.cpp | 671 | | clSFTPManager | OnTimer(wxTimerEvent &) | 1 | 22 | 19 | 1 | 2 | 4 | 3 | 51 | 109 | 618.294 | 14.7931 | 9146.49 | 508.138 | 0.145786 | 86.5849 | 16.2158 | 102.801 | 19 | 3 |
| Plugin/clSFTPManager.cpp | 694 | | clSFTPManager | IsFileExists(const wxString &, const wxString &) | 2 | 20 | 18 | 1 | 1 | 2 | 2 | 49 | 134 | 752.371 | 18.2759 | 13750.2 | 763.902 | 0.191316 | 87.5683 | 16.9762 | 104.545 | 22 | 4 |
| Plugin/clSFTPManager.cpp | 715 | | clSFTPManager | IsFileExists(const wxString &, const SSHAccountInfo &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 7.22222 | 889.705 | 49.428 | 0.0308349 | 123.281 | 0 | 123.281 | 2 | 2 |
| Plugin/clSFTPManager.cpp | 720 | | clSFTPManager | IsDirExists(const wxString &, const SSHAccountInfo &) | 2 | 20 | 18 | 1 | 1 | 2 | 2 | 51 | 138 | 782.795 | 17.4194 | 13635.8 | 757.543 | 0.190253 | 87.3622 | 16.9762 | 104.338 | 23 | 1 |
| Plugin/clSFTPManager.cpp | 741 | | clSFTPManager | Download(const wxString &, const wxString &, const wxString &) | 3 | 16 | 16 | 0 | 0 | 3 | 1 | 39 | 117 | 618.392 | 12.32 | 7618.59 | 423.255 | 0.129061 | 91.973 | 0 | 91.973 | 26 | 2 |
| Plugin/clSFTPManager.cpp | 758 | | clSFTPManager | AsyncWriteFile(const wxString &, const wxString &, const wxString &, wxEvtHandler *) | 4 | 12 | 12 | 1 | 0 | 2 | 1 | 30 | 66 | 323.855 | 10.7059 | 3467.15 | 192.62 | 0.0763591 | 100.227 | 21.6227 | 121.85 | 6 | 1 |
| Plugin/clSFTPManager.cpp | 771 | | clSFTPManager | GetRemotePath(const wxString &, const wxString &, wxString &) | 3 | 15 | 14 | 0 | 1 | 2 | 1 | 38 | 94 | 493.305 | 11.9583 | 5899.11 | 327.728 | 0.108827 | 94.4237 | 0 | 94.4237 | 9 | 0 |
| Plugin/clSFTPManager.cpp | 787 | | clSFTPManager | GetLocalPath(const wxString &, const wxString &, wxString &) | 3 | 13 | 12 | 0 | 1 | 2 | 1 | 35 | 81 | 415.472 | 11.3333 | 4708.68 | 261.593 | 0.0936436 | 97.6349 | 0 | 97.6349 | 6 | 0 |
| Plugin/clSFTPManager.cpp | 801 | | clSFTPManager | StopWorkerThread() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 19 | 39 | 165.669 | 8.25 | 1366.77 | 75.9317 | 0.0410528 | 108.373 | 0 | 108.373 | 4 | 3 |
| Plugin/clSFTPManager.cpp | 811 | | clSFTPManager | StartWorkerThread() | 0 | 19 | 18 | 0 | 1 | 4 | 3 | 40 | 97 | 516.227 | 17.7222 | 9148.69 | 508.261 | 0.145809 | 89.898 | 0 | 89.898 | 7 | 2 |
| Plugin/clSFTPManager.cpp | 831 | | clSFTPManager | OnSaveCompleted(clCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 5.95833 | 889.445 | 49.4136 | 0.0308289 | 122.282 | 0 | 122.282 | 7 | 2 |
| Plugin/clSFTPManager.cpp | 836 | | clSFTPManager | OnSaveError(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 68 | 336.885 | 8.21053 | 2766.01 | 153.667 | 0.0656822 | 104.912 | 0 | 104.912 | 19 | 2 |
| Plugin/clSFTPManager.cpp | 846 | | clSFTPManager | IsRemoteFile(const wxString &, wxString *, wxString *) const | 3 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 68 | 336.885 | 16.3929 | 5522.51 | 306.806 | 0.104145 | 102.975 | 0 | 102.975 | 7 | 0 |
| Plugin/clSFTPManager.cpp | 857 | | clSFTPManager | GetAllConnectionsPtr(std::vector<clSFTP::Ptr_t> &) const | 1 | 16 | 16 | 0 | 0 | 4 | 2 | 38 | 93 | 488.057 | 13.3571 | 6519.05 | 362.169 | 0.116324 | 92.9738 | 0 | 92.9738 | 9 | 1 |
| Plugin/clSFTPManager.cpp | 874 | | clSFTPManager | AsyncReadFile(const wxString &, const wxString &, wxEvtHandler *) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.75 | 860.205 | 47.7892 | 0.0301495 | 123.104 | 0 | 123.104 | 1 | 0 |
| Plugin/clSFTPManager.cpp | 879 | | clSFTPManager | AwaitReadFile(const wxString &, const wxString &, wxMemoryBuffer *) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 7.5 | 1004.85 | 55.8249 | 0.033441 | 122.844 | 0 | 122.844 | 1 | 5 |
| Plugin/clSFTPManager.cpp | 891 | | clSFTPManager | AwaitExecute(const wxString &, const wxString &, const wxString &, clEnvList_t *) | 4 | 64 | 54 | 3 | 7 | 6 | 2 | 91 | 428 | 2785.34 | 29.5522 | 82312.9 | 4572.94 | 0.63075 | 60.9991 | 16.4578 | 77.4569 | 104 | 15 |
| Plugin/clSFTPManager.cpp | 977 | | clSFTPManager | AsyncExecute(wxEvtHandler *, const wxString &, const wxString &, const wxString &, clEnvList_t *) | 5 | 65 | 55 | 3 | 7 | 8 | 3 | 85 | 388 | 2486.84 | 25.1429 | 62526.4 | 3473.69 | 0.525115 | 60.8773 | 16.3355 | 77.2128 | 99 | 16 |
| Plugin/clSTCContainerStylerBase.cpp | 7 | | clSTCContainerStylerBase | clSTCContainerStylerBase(wxStyledTextCtrl *) | 1 | 7 | 7 | 1 | 0 | 1 | 0 | 25 | 47 | 218.261 | 8.30769 | 1813.25 | 100.736 | 0.0495659 | 111.241 | 27.6325 | 138.873 | 4 | 1 |
| Plugin/clSTCContainerStylerBase.cpp | 15 | | clSTCContainerStylerBase | ~clSTCContainerStylerBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clSTCContainerStylerBase.cpp | 20 | | clSTCContainerStylerBase | OnThemChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clSTCContainerStylerBase.cpp | 26 | | clSTCContainerStylerBase | StyleText(bool) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 25 | 48 | 222.905 | 7.85714 | 1751.4 | 97.2998 | 0.0484323 | 106.83 | 0 | 106.83 | 5 | 6 |
| Plugin/clSTCContainerStylerBase.cpp | 36 | | clSTCContainerStylerBase | InitInternal() | 0 | 9 | 8 | 0 | 1 | 1 | 1 | 25 | 47 | 218.261 | 5.34375 | 1166.33 | 64.7963 | 0.0369341 | 107.169 | 0 | 107.169 | 8 | 2 |
| Plugin/clSTCHelper.cpp | 5 | {anonymous} | | DoSetCaretAt(wxStyledTextCtrl *, long) | 2 | 12 | 10 | 2 | 0 | 2 | 1 | 25 | 58 | 269.344 | 9.82143 | 2645.34 | 146.963 | 0.0637578 | 101.185 | 29.5564 | 130.742 | 5 | 1 |
| Plugin/clSTCHelper.cpp | 19 | | clSTCHelper | [static] ScrollRange(wxStyledTextCtrl *, int, int) | 3 | 8 | 7 | 2 | 0 | 2 | 1 | 20 | 40 | 172.877 | 10.3889 | 1796 | 99.7778 | 0.0492512 | 110.06 | 34.9714 | 145.031 | 2 | 1 |
| Plugin/clSTCHelper.cpp | 28 | | clSTCHelper | [static] CenterLine(wxStyledTextCtrl *, int, int) | 3 | 15 | 11 | 3 | 2 | 2 | 1 | 28 | 65 | 312.478 | 12.1333 | 3791.4 | 210.633 | 0.0810485 | 96.798 | 31.9355 | 128.733 | 5 | 4 |
| Plugin/clSTCHelper.cpp | 44 | | clSTCHelper | [static] SetCaretAt(wxStyledTextCtrl *, long) | 2 | 11 | 7 | 2 | 2 | 1 | 0 | 23 | 47 | 212.607 | 8.46154 | 1798.99 | 99.9437 | 0.0493057 | 104.055 | 30.6787 | 134.734 | 4 | 6 |
| Plugin/clSTCHelper.cpp | 56 | | clSTCHelper | [static] UpdateScrollbarWidth(wxStyledTextCtrl *, size_t) | 2 | 32 | 26 | 5 | 4 | 7 | 1 | 55 | 184 | 1063.77 | 30.4167 | 32356.3 | 1797.57 | 0.338469 | 77.0033 | 28.7405 | 105.744 | 14 | 3 |
| Plugin/clSTCHelper.cpp | 89 | | clSTCHelper | [static] IsPositionInComment(wxStyledTextCtrl *, int) | 2 | 143 | 81 | 32 | 30 | 72 | 1 | 128 | 496 | 3472 | 17.8598 | 62009.3 | 3444.96 | 0.522216 | 31.649 | 33.4494 | 65.0984 | 3 | 3 |
| Plugin/clSTCHelper.cpp | 233 | | clSTCHelper | [static] CopySettingsFrom(wxStyledTextCtrl *, wxStyledTextCtrl *) | 2 | 11 | 10 | 0 | 1 | 4 | 1 | 32 | 73 | 365 | 17.3571 | 6335.36 | 351.964 | 0.114128 | 100.555 | 0 | 100.555 | 4 | 0 |
| Plugin/clSTCLineKeeper.cpp | 5 | | clSTCLineKeeper | clSTCLineKeeper(IEditor *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 6.66667 | 586.667 | 32.5926 | 0.02336 | 147.488 | 0 | 147.488 | 2 | 0 |
| Plugin/clSTCLineKeeper.cpp | 7 | | clSTCLineKeeper | clSTCLineKeeper(wxStyledTextCtrl *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.3 | 431.754 | 23.9863 | 0.0190416 | 148.788 | 0 | 148.788 | 1 | 2 |
| Plugin/clSTCLineKeeper.cpp | 9 | | clSTCLineKeeper | [virtual] ~clSTCLineKeeper() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| Plugin/clScrollBar.cpp | 3 | | clScrollBar | clScrollBar(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 43 | 197.153 | 7.5 | 1478.65 | 82.1472 | 0.0432636 | 117.22 | 0 | 117.22 | 2 | 2 |
| Plugin/clScrollBar.cpp | 9 | | clScrollBar | SetScrollbar(int, int, int, int, bool) [override] | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 45 | 197.654 | 7.38462 | 1459.6 | 81.0889 | 0.0428912 | 114.254 | 0 | 114.254 | 1 | 3 |
| Plugin/clScrolledPanel.cpp | 16 | | clScrolledPanel | clScrolledPanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 45 | 203.56 | 7.07143 | 1439.46 | 79.9701 | 0.0424958 | 117.054 | 0 | 117.054 | 2 | 1 |
| Plugin/clScrolledPanel.cpp | 22 | | clScrolledPanel | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 19 | 18 | 1 | 0 | 5 | 1 | 43 | 104 | 564.332 | 16.087 | 9078.38 | 504.354 | 0.145061 | 89.2048 | 17.3987 | 106.603 | 2 | 2 |
| Plugin/clScrolledPanel.cpp | 42 | | clScrolledPanel | DoInitialize() | 0 | 58 | 51 | 2 | 5 | 4 | 2 | 81 | 481 | 3049.47 | 31.9224 | 97346.4 | 5408.13 | 0.705383 | 62.5827 | 14.1863 | 76.769 | 37 | 2 |
| Plugin/clScrolledPanel.cpp | 101 | | clScrolledPanel | ~clScrolledPanel() [override] | 0 | 31 | 29 | 0 | 2 | 2 | 0 | 46 | 323 | 1784.11 | 24.5 | 43710.7 | 2428.37 | 0.413622 | 75.9787 | 0 | 75.9787 | 21 | 0 |
| Plugin/clScrolledPanel.cpp | 134 | | clScrolledPanel | [virtual] OnHScroll(wxScrollEvent &) | 1 | 34 | 33 | 0 | 1 | 9 | 2 | 43 | 202 | 1096.11 | 19.0179 | 20845.6 | 1158.09 | 0.252477 | 75.4055 | 0 | 75.4055 | 19 | 14 |
| Plugin/clScrolledPanel.cpp | 169 | | clScrolledPanel | [virtual] OnVScroll(wxScrollEvent &) | 1 | 33 | 33 | 0 | 0 | 9 | 2 | 43 | 202 | 1096.11 | 19.0179 | 20845.6 | 1158.09 | 0.252477 | 75.8891 | 0 | 75.8891 | 19 | 14 |
| Plugin/clScrolledPanel.cpp | 209 | | clScrolledPanel | UpdateVScrollBar(int, int, int, int) | 4 | 31 | 25 | 3 | 3 | 15 | 1 | 48 | 179 | 999.708 | 22.6034 | 22596.9 | 1255.38 | 0.266426 | 76.0006 | 23.1746 | 99.1752 | 10 | 2 |
| Plugin/clScrolledPanel.cpp | 241 | | clScrolledPanel | [virtual] OnCharHook(wxKeyEvent &) | 1 | 37 | 31 | 5 | 1 | 9 | 2 | 41 | 213 | 1141.16 | 20.16 | 23005.8 | 1278.1 | 0.269631 | 73.8262 | 26.9603 | 100.787 | 25 | 2 |
| Plugin/clScrolledPanel.cpp | 279 | | clScrolledPanel | GetPageSize() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 2 |
| Plugin/clScrolledPanel.cpp | 281 | | clScrolledPanel | [virtual] OnIdle(wxIdleEvent &) | 1 | 21 | 20 | 1 | 0 | 9 | 2 | 47 | 127 | 705.433 | 11.9 | 8394.65 | 466.369 | 0.137683 | 85.5029 | 16.583 | 102.086 | 13 | 4 |
| Plugin/clScrolledPanel.cpp | 303 | | clScrolledPanel | ShouldShowScrollBar() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.424 | 0 | 148.424 | 1 | 1 |
| Plugin/clScrolledPanel.cpp | 305 | | clScrolledPanel | OnLeftDown(wxMouseEvent &) | 1 | 12 | 9 | 2 | 1 | 2 | 1 | 26 | 56 | 263.225 | 6.96667 | 1833.8 | 101.878 | 0.0499398 | 101.305 | 29.5564 | 130.861 | 9 | 2 |
| Plugin/clScrolledPanel.cpp | 318 | | clScrolledPanel | OnLeftUp(wxMouseEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 31 | 78 | 386.427 | 8.52632 | 3294.8 | 183.045 | 0.0738071 | 96.5812 | 0 | 96.5812 | 11 | 2 |
| Plugin/clScrolledPanel.cpp | 333 | | clScrolledPanel | OnMotion(wxMouseEvent &) | 1 | 12 | 12 | 3 | 0 | 7 | 2 | 39 | 99 | 523.255 | 10.3125 | 5396.07 | 299.781 | 0.102549 | 96.5822 | 34.9714 | 131.554 | 12 | 2 |
| Plugin/clScrolledPanel.cpp | 346 | | clScrolledPanel | OnLeaveWindow(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clScrolledPanel.cpp | 352 | | clScrolledPanel | DoBeginDrag() | 0 | 18 | 15 | 1 | 2 | 3 | 1 | 31 | 72 | 356.702 | 8.23529 | 2937.55 | 163.197 | 0.0683705 | 92.9261 | 17.8544 | 110.78 | 11 | 1 |
| Plugin/clScrolledPanel.cpp | 371 | | clScrolledPanel | DoCancelDrag() | 0 | 7 | 7 | 1 | 0 | 1 | 0 | 22 | 34 | 151.621 | 5 | 758.103 | 42.1169 | 0.0277139 | 113.135 | 27.6325 | 140.768 | 5 | 4 |
| Plugin/clScrolledPanel.cpp | 379 | | clScrolledPanel | [static] GetDefaultFont() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 121.779 | 0 | 121.779 | 2 | 5 |
| Plugin/clScrolledPanel.cpp | 385 | | clScrolledPanel | [virtual] DoPositionVScrollbar() | 0 | 23 | 17 | 3 | 3 | 3 | 1 | 34 | 108 | 549.446 | 13.3095 | 7312.86 | 406.27 | 0.125585 | 86.7087 | 26.5382 | 113.247 | 8 | 6 |
| Plugin/clScrolledPanel.cpp | 409 | | clScrolledPanel | [virtual] DoPositionHScrollbar() | 0 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 104 | 537.672 | 13.3636 | 7185.26 | 399.181 | 0.12412 | 92.7004 | 0 | 92.7004 | 11 | 5 |
| Plugin/clScrolledPanel.cpp | 426 | | clScrolledPanel | [virtual] OnSize(wxSizeEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 117.797 | 0 | 117.797 | 3 | 3 |
| Plugin/clScrolledPanel.cpp | 433 | | clScrolledPanel | UpdateHScrollBar(int, int, int, int) | 4 | 21 | 21 | 0 | 0 | 8 | 1 | 43 | 134 | 727.119 | 19.7917 | 14390.9 | 799.495 | 0.197214 | 85.5755 | 0 | 85.5755 | 9 | 2 |
| Plugin/clScrolledPanel.cpp | 455 | | clScrolledPanel | GetClientArea() const | 0 | 16 | 14 | 1 | 1 | 5 | 1 | 35 | 102 | 523.187 | 13.5 | 7063.02 | 392.39 | 0.122708 | 92.3824 | 18.8844 | 111.267 | 12 | 4 |
| Plugin/clScrolledPanel.cpp | 472 | | clScrolledPanel | SetNeverShowScrollBar(wxOrientation, bool) | 2 | 15 | 15 | 0 | 0 | 5 | 1 | 32 | 108 | 540 | 10.8 | 5832 | 324 | 0.108 | 93.2634 | 0 | 93.2634 | 11 | 0 |
| Plugin/clSelectSymbolDialog.cpp | 10 | | clSelectSymbolDialog | clSelectSymbolDialog(wxWindow *, const clSelectSymbolDialogEntry::List_t &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 7.15 | 1036.37 | 57.576 | 0.0341367 | 115.866 | 0 | 115.866 | 3 | 2 |
| Plugin/clSelectSymbolDialog.cpp | 17 | | clSelectSymbolDialog | ~clSelectSymbolDialog() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 24 | 39 | 178.814 | 10 | 1788.14 | 99.3409 | 0.0491073 | 112.277 | 0 | 112.277 | 3 | 0 |
| Plugin/clSelectSymbolDialog.cpp | 25 | | clSelectSymbolDialog | AddSymbol(const wxString &, const wxBitmap &, const wxString &, wxClientData *) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 62 | 312.752 | 9.425 | 2947.69 | 163.761 | 0.0685278 | 107.207 | 0 | 107.207 | 6 | 1 |
| Plugin/clSelectSymbolDialog.cpp | 34 | | clSelectSymbolDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| Plugin/clSelectSymbolDialog.cpp | 36 | | clSelectSymbolDialog | GetSelection() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 25 | 48 | 222.905 | 12.75 | 2842.04 | 157.891 | 0.0668804 | 106.83 | 0 | 106.83 | 3 | 2 |
| Plugin/clSelectSymbolDialog.cpp | 45 | | clSelectSymbolDialog | OnItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clSelectSymbolDialog.cpp | 47 | | clSelectSymbolDialog | Initialise(const clSelectSymbolDialogEntry::List_t &) | 1 | 20 | 18 | 0 | 2 | 3 | 1 | 56 | 142 | 824.644 | 15.5556 | 12827.8 | 712.656 | 0.182661 | 86.8614 | 0 | 86.8614 | 16 | 1 |
| Plugin/clSelectSymbolDialogBase.cpp | 16 | | clSelectSymbolDialogBase | clSelectSymbolDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 57 | 45 | 2 | 10 | 5 | 1 | 101 | 445 | 2962.9 | 20.475 | 60665.5 | 3370.3 | 0.514643 | 62.7842 | 14.3067 | 77.0909 | 60 | 1 |
| Plugin/clSelectSymbolDialogBase.cpp | 74 | | clSelectSymbolDialogBase | ~clSelectSymbolDialogBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| Plugin/clSelectSymbolDialogBase_plugin_bitmaps.cpp | 34 | | | wxCrafterWmuZfdInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/clSideBarCtrl.cpp | 43 | {anonymous} | | border_simple_theme_aware_bit() | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 107.172 | 22.5149 | 129.686 | 0 | 1 |
| Plugin/clSideBarCtrl.cpp | 56 | {anonymous} | | IsWindows11DarkMode() | 0 | 14 | 14 | 0 | 0 | 4 | 0 | 35 | 74 | 379.567 | 16 | 6073.07 | 337.393 | 0.110956 | 96.4443 | 0 | 96.4443 | 0 | 1 |
| Plugin/clSideBarCtrl.cpp | 74 | | SideBarToolBar | SideBarToolBar(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 17 | 16 | 0 | 1 | 3 | 1 | 46 | 122 | 673.875 | 11.5938 | 7812.73 | 434.041 | 0.131244 | 90.5441 | 0 | 90.5441 | 11 | 2 |
| Plugin/clSideBarCtrl.cpp | 97 | | clSideBarCtrl | clSideBarCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 25 | 21 | 3 | 2 | 5 | 1 | 54 | 154 | 886.253 | 13.5541 | 12012.3 | 667.351 | 0.174836 | 82.4118 | 25.5633 | 107.975 | 8 | 2 |
| Plugin/clSideBarCtrl.cpp | 123 | | clSideBarCtrl | ~clSideBarCtrl() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Plugin/clSideBarCtrl.cpp | 129 | | clSideBarCtrl | GetToolData(long) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 40 | 185.754 | 9.54545 | 1773.11 | 98.506 | 0.0488318 | 111.849 | 0 | 111.849 | 3 | 3 |
| Plugin/clSideBarCtrl.cpp | 137 | | clSideBarCtrl | DeleteToolData(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/clSideBarCtrl.cpp | 139 | | clSideBarCtrl | AddToolData(clSideBarToolData) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 22 | 36 | 160.54 | 8.5 | 1364.59 | 75.8103 | 0.041009 | 110.675 | 0 | 110.675 | 2 | 1 |
| Plugin/clSideBarCtrl.cpp | 148 | | clSideBarCtrl | ClearAllToolData() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| Plugin/clSideBarCtrl.cpp | 150 | | clSideBarCtrl | PlaceButtons() | 0 | 62 | 52 | 3 | 7 | 13 | 1 | 95 | 361 | 2371.72 | 31.3846 | 74435.5 | 4135.3 | 0.589837 | 60.7393 | 16.711 | 77.4503 | 32 | 3 |
| Plugin/clSideBarCtrl.cpp | 213 | | clSideBarCtrl | MSWUpdateToolbarBitmaps(int, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 5.5 | 481.63 | 26.7572 | 0.0204812 | 121.44 | 0 | 121.44 | 2 | 1 |
| Plugin/clSideBarCtrl.cpp | 219 | | clSideBarCtrl | AddTool(const wxString &, const wxString &, size_t) | 3 | 33 | 29 | 0 | 4 | 4 | 1 | 70 | 230 | 1409.74 | 19.7143 | 27791.9 | 1544 | 0.305838 | 75.7306 | 0 | 75.7306 | 31 | 2 |
| Plugin/clSideBarCtrl.cpp | 253 | | clSideBarCtrl | AddPage(wxWindow *, const wxString &, const wxString &, bool) | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 60 | 288.441 | 9.38235 | 2706.26 | 150.348 | 0.0647329 | 109.791 | 0 | 109.791 | 4 | 8 |
| Plugin/clSideBarCtrl.cpp | 261 | | clSideBarCtrl | DoRemovePage(size_t, bool) | 2 | 20 | 15 | 2 | 3 | 4 | 1 | 34 | 88 | 447.697 | 9.27273 | 4151.37 | 230.632 | 0.0861006 | 89.8077 | 23.5268 | 113.335 | 8 | 2 |
| Plugin/clSideBarCtrl.cpp | 282 | | clSideBarCtrl | RemovePage(size_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 3 |
| Plugin/clSideBarCtrl.cpp | 284 | | clSideBarCtrl | DeletePage(size_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/clSideBarCtrl.cpp | 286 | | clSideBarCtrl | SetSelection(size_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 7 |
| Plugin/clSideBarCtrl.cpp | 288 | | clSideBarCtrl | GetToolIdForBookPos(int) const | 1 | 19 | 18 | 0 | 1 | 6 | 2 | 44 | 112 | 611.456 | 17.0833 | 10445.7 | 580.317 | 0.159284 | 88.5577 | 0 | 88.5577 | 7 | 2 |
| Plugin/clSideBarCtrl.cpp | 308 | | clSideBarCtrl | ChangeSelection(size_t) | 1 | 18 | 16 | 0 | 2 | 2 | 1 | 40 | 110 | 585.412 | 13.2 | 7727.44 | 429.302 | 0.130287 | 90.5799 | 0 | 90.5799 | 14 | 3 |
| Plugin/clSideBarCtrl.cpp | 327 | | clSideBarCtrl | GetPageCount() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 15 |
| Plugin/clSideBarCtrl.cpp | 329 | | clSideBarCtrl | GetPage(size_t) const | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 19 | 27 | 114.694 | 7.5625 | 867.374 | 48.1874 | 0.0303168 | 120.037 | 0 | 120.037 | 2 | 6 |
| Plugin/clSideBarCtrl.cpp | 335 | | clSideBarCtrl | GetPageBitmap(size_t) const | 1 | 11 | 9 | 0 | 2 | 1 | 1 | 27 | 58 | 275.783 | 7.94118 | 2190.05 | 121.669 | 0.0562144 | 102.702 | 0 | 102.702 | 8 | 2 |
| Plugin/clSideBarCtrl.cpp | 347 | | clSideBarCtrl | SetPageBitmap(size_t, const wxString &) | 2 | 23 | 17 | 2 | 4 | 4 | 1 | 49 | 127 | 713.068 | 15.0968 | 10765 | 598.057 | 0.162513 | 85.1232 | 22.0554 | 107.179 | 13 | 0 |
| Plugin/clSideBarCtrl.cpp | 371 | | clSideBarCtrl | GetPageText(size_t) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 13 |
| Plugin/clSideBarCtrl.cpp | 373 | | clSideBarCtrl | GetPage(const wxString &) const | 1 | 10 | 9 | 1 | 0 | 3 | 2 | 29 | 58 | 281.763 | 14.875 | 4191.22 | 232.846 | 0.0866508 | 103.675 | 23.5268 | 127.201 | 4 | 0 |
| Plugin/clSideBarCtrl.cpp | 384 | | clSideBarCtrl | SimpleBookGetPageIndex(wxWindow *) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 51 | 245.175 | 10.9615 | 2687.5 | 149.305 | 0.0644333 | 106.105 | 0 | 106.105 | 2 | 0 |
| Plugin/clSideBarCtrl.cpp | 394 | | clSideBarCtrl | GetSelection() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 7 |
| Plugin/clSideBarCtrl.cpp | 396 | | clSideBarCtrl | GetPageIndex(wxWindow *) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 51 | 245.175 | 10.9615 | 2687.5 | 149.305 | 0.0644333 | 106.105 | 0 | 106.105 | 2 | 0 |
| Plugin/clSideBarCtrl.cpp | 406 | | clSideBarCtrl | GetPageIndex(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 52 | 249.982 | 11.5385 | 2884.41 | 160.245 | 0.0675435 | 106.004 | 0 | 106.004 | 3 | 7 |
| Plugin/clSideBarCtrl.cpp | 416 | | clSideBarCtrl | SetButtonPosition(wxDirection) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 122.715 | 0 | 122.715 | 1 | 3 |
| Plugin/clSideBarCtrl.cpp | 422 | | clSideBarCtrl | MovePageToIndex(const wxString &, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.33333 | 544.995 | 30.2775 | 0.0222403 | 120.638 | 0 | 120.638 | 2 | 1 |
| Plugin/clSideBarCtrl.cpp | 428 | | clSideBarCtrl | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 120.638 | 0 | 120.638 | 3 | 2 |
| Plugin/clSideBarCtrl.cpp | 434 | | clSideBarCtrl | Realize() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 4.08333 | 287.092 | 15.9496 | 0.0145064 | 122.582 | 0 | 122.582 | 2 | 8 |
| Plugin/clSideBarCtrl.cpp | 440 | | clSideBarCtrl | OnContextMenu(wxCommandEvent &) | 1 | 28 | 24 | 0 | 4 | 3 | 1 | 49 | 123 | 690.609 | 13.5469 | 9355.6 | 519.755 | 0.147999 | 82.3329 | 0 | 82.3329 | 11 | 1 |
| Plugin/clSideBarCtrl.cpp | 469 | | clSideBarCtrl | OnDPIChangedEvent(wxDPIChangedEvent &) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 20 | 34 | 146.946 | 4.90909 | 721.369 | 40.0761 | 0.0268113 | 111.135 | 26.0372 | 137.172 | 10 | 2 |
| Plugin/clSingleChoiceDialog.cpp | 6 | | clSingleChoiceDialog | clSingleChoiceDialog(wxWindow *, const wxArrayString &, int) | 3 | 11 | 11 | 0 | 0 | 3 | 1 | 36 | 81 | 418.764 | 15 | 6281.46 | 348.97 | 0.11348 | 100.07 | 0 | 100.07 | 9 | 5 |
| Plugin/clSingleChoiceDialog.cpp | 18 | | clSingleChoiceDialog | ~clSingleChoiceDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/clSingleChoiceDialog.cpp | 20 | | clSingleChoiceDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.90909 | 804.593 | 44.6996 | 0.0288356 | 119.145 | 0 | 119.145 | 3 | 0 |
| Plugin/clSingleChoiceDialog.cpp | 26 | | clSingleChoiceDialog | GetSelection() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 53 | 246.124 | 8.76923 | 2158.32 | 119.907 | 0.0556702 | 106.315 | 0 | 106.315 | 6 | 5 |
| Plugin/clSingleChoiceDialog.cpp | 36 | | clSingleChoiceDialog | OnActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clSingleChoiceDialog.cpp | 38 | | clSingleChoiceDialog | DoInitialise() | 0 | 15 | 14 | 0 | 1 | 2 | 1 | 47 | 124 | 688.769 | 17.7692 | 12238.9 | 679.939 | 0.177027 | 92.6881 | 0 | 92.6881 | 15 | 1 |
| Plugin/clSnippetManager.cpp | 5 | | clSnippetManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 1 |
| Plugin/clSnippetManager.cpp | 11 | | clSnippetManager | Insert(wxStyledTextCtrl *, const wxString &) | 2 | 18 | 16 | 3 | 0 | 3 | 1 | 37 | 100 | 520.945 | 17.425 | 9077.47 | 504.304 | 0.145051 | 90.9566 | 29.5564 | 120.513 | 8 | 1 |
| Plugin/clSnippetManager.cpp | 30 | | clSnippetManager | InsertTextSimple(wxStyledTextCtrl *, const wxString &) | 2 | 16 | 16 | 0 | 0 | 3 | 1 | 36 | 102 | 527.332 | 16.1053 | 8492.83 | 471.824 | 0.138754 | 92.8013 | 0 | 92.8013 | 9 | 3 |
| Plugin/clSnippetManager.cpp | 47 | | clSnippetManager | SetCaretAt(wxStyledTextCtrl *, int) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.2 | 1070.48 | 59.471 | 0.0348817 | 115.734 | 0 | 115.734 | 3 | 1 |
| Plugin/clStatusBar.cpp | 51 | {anonymous} | | GetWhitespaceInfo(wxStyledTextCtrl *, wxString &, wxString &) | 3 | 18 | 18 | 0 | 0 | 5 | 1 | 36 | 77 | 398.084 | 12.0789 | 4808.44 | 267.135 | 0.0949616 | 91.8953 | 0 | 91.8953 | 6 | 1 |
| Plugin/clStatusBar.cpp | 72 | | clStatusBar | clStatusBar(wxWindow *, IManager *) | 2 | 70 | 49 | 7 | 14 | 1 | 0 | 117 | 553 | 3799.31 | 18.5455 | 70460 | 3914.44 | 0.568644 | 59.083 | 23.5268 | 82.6098 | 90 | 1 |
| Plugin/clStatusBar.cpp | 143 | | clStatusBar | ~clStatusBar() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 36 | 200 | 1033.99 | 14.52 | 15013.5 | 834.081 | 0.202861 | 91.9232 | 0 | 91.9232 | 21 | 0 |
| Plugin/clStatusBar.cpp | 158 | | clStatusBar | SetMessage(const wxString &, int) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.88889 | 439.629 | 24.4239 | 0.0192724 | 147.375 | 0 | 147.375 | 1 | 45 |
| Plugin/clStatusBar.cpp | 160 | | clStatusBar | OnPageChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 4 |
| Plugin/clStatusBar.cpp | 166 | | clStatusBar | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clStatusBar.cpp | 172 | | clStatusBar | DoUpdateColour() | 0 | 21 | 19 | 2 | 0 | 3 | 2 | 36 | 115 | 594.541 | 11.3043 | 6720.9 | 373.383 | 0.118713 | 87.7722 | 23.0043 | 110.776 | 21 | 2 |
| Plugin/clStatusBar.cpp | 194 | | clStatusBar | SetLanguage(const wxString &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 30 | 57 | 279.693 | 8.33333 | 2330.77 | 129.487 | 0.0585975 | 104.173 | 23.5268 | 127.7 | 8 | 4 |
| Plugin/clStatusBar.cpp | 205 | | clStatusBar | SetLinePosColumn(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5 | 440 | 24.4444 | 0.0192833 | 147.488 | 0 | 147.488 | 2 | 2 |
| Plugin/clStatusBar.cpp | 207 | | clStatusBar | DoSetLinePosColumn(const wxString &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 32 | 72 | 360 | 9.92105 | 3571.58 | 198.421 | 0.0778847 | 99.6768 | 21.6227 | 121.3 | 11 | 1 |
| Plugin/clStatusBar.cpp | 220 | | clStatusBar | OnAllEditorsClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clStatusBar.cpp | 226 | | clStatusBar | Clear() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 19 | 43 | 182.661 | 4.66667 | 852.417 | 47.3565 | 0.0299673 | 106.388 | 0 | 106.388 | 12 | 2 |
| Plugin/clStatusBar.cpp | 237 | | clStatusBar | OnBuildEnded(clBuildEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 28 | 72 | 346.13 | 7.44118 | 2575.61 | 143.09 | 0.0626324 | 99.6511 | 0 | 99.6511 | 12 | 2 |
| Plugin/clStatusBar.cpp | 250 | | clStatusBar | OnBuildStarted(clBuildEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.31818 | 712.529 | 39.5849 | 0.0265918 | 116.276 | 0 | 116.276 | 5 | 2 |
| Plugin/clStatusBar.cpp | 257 | | clStatusBar | SetBuildBitmap(const wxBitmap &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 1 | 31 | 57 | 282.389 | 7.89474 | 2229.39 | 123.855 | 0.0568856 | 107.738 | 0 | 107.738 | 8 | 5 |
| Plugin/clStatusBar.cpp | 266 | | clStatusBar | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clStatusBar.cpp | 272 | | clStatusBar | StartAnimation(long, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 1 | 36 | 69 | 356.725 | 7.25 | 2586.25 | 143.681 | 0.0628048 | 106.523 | 0 | 106.523 | 13 | 1 |
| Plugin/clStatusBar.cpp | 281 | | clStatusBar | StopAnimation() | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 28 | 54 | 259.597 | 5.83333 | 1514.32 | 84.1287 | 0.0439565 | 110.339 | 0 | 110.339 | 11 | 2 |
| Plugin/clStatusBar.cpp | 289 | | clStatusBar | OnFieldClicked(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.1875 | 683.385 | 37.9659 | 0.0258616 | 146.306 | 0 | 146.306 | 2 | 2 |
| Plugin/clStatusBar.cpp | 291 | | clStatusBar | SetWhitespaceInfo() | 0 | 26 | 21 | 0 | 5 | 1 | 2 | 38 | 137 | 718.966 | 14.3 | 10281.2 | 571.179 | 0.157607 | 83.7842 | 0 | 83.7842 | 22 | 3 |
| Plugin/clStatusBar.cpp | 318 | | clStatusBar | SetSourceControlBitmap(const wxBitmap &, const wxString &, const wxString &, const wxString &) | 4 | 15 | 13 | 0 | 2 | 1 | 1 | 35 | 92 | 471.894 | 10.6957 | 5047.21 | 280.401 | 0.0980799 | 94.8845 | 0 | 94.8845 | 13 | 6 |
| Plugin/clStatusBar.cpp | 334 | | clStatusBar | ClearWhitespaceInfo() | 0 | 18 | 15 | 0 | 3 | 1 | 2 | 25 | 84 | 390.084 | 11 | 4290.92 | 238.385 | 0.0880196 | 92.9209 | 0 | 92.9209 | 18 | 1 |
| Plugin/clStatusBar.cpp | 353 | | clStatusBar | SetEncoding(const wxString &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 30 | 57 | 279.693 | 8.33333 | 2330.77 | 129.487 | 0.0585975 | 104.173 | 23.5268 | 127.7 | 8 | 3 |
| Plugin/clStatusBar.cpp | 364 | | clStatusBar | OnEditorSettingsChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clStatusBar.cpp | 370 | | clStatusBar | DoUpdateView() | 0 | 20 | 16 | 1 | 3 | 3 | 2 | 41 | 113 | 605.403 | 7.15 | 4328.63 | 240.48 | 0.0885345 | 88.4685 | 16.9762 | 105.445 | 21 | 2 |
| Plugin/clStatusBar.cpp | 391 | | clStatusBar | DoFieldClicked(size_t) | 1 | 190 | 151 | 20 | 20 | 34 | 4 | 179 | 1528 | 11435.3 | 50.4474 | 576879 | 32048.9 | 2.30995 | 29.587 | 24.0864 | 53.6734 | 240 | 1 |
| Plugin/clStatusBar.cpp | 582 | | clStatusBar | OnGotoAnythingShowing(clGotoEvent &) | 1 | 26 | 24 | 1 | 1 | 3 | 1 | 57 | 220 | 1283.24 | 18.9125 | 24269.2 | 1348.29 | 0.279415 | 80.3117 | 14.9585 | 95.2702 | 40 | 2 |
| Plugin/clStatusBar.cpp | 609 | | clStatusBar | OnActionSelected(clGotoEvent &) | 1 | 18 | 17 | 0 | 1 | 3 | 2 | 46 | 132 | 729.11 | 12.0968 | 8819.88 | 489.993 | 0.142294 | 89.2085 | 0 | 89.2085 | 17 | 2 |
| Plugin/clStatusBar.cpp | 628 | | clStatusBar | GetTextWidth(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 33 | 66 | 332.93 | 13.1765 | 4386.84 | 243.713 | 0.0893265 | 104.974 | 0 | 104.974 | 5 | 3 |
| Plugin/clStatusBar.cpp | 638 | | clStatusBar | CreatePaneButtonsToolbar() | 0 | 25 | 23 | 0 | 2 | 1 | 0 | 53 | 250 | 1431.98 | 17.0513 | 24417.1 | 1356.51 | 0.280549 | 80.8368 | 0 | 80.8368 | 42 | 1 |
| Plugin/clStatusBar.cpp | 664 | | clStatusBar | OnSecondarySidebarUI(wxUpdateUIEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 6.67857 | 1519.7 | 84.4279 | 0.0440607 | 110.794 | 0 | 110.794 | 6 | 1 |
| Plugin/clStatusBar.cpp | 672 | | clStatusBar | OnSecondarySidebar(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 32 | 78 | 390 | 12 | 4680 | 260 | 0.093263 | 99.2605 | 0 | 99.2605 | 10 | 1 |
| Plugin/clStatusBar.cpp | 685 | | clStatusBar | OnSidebarUI(wxUpdateUIEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 6.67857 | 1519.7 | 84.4279 | 0.0440607 | 110.794 | 0 | 110.794 | 7 | 1 |
| Plugin/clStatusBar.cpp | 693 | | clStatusBar | OnSidebar(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 120.962 | 0 | 120.962 | 3 | 1 |
| Plugin/clStatusBar.cpp | 699 | | clStatusBar | OnBottombarUI(wxUpdateUIEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 6.67857 | 1519.7 | 84.4279 | 0.0440607 | 110.794 | 0 | 110.794 | 7 | 1 |
| Plugin/clStatusBar.cpp | 707 | | clStatusBar | OnBottombar(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 120.962 | 0 | 120.962 | 3 | 1 |
| Plugin/clStatusBarMessage.cpp | 6 | | clStatusBarMessage | clStatusBarMessage(const wxString &, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 59 | 273.988 | 11.375 | 3116.61 | 173.145 | 0.0711214 | 105.757 | 0 | 105.757 | 10 | 1 |
| Plugin/clStatusBarMessage.cpp | 16 | | clStatusBarMessage | [virtual] ~clStatusBarMessage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 5 | 304.722 | 16.929 | 0.0150944 | 149.398 | 0 | 149.398 | 2 | 0 |
| Plugin/clSystemSettings.cpp | 38 | {anonymous} | | GetLuminance(const wxColour &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 26 | 55 | 258.524 | 9.53333 | 2464.6 | 136.922 | 0.0608195 | 106.289 | 0 | 106.289 | 3 | 2 |
| Plugin/clSystemSettings.cpp | 140 | {anonymous} | MyDialog | MyDialog(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 3 | 0 |
| Plugin/clSystemSettings.cpp | 145 | {anonymous} | MyDialog | ~MyDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/clSystemSettings.cpp | 52 | | clSystemSettings | clSystemSettings() | 0 | 9 | 7 | 1 | 1 | 1 | 0 | 26 | 62 | 291.427 | 8.06667 | 2350.85 | 130.603 | 0.0589334 | 105.666 | 24.6875 | 130.354 | 8 | 1 |
| Plugin/clSystemSettings.cpp | 62 | | clSystemSettings | [static] GetColour(int) | 1 | 46 | 44 | 2 | 0 | 13 | 2 | 69 | 269 | 1643.19 | 30.2143 | 49647.9 | 2758.22 | 0.450277 | 67.4831 | 15.872 | 83.3552 | 15 | 56 |
| Plugin/clSystemSettings.cpp | 109 | | clSystemSettings | OnColoursChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| Plugin/clSystemSettings.cpp | 115 | | clSystemSettings | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 2 |
| Plugin/clSystemSettings.cpp | 121 | | clSystemSettings | OnSystemColourChanged(wxSysColourChangedEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.95 | 609.79 | 33.8772 | 0.0239699 | 116.712 | 0 | 116.712 | 9 | 1 |
| Plugin/clSystemSettings.cpp | 128 | | clSystemSettings | DoColourChangedEvent() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 117.797 | 29.5564 | 147.353 | 4 | 3 |
| Plugin/clSystemSettings.cpp | 150 | | clSystemSettings | [static] GetDefaultPanelColour() | 0 | 15 | 15 | 0 | 0 | 3 | 0 | 38 | 80 | 419.834 | 14.5 | 6087.6 | 338.2 | 0.111133 | 95.0323 | 0 | 95.0323 | 4 | 59 |
| Plugin/clSystemSettings.cpp | 166 | | clSystemSettings | OnAppActivated(wxActivateEvent &) | 1 | 13 | 9 | 3 | 1 | 2 | 1 | 24 | 43 | 197.153 | 7.19231 | 1417.99 | 78.7771 | 0.0420721 | 101.511 | 33.8695 | 135.381 | 5 | 1 |
| Plugin/clSystemSettings.cpp | 180 | | clSystemSettings | [static] IsDark() | 0 | 14 | 14 | 0 | 0 | 3 | 1 | 28 | 67 | 322.093 | 13.2692 | 4273.92 | 237.44 | 0.0877869 | 97.5281 | 0 | 97.5281 | 2 | 9 |
| Plugin/clTabHistory.cpp | 5 | | clTabHistory | Compact(const std::vector<wxWindow *> &, bool) | 2 | 24 | 18 | 3 | 3 | 6 | 2 | 42 | 133 | 717.178 | 17 | 12192 | 677.335 | 0.176575 | 83.9438 | 26.0372 | 109.981 | 14 | 2 |
| Plugin/clTabRenderer.cpp | 24 | {anonymous} | | GetTabColours(const clTabColours &, size_t, wxColour *, wxColour *) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 7.91667 | 1412.15 | 78.453 | 0.0419566 | 114.787 | 0 | 114.787 | 3 | 0 |
| Plugin/clTabRenderer.cpp | 31 | {anonymous} | | SetBestXButtonSize(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 150.593 | 0 | 150.593 | 1 | 2 |
| Plugin/clTabRenderer.cpp | 35 | | clTabColours | clTabColours() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 1 | 1 |
| Plugin/clTabRenderer.cpp | 37 | | clTabColours | UpdateColours(size_t) | 1 | 25 | 20 | 1 | 4 | 4 | 0 | 54 | 140 | 805.684 | 9.9878 | 8047.02 | 447.057 | 0.133855 | 83.1374 | 15.2452 | 98.3827 | 22 | 3 |
| Plugin/clTabRenderer.cpp | 63 | | clTabColours | IsDarkColours() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clTabRenderer.cpp | 65 | | clTabInfo | clTabInfo(clTabCtrl *, size_t, wxWindow *, const wxString &, int) | 5 | 13 | 13 | 0 | 0 | 1 | 0 | 37 | 80 | 416.756 | 6.98077 | 2909.28 | 161.627 | 0.0679312 | 97.8488 | 0 | 97.8488 | 6 | 3 |
| Plugin/clTabRenderer.cpp | 79 | | clTabInfo | CreateDisabledBitmap() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 125.137 | 31.9355 | 157.072 | 0 | 2 |
| Plugin/clTabRenderer.cpp | 85 | | clTabInfo | clTabInfo(clTabCtrl *) | 1 | 16 | 16 | 0 | 0 | 1 | 0 | 31 | 79 | 391.382 | 7.38095 | 2888.77 | 160.487 | 0.0676115 | 94.8117 | 0 | 94.8117 | 2 | 0 |
| Plugin/clTabRenderer.cpp | 102 | | clTabInfo | CalculateOffsets(size_t, size_t, wxDC &) | 3 | 65 | 46 | 8 | 12 | 9 | 1 | 99 | 375 | 2486.01 | 21.1346 | 52540.8 | 2918.94 | 0.467602 | 60.6491 | 25.8564 | 86.5055 | 34 | 2 |
| Plugin/clTabRenderer.cpp | 168 | | clTabInfo | CalculateOffsets(size_t, size_t) | 2 | 12 | 11 | 0 | 1 | 2 | 1 | 31 | 69 | 341.84 | 8.525 | 2914.18 | 161.899 | 0.0680075 | 99.9459 | 0 | 99.9459 | 7 | 6 |
| Plugin/clTabRenderer.cpp | 181 | | clTabInfo | SetBitmap(int, size_t) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 5.90909 | 830.547 | 46.1415 | 0.0294525 | 116.026 | 0 | 116.026 | 4 | 1 |
| Plugin/clTabRenderer.cpp | 188 | | clTabInfo | SetLabel(const wxString &, size_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 30 | 133.783 | 6.5 | 869.589 | 48.3105 | 0.0303684 | 119.237 | 0 | 119.237 | 4 | 1 |
| Plugin/clTabRenderer.cpp | 194 | | clTabInfo | SetActive(bool, size_t) | 2 | 6 | 6 | 0 | 0 | 2 | 0 | 26 | 42 | 197.418 | 7.71429 | 1522.94 | 84.6079 | 0.0441233 | 114.03 | 0 | 114.03 | 3 | 3 |
| Plugin/clTabRenderer.cpp | 201 | | clTabInfo | GetCloseButtonRect() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 56 | 260.056 | 7 | 1820.39 | 101.133 | 0.0496961 | 112.827 | 0 | 112.827 | 8 | 3 |
| Plugin/clTabRenderer.cpp | 208 | | clTabInfo | GetBestLabel(size_t) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 0 | 5 |
| Plugin/clTabRenderer.cpp | 210 | | clTabInfo | GetBitmap(int, bool) const | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 40 | 183.399 | 8 | 1467.19 | 81.5104 | 0.0430397 | 111.916 | 0 | 111.916 | 2 | 1 |
| Plugin/clTabRenderer.cpp | 218 | | clTabInfo | HasDisableBitmap() const | 0 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 6.66667 | 849.181 | 47.1767 | 0.0298914 | 122.877 | 0 | 122.877 | 3 | 2 |
| Plugin/clTabRenderer.cpp | 222 | | clTabInfo | HasBitmap() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 6.66667 | 849.181 | 47.1767 | 0.0298914 | 145.335 | 0 | 145.335 | 3 | 2 |
| Plugin/clTabRenderer.cpp | 226 | | clTabRenderer | clTabRenderer(const wxString &, const wxWindow *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 44 | 211.524 | 7.8 | 1649.88 | 91.6602 | 0.0465423 | 113.901 | 0 | 113.901 | 5 | 1 |
| Plugin/clTabRenderer.cpp | 233 | | clTabRenderer | [static] GetTabFont(bool) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 7 | 1058.87 | 58.8262 | 0.0346291 | 110.754 | 0 | 110.754 | 3 | 9 |
| Plugin/clTabRenderer.cpp | 248 | | clTabRenderer | ClearActiveTabExtraLine(clTabInfo::Ptr_t, wxDC &, const clTabColours &, size_t) | 4 | 32 | 28 | 4 | 1 | 2 | 1 | 49 | 185 | 1038.72 | 19.1515 | 19893.1 | 1105.17 | 0.244726 | 78.2772 | 26.0372 | 104.314 | 36 | 0 |
| Plugin/clTabRenderer.cpp | 281 | | clTabRenderer | [static] DrawButton(wxWindow *, wxDC &, const clTabInfo &, const clTabColours &, eButtonState) | 5 | 30 | 22 | 4 | 4 | 4 | 1 | 66 | 181 | 1094.04 | 15 | 16410.5 | 911.696 | 0.215259 | 78.5929 | 26.7997 | 105.393 | 16 | 1 |
| Plugin/clTabRenderer.cpp | 312 | | clTabRenderer | [static] DrawChevron(wxWindow *, wxDC &, const wxRect &, const clTabColours &) | 4 | 12 | 11 | 0 | 1 | 2 | 1 | 37 | 86 | 448.013 | 10.5625 | 4732.14 | 262.897 | 0.0939544 | 98.5394 | 0 | 98.5394 | 7 | 0 |
| Plugin/clTabRenderer.cpp | 325 | | clTabRenderer | [static] GetDefaultBitmapHeight(int) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 58 | 278.827 | 9.53333 | 2658.15 | 147.675 | 0.0639634 | 105.666 | 0 | 105.666 | 7 | 2 |
| Plugin/clTabRenderer.cpp | 335 | | clTabRenderer | [static] CreateRenderer(const wxWindow *, size_t) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 56 | 269.212 | 8.625 | 2321.95 | 128.997 | 0.0584495 | 105.848 | 0 | 105.848 | 8 | 2 |
| Plugin/clTabRenderer.cpp | 345 | | clTabRenderer | [static] GetRenderers() | 0 | 15 | 13 | 0 | 2 | 3 | 1 | 28 | 68 | 326.9 | 9.96667 | 3258.1 | 181.006 | 0.0732581 | 96.3334 | 0 | 96.3334 | 11 | 0 |
| Plugin/clTabRenderer.cpp | 361 | | clTabRenderer | [static] GetMarkerWidth() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.5 | 386.265 | 21.4592 | 0.0176795 | 113.93 | 0 | 113.93 | 0 | 2 |
| Plugin/clTabRenderer.cpp | 370 | | clTabRenderer | [virtual] DrawBackground(wxWindow *, wxDC &, const wxRect &, const clTabColours &, size_t) | 5 | 29 | 27 | 0 | 2 | 2 | 1 | 49 | 160 | 898.354 | 14 | 12577 | 698.719 | 0.180272 | 80.6269 | 0 | 80.6269 | 21 | 2 |
| Plugin/clTabRenderer.cpp | 400 | | clTabRenderer | [virtual] FinaliseBackground(wxWindow *, wxDC &, const wxRect &, const wxRect &, const clTabColours &, size_t) | 6 | 34 | 25 | 3 | 6 | 5 | 0 | 63 | 200 | 1195.46 | 19.7674 | 23631.1 | 1312.84 | 0.274495 | 75.8743 | 22.2054 | 98.0797 | 2 | 2 |
| Plugin/clTabRenderer.cpp | 435 | | clTabRenderer | [virtual] AdjustColours(clTabColours &, size_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| Plugin/clTabRenderer.cpp | 441 | | clTabRenderer | DrawMarker(wxDC &, const clTabInfo &, const clTabColours &, size_t) | 4 | 52 | 45 | 4 | 3 | 6 | 2 | 69 | 299 | 1826.45 | 22.04 | 40254.9 | 2236.39 | 0.391524 | 66.5572 | 20.8285 | 87.3857 | 33 | 0 |
| Plugin/clTabRenderer.cpp | 494 | | clTabRenderer | DrawMarkerLine(wxDC &, const wxPoint &, const wxPoint &, wxDirection) | 4 | 23 | 22 | 1 | 0 | 5 | 2 | 41 | 136 | 728.627 | 19.4792 | 14193 | 788.503 | 0.195402 | 84.781 | 15.872 | 100.653 | 4 | 2 |
| Plugin/clTabRenderer.cpp | 518 | | clTabRenderer | [static] GetXButtonSize() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 2 |
| Plugin/clTabRenderer.cpp | 520 | | clTabRenderer | [static] RegisterRenderer(clTabRenderer *) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 21 | 52 | 228.401 | 12.1875 | 2783.63 | 154.646 | 0.0659609 | 104.766 | 0 | 104.766 | 5 | 2 |
| Plugin/clTabRenderer.cpp | 531 | | clTabRenderer | [static] Create(const wxWindow *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 10.9615 | 2582.1 | 143.45 | 0.0627376 | 110.614 | 0 | 110.614 | 4 | 1 |
| Plugin/clTabRendererMinimal.cpp | 24 | {anonymous} | | GetTabColours(const clTabColours &, size_t, wxColour *, wxColour *) | 4 | 18 | 15 | 3 | 0 | 3 | 1 | 37 | 100 | 520.945 | 11.9318 | 6215.83 | 345.324 | 0.112688 | 90.9566 | 29.5564 | 120.513 | 8 | 1 |
| Plugin/clTabRendererMinimal.cpp | 44 | | clTabRendererMinimal | clTabRendererMinimal(const wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 126.33 | 0 | 126.33 | 2 | 5 |
| Plugin/clTabRendererMinimal.cpp | 49 | | clTabRendererMinimal | [static] InitDarkColours(clTabColours &, const wxColour &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 2 | 0 |
| Plugin/clTabRendererMinimal.cpp | 55 | | clTabRendererMinimal | [static] InitLightColours(clTabColours &, const wxColour &) | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 117.48 | 29.5564 | 147.037 | 2 | 0 |
| Plugin/clTabRendererMinimal.cpp | 62 | | clTabRendererMinimal | Draw(wxWindow *, wxDC &, wxDC &, const clTabInfo &, size_t, size_t, const clTabColours &, size_t, eButtonState, eButtonState) [override] | 10 | 6 | 6 | 0 | 0 | 1 | 0 | 30 | 67 | 328.762 | 7.71429 | 2536.16 | 140.898 | 0.0619912 | 111.608 | 0 | 111.608 | 1 | 0 |
| Plugin/clTabRendererMinimal.cpp | 69 | | clTabRendererMinimal | FinaliseBackground(wxWindow *, wxDC &, const wxRect &, const wxRect &, const clTabColours &, size_t) [override] | 6 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 50 | 232.193 | 7.3125 | 1697.91 | 94.3283 | 0.0474411 | 116.37 | 0 | 116.37 | 1 | 0 |
| Plugin/clTabRendererMinimal.cpp | 75 | | clTabRendererMinimal | DrawBottomRect(wxWindow *, clTabInfo::Ptr_t, const wxRect &, wxDC &, const clTabColours &, size_t) [override] | 6 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 63 | 299.558 | 7.5 | 2246.68 | 124.816 | 0.0571795 | 103.816 | 0 | 103.816 | 6 | 0 |
| Plugin/clTabRendererMinimal.cpp | 86 | | clTabRendererMinimal | DrawBackground(wxWindow *, wxDC &, const wxRect &, const clTabColours &, size_t) [override] | 5 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 49 | 230.322 | 6.35294 | 1463.22 | 81.29 | 0.0429621 | 110.961 | 0 | 110.961 | 3 | 0 |
| Plugin/clTabRendererMinimal.cpp | 94 | | clTabRendererMinimal | DoDraw(wxWindow *, wxDC &, wxDC &, const clTabInfo &, size_t, size_t, const clTabColours &, size_t, eButtonState, eButtonState) | 10 | 149 | 111 | 16 | 23 | 29 | 3 | 178 | 916 | 6847.77 | 44.5069 | 304773 | 16931.9 | 1.50961 | 37.3413 | 24.3067 | 61.648 | 107 | 1 |
| Plugin/clTabTogglerHelper.cpp | 10 | | clTabTogglerHelper | clTabTogglerHelper(const wxString &, wxWindow *, const wxString &, wxWindow *) | 4 | 20 | 20 | 0 | 0 | 6 | 1 | 42 | 130 | 701.001 | 15.64 | 10963.7 | 609.092 | 0.164506 | 87.0161 | 0 | 87.0161 | 12 | 8 |
| Plugin/clTabTogglerHelper.cpp | 31 | | clTabTogglerHelper | ~clTabTogglerHelper() [override] | 0 | 11 | 11 | 0 | 0 | 6 | 1 | 31 | 76 | 376.519 | 11.7333 | 4417.82 | 245.435 | 0.0897465 | 99.9331 | 0 | 99.9331 | 6 | 0 |
| Plugin/clTabTogglerHelper.cpp | 43 | | clTabTogglerHelper | OnToggleOutputTab(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 7.84615 | 1748.95 | 97.1638 | 0.0483871 | 108.738 | 0 | 108.738 | 5 | 2 |
| Plugin/clTabTogglerHelper.cpp | 52 | | clTabTogglerHelper | OnToggleWorkspaceTab(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clTabTogglerHelper.cpp | 54 | | clTabTogglerHelper | [static] IsTabInNotebook(PaneId, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 29 | 129.324 | 7.2 | 931.129 | 51.7294 | 0.0317847 | 123.028 | 0 | 123.028 | 2 | 2 |
| Plugin/clTabTogglerHelper.cpp | 59 | | clTabTogglerHelper | DoShowTab(bool, PaneId, wxWindow *, const wxString &) | 4 | 15 | 12 | 3 | 0 | 3 | 2 | 30 | 81 | 397.458 | 11.0882 | 4407.11 | 244.839 | 0.0896014 | 95.3171 | 31.9355 | 127.253 | 7 | 1 |
| Plugin/clTableLineEditorDlg.cpp | 5 | | clTableLineEditorDlg | clTableLineEditorDlg(wxWindow *, const wxArrayString &, const wxArrayString &) | 3 | 15 | 15 | 0 | 0 | 2 | 1 | 43 | 99 | 537.2 | 11.5556 | 6207.65 | 344.869 | 0.112589 | 93.9805 | 0 | 93.9805 | 12 | 1 |
| Plugin/clTableLineEditorDlg.cpp | 21 | | clTableLineEditorDlg | OnColumnSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Plugin/clTableLineEditorDlg.cpp | 23 | | clTableLineEditorDlg | DoItemSelected(int) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 57 | 274.019 | 13.9091 | 3811.36 | 211.742 | 0.0813327 | 107.434 | 0 | 107.434 | 5 | 2 |
| Plugin/clTableWithPagination.cpp | 11 | | clTableWithPagination | clTableWithPagination(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 41 | 35 | 2 | 4 | 1 | 1 | 82 | 367 | 2333.22 | 22.5806 | 52685.6 | 2926.98 | 0.468461 | 70.2841 | 16.7761 | 87.0602 | 38 | 1 |
| Plugin/clTableWithPagination.cpp | 53 | | clTableWithPagination | SetLinesPerPage(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 0 |
| Plugin/clTableWithPagination.cpp | 55 | | clTableWithPagination | SetColumns(const wxArrayString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 34 | 61 | 310.335 | 9.86842 | 3062.52 | 170.14 | 0.0702961 | 107.017 | 0 | 107.017 | 5 | 1 |
| Plugin/clTableWithPagination.cpp | 64 | | clTableWithPagination | SetData(std::vector<wxArrayString> &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 5.83333 | 884.454 | 49.1363 | 0.0307135 | 115.632 | 0 | 115.632 | 3 | 1 |
| Plugin/clTableWithPagination.cpp | 71 | | clTableWithPagination | ClearAll() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 4.5 | 468 | 26 | 0.0200929 | 117.593 | 0 | 117.593 | 3 | 2 |
| Plugin/clTableWithPagination.cpp | 78 | | clTableWithPagination | ShowPage(int) | 1 | 25 | 25 | 1 | 0 | 5 | 2 | 67 | 213 | 1292.08 | 26 | 33594 | 1866.33 | 0.347046 | 80.4514 | 15.2452 | 95.6966 | 30 | 3 |
| Plugin/clTableWithPagination.cpp | 104 | | clTableWithPagination | CanNext() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 34 | 155.889 | 7.09091 | 1105.39 | 61.4107 | 0.0356361 | 118.442 | 0 | 118.442 | 1 | 1 |
| Plugin/clTableWithPagination.cpp | 110 | | clTableWithPagination | CanPrev() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 6 | 764.263 | 42.4591 | 0.0278638 | 145.335 | 0 | 145.335 | 1 | 1 |
| Plugin/clTableWithPagination.cpp | 112 | | clTableWithPagination | ClearAllItems() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 124.335 | 31.9355 | 156.27 | 1 | 0 |
| Plugin/clTableWithPagination.cpp | 118 | | clTableWithPagination | MakeDisplayString(const wxString &) const | 1 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 99 | 499.395 | 13.325 | 6654.44 | 369.691 | 0.117929 | 95.4776 | 20.1155 | 115.593 | 15 | 1 |
| Plugin/clTableWithPagination.cpp | 133 | | clTableWithPagination | OnLineActivated(wxDataViewEvent &) | 1 | 11 | 9 | 0 | 2 | 1 | 1 | 36 | 73 | 377.405 | 12.0789 | 4558.65 | 253.258 | 0.0916438 | 101.071 | 0 | 101.071 | 6 | 1 |
| Plugin/clTerminalHistory.cpp | 7 | | clTerminalHistory | clTerminalHistory() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 128.731 | 0 | 128.731 | 0 | 1 |
| Plugin/clTerminalHistory.cpp | 12 | | clTerminalHistory | DoReset() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 1 |
| Plugin/clTerminalHistory.cpp | 14 | | clTerminalHistory | Add(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 92 | 475.633 | 17 | 8085.76 | 449.209 | 0.134285 | 101.182 | 0 | 101.182 | 12 | 10 |
| Plugin/clTerminalHistory.cpp | 25 | | clTerminalHistory | ArrowUp() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 41 | 190.398 | 10.6667 | 2030.91 | 112.829 | 0.0534572 | 109.558 | 0 | 109.558 | 2 | 2 |
| Plugin/clTerminalHistory.cpp | 34 | | clTerminalHistory | ArrowDown() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 26 | 41 | 192.718 | 12.2778 | 2366.15 | 131.453 | 0.0591889 | 109.265 | 0 | 109.265 | 2 | 2 |
| Plugin/clTerminalHistory.cpp | 43 | | clTerminalHistory | GetItems() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 33 | 142.624 | 8.55556 | 1220.22 | 67.7902 | 0.0380632 | 111.06 | 0 | 111.06 | 4 | 7 |
| Plugin/clTerminalHistory.cpp | 52 | | clTerminalHistory | SetItems(const wxArrayString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 8.14286 | 1837.2 | 102.067 | 0.0500015 | 110.838 | 0 | 110.838 | 4 | 2 |
| Plugin/clTerminalViewCtrl.cpp | 18 | {anonymous} | MyAnsiCodeRenderer | DoRenderBackground(wxDC &, const wxRect &, const clColours &) | 3 | 11 | 10 | 0 | 1 | 3 | 1 | 32 | 79 | 395 | 9.9 | 3910.5 | 217.25 | 0.0827371 | 100.374 | 0 | 100.374 | 12 | 2 |
| Plugin/clTerminalViewCtrl.cpp | 31 | {anonymous} | MyAnsiCodeRenderer | MyAnsiCodeRenderer(clDataViewListCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 123.028 | 0 | 123.028 | 1 | 1 |
| Plugin/clTerminalViewCtrl.cpp | 37 | {anonymous} | MyAnsiCodeRenderer | SetFont(const wxFont &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 1 |
| Plugin/clTerminalViewCtrl.cpp | 39 | {anonymous} | MyAnsiCodeRenderer | RenderBackground(wxDC &, const wxRect &, long, const clColours &) [override] | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 4.75 | 771.95 | 42.8861 | 0.0280503 | 118.225 | 0 | 118.225 | 2 | 0 |
| Plugin/clTerminalViewCtrl.cpp | 46 | {anonymous} | MyAnsiCodeRenderer | RenderItemBackground(wxDC &, long, const clColours &, int, clRowEntry *) [override] | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 6.4 | 1447.54 | 80.4189 | 0.0426546 | 106.984 | 0 | 106.984 | 5 | 0 |
| Plugin/clTerminalViewCtrl.cpp | 57 | {anonymous} | MyAnsiCodeRenderer | RenderItem(wxWindow *, wxDC &, const clColours &, int, clRowEntry *) [override] | 5 | 29 | 21 | 3 | 5 | 2 | 1 | 52 | 203 | 1157.19 | 13.5 | 15622.1 | 867.892 | 0.208307 | 79.3103 | 23.8955 | 103.206 | 31 | 0 |
| Plugin/clTerminalViewCtrl.cpp | 89 | | clTerminalViewCtrl | clTerminalViewCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 14 | 13 | 0 | 1 | 1 | 0 | 51 | 108 | 612.622 | 10.0571 | 6161.23 | 342.29 | 0.112027 | 94.645 | 0 | 94.645 | 13 | 3 |
| Plugin/clTerminalViewCtrl.cpp | 104 | | clTerminalViewCtrl | ~clTerminalViewCtrl() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clTerminalViewCtrl.cpp | 109 | | clTerminalViewCtrl | OnSysColourChanged(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 117.797 | 0 | 117.797 | 3 | 2 |
| Plugin/clTerminalViewCtrl.cpp | 116 | | clTerminalViewCtrl | ApplyStyle() | 0 | 19 | 16 | 1 | 2 | 3 | 2 | 42 | 97 | 523.055 | 12.24 | 6402.19 | 355.677 | 0.114929 | 90.0597 | 17.3987 | 107.458 | 15 | 3 |
| Plugin/clTerminalViewCtrl.cpp | 136 | | clTerminalViewCtrl | AddLine(const wxString &, bool, wxUIntPtr) | 3 | 19 | 15 | 2 | 2 | 4 | 1 | 31 | 74 | 366.611 | 8.21053 | 3010.07 | 167.226 | 0.0694911 | 91.6777 | 24.0864 | 115.764 | 5 | 6 |
| Plugin/clTerminalViewCtrl.cpp | 156 | | clTerminalViewCtrl | GetBuilder(bool) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 25 | 47 | 218.261 | 7.84615 | 1712.51 | 95.1395 | 0.0477127 | 108.617 | 0 | 108.617 | 4 | 1 |
| Plugin/clTerminalViewCtrl.cpp | 165 | | clTerminalViewCtrl | SetDefaultFont(const wxFont &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 2 | 1 |
| Plugin/clThemedButton.cpp | 9 | | clThemedButton | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 11 | 10 | 0 | 1 | 2 | 1 | 41 | 97 | 519.683 | 11.6667 | 6062.96 | 336.831 | 0.110833 | 99.1774 | 0 | 99.1774 | 6 | 0 |
| Plugin/clThemedButton.cpp | 21 | | clThemedButton | clThemedButton(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 8 | 7 | 7 | 0 | 0 | 1 | 0 | 36 | 82 | 423.934 | 9.75 | 4133.36 | 229.631 | 0.0858514 | 107.788 | 0 | 107.788 | 6 | 16 |
| Plugin/clThemedButton.cpp | 29 | | clThemedButton | clThemedButton(wxWindow *, wxWindowID, const wxString &, const wxString &, const wxPoint &, const wxSize &, long, const wxValidator &, const wxString &) | 9 | 9 | 9 | 0 | 0 | 1 | 0 | 38 | 92 | 482.809 | 10.1538 | 4902.37 | 272.354 | 0.0961944 | 103.041 | 0 | 103.041 | 6 | 0 |
| Plugin/clThemedButton.cpp | 39 | | clThemedButton | ~clThemedButton() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clThemedButton.cpp | 44 | | clThemedButton | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 4 |
| Plugin/clThemedButton.cpp | 50 | | clThemedButton | ApplyTheme() | 0 | 8 | 8 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 112.004 | 0 | 112.004 | 0 | 4 |
| Plugin/clThemedChoice.cpp | 10 | | clThemedChoice | ~clThemedChoice() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clThemedChoice.cpp | 15 | | clThemedChoice | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 8 | 17 | 16 | 0 | 1 | 2 | 1 | 43 | 97 | 526.348 | 10.8621 | 5717.22 | 317.624 | 0.106578 | 92.0589 | 0 | 92.0589 | 5 | 1 |
| Plugin/clThemedChoice.cpp | 33 | | clThemedChoice | clThemedChoice(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 8 | 12 | 12 | 0 | 0 | 1 | 0 | 32 | 68 | 340 | 8.18182 | 2781.82 | 154.545 | 0.0659323 | 100.204 | 0 | 100.204 | 3 | 4 |
| Plugin/clThemedChoice.cpp | 46 | | clThemedChoice | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clThemedChoice.cpp | 52 | | clThemedChoice | ApplyTheme() | 0 | 8 | 8 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 112.004 | 0 | 112.004 | 3 | 2 |
| Plugin/clThemedComboBox.cpp | 6 | | clThemedComboBox | ~clThemedComboBox() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clThemedComboBox.cpp | 11 | | clThemedComboBox | Create(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 18 | 17 | 0 | 1 | 2 | 1 | 43 | 104 | 564.332 | 11.8276 | 6674.68 | 370.816 | 0.118168 | 90.7706 | 0 | 90.7706 | 5 | 0 |
| Plugin/clThemedComboBox.cpp | 30 | | clThemedComboBox | clThemedComboBox(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, const wxArrayString &, long, const wxValidator &, const wxString &) | 9 | 14 | 14 | 0 | 0 | 1 | 0 | 38 | 89 | 467.066 | 9.92308 | 4634.73 | 257.485 | 0.0926605 | 96.0556 | 0 | 96.0556 | 5 | 6 |
| Plugin/clThemedComboBox.cpp | 45 | | clThemedComboBox | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 3 |
| Plugin/clThemedComboBox.cpp | 51 | | clThemedComboBox | ApplyTheme() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 3 |
| Plugin/clThemedListCtrl.cpp | 49 | | clThemedListCtrl | clThemedListCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 8.8 | 2008.46 | 111.581 | 0.0530626 | 116.459 | 0 | 116.459 | 3 | 52 |
| Plugin/clThemedListCtrl.cpp | 20 | | clThemedListCtrlBase | clThemedListCtrlBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 10 | 8 | 1 | 1 | 1 | 0 | 38 | 76 | 398.842 | 10.1087 | 4031.78 | 223.988 | 0.084439 | 102.328 | 23.5268 | 125.854 | 6 | 2 |
| Plugin/clThemedListCtrl.cpp | 31 | | clThemedListCtrlBase | ~clThemedListCtrlBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.5 | 1037.26 | 57.6257 | 0.0341563 | 119.064 | 0 | 119.064 | 3 | 0 |
| Plugin/clThemedListCtrl.cpp | 37 | | clThemedListCtrlBase | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clThemedListCtrl.cpp | 43 | | clThemedListCtrlBase | ApplyTheme() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 6.3 | 575.672 | 31.9818 | 0.0230672 | 121.219 | 0 | 121.219 | 2 | 2 |
| Plugin/clThemedListCtrl.cpp | 55 | | clThemedOrderedListCtrl | clThemedOrderedListCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 8.8 | 2008.46 | 111.581 | 0.0530626 | 113.506 | 0 | 113.506 | 3 | 4 |
| Plugin/clThemedSTC.cpp | 5 | | clThemedSTC | clThemedSTC(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 10 | 10 | 0 | 0 | 2 | 1 | 44 | 87 | 474.971 | 11.963 | 5682.06 | 315.67 | 0.106141 | 101.189 | 0 | 101.189 | 10 | 31 |
| Plugin/clThemedSTC.cpp | 16 | | clThemedSTC | clThemedSTC(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxString &) | 7 | 14 | 13 | 0 | 1 | 3 | 1 | 48 | 108 | 603.176 | 13.5 | 8142.88 | 452.382 | 0.134916 | 94.2658 | 0 | 94.2658 | 13 | 1 |
| Plugin/clThemedSTC.cpp | 31 | | clThemedSTC | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 12 | 12 | 0 | 0 | 3 | 2 | 41 | 90 | 482.18 | 11.5385 | 5563.61 | 309.09 | 0.104661 | 97.9273 | 0 | 97.9273 | 8 | 0 |
| Plugin/clThemedSplitterWindow.cpp | 9 | | clThemedSplitterWindow | clThemedSplitterWindow(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 6.9 | 1391.99 | 77.333 | 0.0415563 | 117.101 | 0 | 117.101 | 2 | 13 |
| Plugin/clThemedSplitterWindow.cpp | 15 | | clThemedSplitterWindow | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 13 | 13 | 0 | 0 | 2 | 0 | 42 | 84 | 452.955 | 11.6923 | 5296.09 | 294.227 | 0.101278 | 97.1857 | 0 | 97.1857 | 2 | 1 |
| Plugin/clThemedTextCtrl.cpp | 29 | | clThemedTextCtrl | clThemedTextCtrl(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 52 | 39 | 7 | 6 | 4 | 1 | 97 | 320 | 2111.97 | 18.48 | 39029.2 | 2168.29 | 0.383535 | 66.2619 | 26.9142 | 93.176 | 32 | 14 |
| Plugin/clThemedTextCtrl.cpp | 82 | | clThemedTextCtrl | ~clThemedTextCtrl() [override] | 0 | 10 | 9 | 1 | 0 | 2 | 0 | 28 | 68 | 326.9 | 11 | 3595.9 | 199.772 | 0.0782379 | 103.132 | 23.5268 | 126.659 | 5 | 0 |
| Plugin/clThemedTextCtrl.cpp | 93 | | clThemedTextCtrl | OnKeyDown(wxKeyEvent &) | 1 | 18 | 17 | 1 | 0 | 5 | 2 | 37 | 115 | 599.087 | 12.6136 | 7556.67 | 419.815 | 0.128361 | 89.7699 | 17.8544 | 107.624 | 14 | 2 |
| Plugin/clThemedTextCtrl.cpp | 112 | | clThemedTextCtrl | OnAddChar(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/clThemedTextCtrl.cpp | 114 | | clThemedTextCtrl | OnChange(wxStyledTextEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 55 | 261.519 | 7.6 | 1987.54 | 110.419 | 0.0526934 | 105.999 | 0 | 105.999 | 7 | 2 |
| Plugin/clThemedTextCtrl.cpp | 124 | | clThemedTextCtrl | OnSysColours(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clThemedTextCtrl.cpp | 130 | | clThemedTextCtrl | ApplySettings() | 0 | 28 | 23 | 2 | 4 | 3 | 0 | 62 | 163 | 970.534 | 12.4667 | 12099.3 | 672.185 | 0.175679 | 80.5635 | 20.1155 | 100.679 | 22 | 2 |
| Plugin/clThemedTextCtrl.cpp | 159 | | clThemedTextCtrl | OnPaste(wxStyledTextEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 117.797 | 29.5564 | 147.353 | 2 | 2 |
| Plugin/clThemedTextCtrl.cpp | 166 | | clThemedTextCtrl | TrimText(const wxString &) const | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 22 | 39 | 173.918 | 9.5 | 1652.22 | 91.79 | 0.0465862 | 110.258 | 26.0372 | 136.296 | 8 | 2 |
| Plugin/clThemedTextCtrl.cpp | 175 | | clThemedTextCtrl | TrimCurrentText() | 0 | 10 | 9 | 1 | 0 | 3 | 1 | 23 | 44 | 199.037 | 6.875 | 1368.38 | 76.021 | 0.0410849 | 105.482 | 23.5268 | 129.009 | 6 | 1 |
| Plugin/clThemedTextCtrl.cpp | 186 | | clThemedTextCtrl | SetText(const wxString &) | 1 | 12 | 11 | 1 | 0 | 2 | 0 | 27 | 51 | 242.499 | 8 | 1939.99 | 107.777 | 0.0518496 | 101.731 | 21.6227 | 123.354 | 5 | 2 |
| Plugin/clThemedTextCtrl.cpp | 199 | | clThemedTextCtrl | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 1 |
| Plugin/clThemedTextCtrl.cpp | 201 | | clThemedTextCtrl | SelectAll() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 3.75 | 174.401 | 9.68896 | 0.0104051 | 150.804 | 0 | 150.804 | 1 | 7 |
| Plugin/clThemedTreeCtrl.cpp | 18 | | clThemedTreeCtrl | clThemedTreeCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 6.92308 | 1204.05 | 66.8915 | 0.037726 | 121.487 | 0 | 121.487 | 1 | 14 |
| Plugin/clThemedTreeCtrl.cpp | 23 | | clThemedTreeCtrl | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 10 | 10 | 0 | 0 | 2 | 1 | 44 | 88 | 480.43 | 12.54 | 6024.59 | 334.7 | 0.110365 | 101.13 | 0 | 101.13 | 6 | 2 |
| Plugin/clThemedTreeCtrl.cpp | 34 | | clThemedTreeCtrl | ~clThemedTreeCtrl() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.5 | 1037.26 | 57.6257 | 0.0341563 | 119.064 | 0 | 119.064 | 3 | 0 |
| Plugin/clThemedTreeCtrl.cpp | 40 | | clThemedTreeCtrl | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clThemedTreeCtrl.cpp | 46 | | clThemedTreeCtrl | ApplyTheme() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 6.3 | 575.672 | 31.9818 | 0.0230672 | 121.219 | 0 | 121.219 | 2 | 2 |
| Plugin/clToolBar.cpp | 98 | | clToolBarGeneric | clToolBarGeneric(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 34 | 29 | 1 | 4 | 2 | 2 | 76 | 260 | 1624.46 | 16 | 25991.4 | 1443.97 | 0.292481 | 74.9697 | 13.1285 | 88.0982 | 24 | 32 |
| Plugin/clToolBar.cpp | 133 | | clToolBarGeneric | ~clToolBarGeneric() [override] | 0 | 21 | 20 | 0 | 1 | 4 | 1 | 53 | 179 | 1025.3 | 19.3594 | 19849.1 | 1102.73 | 0.244365 | 84.7085 | 0 | 84.7085 | 16 | 0 |
| Plugin/clToolBar.cpp | 157 | | clToolBarGeneric | OnPaint(wxPaintEvent &) | 1 | 53 | 42 | 3 | 8 | 7 | 2 | 87 | 327 | 2106.84 | 24.5968 | 51821.5 | 2878.97 | 0.463325 | 65.276 | 18.0144 | 83.2904 | 44 | 2 |
| Plugin/clToolBar.cpp | 211 | | clToolBarGeneric | RenderGroup(int &, const clToolBarGeneric::ToolVect_t &, wxDC &, bool) | 4 | 25 | 24 | 0 | 1 | 5 | 3 | 62 | 195 | 1161.07 | 18.6951 | 21706.3 | 1205.91 | 0.25938 | 81.0073 | 0 | 81.0073 | 21 | 1 |
| Plugin/clToolBar.cpp | 237 | | clToolBarGeneric | OnEraseBackground(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/clToolBar.cpp | 239 | | clToolBarGeneric | CalculateRect(wxDC &) const | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 38 | 85 | 446.074 | 14.1667 | 6319.38 | 351.077 | 0.113936 | 95.8348 | 0 | 95.8348 | 8 | 1 |
| Plugin/clToolBar.cpp | 254 | | clToolBarGeneric | Realize() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 32 | 76 | 380 | 6.06522 | 2304.78 | 128.043 | 0.058161 | 99.6256 | 0 | 99.6256 | 13 | 37 |
| Plugin/clToolBar.cpp | 267 | | clToolBarGeneric | OnLeftUp(wxMouseEvent &) | 1 | 59 | 51 | 5 | 3 | 9 | 5 | 72 | 336 | 2073.09 | 32.7 | 67790.2 | 3766.12 | 0.554187 | 63.1625 | 21.7927 | 84.9553 | 41 | 2 |
| Plugin/clToolBar.cpp | 327 | | clToolBarGeneric | OnLeftDown(wxMouseEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 35 | 83 | 425.73 | 13.6944 | 5830.14 | 323.897 | 0.107977 | 98.5747 | 0 | 98.5747 | 10 | 4 |
| Plugin/clToolBar.cpp | 340 | | clToolBarGeneric | OnMotion(wxMouseEvent &) | 1 | 41 | 36 | 5 | 0 | 10 | 4 | 50 | 194 | 1094.91 | 21.2143 | 23227.7 | 1290.43 | 0.271362 | 72.1483 | 25.7497 | 97.8981 | 18 | 3 |
| Plugin/clToolBar.cpp | 382 | | clToolBarGeneric | OnEnterWindow(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 2 | 2 |
| Plugin/clToolBar.cpp | 388 | | clToolBarGeneric | OnLeaveWindow(wxMouseEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 56 | 277.435 | 11.5357 | 3200.41 | 177.801 | 0.0723907 | 103.755 | 0 | 103.755 | 5 | 5 |
| Plugin/clToolBar.cpp | 399 | | clToolBarGeneric | AddButton(wxWindowID, size_t, const wxString &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 41 | 192.718 | 9 | 1734.46 | 96.359 | 0.0481196 | 117.339 | 0 | 117.339 | 3 | 483 |
| Plugin/clToolBar.cpp | 405 | | clToolBarGeneric | AddMenuButton(wxWindowID, size_t, const wxString &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 41 | 192.718 | 9 | 1734.46 | 96.359 | 0.0481196 | 117.339 | 0 | 117.339 | 3 | 481 |
| Plugin/clToolBar.cpp | 411 | | clToolBarGeneric | AddToggleButton(wxWindowID, size_t, const wxString &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 41 | 192.718 | 9 | 1734.46 | 96.359 | 0.0481196 | 117.339 | 0 | 117.339 | 3 | 483 |
| Plugin/clToolBar.cpp | 417 | | clToolBarGeneric | InsertBefore(wxWindowID, clToolBarButtonBase *) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 86 | 441.118 | 14.1667 | 6249.18 | 347.176 | 0.113091 | 101.574 | 0 | 101.574 | 8 | 0 |
| Plugin/clToolBar.cpp | 428 | | clToolBarGeneric | InsertAfter(wxWindowID, clToolBarButtonBase *) | 2 | 11 | 11 | 1 | 0 | 2 | 1 | 36 | 89 | 460.123 | 15.5 | 7131.91 | 396.217 | 0.123504 | 99.8103 | 22.5149 | 122.325 | 9 | 0 |
| Plugin/clToolBar.cpp | 440 | | clToolBarGeneric | Add(clToolBarButtonBase *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 6.75 | 580.173 | 32.2318 | 0.0231873 | 121.537 | 0 | 121.537 | 1 | 7 |
| Plugin/clToolBar.cpp | 446 | | clToolBarGeneric | ShowMenuForButton(wxWindowID, wxMenu *) | 2 | 28 | 26 | 0 | 2 | 3 | 1 | 65 | 175 | 1053.91 | 19.0244 | 20050.1 | 1113.89 | 0.246012 | 80.1349 | 0 | 80.1349 | 17 | 14 |
| Plugin/clToolBar.cpp | 475 | | clToolBarGeneric | FindById(wxWindowID) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 34 | 77 | 391.735 | 12.5 | 4896.68 | 272.038 | 0.0961199 | 103.898 | 0 | 103.898 | 7 | 9 |
| Plugin/clToolBar.cpp | 485 | | clToolBarGeneric | DeleteById(wxWindowID) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 38 | 91 | 477.561 | 16.1111 | 7694.04 | 427.447 | 0.129912 | 98.2073 | 0 | 98.2073 | 10 | 484 |
| Plugin/clToolBar.cpp | 498 | | clToolBarGeneric | AddSeparator() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5 | 371.155 | 20.6197 | 0.0172153 | 148.373 | 0 | 148.373 | 2 | 22 |
| Plugin/clToolBar.cpp | 500 | | clToolBarGeneric | AddSpacer() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5 | 371.155 | 20.6197 | 0.0172153 | 148.373 | 0 | 148.373 | 2 | 4 |
| Plugin/clToolBar.cpp | 501 | | clToolBarGeneric | AddStretchableSpace() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5 | 371.155 | 20.6197 | 0.0172153 | 148.373 | 0 | 148.373 | 2 | 3 |
| Plugin/clToolBar.cpp | 503 | | clToolBarGeneric | SetDropdownMenu(wxWindowID, wxMenu *) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 8.86364 | 1584.94 | 88.0521 | 0.0453127 | 109.884 | 0 | 109.884 | 2 | 0 |
| Plugin/clToolBar.cpp | 512 | | clToolBarGeneric | FindMenuById(wxWindowID) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 7.63636 | 1312.66 | 72.9253 | 0.0399619 | 110.089 | 0 | 110.089 | 2 | 0 |
| Plugin/clToolBar.cpp | 521 | | clToolBarGeneric | ToggleTool(wxWindowID, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 35 | 156.08 | 7.5 | 1170.6 | 65.0334 | 0.0370241 | 112.754 | 0 | 112.754 | 2 | 3 |
| Plugin/clToolBar.cpp | 529 | | clToolBarGeneric | UpdateWindowUI(long) [override] | 1 | 9 | 7 | 1 | 1 | 2 | 1 | 16 | 29 | 116 | 5.5 | 638 | 35.4444 | 0.0247035 | 110.226 | 24.6875 | 134.914 | 2 | 0 |
| Plugin/clToolBar.cpp | 539 | | clToolBarGeneric | DoIdleUpdate() | 0 | 27 | 26 | 0 | 1 | 8 | 3 | 47 | 184 | 1022.04 | 20.3571 | 20805.9 | 1155.88 | 0.252156 | 79.7337 | 0 | 79.7337 | 20 | 1 |
| Plugin/clToolBar.cpp | 567 | | clToolBarGeneric | DoShowOverflowMenu() | 0 | 69 | 63 | 4 | 2 | 17 | 3 | 106 | 450 | 3027.56 | 30 | 90826.9 | 5045.94 | 0.673527 | 56.8168 | 18.2206 | 75.0374 | 55 | 1 |
| Plugin/clToolBar.cpp | 637 | | clToolBarGeneric | OnOverflowItem(wxCommandEvent &) | 1 | 11 | 8 | 2 | 1 | 3 | 1 | 26 | 53 | 249.123 | 9.5 | 2366.67 | 131.482 | 0.0591976 | 102.771 | 30.6787 | 133.449 | 6 | 2 |
| Plugin/clToolBar.cpp | 649 | | clToolBarGeneric | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/clToolBar.cpp | 655 | | clToolBarGeneric | AddControl(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 6.28571 | 629.063 | 34.9479 | 0.0244723 | 124.361 | 0 | 124.361 | 2 | 4 |
| Plugin/clToolBar.cpp | 660 | | clToolBarGeneric | GetMenuSelectionFromUser(wxWindowID, wxMenu *) | 2 | 25 | 23 | 0 | 2 | 3 | 1 | 62 | 163 | 970.534 | 16.5 | 16013.8 | 889.656 | 0.211775 | 82.3994 | 0 | 82.3994 | 17 | 1 |
| Plugin/clToolBar.cpp | 686 | | clToolBarGeneric | PrepareForDrawings(wxDC &, std::vector<ToolVect_t> &, const wxRect &) | 3 | 52 | 44 | 4 | 4 | 13 | 3 | 66 | 319 | 1928.16 | 38.3158 | 73879 | 4104.39 | 0.586894 | 64.6654 | 20.8285 | 85.4939 | 33 | 1 |
| Plugin/clToolBar.cpp | 739 | | clToolBarGeneric | GetXSpacer() const | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 20 | 31 | 133.98 | 7 | 937.858 | 52.1032 | 0.0319377 | 116.046 | 0 | 116.046 | 2 | 13 |
| Plugin/clToolBar.cpp | 746 | | clToolBarGeneric | GetYSpacer() const | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 20 | 31 | 133.98 | 7 | 937.858 | 52.1032 | 0.0319377 | 116.046 | 0 | 116.046 | 2 | 5 |
| Plugin/clToolBar.cpp | 753 | | clToolBarGeneric | OnColoursChanged(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.95 | 609.79 | 33.8772 | 0.0239699 | 116.712 | 0 | 116.712 | 4 | 2 |
| Plugin/clToolBar.cpp | 760 | | clToolBarGeneric | SetGroupSpacing(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 3 |
| Plugin/clToolBar.cpp | 762 | | clToolBarGeneric | GetBitmap(size_t) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 7.15 | 942.152 | 52.3418 | 0.0320351 | 119.316 | 0 | 119.316 | 1 | 2 |
| Plugin/clToolBar.cpp | 768 | | clToolBarGeneric | SetBitmaps(clBitmapList *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 111.08 | 0 | 111.08 | 1 | 0 |
| Plugin/clToolBar.cpp | 777 | | clToolBarGeneric | AssignBitmaps(clBitmapList *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 111.08 | 0 | 111.08 | 1 | 9 |
| Plugin/clToolBar.cpp | 786 | | clToolBarGeneric | GetBitmapsCreateIfNeeded() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 17 | 30 | 122.624 | 10.8 | 1324.34 | 73.5743 | 0.0401986 | 109.938 | 0 | 109.938 | 1 | 29 |
| Plugin/clToolBar.cpp | 28 | | clToolBarNative | clToolBarNative(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 7.2 | 1518.54 | 84.3633 | 0.0440382 | 116.87 | 0 | 116.87 | 2 | 0 |
| Plugin/clToolBar.cpp | 34 | | clToolBarNative | AddTool(wxWindowID, const wxString &, size_t, const wxString &, wxItemKind) | 5 | 11 | 11 | 0 | 0 | 3 | 1 | 39 | 100 | 528.54 | 18.4286 | 9740.24 | 541.125 | 0.152029 | 98.8595 | 0 | 98.8595 | 12 | 960 |
| Plugin/clToolBar.cpp | 46 | | clToolBarNative | GetMenuSelectionFromUser(wxWindowID, wxMenu *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.4 | 642.287 | 35.6826 | 0.0248141 | 119.848 | 0 | 119.848 | 2 | 0 |
| Plugin/clToolBar.cpp | 52 | | clToolBarNative | GetBitmap(size_t) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 7.15 | 942.152 | 52.3418 | 0.0320351 | 119.316 | 0 | 119.316 | 1 | 0 |
| Plugin/clToolBar.cpp | 58 | | clToolBarNative | SetBitmaps(clBitmapList *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 111.08 | 0 | 111.08 | 1 | 0 |
| Plugin/clToolBar.cpp | 67 | | clToolBarNative | AssignBitmaps(clBitmapList *) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 111.08 | 0 | 111.08 | 1 | 0 |
| Plugin/clToolBar.cpp | 76 | | clToolBarNative | GetBitmapsCreateIfNeeded() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 17 | 30 | 122.624 | 10.8 | 1324.34 | 73.5743 | 0.0401986 | 109.938 | 0 | 109.938 | 1 | 0 |
| Plugin/clToolBar.cpp | 86 | | clToolBarNative | ShowMenuForButton(wxWindowID, wxMenu *) | 2 | 9 | 6 | 2 | 1 | 1 | 1 | 21 | 32 | 140.554 | 5.625 | 790.617 | 43.9232 | 0.0285007 | 109.458 | 33.3545 | 142.812 | 2 | 0 |
| Plugin/clToolBarButton.cpp | 3 | | clToolBarButton | clToolBarButton(clToolBarGeneric *, wxWindowID, size_t, const wxString &) | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.54545 | 905.247 | 50.2915 | 0.031193 | 122.679 | 0 | 122.679 | 2 | 2 |
| Plugin/clToolBarButton.cpp | 8 | | clToolBarButton | CalculateSize(wxDC &) const [override] | 1 | 24 | 22 | 0 | 2 | 4 | 1 | 47 | 182 | 1010.94 | 20.4 | 20623.1 | 1145.73 | 0.250677 | 82.6186 | 0 | 82.6186 | 19 | 0 |
| Plugin/clToolBarButtonBase.cpp | 12 | | clToolBarButtonBase | clToolBarButtonBase(clToolBarGeneric *, wxWindowID, int, const wxString &, size_t) | 5 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 59 | 289.507 | 6.5 | 1881.79 | 104.544 | 0.0508074 | 102.45 | 0 | 102.45 | 2 | 6 |
| Plugin/clToolBarButtonBase.cpp | 24 | | clToolBarButtonBase | [virtual] ~clToolBarButtonBase() | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 17 | 36 | 147.149 | 7.85714 | 1156.17 | 64.2316 | 0.0367192 | 112.831 | 0 | 112.831 | 4 | 0 |
| Plugin/clToolBarButtonBase.cpp | 32 | | clToolBarButtonBase | [virtual] Render(wxDC &, const wxRect &) | 2 | 82 | 69 | 4 | 9 | 17 | 2 | 110 | 602 | 4082.38 | 30.6667 | 125193 | 6955.16 | 0.834191 | 52.4661 | 16.7761 | 69.2422 | 87 | 1 |
| Plugin/clToolBarButtonBase.cpp | 115 | | clToolBarButtonBase | SetMenu(wxMenu *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 122.033 | 0 | 122.033 | 1 | 1 |
| Plugin/clToolBarButtonBase.cpp | 121 | | clToolBarButtonBase | GetBitmap() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 6 | 445.386 | 24.7436 | 0.0194403 | 148.373 | 0 | 148.373 | 1 | 5 |
| Plugin/clToolBarMenuButton.cpp | 3 | | clToolBarMenuButton | clToolBarMenuButton(clToolBarGeneric *, wxWindowID, size_t, const wxString &) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.375 | 952.035 | 52.8908 | 0.0322587 | 118.665 | 0 | 118.665 | 2 | 1 |
| Plugin/clToolBarMenuButton.cpp | 9 | | clToolBarMenuButton | CalculateSize(wxDC &) const [override] | 1 | 27 | 22 | 1 | 5 | 4 | 1 | 47 | 204 | 1133.14 | 24.5172 | 27781.4 | 1543.41 | 0.30576 | 80.1172 | 14.6873 | 94.8044 | 22 | 0 |
| Plugin/clToolBarSeparator.cpp | 3 | | clToolBarSeparator | clToolBarSeparator(clToolBarGeneric *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 124.149 | 0 | 124.149 | 2 | 1 |
| Plugin/clToolBarSeparator.cpp | 8 | | clToolBarSeparator | CalculateSize(wxDC &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 8.66667 | 1256.2 | 69.789 | 0.0388078 | 122.435 | 0 | 122.435 | 3 | 0 |
| Plugin/clToolBarSeparator.cpp | 13 | | clToolBarSeparator | Render(wxDC &, const wxRect &) [override] | 2 | 10 | 8 | 1 | 1 | 1 | 0 | 39 | 86 | 454.545 | 10.36 | 4709.08 | 261.616 | 0.0936489 | 101.648 | 23.5268 | 125.175 | 10 | 0 |
| Plugin/clToolBarSpacer.cpp | 3 | | clToolBarSpacer | clToolBarSpacer(clToolBarGeneric *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 124.149 | 0 | 124.149 | 2 | 1 |
| Plugin/clToolBarSpacer.cpp | 8 | | clToolBarSpacer | CalculateSize(wxDC &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 23 | 29 | 131.183 | 7.8 | 1023.23 | 56.8461 | 0.0338476 | 145.412 | 0 | 145.412 | 2 | 0 |
| Plugin/clToolBarSpacer.cpp | 10 | | clToolBarSpacer | Render(wxDC &, const wxRect &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 2 | 0 |
| Plugin/clToolBarStretchableSpace.cpp | 6 | | clToolBarStretchableSpace | clToolBarStretchableSpace(clToolBarGeneric *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 124.149 | 0 | 124.149 | 2 | 1 |
| Plugin/clToolBarStretchableSpace.cpp | 11 | | clToolBarStretchableSpace | CalculateSize(wxDC &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 3 | 0 |
| Plugin/clToolBarStretchableSpace.cpp | 17 | | clToolBarStretchableSpace | Render(wxDC &, const wxRect &) [override] | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 58 | 284.6 | 8.79412 | 2502.8 | 139.045 | 0.0614464 | 103.852 | 0 | 103.852 | 7 | 0 |
| Plugin/clToolBarToggleButton.cpp | 3 | | clToolBarToggleButton | clToolBarToggleButton(clToolBarGeneric *, wxWindowID, size_t, const wxString &) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 36 | 165.059 | 7.61538 | 1256.99 | 69.8325 | 0.0388239 | 115.191 | 0 | 115.191 | 2 | 1 |
| Plugin/clTreeCtrl.cpp | 52 | {anonymous} | | SetNativeThemeMSW(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 150.593 | 0 | 150.593 | 1 | 1 |
| Plugin/clTreeCtrl.cpp | 53 | {anonymous} | | ShouldDrawBorder(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 4.2 | 195.739 | 10.8744 | 0.0112373 | 150.793 | 0 | 150.793 | 0 | 2 |
| Plugin/clTreeCtrl.cpp | 336 | {anonymous} | | HideControls(clRowEntry *) | 1 | 13 | 13 | 0 | 0 | 4 | 3 | 31 | 84 | 416.152 | 14.0625 | 5852.14 | 325.119 | 0.108249 | 97.1664 | 0 | 97.1664 | 8 | 2 |
| Plugin/clTreeCtrl.cpp | 712 | {anonymous} | | GetBestFirstLine(clTreeCtrlModel &, int, clRowEntry *) | 3 | 15 | 12 | 2 | 1 | 3 | 1 | 34 | 101 | 513.834 | 23.4333 | 12040.8 | 668.935 | 0.175112 | 93.9817 | 26.7997 | 120.781 | 8 | 1 |
| Plugin/clTreeCtrl.cpp | 56 | | clTreeCtrl | clTreeCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 8 | 8 | 1 | 0 | 1 | 0 | 34 | 67 | 340.86 | 10.15 | 3459.73 | 192.207 | 0.0762501 | 106.759 | 26.0372 | 132.797 | 4 | 2 |
| Plugin/clTreeCtrl.cpp | 65 | | clTreeCtrl | clTreeCtrl() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 70 | | clTreeCtrl | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 75 | 393.595 | 12.1429 | 4779.36 | 265.52 | 0.0945784 | 102.166 | 0 | 102.166 | 3 | 1 |
| Plugin/clTreeCtrl.cpp | 81 | | clTreeCtrl | UpdateLineHeight() | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 35 | 80 | 410.343 | 7.5625 | 3103.22 | 172.401 | 0.0709175 | 97.9295 | 0 | 97.9295 | 14 | 3 |
| Plugin/clTreeCtrl.cpp | 95 | | clTreeCtrl | DoInitialize() | 0 | 22 | 18 | 2 | 2 | 1 | 1 | 48 | 168 | 938.274 | 10.9118 | 10238.2 | 568.79 | 0.157167 | 85.1061 | 22.5149 | 107.621 | 19 | 2 |
| Plugin/clTreeCtrl.cpp | 118 | | clTreeCtrl | ~clTreeCtrl() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 1 | 36 | 137 | 708.28 | 11 | 7791.08 | 432.838 | 0.131002 | 95.0911 | 0 | 95.0911 | 11 | 0 |
| Plugin/clTreeCtrl.cpp | 132 | | clTreeCtrl | OnPaint(wxPaintEvent &) | 1 | 150 | 102 | 30 | 21 | 22 | 3 | 135 | 661 | 4677.78 | 36.2353 | 169501 | 9416.7 | 1.02092 | 40.8247 | 31.9355 | 72.7602 | 73 | 2 |
| Plugin/clTreeCtrl.cpp | 283 | | clTreeCtrl | InsertItem(const wxTreeItemId &, const wxTreeItemId &, const wxString &, int, int, wxTreeItemData *) | 6 | 12 | 12 | 0 | 0 | 3 | 2 | 33 | 80 | 403.552 | 12.8947 | 5203.69 | 289.094 | 0.100097 | 98.8529 | 0 | 98.8529 | 5 | 5 |
| Plugin/clTreeCtrl.cpp | 296 | | clTreeCtrl | AppendItem(const wxTreeItemId &, const wxString &, int, int, wxTreeItemData *) | 5 | 12 | 12 | 0 | 0 | 3 | 2 | 32 | 73 | 365 | 12.0556 | 4400.28 | 244.46 | 0.0895087 | 99.375 | 0 | 99.375 | 5 | 84 |
| Plugin/clTreeCtrl.cpp | 309 | | clTreeCtrl | AddRoot(const wxString &, int, int, wxTreeItemData *) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 46 | 216.22 | 9.85714 | 2131.31 | 118.406 | 0.0552048 | 113.787 | 0 | 113.787 | 3 | 24 |
| Plugin/clTreeCtrl.cpp | 316 | | clTreeCtrl | GetRootItem() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 826 |
| Plugin/clTreeCtrl.cpp | 318 | | clTreeCtrl | Expand(const wxTreeItemId &) | 1 | 15 | 15 | 0 | 0 | 4 | 1 | 37 | 87 | 453.222 | 10.6667 | 4834.37 | 268.576 | 0.0953028 | 94.4044 | 0 | 94.4044 | 11 | 35 |
| Plugin/clTreeCtrl.cpp | 351 | | clTreeCtrl | Collapse(const wxTreeItemId &) | 1 | 15 | 14 | 1 | 1 | 2 | 1 | 33 | 66 | 332.93 | 10.8235 | 3603.48 | 200.193 | 0.0783478 | 96.4683 | 19.4709 | 115.939 | 7 | 9 |
| Plugin/clTreeCtrl.cpp | 367 | | clTreeCtrl | SelectItem(const wxTreeItemId &, bool) | 2 | 9 | 9 | 0 | 0 | 5 | 1 | 28 | 67 | 322.093 | 15.3333 | 4938.76 | 274.375 | 0.0966697 | 104.226 | 0 | 104.226 | 5 | 46 |
| Plugin/clTreeCtrl.cpp | 377 | | clTreeCtrl | OnMouseLeftDown(wxMouseEvent &) | 1 | 65 | 53 | 9 | 3 | 18 | 5 | 77 | 377 | 2362.58 | 23.8 | 56229.4 | 3123.85 | 0.489239 | 58.8439 | 27.253 | 86.0969 | 41 | 2 |
| Plugin/clTreeCtrl.cpp | 443 | | clTreeCtrl | OnMouseLeftUp(wxMouseEvent &) | 1 | 25 | 24 | 1 | 0 | 8 | 2 | 60 | 180 | 1063.24 | 15.061 | 16013.4 | 889.635 | 0.211772 | 80.775 | 15.2452 | 96.0203 | 19 | 2 |
| Plugin/clTreeCtrl.cpp | 469 | | clTreeCtrl | HitTest(const wxPoint &, int &, int &) const | 3 | 60 | 51 | 7 | 2 | 14 | 7 | 70 | 384 | 2353.64 | 42 | 98853.1 | 5491.84 | 0.712643 | 61.0803 | 25.24 | 86.3203 | 43 | 8 |
| Plugin/clTreeCtrl.cpp | 530 | | clTreeCtrl | UnselectAll() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 31 | 124 | 6.66667 | 826.667 | 45.9259 | 0.0293607 | 111.788 | 0 | 111.788 | 3 | 2 |
| Plugin/clTreeCtrl.cpp | 539 | | clTreeCtrl | DoFixPoint(const wxPoint &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 7.5 | 586.034 | 32.5574 | 0.0233432 | 122.033 | 0 | 122.033 | 2 | 4 |
| Plugin/clTreeCtrl.cpp | 545 | | clTreeCtrl | EnsureVisible(const wxTreeItemId &) | 1 | 14 | 11 | 2 | 1 | 3 | 1 | 22 | 48 | 214.053 | 7 | 1498.37 | 83.2427 | 0.0436474 | 99.6529 | 27.6325 | 127.285 | 4 | 27 |
| Plugin/clTreeCtrl.cpp | 560 | | clTreeCtrl | DoEnsureVisible(const wxTreeItemId &) | 1 | 14 | 13 | 3 | 0 | 4 | 1 | 32 | 67 | 335 | 10.5 | 3517.5 | 195.417 | 0.0770965 | 97.0938 | 32.8615 | 129.955 | 7 | 1 |
| Plugin/clTreeCtrl.cpp | 575 | | clTreeCtrl | OnMouseLeftDClick(wxMouseEvent &) | 1 | 31 | 26 | 2 | 3 | 5 | 3 | 49 | 145 | 814.133 | 12.3636 | 10065.6 | 559.202 | 0.155396 | 79.3684 | 19.171 | 98.5393 | 18 | 2 |
| Plugin/clTreeCtrl.cpp | 607 | | clTreeCtrl | IsExpanded(const wxTreeItemId &) const | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 26 | 51 | 239.722 | 11.5909 | 2778.6 | 154.367 | 0.0658814 | 106.222 | 0 | 106.222 | 3 | 14 |
| Plugin/clTreeCtrl.cpp | 617 | | clTreeCtrl | ItemHasChildren(const wxTreeItemId &) const | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 27 | 51 | 242.499 | 10.625 | 2576.55 | 143.142 | 0.0626477 | 106.162 | 0 | 106.162 | 3 | 383 |
| Plugin/clTreeCtrl.cpp | 627 | | clTreeCtrl | SetIndent(int) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 4.66667 | 522.667 | 29.037 | 0.0216286 | 117.207 | 0 | 117.207 | 3 | 2 |
| Plugin/clTreeCtrl.cpp | 634 | | clTreeCtrl | GetIndent() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5 | 429.184 | 23.8435 | 0.0189659 | 147.617 | 0 | 147.617 | 2 | 3 |
| Plugin/clTreeCtrl.cpp | 636 | | clTreeCtrl | IsEmpty() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 3 |
| Plugin/clTreeCtrl.cpp | 638 | | clTreeCtrl | GetChildrenCount(const wxTreeItemId &, bool) const | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 47 | 228.325 | 10.7143 | 2446.34 | 135.908 | 0.0605188 | 110.776 | 0 | 110.776 | 3 | 2 |
| Plugin/clTreeCtrl.cpp | 646 | | clTreeCtrl | DeleteChildren(const wxTreeItemId &) | 1 | 11 | 11 | 1 | 0 | 3 | 1 | 29 | 55 | 267.189 | 8.4 | 2244.39 | 124.688 | 0.0571405 | 102.407 | 22.5149 | 124.922 | 5 | 28 |
| Plugin/clTreeCtrl.cpp | 658 | | clTreeCtrl | GetFirstChild(const wxTreeItemId &, wxTreeItemIdValue &) const | 2 | 13 | 13 | 2 | 0 | 3 | 1 | 39 | 101 | 533.826 | 15.8571 | 8464.95 | 470.275 | 0.138451 | 96.1015 | 28.5467 | 124.648 | 8 | 59 |
| Plugin/clTreeCtrl.cpp | 672 | | clTreeCtrl | GetNextChild(const wxTreeItemId &, wxTreeItemIdValue &) const | 2 | 14 | 14 | 0 | 0 | 3 | 1 | 40 | 108 | 574.768 | 19.5 | 11208 | 622.666 | 0.166941 | 94.5166 | 0 | 94.5166 | 9 | 40 |
| Plugin/clTreeCtrl.cpp | 687 | | clTreeCtrl | GetItemText(const wxTreeItemId &, size_t) const | 2 | 14 | 12 | 1 | 1 | 3 | 1 | 38 | 83 | 435.578 | 11.2727 | 4910.15 | 272.786 | 0.0962961 | 95.9586 | 20.1155 | 116.074 | 9 | 80 |
| Plugin/clTreeCtrl.cpp | 702 | | clTreeCtrl | GetItemData(const wxTreeItemId &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 10 | 2092.15 | 116.231 | 0.0545265 | 111.231 | 0 | 111.231 | 3 | 144 |
| Plugin/clTreeCtrl.cpp | 729 | | clTreeCtrl | DoMouseScroll(const wxMouseEvent &) [override] | 1 | 81 | 66 | 10 | 9 | 17 | 3 | 91 | 451 | 2935.02 | 33.6774 | 98843.7 | 5491.32 | 0.712598 | 54.3807 | 25.8923 | 80.273 | 52 | 0 |
| Plugin/clTreeCtrl.cpp | 811 | | clTreeCtrl | DoBitmapAdded() | 0 | 18 | 16 | 1 | 1 | 4 | 2 | 44 | 115 | 627.835 | 16.25 | 10202.3 | 566.795 | 0.156799 | 89.7561 | 17.8544 | 107.611 | 14 | 2 |
| Plugin/clTreeCtrl.cpp | 830 | | clTreeCtrl | SetBitmaps(BitmapVec_t *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 4.375 | 444.409 | 24.6894 | 0.0194119 | 117.715 | 0 | 117.715 | 3 | 36 |
| Plugin/clTreeCtrl.cpp | 837 | | clTreeCtrl | ProcessIdle() [override] | 0 | 33 | 30 | 2 | 1 | 8 | 5 | 68 | 207 | 1260.1 | 21.2209 | 26740.6 | 1485.59 | 0.298075 | 75.394 | 18.6103 | 94.0044 | 21 | 0 |
| Plugin/clTreeCtrl.cpp | 871 | | clTreeCtrl | OnLeaveWindow(wxMouseEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 67 | 340.86 | 10.6667 | 3635.84 | 201.991 | 0.0788162 | 102.914 | 0 | 102.914 | 7 | 2 |
| Plugin/clTreeCtrl.cpp | 882 | | clTreeCtrl | ExpandAllChildren(const wxTreeItemId &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 5 | 756.337 | 42.0187 | 0.0276708 | 110.984 | 0 | 110.984 | 5 | 351 |
| Plugin/clTreeCtrl.cpp | 891 | | clTreeCtrl | CollapseAllChildren(const wxTreeItemId &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 5.6 | 1266.6 | 70.3665 | 0.0390215 | 105.277 | 0 | 105.277 | 8 | 351 |
| Plugin/clTreeCtrl.cpp | 902 | | clTreeCtrl | GetFirstVisibleItem() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 9.45455 | 1994.04 | 110.78 | 0.0528082 | 109.026 | 0 | 109.026 | 5 | 1 |
| Plugin/clTreeCtrl.cpp | 911 | | clTreeCtrl | GetNextVisible(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 7.5 | 630 | 35 | 0.0244966 | 147.73 | 0 | 147.73 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 912 | | clTreeCtrl | GetPrevVisible(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 7.5 | 630 | 35 | 0.0244966 | 147.73 | 0 | 147.73 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 914 | | clTreeCtrl | DoGetSiblingVisibleItem(const wxTreeItemId &, bool) const | 2 | 31 | 31 | 0 | 0 | 10 | 2 | 44 | 210 | 1146.48 | 28.7609 | 32973.8 | 1831.88 | 0.342761 | 76.4383 | 0 | 76.4383 | 25 | 2 |
| Plugin/clTreeCtrl.cpp | 946 | | clTreeCtrl | GetSelection() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 320 |
| Plugin/clTreeCtrl.cpp | 948 | | clTreeCtrl | GetFocusedItem() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 279 |
| Plugin/clTreeCtrl.cpp | 950 | | clTreeCtrl | GetSelections(wxArrayTreeItemIds &) const | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 30 | 65 | 318.948 | 10.5 | 3348.95 | 186.053 | 0.0746136 | 101.486 | 0 | 101.486 | 6 | 21 |
| Plugin/clTreeCtrl.cpp | 962 | | clTreeCtrl | DoKeyDown(const wxKeyEvent &) [override] | 1 | 54 | 46 | 6 | 3 | 13 | 2 | 61 | 289 | 1713.98 | 20.7375 | 35543.7 | 1974.65 | 0.360347 | 64.6663 | 24.6875 | 89.3538 | 33 | 0 |
| Plugin/clTreeCtrl.cpp | 1017 | | clTreeCtrl | IsItemVisible(clRowEntry *) const | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 33 | 76 | 383.374 | 13.6471 | 5231.93 | 290.663 | 0.100458 | 108.311 | 0 | 108.311 | 6 | 1 |
| Plugin/clTreeCtrl.cpp | 1025 | | clTreeCtrl | IsItemFullyVisible(clRowEntry *) const | 1 | 9 | 7 | 2 | 0 | 1 | 0 | 28 | 58 | 278.827 | 10.4 | 2899.8 | 161.1 | 0.0677835 | 105.896 | 33.3545 | 139.25 | 7 | 6 |
| Plugin/clTreeCtrl.cpp | 1035 | | clTreeCtrl | EnsureItemVisible(clRowEntry *, bool) | 2 | 28 | 24 | 3 | 1 | 7 | 2 | 44 | 136 | 742.483 | 16.34 | 12132.2 | 674.009 | 0.175997 | 81.0363 | 24.2819 | 105.318 | 15 | 2 |
| Plugin/clTreeCtrl.cpp | 1064 | | clTreeCtrl | Delete(const wxTreeItemId &) | 1 | 11 | 9 | 3 | 0 | 2 | 1 | 22 | 39 | 173.918 | 5.83333 | 1014.52 | 56.3623 | 0.0336552 | 104.869 | 36.1812 | 141.051 | 4 | 41 |
| Plugin/clTreeCtrl.cpp | 1076 | | clTreeCtrl | SetItemData(const wxTreeItemId &, wxTreeItemData *) | 2 | 6 | 6 | 0 | 0 | 1 | 1 | 26 | 39 | 183.317 | 7.71429 | 1414.16 | 78.5645 | 0.0419963 | 114.645 | 0 | 114.645 | 2 | 5 |
| Plugin/clTreeCtrl.cpp | 1083 | | clTreeCtrl | SetItemBackgroundColour(const wxTreeItemId &, const wxColour &, size_t) | 3 | 7 | 7 | 0 | 0 | 1 | 1 | 29 | 49 | 238.041 | 8.11765 | 1932.33 | 107.352 | 0.051713 | 110.79 | 0 | 110.79 | 3 | 5 |
| Plugin/clTreeCtrl.cpp | 1091 | | clTreeCtrl | GetItemBackgroundColour(const wxTreeItemId &, size_t) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 45 | 218.609 | 10.1786 | 2225.13 | 123.618 | 0.0568131 | 108.839 | 0 | 108.839 | 4 | 3 |
| Plugin/clTreeCtrl.cpp | 1100 | | clTreeCtrl | SetItemTextColour(const wxTreeItemId &, const wxColour &, size_t) | 3 | 7 | 7 | 0 | 0 | 1 | 1 | 29 | 49 | 238.041 | 8.11765 | 1932.33 | 107.352 | 0.051713 | 110.79 | 0 | 110.79 | 3 | 17 |
| Plugin/clTreeCtrl.cpp | 1108 | | clTreeCtrl | GetItemTextColour(const wxTreeItemId &, size_t) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 45 | 218.609 | 10.1786 | 2225.13 | 123.618 | 0.0568131 | 108.839 | 0 | 108.839 | 4 | 1 |
| Plugin/clTreeCtrl.cpp | 1117 | | clTreeCtrl | SetItemText(const wxTreeItemId &, const wxString &, size_t) | 3 | 10 | 10 | 1 | 0 | 2 | 1 | 33 | 61 | 307.708 | 9.57895 | 2947.52 | 163.751 | 0.0685251 | 103.447 | 23.5268 | 126.973 | 4 | 48 |
| Plugin/clTreeCtrl.cpp | 1128 | | clTreeCtrl | SetItemBold(const wxTreeItemId &, bool, size_t) | 3 | 15 | 13 | 1 | 1 | 3 | 1 | 42 | 90 | 485.309 | 11.6923 | 5674.38 | 315.243 | 0.106045 | 94.2787 | 19.4709 | 113.75 | 10 | 3 |
| Plugin/clTreeCtrl.cpp | 1144 | | clTreeCtrl | SetItemFont(const wxTreeItemId &, const wxFont &, size_t) | 3 | 7 | 7 | 0 | 0 | 1 | 1 | 29 | 49 | 238.041 | 8.11765 | 1932.33 | 107.352 | 0.051713 | 110.79 | 0 | 110.79 | 3 | 6 |
| Plugin/clTreeCtrl.cpp | 1152 | | clTreeCtrl | GetItemFont(const wxTreeItemId &, size_t) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 45 | 218.609 | 10.1786 | 2225.13 | 123.618 | 0.0568131 | 108.839 | 0 | 108.839 | 4 | 1 |
| Plugin/clTreeCtrl.cpp | 1161 | | clTreeCtrl | OnContextMenu(wxContextMenuEvent &) | 1 | 17 | 17 | 1 | 0 | 2 | 1 | 43 | 107 | 580.61 | 10.1379 | 5886.19 | 327.01 | 0.108668 | 91.5487 | 18.3478 | 109.897 | 14 | 2 |
| Plugin/clTreeCtrl.cpp | 1179 | | clTreeCtrl | OnRightDown(wxMouseEvent &) | 1 | 20 | 20 | 0 | 0 | 3 | 2 | 43 | 120 | 651.152 | 12.0536 | 7848.7 | 436.039 | 0.131647 | 88.0897 | 0 | 88.0897 | 15 | 2 |
| Plugin/clTreeCtrl.cpp | 1200 | | clTreeCtrl | GetFirstItemOnScreen() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 5 |
| Plugin/clTreeCtrl.cpp | 1202 | | clTreeCtrl | SetFirstItemOnScreen(clRowEntry *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 10 |
| Plugin/clTreeCtrl.cpp | 1204 | | clTreeCtrl | [virtual] SetSortFunction(const clSortFunc_t &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 11 |
| Plugin/clTreeCtrl.cpp | 1205 | | clTreeCtrl | ScrollToRow(int) [override] | 1 | 36 | 30 | 3 | 3 | 9 | 4 | 51 | 166 | 941.623 | 15.2727 | 14381.1 | 798.953 | 0.197125 | 75.2694 | 21.6227 | 96.8922 | 17 | 2 |
| Plugin/clTreeCtrl.cpp | 1242 | | clTreeCtrl | ScrollRows(int, wxDirection) [override] | 2 | 50 | 42 | 3 | 5 | 9 | 3 | 65 | 244 | 1469.46 | 21.631 | 31785.8 | 1765.88 | 0.334478 | 67.6335 | 18.5216 | 86.155 | 37 | 4 |
| Plugin/clTreeCtrl.cpp | 1293 | | clTreeCtrl | SelectChildren(const wxTreeItemId &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 22 | 43 | 191.756 | 7 | 1342.29 | 74.5716 | 0.0405611 | 105.906 | 23.5268 | 129.433 | 4 | 0 |
| Plugin/clTreeCtrl.cpp | 1304 | | clTreeCtrl | GetNextSibling(const wxTreeItemId &) const | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 17 | 31 | 126.711 | 7.875 | 997.852 | 55.4362 | 0.0332856 | 119.519 | 0 | 119.519 | 5 | 6 |
| Plugin/clTreeCtrl.cpp | 1310 | | clTreeCtrl | GetPrevSibling(const wxTreeItemId &) const | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 17 | 31 | 126.711 | 7.875 | 997.852 | 55.4362 | 0.0332856 | 119.519 | 0 | 119.519 | 5 | 5 |
| Plugin/clTreeCtrl.cpp | 1316 | | clTreeCtrl | DoScrollLines(int, bool, wxTreeItemId, bool) | 4 | 25 | 24 | 0 | 1 | 7 | 2 | 36 | 128 | 661.75 | 22.5 | 14889.4 | 827.188 | 0.201742 | 83.4708 | 0 | 83.4708 | 13 | 1 |
| Plugin/clTreeCtrl.cpp | 1342 | | clTreeCtrl | [virtual] EnableStyle(int, bool, bool) | 3 | 39 | 33 | 3 | 3 | 8 | 3 | 62 | 201 | 1196.79 | 23.1111 | 27659.2 | 1536.62 | 0.304864 | 72.9558 | 20.8285 | 93.7843 | 21 | 2 |
| Plugin/clTreeCtrl.cpp | 1382 | | clTreeCtrl | GetItemParent(const wxTreeItemId &) const | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 19 | 33 | 140.182 | 7.77778 | 1090.3 | 60.5723 | 0.035311 | 118.994 | 0 | 118.994 | 5 | 42 |
| Plugin/clTreeCtrl.cpp | 1388 | | clTreeCtrl | SetItemImage(const wxTreeItemId &, int, int, size_t) | 4 | 8 | 8 | 0 | 0 | 1 | 1 | 31 | 59 | 292.298 | 8.84211 | 2584.53 | 143.585 | 0.0627768 | 107.559 | 0 | 107.559 | 4 | 6 |
| Plugin/clTreeCtrl.cpp | 1397 | | clTreeCtrl | GetItemImage(const wxTreeItemId &, bool, size_t) const | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 35 | 61 | 312.886 | 12.2778 | 3841.55 | 213.419 | 0.0817616 | 106.745 | 0 | 106.745 | 4 | 2 |
| Plugin/clTreeCtrl.cpp | 1406 | | clTreeCtrl | OnEnterWindow(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/clTreeCtrl.cpp | 1408 | | clTreeCtrl | DoUpdateHeader(const wxTreeItemId &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.88889 | 479.596 | 26.6442 | 0.0204234 | 146.923 | 0 | 146.923 | 2 | 13 |
| Plugin/clTreeCtrl.cpp | 1410 | | clTreeCtrl | IsVisible(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 6.42857 | 540 | 30 | 0.0221042 | 147.73 | 0 | 147.73 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 1412 | | clTreeCtrl | IsSelected(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.625 | 482.832 | 26.824 | 0.0205152 | 147.617 | 0 | 147.617 | 1 | 2 |
| Plugin/clTreeCtrl.cpp | 1414 | | clTreeCtrl | GetRow(const wxPoint &) const [override] | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 28 | 59 | 283.634 | 10.8333 | 3072.7 | 170.706 | 0.0704518 | 103.64 | 0 | 103.64 | 4 | 0 |
| Plugin/clTreeCtrl.cpp | 1424 | | clTreeCtrl | GetFirstItemPosition() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 147.852 | 0 | 147.852 | 2 | 0 |
| Plugin/clTreeCtrl.cpp | 1426 | | clTreeCtrl | GetRange() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 1428 | | clTreeCtrl | [virtual] DeleteAllItems() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 6.76923 | 1582.87 | 87.9372 | 0.0452733 | 103.56 | 0 | 103.56 | 9 | 20 |
| Plugin/clTreeCtrl.cpp | 1440 | | clTreeCtrl | GetNextItem(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 7.85714 | 753.565 | 41.8647 | 0.0276032 | 147.04 | 0 | 147.04 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 1442 | | clTreeCtrl | GetPrevItem(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 7.85714 | 753.565 | 41.8647 | 0.0276032 | 147.04 | 0 | 147.04 | 1 | 0 |
| Plugin/clTreeCtrl.cpp | 1444 | | clTreeCtrl | FindNext(const wxTreeItemId &, const wxString &, size_t, size_t) | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 8.88462 | 1833.1 | 101.839 | 0.0499271 | 120.599 | 0 | 120.599 | 3 | 3 |
| Plugin/clTreeCtrl.cpp | 1449 | | clTreeCtrl | FindPrev(const wxTreeItemId &, const wxString &, size_t, size_t) | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 8.88462 | 1833.1 | 101.839 | 0.0499271 | 120.599 | 0 | 120.599 | 3 | 2 |
| Plugin/clTreeCtrl.cpp | 1454 | | clTreeCtrl | HighlightText(const wxTreeItemId &, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 40 | 185.754 | 8.125 | 1509.25 | 83.8474 | 0.0438585 | 111.849 | 0 | 111.849 | 3 | 4 |
| Plugin/clTreeCtrl.cpp | 1462 | | clTreeCtrl | ClearHighlight(const wxTreeItemId &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 55 | 267.189 | 9.64286 | 2576.46 | 143.137 | 0.0626462 | 104.181 | 0 | 104.181 | 5 | 1 |
| Plugin/clTreeCtrl.cpp | 1473 | | clTreeCtrl | DoFind(clRowEntry *, const wxString &, size_t, size_t, bool) | 5 | 26 | 26 | 0 | 0 | 7 | 2 | 49 | 188 | 1055.57 | 27.75 | 29291.9 | 1627.33 | 0.316746 | 80.4073 | 0 | 80.4073 | 14 | 2 |
| Plugin/clTreeCtrl.cpp | 1500 | | clTreeCtrl | ClearAllHighlights() | 0 | 12 | 12 | 0 | 0 | 1 | 1 | 38 | 81 | 425.082 | 13.5 | 5738.61 | 318.812 | 0.106844 | 99.0426 | 0 | 99.0426 | 8 | 7 |
| Plugin/clTreeCtrl.cpp | 1513 | | clTreeCtrl | UpdateScrollBar() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 5.14286 | 514.286 | 28.5714 | 0.0213968 | 115.069 | 0 | 115.069 | 1 | 20 |
| Plugin/clTreeCtrl.cpp | 1521 | | clTreeCtrl | AddHeader(const wxString &, const wxBitmap &, int) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 5.45455 | 671.945 | 37.3303 | 0.0255722 | 145.739 | 0 | 145.739 | 1 | 40 |
| Plugin/clTreeCtrl.cpp | 1523 | | clTreeCtrl | DoAddHeader(const wxString &, const wxBitmap &, int) | 3 | 12 | 12 | 0 | 0 | 3 | 1 | 33 | 71 | 358.152 | 9.94737 | 3562.67 | 197.926 | 0.0777551 | 99.4735 | 0 | 99.4735 | 6 | 1 |
| Plugin/clTreeCtrl.cpp | 1536 | | clTreeCtrl | Check(const wxTreeItemId &, bool, size_t) | 3 | 16 | 14 | 1 | 1 | 2 | 1 | 42 | 101 | 544.624 | 12.6154 | 6870.64 | 381.702 | 0.120469 | 92.8636 | 18.8844 | 111.748 | 12 | 2 |
| Plugin/clTreeCtrl.cpp | 1553 | | clTreeCtrl | IsChecked(const wxTreeItemId &, size_t) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 45 | 216.331 | 12 | 2595.97 | 144.221 | 0.062962 | 108.894 | 0 | 108.894 | 2 | 2 |
| Plugin/clTreeCtrl.cpp | 1562 | | clTreeCtrl | SetImageList(wxImageList *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 4.375 | 444.409 | 24.6894 | 0.0194119 | 117.715 | 0 | 117.715 | 3 | 1 |
| Plugin/clTreeCtrl.cpp | 1569 | | clTreeCtrl | LineUp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 3 |
| Plugin/clTreeCtrl.cpp | 1571 | | clTreeCtrl | LineDown() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 3 |
| Plugin/clTreeCtrl.cpp | 1573 | | clTreeCtrl | PageDown() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 149.233 | 0 | 149.233 | 2 | 4 |
| Plugin/clTreeCtrl.cpp | 1575 | | clTreeCtrl | PageUp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 149.233 | 0 | 149.233 | 2 | 4 |
| Plugin/clTreeCtrl.cpp | 1577 | | clTreeCtrl | SetDefaultFont(const wxFont &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 4.27778 | 462 | 25.6667 | 0.0199208 | 117.396 | 0 | 117.396 | 3 | 6 |
| Plugin/clTreeCtrl.cpp | 1584 | | clTreeCtrl | Begin() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.625 | 633.307 | 35.1837 | 0.0245823 | 117.18 | 0 | 117.18 | 4 | 21 |
| Plugin/clTreeCtrl.cpp | 1591 | | clTreeCtrl | Commit() | 0 | 14 | 11 | 1 | 2 | 2 | 1 | 27 | 54 | 256.764 | 8 | 2054.11 | 114.117 | 0.0538635 | 98.9369 | 20.1155 | 119.052 | 7 | 21 |
| Plugin/clTreeCtrl.cpp | 1606 | | clTreeCtrl | SetLineSpacing(size_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 118.584 | 0 | 118.584 | 2 | 1 |
| Plugin/clTreeCtrl.cpp | 1613 | | clTreeCtrl | SetItemHighlightInfo(const wxTreeItemId &, size_t, size_t, size_t) | 4 | 19 | 15 | 4 | 3 | 1 | 1 | 48 | 138 | 770.725 | 17.2742 | 13313.6 | 739.647 | 0.187245 | 88.504 | 32.6227 | 121.127 | 18 | 1 |
| Plugin/clTreeCtrl.cpp | 1633 | | clTreeCtrl | ShowColourPicker(const wxTreeItemId &, int) | 2 | 17 | 13 | 0 | 4 | 2 | 1 | 40 | 107 | 569.446 | 13.5 | 7687.53 | 427.085 | 0.129838 | 91.6497 | 0 | 91.6497 | 11 | 0 |
| Plugin/clTreeCtrl.cpp | 1651 | | clTreeCtrl | UpdateButtonState(clRowEntry::Vec_t &) | 1 | 29 | 22 | 5 | 2 | 8 | 3 | 60 | 168 | 992.358 | 19.8919 | 19739.9 | 1096.66 | 0.243468 | 78.7294 | 29.9907 | 108.72 | 12 | 1 |
| Plugin/clTreeCtrl.cpp | 1681 | | clTreeCtrl | SetItemControl(const wxTreeItemId &, wxControl *, size_t) | 3 | 14 | 12 | 1 | 2 | 2 | 1 | 37 | 77 | 401.128 | 9.73913 | 3906.64 | 217.035 | 0.0826826 | 96.617 | 20.1155 | 116.733 | 6 | 0 |
| Plugin/clTreeCtrl.cpp | 1696 | | clTreeCtrl | GetItemControl(const wxTreeItemId &, size_t) | 2 | 10 | 8 | 0 | 2 | 1 | 1 | 31 | 59 | 292.298 | 9.38889 | 2744.35 | 152.464 | 0.0653389 | 103.944 | 0 | 103.944 | 4 | 0 |
| Plugin/clTreeCtrlColourHelper.cpp | 7 | | clTreeCtrlColourHelper | clTreeCtrlColourHelper(clThemedTreeCtrl *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 1 |
| Plugin/clTreeCtrlColourHelper.cpp | 12 | | clTreeCtrlColourHelper | DoSetBgColour(const wxTreeItemId &, const wxColour &, const FolderColour::Map_t &) const | 3 | 24 | 20 | 2 | 2 | 4 | 2 | 45 | 144 | 790.827 | 14.2258 | 11250.1 | 625.008 | 0.16736 | 83.8955 | 21.6227 | 105.518 | 16 | 2 |
| Plugin/clTreeCtrlColourHelper.cpp | 37 | | clTreeCtrlColourHelper | DoClearBgColour(const wxTreeItemId &, const wxColour &, FolderColour::Map_t &) const | 3 | 19 | 19 | 0 | 0 | 4 | 2 | 43 | 135 | 732.546 | 14 | 10255.6 | 569.758 | 0.157345 | 88.0782 | 0 | 88.0782 | 16 | 2 |
| Plugin/clTreeCtrlColourHelper.cpp | 57 | | clTreeCtrlColourHelper | ResetBgColour(const wxTreeItemId &, FolderColour::Map_t &) const | 2 | 10 | 9 | 0 | 1 | 3 | 1 | 33 | 74 | 373.285 | 12.1579 | 4538.36 | 252.131 | 0.0913717 | 102.212 | 0 | 102.212 | 8 | 1 |
| Plugin/clTreeCtrlColourHelper.cpp | 68 | | clTreeCtrlColourHelper | SetBgColour(const wxTreeItemId &, const wxColour &, FolderColour::Map_t &) const | 3 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 81 | 405 | 9.69048 | 3924.64 | 218.036 | 0.0829365 | 100.474 | 0 | 100.474 | 7 | 1 |
| Plugin/clTreeCtrlColourHelper.cpp | 80 | | clTreeCtrlColourHelper | [static] GetItemPath(clThemedTreeCtrl *, const wxTreeItemId &) | 2 | 24 | 21 | 0 | 3 | 4 | 1 | 43 | 136 | 737.972 | 20.9792 | 15482 | 860.113 | 0.207061 | 84.2552 | 0 | 84.2552 | 19 | 2 |
| Plugin/clTreeCtrlColourHelper.cpp | 105 | | clTreeCtrlColourHelper | GetItemPath(const wxTreeItemId &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 6.42857 | 540 | 30 | 0.0221042 | 147.73 | 0 | 147.73 | 1 | 3 |
| Plugin/clTreeCtrlModel.cpp | 17 | | clTreeCtrlModel | clTreeCtrlModel(clTreeCtrl *) | 1 | 8 | 7 | 1 | 0 | 1 | 1 | 28 | 52 | 249.982 | 14.6818 | 3670.2 | 203.9 | 0.0793119 | 108.372 | 26.0372 | 134.409 | 4 | 2 |
| Plugin/clTreeCtrlModel.cpp | 26 | | clTreeCtrlModel | ~clTreeCtrlModel() | 0 | 5 | 5 | 1 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 5.625 | 353.855 | 19.6586 | 0.0166761 | 123.16 | 31.9355 | 155.096 | 1 | 0 |
| Plugin/clTreeCtrlModel.cpp | 32 | | clTreeCtrlModel | GetNextItems(clRowEntry *, int, clRowEntry::Vec_t &, bool) const | 4 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 55 | 267.189 | 13.3929 | 3578.42 | 198.801 | 0.0779842 | 107.796 | 0 | 107.796 | 2 | 4 |
| Plugin/clTreeCtrlModel.cpp | 41 | | clTreeCtrlModel | GetPrevItems(clRowEntry *, int, clRowEntry::Vec_t &, bool) const | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 36 | 162.848 | 8.25 | 1343.5 | 74.6388 | 0.0405854 | 121.829 | 0 | 121.829 | 1 | 2 |
| Plugin/clTreeCtrlModel.cpp | 46 | | clTreeCtrlModel | AddRoot(const wxString &, int, int, wxTreeItemData *) | 4 | 13 | 13 | 0 | 0 | 3 | 1 | 34 | 87 | 442.609 | 13.0263 | 5765.57 | 320.309 | 0.107178 | 97.0758 | 0 | 97.0758 | 7 | 1 |
| Plugin/clTreeCtrlModel.cpp | 60 | | clTreeCtrlModel | GetRootItem() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 34 | 144.43 | 9.75 | 1408.19 | 78.2327 | 0.041878 | 113.158 | 0 | 113.158 | 2 | 1 |
| Plugin/clTreeCtrlModel.cpp | 68 | | clTreeCtrlModel | UnselectAll() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 11.25 | 2298.71 | 127.706 | 0.0580588 | 111.354 | 0 | 111.354 | 4 | 2 |
| Plugin/clTreeCtrlModel.cpp | 76 | | clTreeCtrlModel | SelectItem(const wxTreeItemId &, bool, bool, bool) | 4 | 53 | 43 | 4 | 6 | 15 | 3 | 60 | 289 | 1707.09 | 24.2308 | 41364.1 | 2298.01 | 0.398683 | 64.53 | 20.6432 | 85.1732 | 30 | 7 |
| Plugin/clTreeCtrlModel.cpp | 130 | | clTreeCtrlModel | Clear() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 10.8182 | 2461.67 | 136.759 | 0.0607712 | 108.631 | 0 | 108.631 | 5 | 0 |
| Plugin/clTreeCtrlModel.cpp | 139 | | clTreeCtrlModel | SetOnScreenItems(const clRowEntry::Vec_t &) | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 41 | 108 | 578.616 | 19.0476 | 11021.2 | 612.292 | 0.165082 | 95.6825 | 20.8285 | 116.511 | 10 | 2 |
| Plugin/clTreeCtrlModel.cpp | 153 | | clTreeCtrlModel | ExpandToItem(const wxTreeItemId &) | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 28 | 73 | 350.937 | 14 | 4913.12 | 272.951 | 0.0963349 | 94.6889 | 0 | 94.6889 | 4 | 1 |
| Plugin/clTreeCtrlModel.cpp | 170 | | clTreeCtrlModel | AppendItem(const wxTreeItemId &, const wxString &, int, int, wxTreeItemData *) | 5 | 32 | 27 | 4 | 1 | 7 | 3 | 61 | 214 | 1269.18 | 31.8182 | 40382.9 | 2243.5 | 0.392353 | 76.0852 | 26.0372 | 102.122 | 19 | 1 |
| Plugin/clTreeCtrlModel.cpp | 203 | | clTreeCtrlModel | InsertItem(const wxTreeItemId &, const wxTreeItemId &, const wxString &, int, int, wxTreeItemData *) | 6 | 21 | 19 | 0 | 2 | 5 | 1 | 41 | 141 | 755.415 | 21.1304 | 15962.2 | 886.791 | 0.21132 | 86.0669 | 0 | 86.0669 | 12 | 1 |
| Plugin/clTreeCtrlModel.cpp | 225 | | clTreeCtrlModel | ExpandAllChildren(const wxTreeItemId &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/clTreeCtrlModel.cpp | 227 | | clTreeCtrlModel | CollapseAllChildren(const wxTreeItemId &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/clTreeCtrlModel.cpp | 229 | | clTreeCtrlModel | DoExpandAllChildren(const wxTreeItemId &, bool) | 2 | 17 | 17 | 0 | 0 | 8 | 3 | 34 | 98 | 498.571 | 18.3667 | 9157.09 | 508.727 | 0.145898 | 90.9609 | 0 | 90.9609 | 7 | 2 |
| Plugin/clTreeCtrlModel.cpp | 247 | | clTreeCtrlModel | GetItemBefore(const wxTreeItemId &, bool) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 7 | 875.684 | 48.6491 | 0.0305101 | 123.201 | 0 | 123.201 | 3 | 2 |
| Plugin/clTreeCtrlModel.cpp | 252 | | clTreeCtrlModel | GetItemAfter(const wxTreeItemId &, bool) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 7 | 875.684 | 48.6491 | 0.0305101 | 123.201 | 0 | 123.201 | 3 | 4 |
| Plugin/clTreeCtrlModel.cpp | 257 | | clTreeCtrlModel | DeleteItem(const wxTreeItemId &) | 1 | 22 | 17 | 3 | 2 | 3 | 1 | 36 | 90 | 465.293 | 11.4286 | 5317.64 | 295.424 | 0.101553 | 88.2932 | 27.069 | 115.362 | 11 | 1 |
| Plugin/clTreeCtrlModel.cpp | 280 | | clTreeCtrlModel | NodeDeleted(clRowEntry *) | 1 | 35 | 32 | 2 | 1 | 7 | 4 | 41 | 193 | 1034.01 | 25.4773 | 26343.7 | 1463.54 | 0.295119 | 75.6991 | 18.0961 | 93.7952 | 19 | 1 |
| Plugin/clTreeCtrlModel.cpp | 316 | | clTreeCtrlModel | NodeExpanding(clRowEntry *, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 0 | 28 | 53 | 254.79 | 8.625 | 2197.56 | 122.087 | 0.0563429 | 108.043 | 0 | 108.043 | 7 | 1 |
| Plugin/clTreeCtrlModel.cpp | 325 | | clTreeCtrlModel | NodeExpanded(clRowEntry *, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 0 | 27 | 46 | 218.725 | 7.21875 | 1578.92 | 87.7178 | 0.045198 | 111 | 0 | 111 | 6 | 1 |
| Plugin/clTreeCtrlModel.cpp | 333 | | clTreeCtrlModel | IsSingleSelection() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 18 | 23 | 95.9083 | 6.28571 | 602.852 | 33.4918 | 0.0237877 | 146.81 | 0 | 146.81 | 1 | 0 |
| Plugin/clTreeCtrlModel.cpp | 335 | | clTreeCtrlModel | IsMultiSelection() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 22 | 89.9242 | 5.71429 | 513.852 | 28.5474 | 0.0213848 | 147.145 | 0 | 147.145 | 1 | 1 |
| Plugin/clTreeCtrlModel.cpp | 337 | | clTreeCtrlModel | SendEvent(wxEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.11111 | 845.177 | 46.9543 | 0.0297973 | 113.383 | 0 | 113.383 | 2 | 6 |
| Plugin/clTreeCtrlModel.cpp | 345 | | clTreeCtrlModel | GetSingleSelection() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 34 | 136 | 6.42857 | 874.286 | 48.5714 | 0.0304776 | 113.47 | 0 | 113.47 | 4 | 5 |
| Plugin/clTreeCtrlModel.cpp | 353 | | clTreeCtrlModel | GetItemIndex(clRowEntry *) const | 1 | 21 | 21 | 0 | 0 | 6 | 2 | 29 | 85 | 412.928 | 15 | 6193.93 | 344.107 | 0.112423 | 88.9777 | 0 | 88.9777 | 2 | 3 |
| Plugin/clTreeCtrlModel.cpp | 375 | | clTreeCtrlModel | GetRange(clRowEntry *, clRowEntry *, clRowEntry::Vec_t &) const | 3 | 37 | 35 | 0 | 2 | 11 | 2 | 44 | 194 | 1059.13 | 39 | 41306.1 | 2294.78 | 0.39831 | 73.7541 | 0 | 73.7541 | 10 | 1 |
| Plugin/clTreeCtrlModel.cpp | 413 | | clTreeCtrlModel | GetExpandedLines() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 28 | 114.449 | 5.71429 | 653.994 | 36.333 | 0.0251147 | 114.368 | 0 | 114.368 | 2 | 1 |
| Plugin/clTreeCtrlModel.cpp | 421 | | clTreeCtrlModel | GetItemFromIndex(int) const | 1 | 21 | 21 | 0 | 0 | 6 | 2 | 31 | 86 | 426.061 | 17.3077 | 7374.13 | 409.674 | 0.126285 | 88.8149 | 0 | 88.8149 | 2 | 1 |
| Plugin/clTreeCtrlModel.cpp | 443 | | clTreeCtrlModel | SelectChildren(const wxTreeItemId &) | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 29 | 64 | 310.911 | 11.6923 | 3635.26 | 201.959 | 0.0788078 | 97.4818 | 0 | 97.4818 | 6 | 1 |
| Plugin/clTreeCtrlModel.cpp | 458 | | clTreeCtrlModel | GetNextSibling(clRowEntry *) const | 1 | 15 | 13 | 2 | 0 | 4 | 1 | 37 | 101 | 526.155 | 19.4118 | 10213.6 | 567.422 | 0.156915 | 93.6285 | 26.7997 | 120.428 | 12 | 1 |
| Plugin/clTreeCtrlModel.cpp | 474 | | clTreeCtrlModel | GetPrevSibling(clRowEntry *) const | 1 | 15 | 13 | 2 | 0 | 4 | 1 | 37 | 101 | 526.155 | 19.4118 | 10213.6 | 567.422 | 0.156915 | 93.6285 | 26.7997 | 120.428 | 12 | 1 |
| Plugin/clTreeCtrlModel.cpp | 490 | | clTreeCtrlModel | AddSelection(const wxTreeItemId &) | 1 | 35 | 22 | 10 | 3 | 5 | 1 | 50 | 150 | 846.578 | 16.6667 | 14109.6 | 783.869 | 0.194636 | 77.1991 | 36.8317 | 114.031 | 16 | 3 |
| Plugin/clTreeCtrlModel.cpp | 526 | | clTreeCtrlModel | ClearSelections(bool) | 1 | 19 | 17 | 1 | 1 | 4 | 2 | 28 | 77 | 370.166 | 8.25 | 3053.87 | 169.66 | 0.0701637 | 91.6275 | 17.3987 | 109.026 | 9 | 3 |
| Plugin/clTreeCtrlModel.cpp | 546 | | clTreeCtrlModel | IsItemSelected(const clRowEntry *) const | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 35 | 90 | 461.635 | 16.0312 | 7400.59 | 411.144 | 0.126587 | 98.1537 | 0 | 98.1537 | 6 | 352 |
| Plugin/clTreeCtrlModel.cpp | 559 | | clTreeCtrlModel | IsVisible(const wxTreeItemId &) const | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 89 | 467.066 | 15 | 7005.98 | 389.221 | 0.122046 | 101.276 | 0 | 101.276 | 7 | 1 |
| Plugin/clTreeCtrlModel.cpp | 570 | | clTreeCtrlModel | GetRowBefore(clRowEntry *, bool) const | 2 | 16 | 16 | 0 | 0 | 5 | 2 | 28 | 74 | 355.744 | 20.7 | 7363.91 | 409.106 | 0.126168 | 94.3882 | 0 | 94.3882 | 3 | 6 |
| Plugin/clTreeCtrlModel.cpp | 587 | | clTreeCtrlModel | GetRowAfter(clRowEntry *, bool) const | 2 | 16 | 16 | 0 | 0 | 5 | 2 | 28 | 74 | 355.744 | 20.7 | 7363.91 | 409.106 | 0.126168 | 94.3882 | 0 | 94.3882 | 3 | 5 |
| Plugin/clTreeCtrlModel.cpp | 604 | | clTreeCtrlModel | GetLastVisibleItem() const | 0 | 13 | 11 | 1 | 1 | 5 | 1 | 25 | 56 | 260.056 | 12.75 | 3315.71 | 184.206 | 0.0741191 | 99.3812 | 20.8285 | 120.21 | 4 | 0 |
| Plugin/clTreeCtrlPanel.cpp | 31 | {anonymous} | | should_colour_item_in_gray(clTreeCtrlData *) | 1 | 18 | 14 | 2 | 2 | 5 | 2 | 27 | 71 | 337.597 | 11.25 | 3797.97 | 210.998 | 0.0811421 | 92.7523 | 24.6875 | 117.44 | 7 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 51 | | clTreeCtrlPanel | clTreeCtrlPanel(wxWindow *) | 1 | 49 | 42 | 2 | 5 | 1 | 1 | 103 | 458 | 3062.42 | 16.7294 | 51232.4 | 2846.25 | 0.459807 | 65.9823 | 15.395 | 81.3773 | 72 | 3 |
| Plugin/clTreeCtrlPanel.cpp | 101 | | clTreeCtrlPanel | ~clTreeCtrlPanel() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 32 | 130 | 650 | 11.5238 | 7490.48 | 416.138 | 0.12761 | 99.7879 | 0 | 99.7879 | 13 | 0 |
| Plugin/clTreeCtrlPanel.cpp | 112 | | clTreeCtrlPanel | OnContextMenu(wxTreeEvent &) [override] | 1 | 101 | 77 | 13 | 11 | 6 | 3 | 108 | 753 | 5086.43 | 32.9483 | 167589 | 9310.51 | 1.01323 | 50.4765 | 26.381 | 76.8576 | 131 | 0 |
| Plugin/clTreeCtrlPanel.cpp | 214 | | clTreeCtrlPanel | OnItemActivated(wxTreeEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.88889 | 499.579 | 27.7544 | 0.0209869 | 117.684 | 0 | 117.684 | 3 | 0 |
| Plugin/clTreeCtrlPanel.cpp | 221 | | clTreeCtrlPanel | OnItemExpanding(wxTreeEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 22 | 38 | 169.458 | 7.5 | 1270.94 | 70.6077 | 0.0391106 | 112.557 | 0 | 112.557 | 4 | 0 |
| Plugin/clTreeCtrlPanel.cpp | 229 | | clTreeCtrlPanel | [virtual] OnFolderDropped(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 68 | 340 | 8.55263 | 2907.89 | 161.55 | 0.0679096 | 106.543 | 0 | 106.543 | 8 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 238 | | clTreeCtrlPanel | DoExpandItem(const wxTreeItemId &, bool) | 2 | 68 | 51 | 9 | 8 | 15 | 3 | 72 | 341 | 2103.94 | 21.1509 | 44500.4 | 2472.24 | 0.418589 | 59.4058 | 26.7117 | 86.1175 | 36 | 6 |
| Plugin/clTreeCtrlPanel.cpp | 307 | | clTreeCtrlPanel | GetItemData(const wxTreeItemId &) const | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 23 | 40 | 180.942 | 12.4444 | 2251.73 | 125.096 | 0.057265 | 114.713 | 0 | 114.713 | 2 | 21 |
| Plugin/clTreeCtrlPanel.cpp | 314 | | clTreeCtrlPanel | AddFolder(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 6.34615 | 1134.78 | 63.0432 | 0.0362649 | 114.775 | 0 | 114.775 | 5 | 6 |
| Plugin/clTreeCtrlPanel.cpp | 321 | | clTreeCtrlPanel | DoAddFile(const wxTreeItemId &, const wxString &) | 2 | 40 | 30 | 4 | 6 | 7 | 2 | 58 | 255 | 1493.79 | 18.8659 | 28181.5 | 1565.64 | 0.308689 | 71.623 | 23.5268 | 95.1498 | 33 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 362 | | clTreeCtrlPanel | DoAddFolder(const wxTreeItemId &, const wxString &) | 2 | 63 | 46 | 8 | 9 | 11 | 2 | 86 | 390 | 2506.24 | 24.9219 | 62460.3 | 3470.02 | 0.524745 | 60.6532 | 26.2218 | 86.875 | 57 | 5 |
| Plugin/clTreeCtrlPanel.cpp | 426 | | clTreeCtrlPanel | GetSelections(wxArrayString &, wxArrayString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 6.66667 | 844.742 | 46.9301 | 0.0297871 | 119.519 | 0 | 119.519 | 3 | 13 |
| Plugin/clTreeCtrlPanel.cpp | 432 | | clTreeCtrlPanel | GetSelectedItemInfo() | 0 | 14 | 12 | 0 | 2 | 2 | 1 | 26 | 74 | 347.833 | 10.6333 | 3698.62 | 205.479 | 0.0797208 | 97.3583 | 0 | 97.3583 | 15 | 5 |
| Plugin/clTreeCtrlPanel.cpp | 447 | | clTreeCtrlPanel | [virtual] OnCloseFolder(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 34 | 72 | 366.297 | 11.4474 | 4193.14 | 232.952 | 0.0866772 | 99.3566 | 0 | 99.3566 | 9 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 460 | | clTreeCtrlPanel | IsTopLevelFolder(const wxTreeItemId &) | 1 | 5 | 5 | 0 | 0 | 3 | 0 | 26 | 49 | 230.322 | 9 | 2072.89 | 115.161 | 0.0541914 | 115.952 | 0 | 115.952 | 7 | 5 |
| Plugin/clTreeCtrlPanel.cpp | 466 | | clTreeCtrlPanel | [virtual] OnNewFile(wxCommandEvent &) | 1 | 29 | 22 | 4 | 4 | 3 | 1 | 62 | 195 | 1161.07 | 11.4894 | 13339.9 | 741.107 | 0.187491 | 79.0629 | 27.2067 | 106.27 | 33 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 496 | | clTreeCtrlPanel | [virtual] OnNewFolder(wxCommandEvent &) | 1 | 27 | 19 | 4 | 5 | 2 | 1 | 55 | 164 | 948.143 | 10.9268 | 10360.2 | 575.566 | 0.158413 | 81.504 | 28.0786 | 109.583 | 28 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 524 | | clTreeCtrlPanel | GetSelections(wxArrayString &, wxArrayTreeItemIds &, wxArrayString &, wxArrayTreeItemIds &) | 4 | 26 | 25 | 0 | 1 | 6 | 4 | 41 | 170 | 910.784 | 21.25 | 19354.2 | 1075.23 | 0.240286 | 81.4044 | 0 | 81.4044 | 20 | 7 |
| Plugin/clTreeCtrlPanel.cpp | 551 | | clTreeCtrlPanel | SelectItem(const wxTreeItemId &) | 1 | 14 | 12 | 1 | 1 | 3 | 2 | 33 | 87 | 438.862 | 14.5882 | 6402.23 | 355.679 | 0.11493 | 95.9195 | 20.1155 | 116.035 | 12 | 4 |
| Plugin/clTreeCtrlPanel.cpp | 572 | | clTreeCtrlPanel | [virtual] OnDeleteSelections(wxCommandEvent &) | 1 | 114 | 91 | 12 | 11 | 17 | 4 | 107 | 658 | 4435.89 | 43.9494 | 194954 | 10830.8 | 1.12073 | 46.6967 | 24.0864 | 70.783 | 95 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 687 | | clTreeCtrlPanel | [virtual] OnOpenFile(wxCommandEvent &) | 1 | 15 | 13 | 1 | 1 | 3 | 2 | 41 | 98 | 525.04 | 13.1042 | 6880.21 | 382.234 | 0.120581 | 93.8695 | 19.4709 | 113.34 | 14 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 703 | | clTreeCtrlPanel | [virtual] OnRenameFile(wxCommandEvent &) | 1 | 28 | 24 | 1 | 3 | 7 | 4 | 61 | 207 | 1227.66 | 19.95 | 24491.9 | 1360.66 | 0.281121 | 78.4214 | 14.4303 | 92.8517 | 32 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 732 | | clTreeCtrlPanel | ExpandToFileVoid(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 4 |
| Plugin/clTreeCtrlPanel.cpp | 734 | | clTreeCtrlPanel | ExpandToFile(const wxFileName &) | 1 | 71 | 60 | 5 | 7 | 12 | 4 | 85 | 376 | 2409.93 | 33.9196 | 81744 | 4541.33 | 0.627841 | 58.6903 | 19.9815 | 78.6719 | 41 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 806 | | clTreeCtrlPanel | GetTopLevelFolders(wxArrayString &, wxArrayTreeItemIds &) const | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 37 | 94 | 489.689 | 10.8333 | 5304.96 | 294.72 | 0.101391 | 98.0769 | 0 | 98.0769 | 10 | 5 |
| Plugin/clTreeCtrlPanel.cpp | 819 | | clTreeCtrlPanel | [virtual] OnActiveEditorChanged(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 54 | 259.597 | 8.23333 | 2137.35 | 118.742 | 0.055309 | 107.716 | 0 | 107.716 | 6 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 828 | | clTreeCtrlPanel | UpdateItemDeleted(const wxTreeItemId &) | 1 | 13 | 10 | 1 | 2 | 2 | 1 | 29 | 71 | 344.917 | 8.55556 | 2950.95 | 163.942 | 0.0685783 | 98.6026 | 20.8285 | 119.431 | 9 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 842 | | clTreeCtrlPanel | DoRenameItem(const wxTreeItemId &, const wxString &, const wxString &) | 3 | 25 | 18 | 4 | 3 | 4 | 1 | 43 | 151 | 819.366 | 13.7586 | 11273.3 | 626.297 | 0.16759 | 83.0499 | 29.0386 | 112.088 | 19 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 868 | | clTreeCtrlPanel | [virtual] OnFindInFilesFolder(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 42 | 192.568 | 8 | 1540.55 | 85.586 | 0.0444627 | 107.591 | 0 | 107.591 | 6 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 878 | | clTreeCtrlPanel | [virtual] OnOpenContainingFolder(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 5 | 1 | 33 | 84 | 423.729 | 9.75 | 4131.36 | 229.52 | 0.0858237 | 98.1392 | 0 | 98.1392 | 10 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 891 | | clTreeCtrlPanel | [virtual] OnOpenShellFolder(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 5 | 1 | 33 | 88 | 443.907 | 11.4211 | 5069.88 | 281.66 | 0.0983733 | 97.8973 | 0 | 97.8973 | 11 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 904 | | clTreeCtrlPanel | [virtual] OnInitDone(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 37 | 92 | 479.27 | 13.3333 | 6390.26 | 355.015 | 0.114787 | 94.3438 | 0 | 94.3438 | 13 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 920 | | clTreeCtrlPanel | Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 65 | 298.023 | 9.30769 | 2773.9 | 154.106 | 0.0658071 | 105.32 | 0 | 105.32 | 11 | 5 |
| Plugin/clTreeCtrlPanel.cpp | 930 | | clTreeCtrlPanel | DoCloseFolder(const wxTreeItemId &) | 1 | 22 | 18 | 2 | 2 | 4 | 2 | 42 | 113 | 609.332 | 12.6154 | 7686.96 | 427.053 | 0.129832 | 86.6608 | 22.5149 | 109.176 | 18 | 4 |
| Plugin/clTreeCtrlPanel.cpp | 953 | | clTreeCtrlPanel | ToggleView() | 0 | 15 | 14 | 0 | 1 | 2 | 1 | 26 | 70 | 329.031 | 8.06667 | 2654.18 | 147.455 | 0.0638998 | 96.5296 | 0 | 96.5296 | 12 | 4 |
| Plugin/clTreeCtrlPanel.cpp | 969 | | clTreeCtrlPanel | RefreshSelections() | 0 | 40 | 33 | 4 | 3 | 8 | 2 | 62 | 277 | 1649.31 | 25.3537 | 41816.1 | 2323.12 | 0.401582 | 70.878 | 23.5268 | 94.4048 | 34 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1010 | | clTreeCtrlPanel | [virtual] OnRefresh(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 3 | 1 | 25 | 58 | 269.344 | 7.07143 | 1904.64 | 105.814 | 0.0512179 | 105.616 | 0 | 105.616 | 9 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1020 | | clTreeCtrlPanel | SetNewFileTemplate(const wxString &, size_t) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 5.4 | 527.593 | 29.3107 | 0.0217643 | 120.871 | 0 | 120.871 | 1 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 1026 | | clTreeCtrlPanel | OnOpenFolder(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 5.19231 | 856.725 | 47.5959 | 0.0300681 | 118.146 | 0 | 118.146 | 7 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1032 | | clTreeCtrlPanel | [virtual] OnOpenWithDefaultApplication(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 28 | 54 | 259.597 | 9.53333 | 2474.83 | 137.49 | 0.0609876 | 106.037 | 0 | 106.037 | 6 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1042 | | clTreeCtrlPanel | [virtual] OnFindInFilesShowing(clFindInFilesEvent &) | 1 | 19 | 18 | 0 | 1 | 5 | 2 | 44 | 124 | 676.97 | 16.72 | 11318.9 | 628.829 | 0.168041 | 88.2584 | 0 | 88.2584 | 19 | 3 |
| Plugin/clTreeCtrlPanel.cpp | 1062 | | clTreeCtrlPanel | [virtual] OnLinkEditor(wxCommandEvent &) | 1 | 17 | 15 | 1 | 1 | 5 | 1 | 35 | 95 | 487.282 | 13.6944 | 6673.05 | 370.725 | 0.118149 | 91.77 | 18.3478 | 110.118 | 12 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 1080 | | clTreeCtrlPanel | [virtual] OnLinkEditorUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 29 | 58 | 281.763 | 10.1786 | 2867.94 | 159.33 | 0.0672862 | 103.675 | 0 | 103.675 | 6 | 2 |
| Plugin/clTreeCtrlPanel.cpp | 1091 | | clTreeCtrlPanel | IsFolderOpened() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.5 | 842.776 | 46.8209 | 0.0297409 | 113.949 | 0 | 113.949 | 4 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1099 | | clTreeCtrlPanel | RefreshNonTopLevelFolder(const wxTreeItemId &) | 1 | 29 | 19 | 5 | 5 | 4 | 1 | 42 | 139 | 749.532 | 13.3333 | 9993.76 | 555.209 | 0.154655 | 81.1087 | 29.9907 | 111.099 | 18 | 3 |
| Plugin/clTreeCtrlPanel.cpp | 1129 | | clTreeCtrlPanel | [virtual] OnRenameFolder(wxCommandEvent &) | 1 | 37 | 33 | 1 | 3 | 6 | 1 | 72 | 262 | 1616.52 | 17.0283 | 27526.6 | 1529.26 | 0.303888 | 72.7054 | 12.5971 | 85.3024 | 60 | 1 |
| Plugin/clTreeCtrlPanel.cpp | 1167 | | clTreeCtrlPanel | RefreshTree() | 0 | 21 | 17 | 1 | 3 | 4 | 1 | 48 | 153 | 854.499 | 13.5 | 11535.7 | 640.874 | 0.17018 | 85.6561 | 16.583 | 102.239 | 26 | 3 |
| Plugin/clTreeCtrlPanel.cpp | 1189 | | clTreeCtrlPanel | OnFilesCreated(clFileSystemEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 54 | 259.597 | 7.76471 | 2015.7 | 111.983 | 0.0531898 | 104.331 | 0 | 104.331 | 9 | 2 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 14 | | clTreeCtrlPanelDefaultPage | clTreeCtrlPanelDefaultPage(wxWindow *) | 1 | 12 | 10 | 0 | 2 | 1 | 0 | 30 | 67 | 328.762 | 9.55882 | 3142.57 | 174.587 | 0.0715159 | 100.379 | 0 | 100.379 | 9 | 1 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 27 | | clTreeCtrlPanelDefaultPage | ~clTreeCtrlPanelDefaultPage() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 8.25 | 1331.73 | 73.9847 | 0.040348 | 118.26 | 0 | 118.26 | 3 | 0 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 33 | | clTreeCtrlPanelDefaultPage | OnDefaultPageContextMenu(wxContextMenuEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 54 | 253.824 | 6.875 | 1745.04 | 96.9466 | 0.048315 | 110.456 | 0 | 110.456 | 8 | 0 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 41 | | clTreeCtrlPanelDefaultPage | OnOpenFolder(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 5.19231 | 856.725 | 47.5959 | 0.0300681 | 118.146 | 0 | 118.146 | 7 | 1 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 47 | | clTreeCtrlPanelDefaultPage | OnPaint(wxPaintEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 48 | 214.053 | 6.23077 | 1333.71 | 74.0952 | 0.0403881 | 111.342 | 0 | 111.342 | 9 | 2 |
| Plugin/clTreeCtrlPanelDefaultPage.cpp | 55 | | clTreeCtrlPanelDefaultPage | OnColoursChanged(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 6.42857 | 1541.24 | 85.6246 | 0.044476 | 110.752 | 0 | 110.752 | 8 | 3 |
| Plugin/clTreeKeyboardInput.cpp | 11 | | clTreeKeyboardInput | clTreeKeyboardInput(clTreeCtrl *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 52 | 238.418 | 11.2273 | 2676.78 | 148.71 | 0.064262 | 110.781 | 0 | 110.781 | 3 | 2 |
| Plugin/clTreeKeyboardInput.cpp | 19 | | clTreeKeyboardInput | ~clTreeKeyboardInput() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| Plugin/clTreeKeyboardInput.cpp | 25 | | clTreeKeyboardInput | OnSearch(wxTreeEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 34 | 88 | 447.697 | 11.55 | 5170.9 | 287.272 | 0.0996757 | 97.2464 | 0 | 97.2464 | 9 | 2 |
| Plugin/clTreeKeyboardInput.cpp | 39 | | clTreeKeyboardInput | OnClearSearch(wxTreeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 2 |
| Plugin/clTreeNodeVisitor.cpp | 3 | | clTreeNodeVisitor | Visit(clRowEntry *, bool, std::function<bool (clRowEntry *, bool)> &) | 3 | 17 | 17 | 0 | 0 | 7 | 3 | 33 | 102 | 514.528 | 22.3929 | 11521.8 | 640.098 | 0.170043 | 91.027 | 0 | 91.027 | 4 | 2 |
| Plugin/clWorkspaceManager.cpp | 50 | | LocalWorkspaceCommon | OpenFileInEditor(const wxString &, bool) [override] | 2 | 8 | 8 | 0 | 0 | 3 | 1 | 30 | 53 | 260.065 | 10.2857 | 2674.96 | 148.609 | 0.0642328 | 107.706 | 0 | 107.706 | 5 | 0 |
| Plugin/clWorkspaceManager.cpp | 10 | | clWorkspaceManager | clWorkspaceManager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.875 | 876.135 | 48.6742 | 0.0305206 | 119.489 | 0 | 119.489 | 2 | 1 |
| Plugin/clWorkspaceManager.cpp | 16 | | clWorkspaceManager | ~clWorkspaceManager() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 9.1 | 1752.37 | 97.354 | 0.0484503 | 111.662 | 0 | 111.662 | 4 | 0 |
| Plugin/clWorkspaceManager.cpp | 24 | | clWorkspaceManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 127 |
| Plugin/clWorkspaceManager.cpp | 30 | | clWorkspaceManager | RegisterWorkspace(IWorkspace *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 6 |
| Plugin/clWorkspaceManager.cpp | 32 | | clWorkspaceManager | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| Plugin/clWorkspaceManager.cpp | 38 | | clWorkspaceManager | GetAllWorkspaces() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 8.4 | 1348.53 | 74.9185 | 0.0406867 | 110.445 | 0 | 110.445 | 5 | 1 |
| Plugin/clWorkspaceView.cpp | 9 | | clWorkspaceView | clWorkspaceView(wxSimplebook *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.5 | 1409.88 | 78.3264 | 0.0419114 | 114.514 | 0 | 114.514 | 5 | 1 |
| Plugin/clWorkspaceView.cpp | 16 | | clWorkspaceView | ~clWorkspaceView() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Plugin/clWorkspaceView.cpp | 21 | | clWorkspaceView | GetPageIndex(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 27 | 54 | 256.764 | 13.125 | 3370.03 | 187.224 | 0.0749263 | 105.865 | 0 | 105.865 | 3 | 3 |
| Plugin/clWorkspaceView.cpp | 31 | | clWorkspaceView | GetPage(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 31 | 65 | 322.023 | 11.7188 | 3773.7 | 209.65 | 0.0807961 | 102.98 | 0 | 102.98 | 5 | 0 |
| Plugin/clWorkspaceView.cpp | 42 | | clWorkspaceView | AddPage(wxWindow *, const wxString &, bool) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 51 | 245.175 | 9.1 | 2231.09 | 123.95 | 0.0569146 | 108.243 | 0 | 108.243 | 3 | 6 |
| Plugin/clWorkspaceView.cpp | 51 | | clWorkspaceView | SelectPage(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 112.391 | 0 | 112.391 | 2 | 11 |
| Plugin/clWorkspaceView.cpp | 59 | | clWorkspaceView | RemovePage(const wxString &) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 27 | 58 | 275.783 | 10.2143 | 2816.93 | 156.496 | 0.0664859 | 100.833 | 21.6227 | 122.455 | 4 | 1 |
| Plugin/clWorkspaceView.cpp | 72 | | clWorkspaceView | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 120.962 | 0 | 120.962 | 3 | 2 |
| Plugin/clWorkspaceView.cpp | 78 | | clWorkspaceView | GetAllPages() const | 0 | 11 | 11 | 0 | 0 | 3 | 2 | 41 | 108 | 578.616 | 17.7045 | 10244.1 | 569.118 | 0.157228 | 98.3888 | 0 | 98.3888 | 14 | 1 |
| Plugin/cl_editor_tip_window.cpp | 54 | {anonymous} | | ShouldSkipFirstArgument(wxString, int) | 2 | 9 | 9 | 0 | 0 | 6 | 1 | 26 | 57 | 267.925 | 10.5 | 2813.21 | 156.29 | 0.0664274 | 104.953 | 0 | 104.953 | 6 | 1 |
| Plugin/cl_editor_tip_window.cpp | 43 | | clEditorTipWindow | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/cl_editor_tip_window.cpp | 43 | | clEditorTipWindow | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/cl_editor_tip_window.cpp | 65 | | clEditorTipWindow | [explicit] clEditorTipWindow(wxStyledTextCtrl *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 73 | 374.438 | 8.66667 | 3245.13 | 180.285 | 0.0730634 | 101.112 | 0 | 101.112 | 12 | 1 |
| Plugin/cl_editor_tip_window.cpp | 77 | | clEditorTipWindow | ~clEditorTipWindow() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 6.25 | 781.861 | 43.4367 | 0.0282899 | 119.586 | 0 | 119.586 | 5 | 0 |
| Plugin/cl_editor_tip_window.cpp | 83 | | clEditorTipWindow | OnEraseBg(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/cl_editor_tip_window.cpp | 85 | | clEditorTipWindow | OnPaint(wxPaintEvent &) | 1 | 108 | 84 | 7 | 17 | 10 | 2 | 123 | 638 | 4429.32 | 40.4149 | 179011 | 9945.04 | 1.05876 | 49.1903 | 19.213 | 68.4032 | 92 | 1 |
| Plugin/cl_editor_tip_window.cpp | 194 | | clEditorTipWindow | AddCallTip(clCallTipPtr) | 1 | 14 | 14 | 0 | 0 | 4 | 2 | 29 | 72 | 349.775 | 9.88235 | 3456.6 | 192.033 | 0.076204 | 96.8694 | 0 | 96.8694 | 10 | 1 |
| Plugin/cl_editor_tip_window.cpp | 209 | | clEditorTipWindow | GetTip() | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 20 | 35 | 151.267 | 6 | 907.605 | 50.4225 | 0.0312471 | 112.917 | 0 | 112.917 | 5 | 15 |
| Plugin/cl_editor_tip_window.cpp | 217 | | clEditorTipWindow | IsEmpty() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/cl_editor_tip_window.cpp | 219 | | clEditorTipWindow | Remove() | 0 | 13 | 11 | 0 | 2 | 4 | 2 | 23 | 65 | 294.032 | 8.70833 | 2560.52 | 142.251 | 0.0623876 | 98.9726 | 0 | 98.9726 | 7 | 2 |
| Plugin/cl_editor_tip_window.cpp | 233 | | clEditorTipWindow | Clear() | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 19 | 34 | 144.43 | 4.72727 | 682.758 | 37.931 | 0.0258458 | 109.316 | 0 | 109.316 | 4 | 1 |
| Plugin/cl_editor_tip_window.cpp | 243 | | clEditorTipWindow | IsActive() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 9 |
| Plugin/cl_editor_tip_window.cpp | 245 | | clEditorTipWindow | Highlight(int) | 1 | 33 | 29 | 3 | 1 | 6 | 4 | 35 | 129 | 661.678 | 14.7368 | 9751.04 | 541.724 | 0.152141 | 79.2037 | 22.5149 | 101.719 | 21 | 6 |
| Plugin/cl_editor_tip_window.cpp | 279 | | clEditorTipWindow | SelectNext(int) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 5.53846 | 1062.03 | 59.0017 | 0.0346979 | 105.906 | 0 | 105.906 | 7 | 2 |
| Plugin/cl_editor_tip_window.cpp | 290 | | clEditorTipWindow | SelectPrev(int) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 5.53846 | 1062.03 | 59.0017 | 0.0346979 | 105.906 | 0 | 105.906 | 7 | 2 |
| Plugin/cl_editor_tip_window.cpp | 301 | | clEditorTipWindow | GetText() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 34 | 144.43 | 6.11111 | 882.625 | 49.0347 | 0.0306711 | 110.995 | 0 | 110.995 | 5 | 1 |
| Plugin/cl_editor_tip_window.cpp | 310 | | clEditorTipWindow | Activate(wxPoint, int, wxColour, int) | 4 | 19 | 15 | 1 | 3 | 3 | 1 | 37 | 79 | 411.547 | 7.85417 | 3232.36 | 179.575 | 0.0728716 | 91.3065 | 17.3987 | 108.705 | 10 | 1 |
| Plugin/cl_editor_tip_window.cpp | 330 | | clEditorTipWindow | Deactivate() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 13 | 22 | 81.4097 | 3.5 | 284.934 | 15.8297 | 0.0144336 | 118.636 | 0 | 118.636 | 3 | 12 |
| Plugin/cl_editor_tip_window.cpp | 337 | | clEditorTipWindow | DoGetTipSize() | 0 | 47 | 36 | 2 | 9 | 7 | 1 | 57 | 238 | 1388.23 | 25.4054 | 35268.5 | 1959.36 | 0.358484 | 69.3915 | 15.7081 | 85.0997 | 22 | 3 |
| Plugin/cl_editor_tip_window.cpp | 385 | | clEditorTipWindow | DoAdjustPosition() | 0 | 22 | 17 | 1 | 4 | 4 | 2 | 37 | 121 | 630.344 | 20.825 | 13126.9 | 729.273 | 0.18549 | 86.4845 | 16.2158 | 102.7 | 5 | 2 |
| Plugin/cl_editor_tip_window.cpp | 408 | | clEditorTipWindow | DoLayoutTip() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 15 | 34 | 132.834 | 3.33333 | 442.781 | 24.5989 | 0.0193644 | 111.66 | 0 | 111.66 | 7 | 3 |
| Plugin/cl_editor_tip_window.cpp | 417 | | clEditorTipWindow | OnEditoConfigChanged(clCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 26 | 41 | 192.718 | 6.42857 | 1238.9 | 68.8279 | 0.0384506 | 111.888 | 27.6325 | 139.52 | 8 | 2 |
| Plugin/cl_editor_tip_window.cpp | 425 | | clEditorTipWindow | DoMakeMultipleLineTip() | 0 | 60 | 53 | 2 | 5 | 20 | 3 | 69 | 400 | 2443.41 | 33 | 80632.5 | 4479.58 | 0.622136 | 59.5056 | 13.9543 | 73.46 | 69 | 4 |
| Plugin/cl_registry.cpp | 33 | | clRegistry | clRegistry() | 0 | 33 | 23 | 4 | 6 | 6 | 3 | 51 | 197 | 1117.47 | 19.0909 | 21333.5 | 1185.19 | 0.256401 | 76.4787 | 25.6793 | 102.158 | 30 | 0 |
| Plugin/cl_registry.cpp | 67 | | clRegistry | Read(const wxString &, wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 59 | 297.619 | 13.8 | 4107.15 | 228.175 | 0.0854881 | 105.327 | 0 | 105.327 | 5 | 0 |
| Plugin/cl_registry.cpp | 77 | | clRegistry | [static] SetFilename(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 147.871 | 0 | 147.871 | 2 | 0 |
| Plugin/cl_remote_executor.cpp | 13 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 10 |
| Plugin/cl_remote_executor.cpp | 15 | | clRemoteExecutor | clRemoteExecutor() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 67 | 289.569 | 9 | 2606.12 | 144.785 | 0.0631261 | 107.607 | 0 | 107.607 | 5 | 0 |
| Plugin/cl_remote_executor.cpp | 24 | | clRemoteExecutor | ~clRemoteExecutor() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 68 | 298.678 | 10 | 2986.78 | 165.932 | 0.0691322 | 107.446 | 0 | 107.446 | 5 | 0 |
| Plugin/cl_remote_executor.cpp | 33 | | clRemoteExecutor | try_execute(const clRemoteExecutor::Cmd &) | 1 | 19 | 16 | 1 | 2 | 3 | 1 | 49 | 136 | 763.601 | 16.8966 | 12902.2 | 716.79 | 0.183367 | 88.0923 | 17.3987 | 105.491 | 29 | 1 |
| Plugin/cl_remote_executor.cpp | 53 | | clRemoteExecutor | OnChannelStdout(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 56 | 263.225 | 5.82353 | 1532.9 | 85.1609 | 0.0443153 | 110.267 | 0 | 110.267 | 16 | 2 |
| Plugin/cl_remote_executor.cpp | 61 | | clRemoteExecutor | OnChannelStderr(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 56 | 263.225 | 5.82353 | 1532.9 | 85.1609 | 0.0443153 | 110.267 | 0 | 110.267 | 16 | 2 |
| Plugin/cl_remote_executor.cpp | 69 | | clRemoteExecutor | OnChannelClosed(clCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 24 | 44 | 201.738 | 5.4 | 1089.39 | 60.5215 | 0.0352912 | 109.487 | 0 | 109.487 | 12 | 2 |
| Plugin/cl_remote_executor.cpp | 78 | | clRemoteExecutor | OnChannelError(clCommandEvent &) | 1 | 7 | 7 | 1 | 0 | 1 | 0 | 20 | 38 | 164.233 | 5.33333 | 875.911 | 48.6617 | 0.0305154 | 112.72 | 27.6325 | 140.352 | 6 | 4 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 36 | | | ComputeFileCheckSum(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 18 | | CompileCommandsGenerator | CompileCommandsGenerator() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 7.5 | 908.352 | 50.464 | 0.0312643 | 119.754 | 0 | 119.754 | 2 | 1 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 24 | | CompileCommandsGenerator | ~CompileCommandsGenerator() [override] | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 21 | 49 | 215.224 | 10 | 2152.24 | 119.569 | 0.0555655 | 105.305 | 23.5268 | 128.832 | 4 | 0 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 38 | | CompileCommandsGenerator | OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 2 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 40 | | CompileCommandsGenerator | OnProcessTerminated(clProcessEvent &) | 1 | 60 | 42 | 10 | 8 | 6 | 3 | 91 | 305 | 1984.88 | 23.6 | 46843.1 | 2602.39 | 0.433154 | 63.8064 | 29.5564 | 93.3627 | 84 | 2 |
| Plugin/clangd/CompileCommandsGenerator.cpp | 101 | | CompileCommandsGenerator | GenerateCompileCommands() | 0 | 67 | 48 | 5 | 14 | 8 | 1 | 88 | 349 | 2254.34 | 19.5896 | 44161.5 | 2453.42 | 0.416462 | 60.8968 | 20.5343 | 81.4311 | 75 | 4 |
| Plugin/clangd/CompileCommandsJSON.cpp | 7 | | CompileCommandsJSON | CompileCommandsJSON(const wxString &) | 1 | 28 | 23 | 2 | 3 | 3 | 2 | 57 | 257 | 1499.05 | 19.7073 | 29542.3 | 1641.24 | 0.318548 | 78.3028 | 20.1155 | 98.4184 | 44 | 1 |
| Plugin/clangd/CompileFlagsTxt.cpp | 8 | | CompileFlagsTxt | CompileFlagsTxt(const wxFileName &) | 1 | 35 | 33 | 3 | 1 | 8 | 4 | 54 | 221 | 1271.83 | 21 | 26708.4 | 1483.8 | 0.297836 | 74.3927 | 21.9083 | 96.301 | 27 | 1 |
| Plugin/clangd/compilation_database.cpp | 53 | | CompilationDatabase | CompilationDatabase() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| Plugin/clangd/compilation_database.cpp | 58 | | CompilationDatabase | CompilationDatabase(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 121.779 | 0 | 121.779 | 1 | 0 |
| Plugin/clangd/compilation_database.cpp | 64 | | CompilationDatabase | [virtual] ~CompilationDatabase() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/clangd/compilation_database.cpp | 66 | | CompilationDatabase | Open() | 0 | 21 | 15 | 2 | 4 | 3 | 1 | 33 | 74 | 373.285 | 10.8235 | 4040.26 | 224.459 | 0.0845574 | 90.1926 | 23.0043 | 113.197 | 10 | 1 |
| Plugin/clangd/compilation_database.cpp | 88 | | CompilationDatabase | GetFileName() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 25 | 50 | 232.193 | 10.8182 | 2511.9 | 139.55 | 0.0615953 | 103.367 | 0 | 103.367 | 9 | 3 |
| Plugin/clangd/compilation_database.cpp | 100 | | CompilationDatabase | CompilationLine(const wxString &, wxString &, wxString &) | 3 | 41 | 33 | 2 | 6 | 6 | 3 | 58 | 222 | 1300.47 | 18.9 | 24578.9 | 1365.5 | 0.281787 | 72.1736 | 16.7761 | 88.9497 | 28 | 0 |
| Plugin/clangd/compilation_database.cpp | 142 | | CompilationDatabase | Close() | 0 | 14 | 12 | 0 | 2 | 3 | 2 | 22 | 44 | 196.215 | 10.1111 | 1983.95 | 110.22 | 0.0526299 | 100.105 | 0 | 100.105 | 3 | 2 |
| Plugin/clangd/compilation_database.cpp | 157 | | CompilationDatabase | Initialize() | 0 | 27 | 19 | 5 | 3 | 5 | 2 | 44 | 128 | 698.807 | 11.1207 | 7771.22 | 431.734 | 0.130779 | 82.4007 | 30.9185 | 113.319 | 17 | 0 |
| Plugin/clangd/compilation_database.cpp | 185 | | CompilationDatabase | CreateDatabase() | 0 | 28 | 23 | 1 | 4 | 4 | 2 | 39 | 109 | 576.109 | 12.5 | 7201.36 | 400.076 | 0.124305 | 83.0455 | 14.4303 | 97.4758 | 16 | 1 |
| Plugin/clangd/compilation_database.cpp | 214 | | CompilationDatabase | DropTables() | 0 | 15 | 11 | 1 | 3 | 3 | 1 | 25 | 48 | 222.905 | 8.125 | 1811.1 | 100.617 | 0.0495269 | 98.3245 | 19.4709 | 117.795 | 4 | 1 |
| Plugin/clangd/compilation_database.cpp | 230 | | CompilationDatabase | GetDbVersion() | 0 | 23 | 18 | 1 | 4 | 4 | 2 | 38 | 96 | 503.801 | 11.413 | 5749.9 | 319.439 | 0.106984 | 86.9297 | 15.872 | 102.802 | 11 | 1 |
| Plugin/clangd/compilation_database.cpp | 254 | | CompilationDatabase | [static] IsDbVersionUpToDate(const wxFileName &) | 1 | 20 | 18 | 0 | 2 | 3 | 2 | 41 | 95 | 508.967 | 10.3846 | 5285.43 | 293.635 | 0.101142 | 89.3707 | 0 | 89.3707 | 11 | 1 |
| Plugin/clangd/compilation_database.cpp | 275 | | CompilationDatabase | IsOk() const | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 119.618 | 0 | 119.618 | 3 | 0 |
| Plugin/clangd/compilation_database.cpp | 281 | | CompilationDatabase | GetCompileCommandsFiles() const | 0 | 48 | 36 | 6 | 7 | 7 | 3 | 71 | 266 | 1635.83 | 22.05 | 36070.1 | 2003.9 | 0.363896 | 68.197 | 26.0372 | 94.2342 | 48 | 1 |
| Plugin/clangd/compilation_database.cpp | 330 | | CompilationDatabase | ProcessCMakeCompilationDatabase(const wxFileName &) | 1 | 40 | 31 | 2 | 7 | 6 | 3 | 67 | 253 | 1534.72 | 19.2857 | 29598.2 | 1644.34 | 0.31895 | 71.7124 | 16.9762 | 88.6886 | 39 | 1 |
| Plugin/clangd/compilation_database.cpp | 371 | | CompilationDatabase | ConvertCodeLiteCompilationDatabaseToCMake(const wxFileName &) | 1 | 43 | 37 | 1 | 5 | 6 | 3 | 75 | 308 | 1918.48 | 18.3158 | 35138.4 | 1952.13 | 0.357602 | 69.3803 | 11.7029 | 81.0832 | 54 | 1 |
| Plugin/clangd/compilation_database.cpp | 415 | | CompilationDatabase | [static] FindIncludePaths(const wxString &, wxFileName &, time_t &) | 3 | 42 | 35 | 5 | 3 | 9 | 2 | 73 | 275 | 1702.2 | 22.2115 | 37808.5 | 2100.47 | 0.375496 | 69.6934 | 25.4715 | 95.1649 | 45 | 0 |
| Plugin/clangd/compilation_database.cpp | 458 | | CompilationDatabase | [static] GetCompileCommandsFiles(const wxString &) | 1 | 45 | 36 | 5 | 5 | 7 | 3 | 75 | 287 | 1787.67 | 24.7692 | 44279.2 | 2459.96 | 0.417201 | 68.781 | 24.6875 | 93.4685 | 48 | 1 |
| Plugin/clangd/compilation_database.cpp | 47 | | wxFileNameSorter | operator()(const wxFileName &, const wxFileName &) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 39 | 162.627 | 9.375 | 1524.63 | 84.7016 | 0.0441558 | 121.836 | 0 | 121.836 | 4 | 3 |
| Plugin/clean_request.cpp | 40 | | CleanRequest | CleanRequest(const QueueCommand &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 1 |
| Plugin/clean_request.cpp | 45 | | CleanRequest | ~CleanRequest() [override] | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 132.131 | 34.9714 | 167.103 | 0 | 0 |
| Plugin/clean_request.cpp | 51 | | CleanRequest | Process(IManager *) [override] | 1 | 103 | 74 | 16 | 13 | 14 | 3 | 120 | 598 | 4130.32 | 27.25 | 112551 | 6252.85 | 0.777044 | 49.4016 | 28.6674 | 78.069 | 130 | 0 |
| Plugin/compile_request.cpp | 50 | | CompileRequest | CompileRequest(const QueueCommand &, const wxString &, bool, bool) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6 | 959.468 | 53.3038 | 0.0324264 | 108.787 | 0 | 108.787 | 3 | 3 |
| Plugin/compile_request.cpp | 60 | | CompileRequest | ~CompileRequest() [override] | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 132.131 | 34.9714 | 167.103 | 0 | 0 |
| Plugin/compile_request.cpp | 66 | | CompileRequest | Process(IManager *) [override] | 1 | 159 | 117 | 23 | 20 | 27 | 3 | 173 | 939 | 6981.12 | 40.8489 | 285171 | 15842.8 | 1.44416 | 36.6487 | 27.7853 | 64.434 | 184 | 0 |
| Plugin/compiler.cpp | 38 | | Compiler | Compiler(wxXmlNode *, Compiler::eRegexType) | 2 | 322 | 273 | 11 | 39 | 40 | 4 | 251 | 1885 | 15026.4 | 45.3901 | 682048 | 37891.6 | 2.58279 | 18.2409 | 14.1219 | 32.3629 | 384 | 19 |
| Plugin/compiler.cpp | 361 | | Compiler | ToXml() const [override] | 0 | 114 | 93 | 3 | 18 | 9 | 1 | 119 | 1004 | 6922.4 | 41.7172 | 288783 | 16043.5 | 1.45633 | 46.2225 | 12.4338 | 58.6563 | 138 | 3 |
| Plugin/compiler.cpp | 476 | | Compiler | GetSwitch(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 52 | 255.158 | 12.5714 | 3207.7 | 178.206 | 0.0725006 | 108.035 | 0 | 108.035 | 6 | 32 |
| Plugin/compiler.cpp | 485 | | Compiler | GetTool(const wxString &) const | 1 | 17 | 16 | 1 | 0 | 5 | 2 | 35 | 105 | 538.575 | 15 | 8078.62 | 448.812 | 0.134205 | 91.2495 | 18.3478 | 109.597 | 18 | 68 |
| Plugin/compiler.cpp | 503 | | Compiler | GetCmpFileType(const wxString &, Compiler::CmpFileTypeInfo &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 67 | 343.662 | 13.7647 | 4730.41 | 262.8 | 0.0939314 | 104.579 | 0 | 104.579 | 6 | 9 |
| Plugin/compiler.cpp | 513 | | Compiler | AddCmpFileType(const wxString &, CmpFileKind, const wxString &) | 3 | 12 | 11 | 0 | 1 | 2 | 1 | 30 | 76 | 372.924 | 13.3824 | 4990.6 | 277.255 | 0.097345 | 99.4934 | 0 | 99.4934 | 8 | 11 |
| Plugin/compiler.cpp | 526 | | Compiler | SetSwitch(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 49 | 221.655 | 8.07692 | 1790.29 | 99.4604 | 0.0491466 | 110.93 | 0 | 110.93 | 4 | 28 |
| Plugin/compiler.cpp | 534 | | Compiler | AddPattern(int, const wxString &, int, int, int) | 5 | 14 | 13 | 0 | 1 | 2 | 1 | 34 | 103 | 524.009 | 15.75 | 8253.14 | 458.508 | 0.136131 | 95.2274 | 0 | 95.2274 | 13 | 15 |
| Plugin/compiler.cpp | 549 | | Compiler | SetTool(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 49 | 221.655 | 8.07692 | 1790.29 | 99.4604 | 0.0491466 | 110.93 | 0 | 110.93 | 4 | 55 |
| Plugin/compiler.cpp | 557 | | Compiler | AddCompilerOption(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 9.23077 | 2087.8 | 115.989 | 0.0544508 | 108.892 | 0 | 108.892 | 6 | 93 |
| Plugin/compiler.cpp | 566 | | Compiler | AddLinkerOption(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 9.23077 | 2087.8 | 115.989 | 0.0544508 | 108.892 | 0 | 108.892 | 6 | 39 |
| Plugin/compiler.cpp | 575 | | Compiler | AddCompilerLinkerOption(const wxString &, const wxString &) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 26 | 74 | 347.833 | 10.9375 | 3804.42 | 211.357 | 0.081234 | 103.039 | 0 | 103.039 | 9 | 3 |
| Plugin/compiler.cpp | 586 | | Compiler | IsGnuCompatibleCompiler() const | 0 | 7 | 7 | 0 | 0 | 2 | 0 | 27 | 40 | 190.196 | 6.8 | 1293.33 | 71.8516 | 0.0395687 | 111.726 | 0 | 111.726 | 3 | 480 |
| Plugin/compiler.cpp | 594 | | Compiler | AddDefaultGnuCompilerOptions() | 0 | 60 | 59 | 1 | 0 | 1 | 0 | 119 | 386 | 2661.4 | 5.15625 | 13722.8 | 762.38 | 0.191062 | 63.4313 | 9.93347 | 73.3647 | 162 | 2 |
| Plugin/compiler.cpp | 655 | | Compiler | AddDefaultGnuLinkerOptions() | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 25 | 57 | 264.7 | 4.66667 | 1235.27 | 68.6259 | 0.0383753 | 102.915 | 22.5149 | 125.43 | 21 | 2 |
| Plugin/compiler.cpp | 667 | | Compiler | AddDefaultGnuCompilerLinkerOptions() | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 17 | 29 | 118.536 | 4.2 | 497.853 | 27.6585 | 0.0209385 | 112.252 | 26.0372 | 138.289 | 9 | 2 |
| Plugin/compiler.cpp | 676 | | Compiler | GetDefaultIncludePaths() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 32 | 128 | 5 | 640 | 35.5556 | 0.0247551 | 111.622 | 0 | 111.622 | 5 | 4 |
| Plugin/compiler.cpp | 685 | | Compiler | GetLinkLine(const wxString &, bool) const | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 33 | 63 | 317.797 | 13.6471 | 4336.99 | 240.944 | 0.0886485 | 104.756 | 0 | 104.756 | 8 | 2 |
| Plugin/compiler.cpp | 695 | | Compiler | SetLinkLine(const wxString &, const wxString &, bool) | 3 | 13 | 13 | 0 | 0 | 3 | 1 | 32 | 91 | 455 | 14.3889 | 6546.94 | 363.719 | 0.116655 | 96.9323 | 0 | 96.9323 | 11 | 1 |
| Plugin/compiler.cpp | 709 | | Compiler | CreatePathEnv(clEnvList_t *) | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 35 | 99 | 507.799 | 10.9318 | 5551.17 | 308.398 | 0.104504 | 96.3614 | 0 | 96.3614 | 21 | 2 |
| Plugin/compiler.cpp | 723 | | Compiler | GetMetadata() const | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 22 | 40 | 178.377 | 6.25 | 1114.86 | 61.9366 | 0.0358392 | 112.29 | 27.6325 | 139.922 | 9 | 4 |
| Plugin/compiler.cpp | 731 | | Compiler | HasMetadata() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 4 |
| Plugin/compiler.cpp | 733 | | Compiler | IsMatchesPattern(CmpInfoPattern &, eSeverity, const wxString &, PatternMatch *) const | 4 | 67 | 50 | 6 | 11 | 14 | 2 | 72 | 346 | 2134.79 | 27.5 | 58706.8 | 3261.49 | 0.503506 | 59.8001 | 22.3586 | 82.1587 | 40 | 2 |
| Plugin/compiler.cpp | 801 | | Compiler | Matches(const wxString &, PatternMatch *) | 2 | 20 | 17 | 1 | 2 | 6 | 2 | 32 | 85 | 425 | 12.5 | 5312.5 | 295.139 | 0.101487 | 89.6183 | 16.9762 | 106.594 | 4 | 1 |
| Plugin/conffilelocator.cpp | 36 | | ConfFileLocator | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 8 |
| Plugin/conffilelocator.cpp | 44 | | ConfFileLocator | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/conffilelocator.cpp | 52 | | ConfFileLocator | Initialize(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6.5 | 677.613 | 37.6452 | 0.0257158 | 120.534 | 0 | 120.534 | 2 | 1 |
| Plugin/conffilelocator.cpp | 58 | | ConfFileLocator | Locate(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 23 | 57 | 257.843 | 9.16667 | 2363.56 | 131.309 | 0.0591457 | 102.822 | 0 | 102.822 | 7 | 2 |
| Plugin/conffilelocator.cpp | 70 | | ConfFileLocator | DeleteLocalCopy(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 5.625 | 988.271 | 54.904 | 0.0330722 | 112.139 | 0 | 112.139 | 9 | 1 |
| Plugin/conffilelocator.cpp | 78 | | ConfFileLocator | GetLocalCopy(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 7.08333 | 1295.09 | 71.9496 | 0.0396046 | 114.659 | 0 | 114.659 | 8 | 4 |
| Plugin/conffilelocator.cpp | 85 | | ConfFileLocator | GetDefaultCopy(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 6.92308 | 1346.63 | 74.8128 | 0.0406485 | 114.337 | 0 | 114.337 | 9 | 3 |
| Plugin/configtool.cpp | 31 | | ConfigTool | ConfigTool() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 0 |
| Plugin/configtool.cpp | 36 | | ConfigTool | Load(const wxString &, const wxString &) | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 38 | 116 | 608.76 | 13.7083 | 8345.08 | 463.616 | 0.13714 | 93.1002 | 0 | 93.1002 | 16 | 1 |
| Plugin/configtool.cpp | 52 | | ConfigTool | WriteObject(const wxString &, SerializedObject *) | 2 | 10 | 9 | 0 | 1 | 3 | 1 | 30 | 63 | 309.134 | 10 | 3091.34 | 171.741 | 0.0707365 | 103.192 | 0 | 103.192 | 4 | 3 |
| Plugin/configtool.cpp | 63 | | ConfigTool | ReadObject(const wxString &, SerializedObject *) | 2 | 8 | 7 | 0 | 1 | 2 | 1 | 27 | 47 | 223.48 | 8.61538 | 1925.36 | 106.965 | 0.0515886 | 108.725 | 0 | 108.725 | 3 | 8 |
| Plugin/configuration_mapping.cpp | 31 | | BuildMatrix | BuildMatrix(wxXmlNode *, const wxString &) | 2 | 22 | 19 | 2 | 1 | 6 | 3 | 44 | 139 | 758.861 | 21.4565 | 16282.5 | 904.584 | 0.214138 | 85.0597 | 22.5149 | 107.575 | 15 | 3 |
| Plugin/configuration_mapping.cpp | 54 | | BuildMatrix | ToXml() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 52 | 249.982 | 11.5385 | 2884.41 | 160.245 | 0.0675435 | 108.142 | 0 | 108.142 | 6 | 1 |
| Plugin/configuration_mapping.cpp | 63 | | BuildMatrix | RemoveConfiguration(const wxString &) | 1 | 16 | 13 | 2 | 1 | 4 | 2 | 37 | 80 | 416.756 | 13.7222 | 5718.82 | 317.712 | 0.106598 | 93.7951 | 26.0372 | 119.832 | 12 | 3 |
| Plugin/configuration_mapping.cpp | 80 | | BuildMatrix | SetConfiguration(WorkspaceConfigurationPtr) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.88889 | 519.562 | 28.8646 | 0.0215429 | 120.434 | 0 | 120.434 | 4 | 5 |
| Plugin/configuration_mapping.cpp | 86 | | BuildMatrix | GetProjectSelectedConf(const wxString &, const wxString &) const | 2 | 14 | 14 | 0 | 0 | 5 | 4 | 31 | 76 | 376.519 | 14.9333 | 5622.68 | 312.371 | 0.1054 | 96.2562 | 0 | 96.2562 | 10 | 27 |
| Plugin/configuration_mapping.cpp | 101 | | BuildMatrix | GetConfigurationByName(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 125.915 | 0 | 125.915 | 1 | 6 |
| Plugin/configuration_mapping.cpp | 106 | | BuildMatrix | FindConfiguration(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 42 | 192.568 | 10.5 | 2021.97 | 112.332 | 0.0533001 | 107.361 | 0 | 107.361 | 6 | 3 |
| Plugin/configuration_mapping.cpp | 116 | | BuildMatrix | SetSelectedConfigurationName(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 25 | 102.187 | 5.625 | 574.799 | 31.9333 | 0.0230439 | 117.454 | 0 | 117.454 | 3 | 5 |
| Plugin/configuration_mapping.cpp | 123 | | BuildMatrix | SelectFirstConfiguration() | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 21 | 38 | 166.908 | 7.33333 | 1223.99 | 67.9996 | 0.0381415 | 108.334 | 24.6875 | 133.022 | 6 | 2 |
| Plugin/configuration_mapping.cpp | 136 | | WorkspaceConfiguration | WorkspaceConfiguration() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 0 |
| Plugin/configuration_mapping.cpp | 141 | | WorkspaceConfiguration | WorkspaceConfiguration(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 6 |
| Plugin/configuration_mapping.cpp | 146 | | WorkspaceConfiguration | WorkspaceConfiguration(wxXmlNode *) | 1 | 20 | 20 | 0 | 0 | 5 | 3 | 40 | 145 | 771.68 | 15.6 | 12038.2 | 668.789 | 0.175087 | 86.7466 | 0 | 86.7466 | 19 | 7 |
| Plugin/configuration_mapping.cpp | 167 | | WorkspaceConfiguration | ToXml() const | 0 | 17 | 15 | 0 | 2 | 2 | 1 | 41 | 135 | 723.27 | 17.92 | 12961 | 720.055 | 0.183924 | 90.4063 | 0 | 90.4063 | 16 | 1 |
| Plugin/configuration_mapping.cpp | 185 | | WorkspaceConfiguration | RenameProject(const wxString &, const wxString &) | 2 | 8 | 8 | 0 | 0 | 3 | 2 | 25 | 43 | 199.686 | 11.4545 | 2287.31 | 127.073 | 0.0578667 | 109.08 | 0 | 109.08 | 3 | 0 |
| Plugin/configurationtoolbase.cpp | 34 | | ConfigurationToolBase | ConfigurationToolBase() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 0 |
| Plugin/configurationtoolbase.cpp | 39 | | ConfigurationToolBase | Load(const wxString &) | 1 | 19 | 16 | 2 | 1 | 3 | 2 | 44 | 122 | 666.051 | 12.8571 | 8563.51 | 475.75 | 0.139523 | 88.803 | 24.0864 | 112.889 | 21 | 1 |
| Plugin/configurationtoolbase.cpp | 59 | | ConfigurationToolBase | WriteObject(const wxString &, SerializedObject *) | 2 | 10 | 9 | 0 | 1 | 3 | 1 | 30 | 63 | 309.134 | 10 | 3091.34 | 171.741 | 0.0707365 | 103.192 | 0 | 103.192 | 4 | 3 |
| Plugin/configurationtoolbase.cpp | 70 | | ConfigurationToolBase | ReadObject(const wxString &, SerializedObject *) | 2 | 8 | 7 | 0 | 1 | 2 | 1 | 27 | 47 | 223.48 | 8.61538 | 1925.36 | 106.965 | 0.0515886 | 108.725 | 0 | 108.725 | 3 | 9 |
| Plugin/consolefinder.cpp | 32 | | ConsoleFinder | ConsoleFinder() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 7 | 0 |
| Plugin/consolefinder.cpp | 38 | | ConsoleFinder | [virtual] ~ConsoleFinder() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Plugin/consolefinder.cpp | 40 | | ConsoleFinder | FreeConsole() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 5.5 | 665.103 | 36.9502 | 0.0253983 | 114.081 | 0 | 114.081 | 1 | 5 |
| Plugin/consolefinder.cpp | 48 | | ConsoleFinder | RunConsole(const wxString &) | 1 | 35 | 24 | 6 | 6 | 3 | 1 | 52 | 139 | 792.361 | 14.9697 | 11861.4 | 658.967 | 0.173368 | 78.0033 | 29.917 | 107.92 | 23 | 1 |
| Plugin/consolefinder.cpp | 84 | | ConsoleFinder | GetConsoleTty(int) | 1 | 49 | 31 | 19 | 3 | 5 | 3 | 62 | 181 | 1077.71 | 20.9 | 22524.1 | 1251.34 | 0.265855 | 70.493 | 41.0934 | 111.586 | 26 | 1 |
| Plugin/consolefinder.cpp | 134 | | ConsoleFinder | FindConsole(const wxString &, wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 42 | 197.418 | 9.33333 | 1842.57 | 102.365 | 0.0500989 | 107.461 | 0 | 107.461 | 2 | 0 |
| Plugin/custombuildrequest.cpp | 53 | | CustomBuildRequest | CustomBuildRequest(const QueueCommand &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6 | 624 | 34.6667 | 0.0243408 | 120.546 | 0 | 120.546 | 2 | 2 |
| Plugin/custombuildrequest.cpp | 59 | | CustomBuildRequest | Process(IManager *) [override] | 1 | 165 | 102 | 30 | 33 | 21 | 2 | 149 | 830 | 5991.91 | 34.8 | 208518 | 11584.4 | 1.17213 | 38.2232 | 30.6787 | 68.9019 | 163 | 0 |
| Plugin/custombuildrequest.cpp | 225 | | CustomBuildRequest | DoUpdateCommand(IManager *, wxString &, ProjectPtr, BuildConfigPtr, bool) | 5 | 68 | 50 | 7 | 11 | 14 | 2 | 82 | 374 | 2377.72 | 32.2679 | 76724.1 | 4262.45 | 0.601866 | 58.9997 | 23.8417 | 82.8414 | 56 | 1 |
| Plugin/debuggerconfigtool.cpp | 27 | | DebuggerConfigTool | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 7.875 | 495.396 | 27.522 | 0.0208696 | 123.16 | 0 | 123.16 | 1 | 12 |
| Plugin/detachedpanesinfo.cpp | 27 | | DetachedPanesInfo | DetachedPanesInfo(wxArrayString) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 4.5 | 209.281 | 11.6267 | 0.0117499 | 128.346 | 0 | 128.346 | 1 | 3 |
| Plugin/detachedpanesinfo.cpp | 32 | | DetachedPanesInfo | DeSerialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/detachedpanesinfo.cpp | 34 | | DetachedPanesInfo | Serialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/dirpicker.cpp | 36 | | DirPicker | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/dirpicker.cpp | 36 | | DirPicker | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/dirpicker.cpp | 40 | | DirPicker | DirPicker(wxWindow *, wxWindowID, const wxString &, const wxString &, const wxString &, const wxPoint &, const wxSize &, long) | 8 | 13 | 13 | 0 | 0 | 1 | 0 | 39 | 94 | 496.828 | 8.64286 | 4294.01 | 238.556 | 0.0880618 | 96.935 | 0 | 96.935 | 10 | 1 |
| Plugin/dirpicker.cpp | 54 | | DirPicker | [virtual] OnText(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 1 |
| Plugin/dirpicker.cpp | 56 | | DirPicker | CreateControls() | 0 | 21 | 17 | 0 | 4 | 2 | 1 | 52 | 150 | 855.066 | 13.3333 | 11400.9 | 633.382 | 0.168851 | 86.1126 | 0 | 86.1126 | 15 | 1 |
| Plugin/dirpicker.cpp | 78 | | DirPicker | ConnectEvents() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.08333 | 256.872 | 14.2707 | 0.0134697 | 149.233 | 0 | 149.233 | 5 | 1 |
| Plugin/dirpicker.cpp | 80 | | DirPicker | [virtual] OnButtonClicked(wxCommandEvent &) | 1 | 31 | 24 | 3 | 4 | 5 | 2 | 50 | 156 | 880.442 | 15.1875 | 13371.7 | 742.873 | 0.187789 | 78.9612 | 23.1746 | 102.136 | 32 | 1 |
| Plugin/dirpicker.cpp | 112 | | DirPicker | GetPath() | 0 | 13 | 12 | 1 | 0 | 3 | 2 | 24 | 55 | 252.173 | 9 | 2269.56 | 126.086 | 0.0575669 | 100.001 | 20.8285 | 120.83 | 5 | 3 |
| Plugin/dirpicker.cpp | 126 | | DirPicker | SetPath(const wxString &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 29 | 72 | 349.775 | 9.88235 | 3456.6 | 192.033 | 0.076204 | 97.0994 | 0 | 97.0994 | 5 | 3 |
| Plugin/dirpicker.cpp | 141 | | DirPicker | SetValues(const wxArrayString &, int) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 41 | 190.398 | 5.34375 | 1017.44 | 56.5244 | 0.0337198 | 114.448 | 0 | 114.448 | 2 | 0 |
| Plugin/dirpicker.cpp | 148 | | DirPicker | GetValues() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 20 | 33 | 142.624 | 6.72222 | 958.748 | 53.2638 | 0.0324102 | 109.152 | 0 | 109.152 | 3 | 0 |
| Plugin/dirpicker.cpp | 158 | | DirPicker | GetCurrentSelection() const | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 31 | 60 | 297.252 | 9.88235 | 2937.55 | 163.197 | 0.0683705 | 99.376 | 0 | 99.376 | 3 | 0 |
| Plugin/dockablepane.cpp | 42 | | DockablePane | DockablePane(wxWindow *, PaneId, const wxString &, bool, const wxSize &) | 5 | 27 | 24 | 0 | 3 | 2 | 1 | 72 | 199 | 1227.82 | 15.2353 | 18706.1 | 1039.23 | 0.234892 | 80.1599 | 0 | 80.1599 | 25 | 13 |
| Plugin/dockablepane.cpp | 70 | | DockablePane | ~DockablePane() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Plugin/dockablepane.cpp | 76 | | DockablePane | ClosePane(wxCommandEvent &) | 1 | 33 | 27 | 2 | 4 | 7 | 3 | 53 | 167 | 956.563 | 23.5862 | 22561.7 | 1253.43 | 0.26615 | 77.0572 | 18.6103 | 95.6675 | 17 | 1 |
| Plugin/dockablepane.cpp | 110 | | DockablePane | OnPaint(wxPaintEvent &) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 29 | 66 | 320.627 | 6.84211 | 2193.76 | 121.876 | 0.056278 | 103.463 | 0 | 103.463 | 10 | 2 |
| Plugin/dockablepane.cpp | 121 | | DockablePane | SetChildNoReparent(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 61 | 299.32 | 8.79412 | 2632.26 | 146.237 | 0.0635474 | 103.59 | 0 | 103.59 | 6 | 13 |
| Plugin/dockablepanemenumanager.cpp | 34 | | DockablePaneMenuManager | [static] HackShowPane(wxAuiPaneInfo &, wxAuiManager *) | 2 | 10 | 10 | 2 | 0 | 4 | 1 | 29 | 69 | 335.201 | 12.6 | 4223.53 | 234.64 | 0.0870955 | 102.542 | 31.9355 | 134.477 | 7 | 6 |
| Plugin/dockablepanemenumanager.cpp | 45 | | DockablePaneMenuManager | [static] HackHidePane(bool, wxAuiPaneInfo &, wxAuiManager *) | 3 | 14 | 13 | 1 | 1 | 4 | 2 | 33 | 80 | 403.552 | 11.7895 | 4757.66 | 264.314 | 0.0942919 | 96.1257 | 20.1155 | 116.241 | 5 | 6 |
| Plugin/dockablepanemenumanager.cpp | 60 | | DockablePaneMenuManager | DockablePaneMenuManager(wxAuiManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 1 |
| Plugin/dockablepanemenumanager.cpp | 65 | | DockablePaneMenuManager | RemoveMenu(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 33 | 64 | 322.841 | 9.94737 | 3211.42 | 178.412 | 0.0725566 | 106.812 | 0 | 106.812 | 8 | 1 |
| Plugin/dockablepanemenumanager.cpp | 74 | | DockablePaneMenuManager | AddMenu(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 6.875 | 1026.28 | 57.0157 | 0.0339149 | 118.667 | 0 | 118.667 | 5 | 1 |
| Plugin/dockablepanemenumanager.cpp | 80 | | DockablePaneMenuManager | NameById(int) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 40 | 183.399 | 8 | 1467.19 | 81.5104 | 0.0430397 | 109.752 | 0 | 109.752 | 6 | 2 |
| Plugin/dockablepanemenumanager.cpp | 89 | | DockablePaneMenuManager | OnDockpaneMenuItem(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 31 | 73 | 361.656 | 10.2941 | 3722.93 | 206.83 | 0.0800698 | 99.4229 | 0 | 99.4229 | 7 | 0 |
| Plugin/dockablepanemenumanager.cpp | 102 | | DockablePaneMenuManager | OnDockpaneMenuItemUI(wxUpdateUIEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 30 | 71 | 348.389 | 10.0625 | 3505.67 | 194.759 | 0.0769235 | 99.6172 | 0 | 99.6172 | 7 | 0 |
| Plugin/dockablepanemenumanager.cpp | 115 | | DockablePaneMenuManager | GetDetachedPanesList() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 36 | 165.059 | 9.8 | 1617.57 | 89.8653 | 0.0459327 | 110.3 | 0 | 110.3 | 4 | 3 |
| Plugin/dockablepanemenumanager.cpp | 124 | | DockablePaneMenuManager | IsPaneDetached(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 27 | 41 | 194.95 | 11.05 | 2154.2 | 119.678 | 0.0555993 | 107.297 | 0 | 107.297 | 2 | 0 |
| Plugin/drawingutils.cpp | 53 | {anonymous} | | cl_min(float, float, float) | 3 | 6 | 6 | 0 | 0 | 3 | 0 | 17 | 38 | 155.324 | 18.3333 | 2847.6 | 158.2 | 0.0669676 | 115.047 | 0 | 115.047 | 0 | 1 |
| Plugin/drawingutils.cpp | 60 | {anonymous} | | cl_max(float, float, float) | 3 | 6 | 6 | 0 | 0 | 3 | 0 | 17 | 38 | 155.324 | 18.3333 | 2847.6 | 158.2 | 0.0669676 | 115.047 | 0 | 115.047 | 0 | 1 |
| Plugin/drawingutils.cpp | 67 | {anonymous} | | RGB_2_HSL(float, float, float, float *, float *, float *) | 6 | 38 | 32 | 7 | 6 | 8 | 2 | 46 | 294 | 1623.93 | 36.6429 | 59505.3 | 3305.85 | 0.508061 | 71.7896 | 30.8494 | 102.639 | 2 | 2 |
| Plugin/drawingutils.cpp | 106 | {anonymous} | | Hue_2_RGB(float, float, float) | 3 | 14 | 14 | 1 | 0 | 6 | 1 | 27 | 112 | 532.547 | 28.3636 | 15105 | 839.166 | 0.203685 | 94.2234 | 20.1155 | 114.339 | 0 | 3 |
| Plugin/drawingutils.cpp | 121 | {anonymous} | | HSL_2_RGB(float, float, float, float *, float *, float *) | 6 | 20 | 18 | 2 | 2 | 3 | 2 | 33 | 155 | 781.881 | 27.0833 | 21175.9 | 1176.44 | 0.255137 | 87.1383 | 23.5268 | 110.665 | 3 | 2 |
| Plugin/drawingutils.cpp | 495 | {anonymous} | | update_button_bg_colour(const wxColour &, eButtonState) | 2 | 21 | 21 | 0 | 0 | 4 | 1 | 38 | 78 | 409.338 | 13.95 | 5710.27 | 317.237 | 0.106492 | 89.4831 | 0 | 89.4831 | 1 | 1 |
| Plugin/drawingutils.cpp | 147 | | DrawingUtils | [static] LightColour(const wxColour &, float) | 2 | 17 | 13 | 1 | 3 | 3 | 1 | 42 | 134 | 722.571 | 21.3636 | 15436.7 | 857.596 | 0.206656 | 90.1813 | 18.3478 | 108.529 | 7 | 13 |
| Plugin/drawingutils.cpp | 165 | | DrawingUtils | [static] TruncateText(const wxString &, int, wxDC &, wxString &) | 4 | 36 | 29 | 4 | 4 | 4 | 2 | 55 | 221 | 1277.68 | 25.0694 | 32030.7 | 1779.49 | 0.336194 | 74.8324 | 24.6875 | 99.52 | 18 | 5 |
| Plugin/drawingutils.cpp | 202 | | DrawingUtils | [static] PaintStraightGradientBox(wxDC &, const wxRect &, const wxColour &, const wxColour &, bool) | 5 | 38 | 29 | 2 | 7 | 5 | 2 | 65 | 315 | 1897.05 | 31.7386 | 60209.6 | 3344.98 | 0.512062 | 71.6712 | 17.3987 | 89.0699 | 22 | 0 |
| Plugin/drawingutils.cpp | 241 | | DrawingUtils | [static] GetTabHeight(wxDC &, wxWindow *) | 2 | 12 | 11 | 1 | 0 | 1 | 0 | 42 | 90 | 485.309 | 10.5556 | 5122.7 | 284.595 | 0.0990554 | 98.3536 | 21.6227 | 119.976 | 9 | 1 |
| Plugin/drawingutils.cpp | 254 | | DrawingUtils | [static] DrawTabBackgroundArea(wxDC &, wxWindow *, const wxRect &) | 3 | 28 | 23 | 0 | 5 | 6 | 1 | 61 | 221 | 1310.69 | 19.8837 | 26061.5 | 1447.86 | 0.293007 | 78.3111 | 0 | 78.3111 | 28 | 1 |
| Plugin/drawingutils.cpp | 283 | | DrawingUtils | [static] IsDark(const wxColour &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 31 | 61 | 302.206 | 10.1111 | 3055.64 | 169.758 | 0.0701908 | 105.477 | 0 | 105.477 | 3 | 62 |
| Plugin/drawingutils.cpp | 293 | | DrawingUtils | [static] DarkColour(const wxColour &, float) | 2 | 17 | 13 | 1 | 3 | 3 | 1 | 42 | 134 | 722.571 | 21.3636 | 15436.7 | 857.596 | 0.206656 | 90.1813 | 18.3478 | 108.529 | 7 | 0 |
| Plugin/drawingutils.cpp | 311 | | DrawingUtils | [static] GetRandomColour() | 0 | 15 | 14 | 0 | 1 | 5 | 1 | 33 | 117 | 590.194 | 17.9167 | 10574.3 | 587.462 | 0.160588 | 92.8012 | 0 | 92.8012 | 13 | 2 |
| Plugin/drawingutils.cpp | 327 | | DrawingUtils | [static] GetPanelBgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 6 |
| Plugin/drawingutils.cpp | 329 | | DrawingUtils | [static] GetPanelTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 331 | | DrawingUtils | [static] GetTextCtrlTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/drawingutils.cpp | 333 | | DrawingUtils | [static] GetMenuTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 335 | | DrawingUtils | [static] GetMenuBarBgColour(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 121.537 | 0 | 121.537 | 2 | 4 |
| Plugin/drawingutils.cpp | 341 | | DrawingUtils | [static] FillMenuBarBgColour(wxDC &, const wxRect &, bool) | 3 | 44 | 34 | 1 | 9 | 4 | 0 | 65 | 248 | 1493.55 | 25.1111 | 37504.6 | 2083.59 | 0.373481 | 70.7698 | 11.5716 | 82.3414 | 6 | 2 |
| Plugin/drawingutils.cpp | 386 | | DrawingUtils | [static] GetMenuBarTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 388 | | DrawingUtils | [static] GetTextCtrlBgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 0 |
| Plugin/drawingutils.cpp | 390 | | DrawingUtils | [static] GetOutputPaneFgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 4 |
| Plugin/drawingutils.cpp | 392 | | DrawingUtils | [static] GetOutputPaneBgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 3 |
| Plugin/drawingutils.cpp | 394 | | DrawingUtils | [static] GetThemeBgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 2 |
| Plugin/drawingutils.cpp | 396 | | DrawingUtils | [static] GetThemeBorderColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 398 | | DrawingUtils | [static] GetThemeTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 400 | | DrawingUtils | [static] GetThemeTipBgColour() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 31 | 124 | 4.5 | 558 | 31 | 0.0225927 | 111.788 | 0 | 111.788 | 3 | 1 |
| Plugin/drawingutils.cpp | 409 | | DrawingUtils | [static] IsThemeDark() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 2 |
| Plugin/drawingutils.cpp | 411 | | DrawingUtils | [static] GetAUIPaneBGColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| Plugin/drawingutils.cpp | 413 | | DrawingUtils | [static] GetStippleBrush() | 0 | 36 | 30 | 2 | 4 | 3 | 0 | 54 | 235 | 1352.4 | 21.4737 | 29041 | 1613.39 | 0.314934 | 74.7669 | 17.8544 | 92.6213 | 22 | 1 |
| Plugin/drawingutils.cpp | 450 | | DrawingUtils | [static] GetThemeLinkColour() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 19 | 34 | 144.43 | 6.875 | 992.953 | 55.1641 | 0.0331766 | 107.38 | 0 | 107.38 | 4 | 0 |
| Plugin/drawingutils.cpp | 461 | | DrawingUtils | [static] DrawStippleBackground(const wxRect &, wxDC &) | 2 | 8 | 7 | 1 | 0 | 1 | 0 | 25 | 43 | 199.686 | 7.84615 | 1566.77 | 87.0425 | 0.0449657 | 109.54 | 26.0372 | 135.577 | 5 | 0 |
| Plugin/drawingutils.cpp | 470 | | DrawingUtils | [static] GetCaptionColour() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 121.779 | 0 | 121.779 | 2 | 0 |
| Plugin/drawingutils.cpp | 476 | | DrawingUtils | [static] GetFallbackFixedFont() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 2 |
| Plugin/drawingutils.cpp | 482 | | DrawingUtils | [static] CreateDisabledBitmap(const wxBitmap &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 48 | 230.753 | 9 | 2076.78 | 115.377 | 0.054259 | 108.328 | 0 | 108.328 | 5 | 5 |
| Plugin/drawingutils.cpp | 518 | | DrawingUtils | [static] DrawButton(wxDC &, wxWindow *, const wxRect &, const wxString &, const wxBitmap &, eButtonKind, eButtonState) | 7 | 98 | 71 | 15 | 12 | 10 | 1 | 100 | 470 | 3122.61 | 27.0769 | 84550.7 | 4697.26 | 0.642131 | 52.5821 | 28.483 | 81.0651 | 56 | 3 |
| Plugin/drawingutils.cpp | 617 | | DrawingUtils | [static] GetDefaultGuiFont() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 14 |
| Plugin/drawingutils.cpp | 619 | | DrawingUtils | [static] GetBestSize(const wxString &, int, int) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 36 | 88 | 454.953 | 10.7391 | 4885.8 | 271.434 | 0.0959775 | 101.643 | 0 | 101.643 | 10 | 0 |
| Plugin/drawingutils.cpp | 630 | | DrawingUtils | [static] GetButtonBgColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/drawingutils.cpp | 632 | | DrawingUtils | [static] GetButtonTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 1 |
| Plugin/drawingutils.cpp | 634 | | DrawingUtils | [static] DrawButtonX(wxDC &, wxWindow *, const wxRect &, const wxColour &, const wxColour &, eButtonState, const wxString &) | 7 | 48 | 44 | 1 | 3 | 8 | 1 | 67 | 253 | 1534.72 | 22.5532 | 34612.8 | 1922.94 | 0.354027 | 68.2988 | 11.0874 | 79.3862 | 30 | 2 |
| Plugin/drawingutils.cpp | 683 | | DrawingUtils | [static] DrawButtonMaximizeRestore(wxDC &, wxWindow *, const wxRect &, const wxColour &, const wxColour &, eButtonState) | 6 | 59 | 54 | 3 | 2 | 8 | 1 | 70 | 296 | 1814.27 | 23.6 | 42816.7 | 2378.71 | 0.407963 | 64.086 | 17.1136 | 81.1996 | 26 | 1 |
| Plugin/drawingutils.cpp | 743 | | DrawingUtils | [static] DrawDropDownArrow(wxWindow *, wxDC &, const wxRect &, int, const wxColour &) | 5 | 27 | 19 | 3 | 5 | 5 | 1 | 58 | 175 | 1025.15 | 13.0814 | 13410.3 | 745.019 | 0.188151 | 80.408 | 24.6875 | 105.096 | 25 | 4 |
| Plugin/drawingutils.cpp | 771 | | DrawingUtils | [static] GetCaptionTextColour() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 3.5 | 207.225 | 11.5125 | 0.0116727 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/drawingutils.cpp | 779 | | DrawingUtils | [static] DrawCustomChoice(wxWindow *, wxDC &, const wxRect &, const wxString &, const wxColour &, const wxBitmap &, int) | 7 | 54 | 46 | 4 | 4 | 2 | 1 | 85 | 396 | 2538.12 | 19.942 | 50615.2 | 2811.96 | 0.456107 | 65.1547 | 20.4627 | 85.6175 | 58 | 0 |
| Plugin/drawingutils.cpp | 834 | | DrawingUtils | [static] DrawNativeChoice(wxWindow *, wxDC &, const wxRect &, const wxString &, const wxBitmap &, int) | 6 | 59 | 53 | 4 | 2 | 5 | 1 | 98 | 517 | 3419.8 | 25.8544 | 88417.1 | 4912.06 | 0.661561 | 61.4797 | 19.6263 | 81.106 | 44 | 0 |
| Plugin/drawingutils.cpp | 894 | | DrawingUtils | [static] GetColours() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 11.375 | 1898.58 | 105.477 | 0.0511091 | 106.627 | 0 | 106.627 | 2 | 2 |
| Plugin/drawingutils.cpp | 905 | | DrawingUtils | [static] GetFallbackFixedFontSize() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4 | 251.63 | 13.9794 | 0.0132858 | 149.233 | 0 | 149.233 | 2 | 0 |
| Plugin/drawingutils.cpp | 906 | | DrawingUtils | [static] GetFallbackFixedFontFace() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4 | 251.63 | 13.9794 | 0.0132858 | 149.233 | 0 | 149.233 | 2 | 0 |
| Plugin/drawingutils.cpp | 908 | | DrawingUtils | [static] DrawColourPicker(wxWindow *, wxDC &, const wxRect &, const wxColour &, eButtonState) | 5 | 34 | 23 | 4 | 7 | 3 | 0 | 66 | 202 | 1220.97 | 12.6538 | 15449.9 | 858.33 | 0.206774 | 76.2245 | 25.3357 | 101.56 | 32 | 1 |
| Plugin/drawingutils.cpp | 943 | | DrawingUtils | [static] GetGCDC(wxDC &, wxGCDC &) | 2 | 25 | 22 | 0 | 3 | 5 | 1 | 46 | 144 | 795.393 | 17.0357 | 13550.1 | 752.783 | 0.189455 | 82.9743 | 0 | 82.9743 | 7 | 7 |
| Plugin/dynamiclibrary.cpp | 33 | | clDynamicLibrary | clDynamicLibrary() | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 117.567 | 0 | 117.567 | 0 | 2 |
| Plugin/dynamiclibrary.cpp | 40 | | clDynamicLibrary | ~clDynamicLibrary() | 0 | 9 | 9 | 0 | 0 | 4 | 1 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 108.329 | 0 | 108.329 | 1 | 0 |
| Plugin/dynamiclibrary.cpp | 50 | | clDynamicLibrary | Load(const wxString &) | 1 | 21 | 14 | 6 | 1 | 3 | 1 | 36 | 74 | 382.574 | 11.1842 | 4278.79 | 237.711 | 0.0878536 | 90.0647 | 36.8317 | 126.896 | 9 | 2 |
| Plugin/dynamiclibrary.cpp | 72 | | clDynamicLibrary | Detach() | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 23 | 45 | 203.56 | 6.875 | 1399.48 | 77.7487 | 0.0417051 | 102.412 | 0 | 102.412 | 2 | 2 |
| Plugin/dynamiclibrary.cpp | 85 | | clDynamicLibrary | GetSymbol(const wxString &, bool *) | 2 | 22 | 20 | 2 | 1 | 3 | 1 | 40 | 109 | 580.09 | 16.7381 | 9709.6 | 539.422 | 0.15171 | 87.1466 | 22.5149 | 109.661 | 10 | 5 |
| Plugin/editor_config.cpp | 183 | | | clSortStringsFunc(const wxString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 43 | 185.843 | 7.77273 | 1444.51 | 80.2503 | 0.042595 | 114.574 | 0 | 114.574 | 5 | 0 |
| Plugin/editor_config.cpp | 51 | | EditorConfig | EditorConfig() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 128.135 | 0 | 128.135 | 1 | 1 |
| Plugin/editor_config.cpp | 56 | | EditorConfig | ~EditorConfig() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| Plugin/editor_config.cpp | 58 | | EditorConfig | DoLoadDefaultSettings() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 33 | 68 | 343.019 | 9.16667 | 3144.34 | 174.686 | 0.0715426 | 99.928 | 21.6227 | 121.551 | 18 | 2 |
| Plugin/editor_config.cpp | 71 | | EditorConfig | Load() | 0 | 56 | 39 | 7 | 10 | 9 | 3 | 63 | 273 | 1631.8 | 26.1538 | 42677.8 | 2370.99 | 0.40708 | 65.2526 | 26.0372 | 91.2898 | 53 | 1 |
| Plugin/editor_config.cpp | 128 | | EditorConfig | GetLexerForFile(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5.5 | 596.299 | 33.1277 | 0.023615 | 123.945 | 0 | 123.945 | 2 | 4 |
| Plugin/editor_config.cpp | 133 | | EditorConfig | GetLexer(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7.5 | 1069.68 | 59.4265 | 0.0348643 | 118.904 | 0 | 118.904 | 3 | 24 |
| Plugin/editor_config.cpp | 139 | | EditorConfig | GetOptions() const | 0 | 19 | 14 | 3 | 2 | 3 | 1 | 46 | 121 | 668.351 | 13.8214 | 9237.57 | 513.198 | 0.146752 | 88.7851 | 28.8719 | 117.657 | 17 | 108 |
| Plugin/editor_config.cpp | 159 | | EditorConfig | SetOptions(OptionsConfigPtr) | 1 | 23 | 19 | 2 | 2 | 3 | 1 | 43 | 143 | 775.956 | 11.7 | 9078.68 | 504.371 | 0.145064 | 84.9137 | 22.0554 | 106.969 | 23 | 9 |
| Plugin/editor_config.cpp | 190 | | EditorConfig | GetRecentItems(wxArrayString &, const wxString &) | 2 | 28 | 22 | 4 | 2 | 7 | 4 | 47 | 145 | 805.415 | 13.1613 | 10600.3 | 588.906 | 0.160851 | 80.6132 | 27.6325 | 108.246 | 16 | 4 |
| Plugin/editor_config.cpp | 219 | | EditorConfig | SetRecentItems(const wxArrayString &, const wxString &) | 2 | 34 | 27 | 4 | 3 | 5 | 1 | 63 | 216 | 1291.09 | 17.9205 | 23137 | 1285.39 | 0.270655 | 75.4741 | 25.3357 | 100.81 | 26 | 6 |
| Plugin/editor_config.cpp | 254 | | EditorConfig | WriteObject(const wxString &, SerializedObject *) [override] | 2 | 12 | 10 | 1 | 1 | 2 | 1 | 37 | 71 | 369.871 | 10.6667 | 3945.29 | 219.183 | 0.0832271 | 99.5361 | 21.6227 | 121.159 | 8 | 18 |
| Plugin/editor_config.cpp | 267 | | EditorConfig | ReadObject(const wxString &, SerializedObject *) [override] | 2 | 5 | 4 | 1 | 0 | 1 | 0 | 23 | 32 | 144.754 | 6.41667 | 928.838 | 51.6021 | 0.0317326 | 118.827 | 31.9355 | 150.762 | 2 | 24 |
| Plugin/editor_config.cpp | 273 | | EditorConfig | SetInteger(const wxString &, long) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 8.76923 | 1628.92 | 90.4957 | 0.0461472 | 112.079 | 0 | 112.079 | 4 | 9 |
| Plugin/editor_config.cpp | 281 | | EditorConfig | GetInteger(const wxString &, long) | 2 | 16 | 12 | 2 | 2 | 3 | 1 | 38 | 86 | 451.322 | 17 | 7672.47 | 426.248 | 0.129669 | 93.6107 | 26.0372 | 119.648 | 9 | 14 |
| Plugin/editor_config.cpp | 298 | | EditorConfig | GetString(const wxString &, const wxString &) | 2 | 15 | 12 | 1 | 2 | 3 | 1 | 37 | 88 | 458.432 | 18.4722 | 8468.26 | 470.459 | 0.138487 | 94.575 | 19.4709 | 114.046 | 14 | 3 |
| Plugin/editor_config.cpp | 314 | | EditorConfig | SetString(const wxString &, const wxString &) | 2 | 8 | 7 | 1 | 0 | 1 | 0 | 24 | 42 | 192.568 | 10 | 1925.68 | 106.982 | 0.0515943 | 109.729 | 26.0372 | 135.766 | 5 | 3 |
| Plugin/editor_config.cpp | 323 | | EditorConfig | Begin() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/editor_config.cpp | 325 | | EditorConfig | Save() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 123.476 | 0 | 123.476 | 1 | 3 |
| Plugin/editor_config.cpp | 331 | | EditorConfig | DoSave() const | 0 | 11 | 9 | 1 | 1 | 2 | 1 | 28 | 49 | 235.56 | 6.375 | 1501.7 | 83.4276 | 0.043712 | 103.292 | 22.5149 | 125.807 | 6 | 4 |
| Plugin/editor_config.cpp | 364 | | EditorConfig | SetInstallDir(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| Plugin/editor_config.cpp | 366 | | EditorConfig | GetPaneStickiness(const wxString &) | 1 | 36 | 33 | 1 | 2 | 15 | 1 | 49 | 308 | 1729.33 | 13.7222 | 23730.3 | 1318.35 | 0.275263 | 70.7284 | 12.767 | 83.4954 | 84 | 2 |
| Plugin/editor_config.cpp | 403 | | EditorConfig | SetPaneStickiness(const wxString &, bool) | 2 | 38 | 37 | 0 | 1 | 15 | 1 | 56 | 301 | 1748.01 | 16.3333 | 28550.9 | 1586.16 | 0.311381 | 69.7967 | 0 | 69.7967 | 74 | 2 |
| Plugin/editor_config.cpp | 444 | | EditorConfigST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/editor_config.cpp | 452 | | EditorConfigST | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 25 | 102.187 | 9.6 | 980.991 | 54.4995 | 0.0329096 | 114.957 | 0 | 114.957 | 1 | 220 |
| Plugin/editor_config.cpp | 39 | | SimpleLongValue | Serialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/editor_config.cpp | 41 | | SimpleLongValue | DeSerialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/editor_config.cpp | 347 | | SimpleRectValue | DeSerialize(Archive &) [override] | 1 | 10 | 8 | 0 | 2 | 1 | 0 | 25 | 50 | 232.193 | 7.66667 | 1780.14 | 98.8969 | 0.0489609 | 105.141 | 0 | 105.141 | 8 | 0 |
| Plugin/editor_config.cpp | 358 | | SimpleRectValue | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 43 | 188.87 | 6.375 | 1204.04 | 66.8913 | 0.037726 | 117.444 | 0 | 117.444 | 6 | 0 |
| Plugin/editor_config.cpp | 45 | | SimpleStringValue | Serialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/editor_config.cpp | 47 | | SimpleStringValue | DeSerialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/environmentconfig.cpp | 264 | | DollarEscaper | DollarEscaper(wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 7.14286 | 700.708 | 38.9282 | 0.0262968 | 120.85 | 0 | 120.85 | 3 | 3 |
| Plugin/environmentconfig.cpp | 270 | | DollarEscaper | ~DollarEscaper() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 5.4 | 349.515 | 19.4175 | 0.0165395 | 123.012 | 31.9355 | 154.948 | 3 | 0 |
| Plugin/environmentconfig.cpp | 45 | | EnvironmentConfig | EnvironmentConfig() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| Plugin/environmentconfig.cpp | 50 | | EnvironmentConfig | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 341 |
| Plugin/environmentconfig.cpp | 58 | | EnvironmentConfig | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/environmentconfig.cpp | 66 | | EnvironmentConfig | GetRootName() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| Plugin/environmentconfig.cpp | 68 | | EnvironmentConfig | Load() | 0 | 32 | 28 | 2 | 2 | 6 | 5 | 57 | 207 | 1207.41 | 19.75 | 23846.3 | 1324.8 | 0.276159 | 76.5747 | 18.8844 | 95.4591 | 31 | 2 |
| Plugin/environmentconfig.cpp | 101 | | EnvironmentConfig | ExpandVariables(const wxString &, bool) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 26 | 50 | 235.022 | 10.5 | 2467.73 | 137.096 | 0.060871 | 103.304 | 0 | 103.304 | 4 | 27 |
| Plugin/environmentconfig.cpp | 113 | | EnvironmentConfig | ApplyEnv(wxStringMap_t *, const wxString &, const wxString &) | 3 | 58 | 30 | 18 | 10 | 7 | 2 | 67 | 209 | 1267.81 | 21.1705 | 26840.2 | 1491.12 | 0.298815 | 66.4566 | 37.9909 | 104.447 | 21 | 294 |
| Plugin/environmentconfig.cpp | 172 | | EnvironmentConfig | UnApplyEnv() | 0 | 18 | 15 | 3 | 0 | 4 | 3 | 33 | 71 | 358.152 | 11.6875 | 4185.9 | 232.55 | 0.0865774 | 92.675 | 29.5564 | 122.231 | 6 | 49 |
| Plugin/environmentconfig.cpp | 191 | | EnvironmentConfig | GetSettings() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6.42857 | 642.857 | 35.7143 | 0.0248288 | 117.797 | 0 | 117.797 | 4 | 5 |
| Plugin/environmentconfig.cpp | 198 | | EnvironmentConfig | SetSettings(EnvVarList &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 4 |
| Plugin/environmentconfig.cpp | 200 | | EnvironmentConfig | DoExpandVariables(const wxString &) | 1 | 41 | 28 | 6 | 7 | 6 | 3 | 57 | 179 | 1044.09 | 25.0909 | 26197.1 | 1455.39 | 0.294023 | 73.3155 | 27.9275 | 101.243 | 23 | 2 |
| Plugin/environmentconfig.cpp | 242 | | EnvironmentConfig | GetActiveSetEnvNames(bool, const wxString &) | 2 | 16 | 13 | 2 | 1 | 2 | 1 | 40 | 94 | 500.261 | 11.5769 | 5791.49 | 321.749 | 0.107499 | 93.3054 | 26.0372 | 119.343 | 14 | 0 |
| Plugin/envvarlist.cpp | 160 | | EnvMap | Get(const wxString &, wxString &) | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 29 | 47 | 228.325 | 10.1786 | 2324.02 | 129.112 | 0.0584843 | 106.705 | 0 | 106.705 | 3 | 0 |
| Plugin/envvarlist.cpp | 170 | | EnvMap | Put(const wxString &, const wxString &) | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 19 | 31 | 131.686 | 6.75 | 888.879 | 49.3822 | 0.0308158 | 116.365 | 29.5564 | 145.922 | 2 | 3 |
| Plugin/envvarlist.cpp | 177 | | EnvMap | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 20 | 71.6993 | 4.9 | 351.326 | 19.5181 | 0.0165966 | 122.48 | 0 | 122.48 | 2 | 0 |
| Plugin/envvarlist.cpp | 183 | | EnvMap | GetCount() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 5 | 268.872 | 14.9373 | 0.013886 | 150.049 | 0 | 150.049 | 1 | 6 |
| Plugin/envvarlist.cpp | 185 | | EnvMap | Get(size_t, wxString &, wxString &) | 3 | 9 | 8 | 0 | 1 | 2 | 1 | 27 | 52 | 247.254 | 12.5 | 3090.68 | 171.704 | 0.0707263 | 106.291 | 0 | 106.291 | 5 | 6 |
| Plugin/envvarlist.cpp | 195 | | EnvMap | Contains(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 22 | 93.4544 | 5.55556 | 519.191 | 28.844 | 0.0215326 | 147.175 | 0 | 147.175 | 1 | 1 |
| Plugin/envvarlist.cpp | 197 | | EnvMap | String() | 0 | 12 | 10 | 0 | 2 | 3 | 1 | 32 | 76 | 380 | 14 | 5320 | 295.556 | 0.101583 | 99.1656 | 0 | 99.1656 | 11 | 2 |
| Plugin/envvarlist.cpp | 33 | | EnvVarList | EnvVarList() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 1 | 11 |
| Plugin/envvarlist.cpp | 38 | | EnvVarList | DeSerialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| Plugin/envvarlist.cpp | 44 | | EnvVarList | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| Plugin/envvarlist.cpp | 50 | | EnvVarList | AddVariable(const wxString &, const wxString &, const wxString &) | 3 | 21 | 16 | 0 | 5 | 4 | 1 | 51 | 144 | 816.829 | 18.1094 | 14792.3 | 821.793 | 0.200864 | 85.8905 | 0 | 85.8905 | 19 | 0 |
| Plugin/envvarlist.cpp | 72 | | EnvVarList | InsertVariable(const wxString &, const wxString &, const wxString &) | 3 | 12 | 10 | 0 | 2 | 2 | 1 | 33 | 78 | 393.463 | 14.1667 | 5574.06 | 309.67 | 0.104792 | 99.2146 | 0 | 99.2146 | 10 | 1 |
| Plugin/envvarlist.cpp | 85 | | EnvVarList | GetVariables(const wxString &, bool, const wxString &, const wxString &) | 4 | 47 | 37 | 2 | 8 | 8 | 3 | 75 | 305 | 1899.79 | 25.875 | 49157.1 | 2730.95 | 0.447304 | 67.5302 | 15.7081 | 83.2383 | 42 | 8 |
| Plugin/envvarlist.cpp | 133 | | EnvVarList | DoGetSetVariablesStr(const wxString &, wxString &) | 2 | 22 | 21 | 0 | 1 | 4 | 3 | 32 | 123 | 615 | 22.0588 | 13566.2 | 753.676 | 0.189605 | 86.6127 | 0 | 86.6127 | 22 | 3 |
| Plugin/envvarlist.cpp | 156 | | EnvVarList | IsSetExist(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 146.306 | 0 | 146.306 | 3 | 3 |
| Plugin/exelocator.cpp | 30 | | ExeLocator | [static] Locate(const wxString &, wxString &) | 2 | 31 | 26 | 2 | 3 | 7 | 2 | 53 | 182 | 1042.48 | 16.7143 | 17424.3 | 968.019 | 0.224035 | 77.6227 | 19.171 | 96.7937 | 26 | 7 |
| Plugin/filepicker.cpp | 31 | | FilePicker | FilePicker(wxWindow *, wxWindowID, const wxString &, const wxString &, const wxString &, const wxString &, const wxPoint &, const wxSize &, long) | 9 | 20 | 18 | 0 | 2 | 4 | 1 | 50 | 125 | 705.482 | 13.1765 | 9295.76 | 516.431 | 0.147368 | 87.443 | 0 | 87.443 | 15 | 1 |
| Plugin/filepicker.cpp | 52 | | FilePicker | CreateControls() | 0 | 15 | 11 | 0 | 4 | 1 | 0 | 42 | 94 | 506.878 | 8.74138 | 4430.81 | 246.156 | 0.0899223 | 94.5126 | 0 | 94.5126 | 8 | 1 |
| Plugin/filepicker.cpp | 68 | | FilePicker | ConnectEvents() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.08333 | 256.872 | 14.2707 | 0.0134697 | 149.233 | 0 | 149.233 | 5 | 1 |
| Plugin/filepicker.cpp | 70 | | FilePicker | [virtual] OnButtonClicked(wxCommandEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 36 | 70 | 361.895 | 9.64286 | 3489.7 | 193.872 | 0.0766898 | 101.059 | 22.5149 | 123.574 | 7 | 1 |
| Plugin/globals.cpp | 79 | | | MSWSetWindowDarkTheme(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 3 | 0 | 24 | 37 | 169.644 | 7 | 1187.51 | 65.9725 | 0.0373797 | 109.928 | 0 | 109.928 | 1 | 9 |
| Plugin/globals.cpp | 97 | | | IsBOMFile(const char *) | 1 | 24 | 22 | 1 | 1 | 5 | 3 | 48 | 134 | 748.385 | 20.7308 | 15514.6 | 861.922 | 0.207351 | 83.9524 | 15.5492 | 99.5015 | 8 | 1 |
| Plugin/globals.cpp | 122 | | | ReadBOMFile(const char *, wxString &, BOM &) | 3 | 40 | 34 | 2 | 5 | 7 | 5 | 64 | 222 | 1332 | 26.9231 | 35861.5 | 1992.31 | 0.362492 | 72.2191 | 16.9762 | 89.1953 | 17 | 1 |
| Plugin/globals.cpp | 163 | | | ReadFile8BitData(const char *, wxString &) | 2 | 20 | 19 | 0 | 1 | 4 | 3 | 48 | 130 | 726.045 | 20.3077 | 14744.3 | 819.128 | 0.200429 | 87.2936 | 0 | 87.2936 | 10 | 1 |
| Plugin/globals.cpp | 184 | | | SendCmdEvent(int, void *) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 146.306 | 0 | 146.306 | 2 | 22 |
| Plugin/globals.cpp | 186 | | | SendCmdEvent(int, void *, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 6.875 | 1026.28 | 57.0157 | 0.0339149 | 122.282 | 0 | 122.282 | 2 | 0 |
| Plugin/globals.cpp | 191 | | | PostCmdEvent(int, void *) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 146.711 | 0 | 146.711 | 2 | 4 |
| Plugin/globals.cpp | 193 | | | SetColumnText(wxListCtrl *, long, long, const wxString &, int) | 5 | 10 | 10 | 0 | 0 | 1 | 0 | 31 | 68 | 336.885 | 7.85714 | 2646.96 | 147.053 | 0.0637837 | 103.205 | 0 | 103.205 | 7 | 26 |
| Plugin/globals.cpp | 204 | | | GetColumnText(wxListCtrl *, long, long) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 53 | 246.124 | 8 | 1969 | 109.389 | 0.0523651 | 106.545 | 0 | 106.545 | 7 | 19 |
| Plugin/globals.cpp | 214 | | | ReadFileWithConversion(const wxString &, wxString &, wxFontEncoding, BOM *) | 4 | 37 | 28 | 4 | 5 | 9 | 3 | 54 | 196 | 1127.96 | 17 | 19175.3 | 1065.29 | 0.238803 | 73.8867 | 24.3814 | 98.2681 | 25 | 15 |
| Plugin/globals.cpp | 252 | | | IsValidCppIdentifier(const wxString &) | 1 | 16 | 14 | 2 | 0 | 4 | 1 | 28 | 75 | 360.552 | 11.5 | 4146.34 | 230.352 | 0.0860311 | 94.5484 | 26.0372 | 120.586 | 4 | 6 |
| Plugin/globals.cpp | 269 | | | AppendListCtrlRow(wxListCtrl *) | 1 | 12 | 10 | 1 | 1 | 2 | 0 | 24 | 59 | 270.513 | 13 | 3516.67 | 195.37 | 0.0770843 | 101.163 | 21.6227 | 122.786 | 6 | 7 |
| Plugin/globals.cpp | 282 | | | CompareFileWithString(const wxString &, const wxString &) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 26 | 58 | 272.626 | 14.5833 | 3975.79 | 220.877 | 0.0836555 | 102.532 | 0 | 102.532 | 5 | 1 |
| Plugin/globals.cpp | 294 | | | WriteFileWithBackup(const wxString &, const wxString &, bool) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 7.1875 | 1790.57 | 99.4763 | 0.0491519 | 113.05 | 0 | 113.05 | 8 | 8 |
| Plugin/globals.cpp | 301 | | | CopyToClipboard(const wxString &) | 1 | 19 | 18 | 1 | 1 | 4 | 2 | 30 | 80 | 392.551 | 13.1429 | 5159.24 | 286.625 | 0.0995259 | 91.3222 | 17.3987 | 108.721 | 9 | 32 |
| Plugin/globals.cpp | 349 | | | clIsMSYSEnvironment() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6 | 936.481 | 52.0267 | 0.0319064 | 108.913 | 0 | 108.913 | 0 | 0 |
| Plugin/globals.cpp | 359 | | | clIsCygwinEnvironment() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6 | 936.481 | 52.0267 | 0.0319064 | 108.913 | 0 | 108.913 | 0 | 1 |
| Plugin/globals.cpp | 369 | | | clGetUserName() | 0 | 19 | 14 | 3 | 2 | 6 | 2 | 42 | 101 | 544.624 | 18.5 | 10075.5 | 559.753 | 0.155498 | 89.1596 | 28.8719 | 118.031 | 13 | 5 |
| Plugin/globals.cpp | 389 | | | MSWSetNativeTheme(wxWindow *, const wxString &) | 2 | 6 | 6 | 0 | 0 | 4 | 0 | 30 | 49 | 240.438 | 7.64706 | 1838.64 | 102.147 | 0.0500276 | 112.545 | 0 | 112.545 | 1 | 5 |
| Plugin/globals.cpp | 444 | | | ReturnWithStringPrepended(const wxArrayString &, const wxString &, const size_t) | 3 | 22 | 17 | 4 | 1 | 5 | 2 | 35 | 104 | 533.445 | 16.8421 | 8984.34 | 499.13 | 0.144058 | 87.1225 | 30.6787 | 117.801 | 10 | 5 |
| Plugin/globals.cpp | 549 | | | DbgPrependCharPtrCastIfNeeded(const wxString &, const wxString &) | 2 | 22 | 18 | 1 | 3 | 4 | 1 | 42 | 105 | 566.193 | 16.125 | 9129.87 | 507.215 | 0.145609 | 87.0426 | 16.2158 | 103.258 | 14 | 2 |
| Plugin/globals.cpp | 572 | | | MakeIconText(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 8.46154 | 1645.88 | 91.4378 | 0.046467 | 107.768 | 0 | 107.768 | 7 | 13 |
| Plugin/globals.cpp | 582 | | | PromptForYesNoCancelDialogWithCheckbox(const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, long, bool) | 8 | 29 | 25 | 2 | 2 | 5 | 2 | 53 | 171 | 979.474 | 20.9091 | 20479.9 | 1137.77 | 0.249516 | 79.4873 | 19.7854 | 99.2727 | 27 | 5 |
| Plugin/globals.cpp | 612 | | | PromptForYesNoDialogWithCheckbox(const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, long, bool) | 7 | 11 | 11 | 0 | 0 | 1 | 0 | 23 | 56 | 253.319 | 8 | 2026.56 | 112.586 | 0.0533807 | 103.144 | 0 | 103.144 | 8 | 15 |
| Plugin/globals.cpp | 624 | | | wxPGPropertyBooleanUseCheckbox(wxPropertyGrid *) | 1 | 23 | 20 | 0 | 3 | 2 | 1 | 43 | 135 | 732.546 | 14 | 10255.6 | 569.758 | 0.157345 | 85.4431 | 0 | 85.4431 | 20 | 9 |
| Plugin/globals.cpp | 648 | | | clRecalculateSTCHScrollBar(wxStyledTextCtrl *) | 1 | 28 | 23 | 5 | 3 | 6 | 1 | 49 | 159 | 892.739 | 30.24 | 26996.4 | 1499.8 | 0.299974 | 80.308 | 30.4442 | 110.752 | 12 | 3 |
| Plugin/globals.cpp | 676 | | | clGetTextFromUser(const wxString &, const wxString &, const wxString &, int, wxWindow *) | 5 | 10 | 10 | 0 | 0 | 3 | 1 | 36 | 77 | 398.084 | 13.2 | 5254.71 | 291.928 | 0.10075 | 101.877 | 0 | 101.877 | 7 | 19 |
| Plugin/globals.cpp | 689 | | | clSetManager(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 4.2 | 195.739 | 10.8744 | 0.0112373 | 150.793 | 0 | 150.793 | 0 | 1 |
| Plugin/globals.cpp | 690 | | | clGetManager() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3.5 | 116.267 | 6.4593 | 0.00794056 | 152.554 | 0 | 152.554 | 0 | 562 |
| Plugin/globals.cpp | 692 | | | clIsValidProjectName(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 124.814 | 0 | 124.814 | 1 | 1 |
| Plugin/globals.cpp | 697 | | | clGetContentScaleFactor() | 0 | 17 | 17 | 0 | 0 | 3 | 2 | 34 | 78 | 396.822 | 12.4444 | 4938.23 | 274.346 | 0.0966629 | 93.2978 | 0 | 93.2978 | 2 | 1 |
| Plugin/globals.cpp | 715 | | | clGetScaledSize(int) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 29 | 116 | 7.5 | 870 | 48.3333 | 0.0303779 | 112.134 | 0 | 112.134 | 1 | 7 |
| Plugin/globals.cpp | 724 | | | clKill(int, wxSignal, bool, bool) | 4 | 25 | 25 | 0 | 0 | 8 | 2 | 56 | 168 | 975.636 | 17.973 | 17535.1 | 974.171 | 0.224983 | 81.2221 | 0 | 81.2221 | 20 | 4 |
| Plugin/globals.cpp | 750 | | | clSetEditorFontEncoding(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 41 | 180.085 | 6.375 | 1148.04 | 63.7801 | 0.0365469 | 114.738 | 0 | 114.738 | 7 | 1 |
| Plugin/globals.cpp | 757 | | | clFindMenuItemPosition(wxMenu *, int) | 2 | 14 | 14 | 0 | 0 | 4 | 2 | 36 | 88 | 454.953 | 17.3235 | 7881.4 | 437.855 | 0.132012 | 95.5023 | 0 | 95.5023 | 7 | 1 |
| Plugin/globals.cpp | 772 | | | clGetDisplaySize() | 0 | 17 | 15 | 1 | 1 | 3 | 2 | 33 | 118 | 595.239 | 17.9167 | 10664.7 | 592.483 | 0.161502 | 91.1893 | 18.3478 | 109.537 | 17 | 1 |
| Plugin/globals.cpp | 790 | | | MakeBitmapIndexText(const wxString &, int) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 7.2 | 948.137 | 52.6743 | 0.0321706 | 113.868 | 0 | 113.868 | 4 | 26 |
| Plugin/globals.cpp | 798 | | | MakeCheckboxVariant(const wxString &, bool, int) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 7.125 | 1126.63 | 62.5905 | 0.036091 | 112.917 | 0 | 112.917 | 4 | 8 |
| Plugin/globals.cpp | 806 | | | clSetTLWindowBestSizeAndPosition(wxWindow *) | 1 | 25 | 18 | 2 | 5 | 5 | 1 | 47 | 131 | 727.651 | 15.9464 | 11603.4 | 644.635 | 0.170845 | 83.4371 | 21.2145 | 104.652 | 11 | 10 |
| Plugin/globals.cpp | 832 | | | DoSetDialogSize(wxDialog *, double) | 2 | 29 | 26 | 0 | 3 | 7 | 1 | 52 | 167 | 951.973 | 14.5714 | 13871.6 | 770.645 | 0.192441 | 79.1754 | 0 | 79.1754 | 12 | 3 |
| Plugin/globals.cpp | 862 | | | clRemoteFolderSelector(const wxString &, const wxString &, wxWindow *) | 3 | 13 | 13 | 0 | 0 | 3 | 1 | 37 | 84 | 437.594 | 12.75 | 5579.32 | 309.962 | 0.104858 | 97.1351 | 0 | 97.1351 | 8 | 1 |
| Plugin/globals.cpp | 876 | | | clRemoteFileSelector(const wxString &, const wxString &, const wxString &, wxWindow *) | 4 | 13 | 13 | 0 | 0 | 3 | 1 | 39 | 93 | 491.542 | 15 | 7373.14 | 409.619 | 0.126274 | 96.5306 | 0 | 96.5306 | 8 | 4 |
| Plugin/globals.cpp | 890 | | | clSetDialogBestSizeAndPosition(wxDialog *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 35 |
| Plugin/globals.cpp | 892 | | | clSetSmallDialogBestSizeAndPosition(wxDialog *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 18 |
| Plugin/globals.cpp | 894 | | | clSetDialogSizeAndPosition(wxDialog *, double) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 2 |
| Plugin/globals.cpp | 896 | | | clIsCxxWorkspaceOpened() | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 27 | 108 | 6.66667 | 720 | 40 | 0.0267773 | 146.193 | 0 | 146.193 | 4 | 10 |
| Plugin/globals.cpp | 898 | | | clGetSize(int, const wxWindow *) | 2 | 17 | 17 | 0 | 0 | 4 | 2 | 35 | 80 | 410.343 | 12 | 4924.11 | 273.562 | 0.0964785 | 92.8936 | 0 | 92.8936 | 5 | 11 |
| Plugin/globals.cpp | 916 | | | clIsWaylandSession() | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 25 | 44 | 204.33 | 7.38462 | 1508.9 | 83.8276 | 0.0438516 | 104.261 | 22.5149 | 126.776 | 6 | 1 |
| Plugin/globals.cpp | 928 | | | clShowFileTypeSelectionDialog(wxWindow *, const wxArrayString &, wxArrayString *) | 3 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 60 | 300 | 11.5 | 3450 | 191.667 | 0.076107 | 102.034 | 0 | 102.034 | 4 | 1 |
| Plugin/globals.cpp | 940 | | | SetBestFocus(wxWindow *) | 1 | 33 | 31 | 1 | 1 | 10 | 3 | 40 | 216 | 1149.54 | 27.5 | 31612.3 | 1756.24 | 0.333259 | 75.4116 | 13.3211 | 88.7327 | 14 | 3 |
| Plugin/globals.cpp | 974 | | | FindNotebookParentOf(wxWindow *) | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 23 | 69 | 312.126 | 21.7143 | 6777.59 | 376.533 | 0.119379 | 95.2984 | 0 | 95.2984 | 2 | 1 |
| Plugin/globals.cpp | 991 | | | IsChildOf(wxWindow *, wxWindow *) | 2 | 15 | 14 | 0 | 1 | 5 | 2 | 24 | 66 | 302.608 | 21.8571 | 6614.14 | 367.452 | 0.117452 | 96.2749 | 0 | 96.2749 | 2 | 1 |
| Plugin/globals.cpp | 1007 | | | clGetVisibleSelection(wxStyledTextCtrl *) | 1 | 18 | 15 | 1 | 2 | 3 | 2 | 36 | 96 | 496.313 | 19 | 9429.94 | 523.886 | 0.148782 | 91.2085 | 17.8544 | 109.063 | 11 | 3 |
| Plugin/globals.cpp | 1026 | | | GetClangFormatIntProperty(const wxString &, const wxString &) | 2 | 19 | 18 | 0 | 1 | 4 | 3 | 39 | 113 | 597.25 | 16.6136 | 9922.5 | 551.25 | 0.153919 | 89.1399 | 0 | 89.1399 | 13 | 2 |
| Plugin/globals.cpp | 471 | | BOM | BOM(const char *, size_t) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 6.1875 | 581.697 | 32.3165 | 0.0232279 | 147.144 | 0 | 147.144 | 1 | 1 |
| Plugin/globals.cpp | 473 | | BOM | Encoding() | 0 | 24 | 21 | 0 | 3 | 7 | 2 | 35 | 86 | 441.118 | 15.4375 | 6809.76 | 378.32 | 0.119757 | 86.2411 | 0 | 86.2411 | 5 | 2 |
| Plugin/globals.cpp | 498 | | BOM | [static] Encoding(const char *) | 1 | 35 | 21 | 9 | 6 | 6 | 1 | 44 | 242 | 1321.18 | 25.1852 | 33274.2 | 1848.57 | 0.34484 | 74.6547 | 35.3619 | 110.017 | 5 | 1 |
| Plugin/globals.cpp | 534 | | BOM | SetData(const char *, size_t) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 6.53846 | 1094.35 | 60.7974 | 0.0353984 | 115.118 | 0 | 115.118 | 4 | 1 |
| Plugin/globals.cpp | 541 | | BOM | Len() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/globals.cpp | 543 | | BOM | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 3 | 2 |
| Plugin/globals.cpp | 396 | | StringManager | AddStrings(size_t, const wxString *, const wxString &, wxControlWithItems *) | 4 | 18 | 14 | 2 | 2 | 2 | 1 | 37 | 81 | 421.966 | 13.7143 | 5786.96 | 321.498 | 0.107443 | 92.2824 | 24.6875 | 116.97 | 6 | 4 |
| Plugin/globals.cpp | 415 | | StringManager | GetStringSelection() const | 0 | 11 | 9 | 1 | 1 | 2 | 1 | 24 | 41 | 187.983 | 8.5 | 1597.86 | 88.77 | 0.0455587 | 104.465 | 22.5149 | 126.98 | 5 | 4 |
| Plugin/globals.cpp | 427 | | StringManager | SetStringSelection(const wxString &, size_t) | 2 | 16 | 16 | 1 | 0 | 5 | 2 | 36 | 84 | 434.274 | 15 | 6514.11 | 361.895 | 0.116265 | 93.351 | 18.8844 | 112.235 | 5 | 5 |
| Plugin/gtk/wxCustomControls.cpp | 3 | | | clMessageBox(const wxString &, const wxString &, long, wxWindow *, int, int) | 6 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 44 | 196.215 | 7.96154 | 1562.17 | 86.7874 | 0.0448778 | 120.86 | 0 | 120.86 | 2 | 54 |
| Plugin/lexer_configuration.cpp | 55 | {anonymous} | | allocate_substyles(wxStyledTextCtrl *, int, size_t) | 3 | 10 | 9 | 1 | 0 | 2 | 1 | 30 | 67 | 328.762 | 10 | 3287.62 | 182.645 | 0.0736998 | 103.102 | 23.5268 | 126.629 | 19 | 2 |
| Plugin/lexer_configuration.cpp | 87 | {anonymous} | | GetInactiveColor(const StyleProperty &) | 1 | 7 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 2 |
| Plugin/lexer_configuration.cpp | 94 | {anonymous} | | to_wx_colour(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 149.713 | 0 | 149.713 | 1 | 4 |
| Plugin/lexer_configuration.cpp | 67 | | LexerConf | LexerConf() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 9 |
| Plugin/lexer_configuration.cpp | 72 | | LexerConf | GetFontForStyle(int, const wxWindow *) const | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 34 | 78 | 396.822 | 11.2 | 4444.41 | 246.912 | 0.0901062 | 99.1704 | 0 | 99.1704 | 15 | 15 |
| Plugin/lexer_configuration.cpp | 100 | | LexerConf | Apply(wxStyledTextCtrl *, bool) | 2 | 287 | 214 | 38 | 37 | 43 | 3 | 238 | 1619 | 12781.7 | 61.1786 | 781967 | 43442.6 | 2.82925 | 20.2564 | 26.7163 | 46.9727 | 261 | 82 |
| Plugin/lexer_configuration.cpp | 388 | | LexerConf | GetProperty(int) const | 1 | 12 | 11 | 0 | 1 | 3 | 2 | 27 | 53 | 252.009 | 10.2143 | 2574.09 | 143.005 | 0.0626078 | 101.301 | 0 | 101.301 | 4 | 2 |
| Plugin/lexer_configuration.cpp | 401 | | LexerConf | GetProperty(int) | 1 | 12 | 11 | 0 | 1 | 3 | 2 | 26 | 50 | 235.022 | 9.5 | 2232.71 | 124.039 | 0.0569421 | 101.664 | 0 | 101.664 | 4 | 75 |
| Plugin/lexer_configuration.cpp | 414 | | LexerConf | IsDark() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 8.18182 | 1628.48 | 90.4712 | 0.0461389 | 109.327 | 0 | 109.327 | 5 | 48 |
| Plugin/lexer_configuration.cpp | 423 | | LexerConf | SetDefaultFgColour(const wxColour &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 6.67857 | 1364.63 | 75.8128 | 0.0410099 | 111.354 | 0 | 111.354 | 4 | 1 |
| Plugin/lexer_configuration.cpp | 431 | | LexerConf | SetLineNumbersFgColour(const wxColour &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 44 | 204.33 | 6.67857 | 1364.63 | 75.8128 | 0.0410099 | 111.354 | 0 | 111.354 | 4 | 0 |
| Plugin/lexer_configuration.cpp | 439 | | LexerConf | ToJSON(bool) const | 1 | 30 | 27 | 4 | 3 | 2 | 1 | 63 | 267 | 1595.93 | 16.7188 | 26682 | 1482.33 | 0.29764 | 77.0895 | 26.7997 | 103.889 | 54 | 5 |
| Plugin/lexer_configuration.cpp | 470 | | LexerConf | FromJSON(const JSONItem &) | 1 | 41 | 36 | 1 | 4 | 4 | 1 | 82 | 348 | 2212.43 | 16.7385 | 37032.6 | 2057.37 | 0.370341 | 69.8705 | 11.9795 | 81.85 | 80 | 4 |
| Plugin/lexer_configuration.cpp | 512 | | LexerConf | SetKeyWords(const wxString &, int) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 54 | 259.597 | 9.75 | 2531.07 | 140.615 | 0.0619082 | 108.176 | 0 | 108.176 | 11 | 18 |
| Plugin/lexer_configuration.cpp | 521 | | LexerConf | ApplySystemColours(wxStyledTextCtrl *) | 1 | 25 | 22 | 1 | 2 | 3 | 1 | 50 | 160 | 903.017 | 18 | 16254.3 | 903.017 | 0.21389 | 82.7744 | 15.2452 | 98.0196 | 24 | 10 |
| Plugin/lexer_configuration.cpp | 547 | | LexerConf | ApplyWordSet(wxStyledTextCtrl *, eWordSetIndex, const wxString &) | 3 | 17 | 13 | 2 | 2 | 2 | 1 | 44 | 112 | 611.456 | 16.72 | 10223.6 | 567.975 | 0.157017 | 91.2796 | 25.3357 | 116.615 | 7 | 14 |
| Plugin/lexer_configuration.cpp | 565 | | LexerConf | ApplyFont(wxWindow *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 53 | 257.473 | 8.47059 | 2180.95 | 121.164 | 0.0560586 | 106.31 | 0 | 106.31 | 5 | 6 |
| Plugin/lexer_configuration.cpp | 575 | | LexerConf | SetProperty(const StyleProperty &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 34 | 84 | 427.347 | 16.3125 | 6971.1 | 387.283 | 0.121641 | 100.195 | 0 | 100.195 | 10 | 0 |
| Plugin/listctrl_improved.cpp | 57 | | ListCtrlImproved | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/listctrl_improved.cpp | 57 | | ListCtrlImproved | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/listctrl_improved.cpp | 61 | | ListCtrlImproved | ListCtrlImproved(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 8.06667 | 1706.26 | 94.7922 | 0.0475966 | 116.855 | 0 | 116.855 | 2 | 0 |
| Plugin/listctrl_improved.cpp | 67 | | ListCtrlImproved | ~ListCtrlImproved() [override] | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 22 | 48 | 214.053 | 13.125 | 2809.44 | 156.08 | 0.066368 | 106.811 | 0 | 106.811 | 3 | 0 |
| Plugin/listctrl_improved.cpp | 77 | | ListCtrlImproved | DoInitialize() | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 26 | 57 | 267.925 | 9.85714 | 2640.98 | 146.721 | 0.0636876 | 104.396 | 0 | 104.396 | 8 | 1 |
| Plugin/listctrl_improved.cpp | 88 | | ListCtrlImproved | IsChecked(long) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 7.5 | 1868.42 | 103.801 | 0.0505665 | 104.775 | 0 | 104.775 | 6 | 1 |
| Plugin/listctrl_improved.cpp | 99 | | ListCtrlImproved | Check(long, bool) | 2 | 9 | 9 | 0 | 0 | 2 | 0 | 27 | 53 | 252.009 | 7.35294 | 1853.01 | 102.945 | 0.0502879 | 106.192 | 0 | 106.192 | 6 | 1 |
| Plugin/listctrl_improved.cpp | 109 | | ListCtrlImproved | AppendRow() | 0 | 17 | 12 | 1 | 4 | 4 | 1 | 32 | 77 | 385 | 12.0556 | 4641.39 | 257.855 | 0.0927493 | 93.2251 | 18.3478 | 111.573 | 10 | 0 |
| Plugin/listctrl_improved.cpp | 127 | | ListCtrlImproved | GetText(long, long) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 49 | 218.512 | 7.61538 | 1664.05 | 92.4474 | 0.0468084 | 107.163 | 0 | 107.163 | 7 | 0 |
| Plugin/listctrl_improved.cpp | 137 | | ListCtrlImproved | SetTextColumn(long, long, const wxString &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 63 | 309.134 | 7.5 | 2318.51 | 128.806 | 0.0583917 | 103.652 | 0 | 103.652 | 7 | 0 |
| Plugin/listctrl_improved.cpp | 148 | | ListCtrlImproved | OnLeftDown(wxMouseEvent &) | 1 | 18 | 14 | 2 | 2 | 3 | 1 | 42 | 102 | 550.016 | 12 | 6600.2 | 366.678 | 0.117287 | 90.6742 | 24.6875 | 115.362 | 11 | 1 |
| Plugin/listctrl_improved.cpp | 167 | | ListCtrlImproved | SetItemClientData(long, wxClientData *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 124.149 | 0 | 124.149 | 1 | 0 |
| Plugin/listctrl_improved.cpp | 172 | | ListCtrlImproved | SetCheckboxRow(long, bool) | 2 | 9 | 9 | 0 | 0 | 2 | 0 | 27 | 53 | 252.009 | 7.35294 | 1853.01 | 102.945 | 0.0502879 | 106.192 | 0 | 106.192 | 6 | 0 |
| Plugin/listctrl_improved.cpp | 182 | | ListCtrlImproved | GetSelection() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 6.5 | 758.926 | 42.1626 | 0.027734 | 116.991 | 0 | 116.991 | 1 | 0 |
| Plugin/localworkspace.cpp | 41 | | | SetCDATANodeContent(wxXmlNode *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 47 | 223.48 | 10.2308 | 2286.37 | 127.021 | 0.0578508 | 110.888 | 0 | 110.888 | 4 | 3 |
| Plugin/localworkspace.cpp | 49 | | LocalOptionsConfig | LocalOptionsConfig(OptionsConfigPtr, wxXmlNode *) | 2 | 51 | 50 | 1 | 0 | 16 | 2 | 54 | 378 | 2175.35 | 15.7955 | 34360.6 | 1908.92 | 0.352305 | 63.6627 | 10.7617 | 74.4244 | 57 | 3 |
| Plugin/localworkspace.cpp | 101 | | LocalOptionsConfig | LocalOptionsConfig(LocalOptionsConfigPtr, wxXmlNode *) | 2 | 55 | 50 | 5 | 0 | 16 | 2 | 54 | 378 | 2175.35 | 15.7955 | 34360.6 | 1908.92 | 0.352305 | 62.4395 | 22.5149 | 84.9544 | 57 | 1 |
| Plugin/localworkspace.cpp | 157 | | LocalOptionsConfig | LocalOptionsConfig() | 0 | 7 | 3 | 3 | 1 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 124.189 | 42.4525 | 166.642 | 0 | 3 |
| Plugin/localworkspace.cpp | 165 | | LocalOptionsConfig | ToXml(wxXmlNode *, const wxString &) const | 2 | 62 | 55 | 1 | 7 | 15 | 1 | 75 | 440 | 2740.68 | 19.1186 | 52398.1 | 2911 | 0.466755 | 59.5274 | 9.77404 | 69.3015 | 76 | 2 |
| Plugin/localworkspace.cpp | 228 | | LocalOptionsConfig | SetFileFontEncoding(const wxString &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 27 | 43 | 204.46 | 8.61538 | 1761.5 | 97.8613 | 0.0486184 | 109.187 | 0 | 109.187 | 7 | 2 |
| Plugin/localworkspace.cpp | 237 | | LocalWorkspace | GetOptions(OptionsConfigPtr, const wxString &) | 2 | 21 | 14 | 4 | 3 | 4 | 1 | 30 | 71 | 348.389 | 9.94118 | 3463.4 | 192.411 | 0.076304 | 90.3215 | 31.2887 | 121.61 | 7 | 3 |
| Plugin/localworkspace.cpp | 259 | | LocalWorkspace | SetWorkspaceOptions(LocalOptionsConfigPtr) | 1 | 19 | 13 | 4 | 2 | 3 | 1 | 34 | 76 | 386.647 | 10.6667 | 4124.24 | 229.124 | 0.0857251 | 91.631 | 32.6227 | 124.254 | 11 | 1 |
| Plugin/localworkspace.cpp | 279 | | LocalWorkspace | SetProjectOptions(LocalOptionsConfigPtr, const wxString &) | 2 | 26 | 18 | 5 | 3 | 4 | 1 | 46 | 141 | 778.822 | 16.3929 | 12767.1 | 709.285 | 0.182085 | 82.6784 | 31.415 | 114.093 | 18 | 1 |
| Plugin/localworkspace.cpp | 306 | | LocalWorkspace | SaveXmlFile() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 5.89286 | 1094.62 | 60.8124 | 0.0354042 | 114.576 | 0 | 114.576 | 6 | 378 |
| Plugin/localworkspace.cpp | 313 | | LocalWorkspace | SanityCheck() | 0 | 25 | 17 | 3 | 5 | 4 | 1 | 41 | 110 | 589.331 | 13.1042 | 7722.69 | 429.038 | 0.130234 | 84.7635 | 25.5633 | 110.327 | 21 | 22 |
| Plugin/localworkspace.cpp | 339 | | LocalWorkspace | Create() | 0 | 15 | 12 | 2 | 1 | 2 | 1 | 33 | 75 | 378.33 | 10.4167 | 3940.93 | 218.941 | 0.0831658 | 95.8036 | 26.7997 | 122.603 | 11 | 1 |
| Plugin/localworkspace.cpp | 355 | | LocalWorkspace | GetLocalWorkspaceOptionsNode() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 5 | 583.46 | 32.4145 | 0.0232748 | 123.562 | 0 | 123.562 | 3 | 3 |
| Plugin/localworkspace.cpp | 360 | | LocalWorkspace | GetLocalProjectOptionsNode(const wxString &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 49 | 232.989 | 8.4 | 1957.11 | 108.728 | 0.0521542 | 116.352 | 0 | 116.352 | 5 | 2 |
| Plugin/localworkspace.cpp | 366 | | LocalWorkspace | GetParserPaths(wxArrayString &, wxArrayString &) | 2 | 29 | 26 | 0 | 3 | 8 | 4 | 48 | 201 | 1122.58 | 21.2931 | 23903.2 | 1327.95 | 0.276598 | 78.0882 | 0 | 78.0882 | 24 | 3 |
| Plugin/localworkspace.cpp | 396 | | LocalWorkspace | SetParserPaths(const wxArrayString &, const wxArrayString &) | 2 | 22 | 20 | 0 | 2 | 5 | 1 | 49 | 197 | 1106.1 | 25.5172 | 28224.6 | 1568.03 | 0.309004 | 83.3304 | 0 | 83.3304 | 23 | 2 |
| Plugin/localworkspace.cpp | 419 | | LocalWorkspace | GetParserFlags() | 0 | 11 | 10 | 0 | 1 | 3 | 1 | 28 | 59 | 283.634 | 8.66667 | 2458.16 | 136.564 | 0.0607135 | 102.096 | 0 | 102.096 | 6 | 8 |
| Plugin/localworkspace.cpp | 431 | | LocalWorkspace | SetParserFlags(size_t) | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 34 | 84 | 427.347 | 11.4474 | 4892 | 271.778 | 0.0960586 | 97.2583 | 0 | 97.2583 | 12 | 2 |
| Plugin/localworkspace.cpp | 445 | | LocalWorkspace | GetSelectedBuildConfiguration() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 30 | 70 | 343.482 | 10.9375 | 3756.84 | 208.713 | 0.0805552 | 99.691 | 0 | 99.691 | 11 | 1 |
| Plugin/localworkspace.cpp | 458 | | LocalWorkspace | SetSelectedBuildConfiguration(const wxString &) | 1 | 16 | 15 | 0 | 1 | 4 | 1 | 38 | 107 | 561.528 | 14.5714 | 8182.27 | 454.57 | 0.135351 | 92.2446 | 0 | 92.2446 | 14 | 1 |
| Plugin/localworkspace.cpp | 475 | | LocalWorkspace | GetActiveEnvironmentSet() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 30 | 70 | 343.482 | 10.9375 | 3756.84 | 208.713 | 0.0805552 | 99.691 | 0 | 99.691 | 11 | 2 |
| Plugin/localworkspace.cpp | 488 | | LocalWorkspace | SetActiveEnvironmentSet(const wxString &) | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 37 | 96 | 500.108 | 14.45 | 7226.55 | 401.475 | 0.124595 | 95.2402 | 0 | 95.2402 | 13 | 1 |
| Plugin/localworkspace.cpp | 503 | | LocalWorkspace | GetParserMacros(wxString &) | 1 | 15 | 13 | 0 | 2 | 4 | 1 | 33 | 80 | 403.552 | 11.2941 | 4557.76 | 253.209 | 0.0916318 | 95.008 | 0 | 95.008 | 10 | 3 |
| Plugin/localworkspace.cpp | 519 | | LocalWorkspace | SetParserMacros(const wxString &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 37 | 94 | 489.689 | 14.45 | 7076 | 393.111 | 0.122858 | 94.232 | 0 | 94.232 | 12 | 2 |
| Plugin/localworkspace.cpp | 535 | | LocalWorkspace | GetCustomData(const wxString &) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 32 | 71 | 355 | 12.5 | 4437.5 | 246.528 | 0.0900128 | 98.2228 | 0 | 98.2228 | 9 | 0 |
| Plugin/localworkspace.cpp | 549 | | LocalWorkspace | SetCustomData(const wxString &, const wxString &) | 2 | 15 | 13 | 0 | 2 | 3 | 1 | 36 | 93 | 480.803 | 15.6579 | 7528.36 | 418.242 | 0.12804 | 94.3272 | 0 | 94.3272 | 10 | 1 |
| Plugin/localworkspace.cpp | 565 | | LocalWorkspace | DoGetFilePath() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 47 | 212.607 | 7.33333 | 1559.12 | 86.6178 | 0.0448193 | 111.377 | 0 | 111.377 | 10 | 1 |
| Plugin/localworkspace.cpp | 573 | | LocalWorkspace | GetSearchInFilesMask(wxString &, const wxString &) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 35 | 80 | 410.343 | 11.7895 | 4837.72 | 268.762 | 0.0953468 | 97.4695 | 0 | 97.4695 | 11 | 1 |
| Plugin/localworkspace.cpp | 587 | | LocalWorkspace | SetSearchInFilesMask(const wxString &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 37 | 96 | 500.108 | 13.3333 | 6668.1 | 370.45 | 0.11809 | 94.1225 | 0 | 94.1225 | 12 | 0 |
| Plugin/localworkspace.cpp | 603 | | LocalWorkspace | SetFolderColours(const FolderColour::Map_t &) | 1 | 32 | 23 | 5 | 4 | 4 | 1 | 56 | 179 | 1039.52 | 17.7162 | 18416.3 | 1023.13 | 0.232459 | 77.8132 | 28.7405 | 106.554 | 23 | 2 |
| Plugin/localworkspace.cpp | 636 | | LocalWorkspace | GetFolderColours(FolderColour::Map_t &) | 1 | 26 | 19 | 5 | 2 | 5 | 2 | 48 | 133 | 742.8 | 14.4138 | 10706.6 | 594.809 | 0.161924 | 82.6946 | 31.415 | 114.11 | 19 | 4 |
| Plugin/localworkspace.cpp | 663 | | LocalWorkspace | GetPinnedProjects(wxArrayString &) | 1 | 21 | 18 | 1 | 2 | 5 | 2 | 41 | 109 | 583.973 | 12.75 | 7445.66 | 413.648 | 0.127101 | 87.4055 | 16.583 | 103.988 | 13 | 1 |
| Plugin/localworkspace.cpp | 685 | | LocalWorkspace | SetPinnedProjects(const wxArrayString &) | 1 | 23 | 20 | 0 | 3 | 4 | 1 | 47 | 139 | 772.088 | 17.6429 | 13621.8 | 756.769 | 0.190124 | 84.7097 | 0 | 84.7097 | 16 | 1 |
| Plugin/macromanager.cpp | 457 | | | DoExpandAllVariables(const wxString &, clCxxWorkspace *, const wxString &, const wxString &, const wxString &) | 5 | 123 | 92 | 7 | 24 | 11 | 4 | 145 | 882 | 6332.68 | 34.7107 | 219812 | 12211.8 | 1.21408 | 44.9945 | 18.0609 | 63.0555 | 218 | 2 |
| Plugin/macromanager.cpp | 582 | | | ExpandAllVariables(const wxString &, clCxxWorkspace *, const wxString &, const wxString &, const wxString &) | 5 | 52 | 40 | 7 | 5 | 7 | 4 | 59 | 253 | 1488.31 | 33.6 | 50007.2 | 2778.18 | 0.452446 | 67.3918 | 26.9142 | 94.3059 | 34 | 29 |
| Plugin/macromanager.cpp | 635 | | | ExpandVariables(const wxString &, ProjectPtr, IEditor *, const wxString &) | 4 | 9 | 9 | 0 | 0 | 3 | 1 | 34 | 79 | 401.91 | 13.0263 | 5235.4 | 290.856 | 0.100503 | 103.535 | 0 | 103.535 | 11 | 6 |
| Plugin/macromanager.cpp | 42 | | MacroManager | [static] Instance() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 7.875 | 495.396 | 27.522 | 0.0208696 | 123.16 | 0 | 123.16 | 1 | 63 |
| Plugin/macromanager.cpp | 48 | | MacroManager | Expand(const wxString &, IManager *, const wxString &, const wxString &) | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 10.45 | 1835.99 | 101.999 | 0.0499795 | 112.369 | 0 | 112.369 | 2 | 50 |
| Plugin/macromanager.cpp | 56 | | MacroManager | Replace(const wxString &, const wxString &, const wxString &, bool) | 4 | 43 | 36 | 4 | 7 | 6 | 1 | 47 | 208 | 1155.35 | 19.5152 | 22546.9 | 1252.61 | 0.266034 | 72.0173 | 22.7557 | 94.773 | 30 | 6 |
| Plugin/macromanager.cpp | 100 | | MacroManager | FindVariable(const wxString &, wxString &, wxString &) | 3 | 52 | 45 | 4 | 7 | 5 | 1 | 49 | 242 | 1358.76 | 24.7273 | 33598.4 | 1866.58 | 0.347076 | 68.3253 | 20.8285 | 89.1538 | 40 | 3 |
| Plugin/macromanager.cpp | 206 | | MacroManager | ExpandNoEnv(const wxString &, const wxString &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 9.44444 | 1444.3 | 80.2386 | 0.0425908 | 122.156 | 0 | 122.156 | 2 | 3 |
| Plugin/macromanager.cpp | 211 | | MacroManager | DoExpand(const wxString &, IManager *, const wxString &, bool, const wxString &) | 5 | 203 | 158 | 10 | 35 | 27 | 4 | 217 | 1460 | 11331.9 | 37.9791 | 430374 | 23909.6 | 1.9001 | 30.1721 | 16.8553 | 47.0274 | 332 | 2 |
| Plugin/macromanager.cpp | 415 | | MacroManager | IsCodeLiteMacro(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 1 |
| Plugin/macromanager.cpp | 417 | | MacroManager | ExpandFileMacros(const wxString &, const wxString &) | 2 | 35 | 30 | 1 | 4 | 5 | 1 | 58 | 205 | 1200.89 | 18.4512 | 22157.8 | 1230.99 | 0.262964 | 75.3811 | 12.944 | 88.3251 | 36 | 1 |
| Plugin/macrosbasedlg.cpp | 16 | | MacrosBaseDlg | MacrosBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 56 | 44 | 2 | 10 | 6 | 1 | 97 | 382 | 2521.17 | 21.2905 | 53677 | 2982.06 | 0.474319 | 63.6804 | 14.4303 | 78.1107 | 48 | 1 |
| Plugin/macrosbasedlg.cpp | 73 | | MacrosBaseDlg | ~MacrosBaseDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Plugin/macrosdlg.cpp | 39 | | MacrosDlg | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/macrosdlg.cpp | 39 | | MacrosDlg | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/macrosdlg.cpp | 43 | | MacrosDlg | MacrosDlg(wxWindow *, int, ProjectPtr, IEditor *) | 4 | 10 | 10 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 5.82353 | 1450.78 | 80.5987 | 0.0427182 | 104.775 | 0 | 104.775 | 4 | 3 |
| Plugin/macrosdlg.cpp | 54 | | MacrosDlg | OnItemRightClick(wxListEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 43 | 202.119 | 5.9375 | 1200.08 | 66.6712 | 0.0376431 | 111.64 | 0 | 111.64 | 6 | 0 |
| Plugin/macrosdlg.cpp | 62 | | MacrosDlg | Initialize() | 0 | 99 | 89 | 5 | 5 | 8 | 1 | 147 | 707 | 5090.17 | 14.6842 | 74745.1 | 4152.51 | 0.591472 | 50.3367 | 17.0582 | 67.3949 | 254 | 1 |
| Plugin/macrosdlg.cpp | 162 | | MacrosDlg | AddMacro(const wxString &, const wxString &) | 2 | 12 | 10 | 1 | 1 | 5 | 1 | 38 | 98 | 514.297 | 11.18 | 5749.84 | 319.436 | 0.106983 | 97.1319 | 21.6227 | 118.755 | 12 | 60 |
| Plugin/macrosdlg.cpp | 175 | | MacrosDlg | ~MacrosDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/macrosdlg.cpp | 177 | | MacrosDlg | OnCopy(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 41 | 187.983 | 7.19231 | 1352.03 | 75.1131 | 0.0407572 | 109.624 | 0 | 109.624 | 2 | 1 |
| Plugin/md5/md5.cpp | 271 | | | operator<<(std::ostream &, MD5) | 2 | 6 | 5 | 0 | 1 | 1 | 0 | 18 | 29 | 120.928 | 9.42857 | 1140.18 | 63.3431 | 0.0363798 | 116.808 | 0 | 116.808 | 2 | 0 |
| Plugin/md5/md5.cpp | 76 | | MD5 | MD5() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 1 |
| Plugin/md5/md5.cpp | 82 | | MD5 | update(uint1 *, uint4) | 2 | 41 | 25 | 12 | 10 | 5 | 2 | 52 | 187 | 1065.98 | 35.5 | 37842.4 | 2102.35 | 0.37572 | 73.4375 | 37.1692 | 110.607 | 6 | 6 |
| Plugin/md5/md5.cpp | 127 | | MD5 | update(FILE *) | 1 | 12 | 9 | 0 | 3 | 2 | 1 | 26 | 52 | 244.423 | 9.42857 | 2304.56 | 128.031 | 0.0581573 | 101.69 | 0 | 101.69 | 3 | 1 |
| Plugin/md5/md5.cpp | 143 | | MD5 | update(std::istream &) | 1 | 12 | 10 | 1 | 2 | 2 | 1 | 30 | 61 | 299.32 | 13.1429 | 3933.92 | 218.551 | 0.0830672 | 100.637 | 21.6227 | 122.259 | 4 | 1 |
| Plugin/md5/md5.cpp | 159 | | MD5 | update(std::ifstream &) | 1 | 11 | 10 | 1 | 1 | 2 | 1 | 30 | 61 | 299.32 | 13.1429 | 3933.92 | 218.551 | 0.0830672 | 102.046 | 22.5149 | 124.561 | 4 | 1 |
| Plugin/md5/md5.cpp | 174 | | MD5 | finalize() | 0 | 33 | 20 | 5 | 8 | 3 | 1 | 55 | 262 | 1514.72 | 33.7143 | 51067.6 | 2837.09 | 0.45882 | 75.5871 | 28.3567 | 103.944 | 7 | 4 |
| Plugin/md5/md5.cpp | 208 | | MD5 | MD5(FILE *) | 1 | 7 | 6 | 1 | 1 | 1 | 0 | 13 | 23 | 85.1101 | 4.66667 | 397.181 | 22.0656 | 0.018011 | 116.138 | 27.6325 | 143.77 | 3 | 0 |
| Plugin/md5/md5.cpp | 216 | | MD5 | MD5(std::istream &) | 1 | 7 | 6 | 1 | 1 | 1 | 0 | 14 | 25 | 95.1839 | 4.5 | 428.327 | 23.796 | 0.0189407 | 115.556 | 27.6325 | 143.189 | 3 | 0 |
| Plugin/md5/md5.cpp | 224 | | MD5 | MD5(std::ifstream &) | 1 | 7 | 6 | 1 | 1 | 1 | 0 | 14 | 25 | 95.1839 | 4.5 | 428.327 | 23.796 | 0.0189407 | 115.556 | 27.6325 | 143.189 | 3 | 0 |
| Plugin/md5/md5.cpp | 251 | | MD5 | hex_digest() | 0 | 19 | 14 | 0 | 5 | 3 | 1 | 42 | 89 | 479.916 | 15 | 7198.74 | 399.93 | 0.124275 | 90.5073 | 0 | 90.5073 | 5 | 2 |
| Plugin/md5/md5.cpp | 280 | | MD5 | init() | 0 | 14 | 10 | 3 | 2 | 1 | 0 | 23 | 54 | 244.272 | 7.39286 | 1805.87 | 100.326 | 0.0494314 | 99.4262 | 32.8615 | 132.288 | 0 | 4 |
| Plugin/md5/md5.cpp | 317 | | MD5 | transform(uint1 *) | 1 | 89 | 75 | 70 | 9 | 1 | 0 | 132 | 1386 | 9763.53 | 36.7797 | 359099 | 19950 | 1.68405 | 50.2848 | 49.0341 | 99.3188 | 66 | 2 |
| Plugin/md5/md5.cpp | 409 | | MD5 | [static] encode(uint1 *, uint4 *, uint4) | 3 | 12 | 10 | 0 | 2 | 2 | 1 | 39 | 133 | 702.958 | 22.2857 | 15665.9 | 870.33 | 0.208697 | 96.197 | 0 | 96.197 | 0 | 2 |
| Plugin/md5/md5.cpp | 424 | | MD5 | [static] decode(uint4 *, uint1 *, uint4) | 3 | 10 | 8 | 0 | 2 | 2 | 1 | 38 | 110 | 577.272 | 18.9 | 10910.4 | 606.136 | 0.163973 | 100.175 | 0 | 100.175 | 0 | 1 |
| Plugin/md5/md5.cpp | 436 | | MD5 | [static] memcpy(uint1 *, uint1 *, uint4) | 3 | 9 | 7 | 0 | 2 | 2 | 1 | 26 | 47 | 220.921 | 12.25 | 2706.28 | 150.349 | 0.0647332 | 106.876 | 0 | 106.876 | 0 | 2 |
| Plugin/md5/md5.cpp | 447 | | MD5 | [static] memset(uint1 *, uint1, uint4) | 3 | 9 | 7 | 0 | 2 | 2 | 1 | 26 | 43 | 202.119 | 11.6667 | 2358.05 | 131.003 | 0.0590538 | 107.339 | 0 | 107.339 | 0 | 2 |
| Plugin/md5/md5.cpp | 459 | | MD5 | [static] rotate_left(uint4, uint4) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 9.75 | 1306.3 | 72.5724 | 0.0398328 | 145.302 | 0 | 145.302 | 0 | 4 |
| Plugin/md5/md5.cpp | 463 | | MD5 | [static] F(uint4, uint4, uint4) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 9.625 | 1267.48 | 70.4153 | 0.0390396 | 145.392 | 0 | 145.392 | 0 | 1 |
| Plugin/md5/md5.cpp | 465 | | MD5 | [static] G(uint4, uint4, uint4) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 9.625 | 1267.48 | 70.4153 | 0.0390396 | 145.392 | 0 | 145.392 | 0 | 1 |
| Plugin/md5/md5.cpp | 467 | | MD5 | [static] H(uint4, uint4, uint4) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 7.3125 | 717.35 | 39.8528 | 0.0267116 | 146.923 | 0 | 146.923 | 0 | 1 |
| Plugin/md5/md5.cpp | 469 | | MD5 | [static] I(uint4, uint4, uint4) | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 8.9375 | 1025.08 | 56.9488 | 0.0338883 | 146.11 | 0 | 146.11 | 0 | 1 |
| Plugin/md5/md5.cpp | 474 | | MD5 | [static] FF(uint4 &, uint4, uint4, uint4, uint4, uint4, uint4) | 7 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 55 | 252.173 | 12.2692 | 3093.97 | 171.887 | 0.0707765 | 115.941 | 0 | 115.941 | 2 | 16 |
| Plugin/md5/md5.cpp | 480 | | MD5 | [static] GG(uint4 &, uint4, uint4, uint4, uint4, uint4, uint4) | 7 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 55 | 252.173 | 12.2692 | 3093.97 | 171.887 | 0.0707765 | 115.941 | 0 | 115.941 | 2 | 16 |
| Plugin/md5/md5.cpp | 486 | | MD5 | [static] HH(uint4 &, uint4, uint4, uint4, uint4, uint4, uint4) | 7 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 55 | 252.173 | 12.2692 | 3093.97 | 171.887 | 0.0707765 | 115.941 | 0 | 115.941 | 2 | 16 |
| Plugin/md5/md5.cpp | 492 | | MD5 | [static] II(uint4 &, uint4, uint4, uint4, uint4, uint4, uint4) | 7 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 55 | 252.173 | 12.2692 | 3093.97 | 171.887 | 0.0707765 | 115.941 | 0 | 115.941 | 2 | 16 |
| Plugin/md5/wxmd5.cpp | 53 | | wxMD5 | wxMD5() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 155.713 | 0 | 155.713 | 0 | 0 |
| Plugin/md5/wxmd5.cpp | 55 | | wxMD5 | wxMD5(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5.78571 | 532.286 | 29.5714 | 0.0218932 | 147.257 | 0 | 147.257 | 3 | 1 |
| Plugin/md5/wxmd5.cpp | 56 | | wxMD5 | wxMD5(const std::string &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 5.33333 | 345.2 | 19.1778 | 0.0164031 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/md5/wxmd5.cpp | 58 | | wxMD5 | [virtual] ~wxMD5() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/md5/wxmd5.cpp | 64 | | wxMD5 | SetText(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 146.819 | 0 | 146.819 | 3 | 0 |
| Plugin/md5/wxmd5.cpp | 66 | | wxMD5 | GetDigest() | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 26 | 59 | 277.326 | 9 | 2495.93 | 138.663 | 0.0613339 | 104.217 | 0 | 104.217 | 9 | 3 |
| Plugin/md5/wxmd5.cpp | 81 | | wxMD5 | [static] GetDigest(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 9 | 914.212 | 50.7896 | 0.0313986 | 120.669 | 0 | 120.669 | 2 | 7 |
| Plugin/md5/wxmd5.cpp | 87 | | wxMD5 | wxMD5(const wxFileName &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 6.81818 | 1048.17 | 58.2315 | 0.0343953 | 115.56 | 0 | 115.56 | 5 | 1 |
| Plugin/md5/wxmd5.cpp | 94 | | wxMD5 | [static] GetDigest(const wxFileName &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 7.71429 | 802.286 | 44.5714 | 0.0287805 | 120.546 | 0 | 120.546 | 2 | 2 |
| Plugin/md5/wxmd5.cpp | 100 | | wxMD5 | [static] GetDigest(const std::string &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.3125 | 836.908 | 46.4949 | 0.0296026 | 120.048 | 0 | 120.048 | 2 | 0 |
| Plugin/mdparser.cpp | 128 | | Parser | parse(const wxString &, write_callback_t) | 2 | 112 | 102 | 8 | 3 | 36 | 2 | 86 | 528 | 3393.07 | 41.1667 | 139681 | 7760.07 | 0.897369 | 44.007 | 20.1155 | 64.1225 | 34 | 1 |
| Plugin/mdparser.cpp | 241 | | Parser | flush_buffer(wxString &, const Style &, bool) | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 26 | 49 | 230.322 | 8.57143 | 1974.18 | 109.677 | 0.0524571 | 110.501 | 0 | 110.501 | 3 | 8 |
| Plugin/mdparser.cpp | 249 | | Parser | notify_hr() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 5.4 | 665.225 | 36.957 | 0.0254014 | 116.712 | 0 | 116.712 | 4 | 1 |
| Plugin/mdparser.cpp | 7 | | Tokenizer | safe_get_char(size_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 34 | 151.621 | 7.8 | 1182.64 | 65.7023 | 0.0372776 | 112.905 | 0 | 112.905 | 3 | 4 |
| Plugin/mdparser.cpp | 35 | | Tokenizer | next() | 0 | 82 | 75 | 7 | 0 | 31 | 3 | 90 | 497 | 3226.45 | 39 | 125832 | 6990.64 | 0.837025 | 50.4696 | 21.8668 | 72.3364 | 101 | 1 |
| Plugin/mdparser.cpp | 118 | | Tokenizer | consume_until(wxChar) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 44 | 201.738 | 11.6667 | 2353.61 | 130.756 | 0.0589797 | 107.119 | 0 | 107.119 | 3 | 1 |
| Plugin/nameanddescbasedlg.cpp | 16 | | NameAndDescBaseDlg | NameAndDescBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 87 | 64 | 1 | 22 | 7 | 1 | 120 | 693 | 4786.48 | 31.6546 | 151514 | 8417.45 | 0.947358 | 52.9798 | 8.26642 | 61.2462 | 92 | 1 |
| Plugin/nameanddescbasedlg.cpp | 104 | | NameAndDescBaseDlg | ~NameAndDescBaseDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/nameanddescdlg.cpp | 32 | | NameAndDescDlg | NameAndDescDlg(wxWindow *, IManager *, const wxString &) | 3 | 27 | 22 | 2 | 3 | 5 | 2 | 53 | 149 | 853.46 | 15.4286 | 13167.7 | 731.537 | 0.185874 | 81.3611 | 20.4627 | 101.824 | 18 | 1 |
| Plugin/nameanddescdlg_plugin_bitmaps.cpp | 30 | | | wxC934BInitBitmapResources() | 0 | 22 | 19 | 1 | 2 | 2 | 2 | 41 | 98 | 525.04 | 10.9615 | 5755.25 | 319.736 | 0.10705 | 87.895 | 16.2158 | 104.111 | 17 | 1 |
| Plugin/navigationmanager.cpp | 34 | | NavMgr | NavMgr() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6.66667 | 666.667 | 37.037 | 0.0254381 | 146.823 | 0 | 146.823 | 2 | 1 |
| Plugin/navigationmanager.cpp | 36 | | NavMgr | ~NavMgr() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 7.07143 | 884.62 | 49.1455 | 0.0307173 | 119.586 | 0 | 119.586 | 3 | 0 |
| Plugin/navigationmanager.cpp | 42 | | NavMgr | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 7.875 | 495.396 | 27.522 | 0.0208696 | 123.16 | 0 | 123.16 | 1 | 86 |
| Plugin/navigationmanager.cpp | 48 | | NavMgr | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 3.5 | 225.853 | 12.5474 | 0.0123622 | 123.028 | 0 | 123.028 | 4 | 3 |
| Plugin/navigationmanager.cpp | 54 | | NavMgr | ValidLocation(const BrowseRecord &) const | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 22 | 33 | 147.161 | 7.8 | 1147.86 | 63.7699 | 0.036543 | 144.584 | 0 | 144.584 | 1 | 0 |
| Plugin/navigationmanager.cpp | 56 | | NavMgr | CanNext() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 1 |
| Plugin/navigationmanager.cpp | 58 | | NavMgr | CanPrev() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 75 |
| Plugin/navigationmanager.cpp | 60 | | NavMgr | StoreCurrentLocation(const BrowseRecord &, const BrowseRecord &) | 2 | 9 | 9 | 1 | 0 | 3 | 1 | 32 | 69 | 345 | 10.5 | 3622.5 | 201.25 | 0.0786233 | 104.329 | 24.6875 | 129.016 | 17 | 5 |
| Plugin/navigationmanager.cpp | 70 | | NavMgr | NavigateBackward(IManager *) | 1 | 21 | 19 | 0 | 2 | 3 | 1 | 49 | 125 | 701.839 | 13.6167 | 9556.7 | 530.928 | 0.150113 | 86.9095 | 0 | 86.9095 | 21 | 1 |
| Plugin/navigationmanager.cpp | 92 | | NavMgr | NavigateForward(IManager *) | 1 | 15 | 14 | 0 | 1 | 2 | 1 | 44 | 99 | 540.484 | 14.1667 | 7656.85 | 425.381 | 0.129493 | 93.9488 | 0 | 93.9488 | 16 | 1 |
| Plugin/navigationmanager.cpp | 108 | | NavMgr | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/navigationmanager.cpp | 114 | | NavMgr | GetNextLocation() | 0 | 19 | 15 | 1 | 3 | 5 | 2 | 29 | 82 | 398.354 | 12.8571 | 5121.7 | 284.539 | 0.0990425 | 91.0159 | 17.3987 | 108.415 | 11 | 1 |
| Plugin/notebook_bitmaps.cpp | 212 | | | Notebook_Init_Bitmaps() | 0 | 35 | 32 | 1 | 2 | 2 | 2 | 64 | 233 | 1398 | 14.2347 | 19900.1 | 1105.56 | 0.244784 | 75.2808 | 12.944 | 88.2248 | 41 | 0 |
| Plugin/open_resource_dialog.cpp | 55 | | OpenResourceDialog | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/open_resource_dialog.cpp | 55 | | OpenResourceDialog | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Plugin/open_resource_dialog.cpp | 61 | | OpenResourceDialog | OpenResourceDialog(wxWindow *, IManager *, const wxString &) | 3 | 103 | 84 | 10 | 9 | 15 | 5 | 155 | 739 | 5377.06 | 29.7638 | 160042 | 8891.19 | 0.982578 | 47.7999 | 23.2091 | 71.009 | 103 | 4 |
| Plugin/open_resource_dialog.cpp | 165 | | OpenResourceDialog | ~OpenResourceDialog() [override] | 0 | 12 | 9 | 1 | 2 | 1 | 0 | 31 | 88 | 435.969 | 9.47368 | 4130.24 | 229.458 | 0.0858082 | 98.9111 | 21.6227 | 120.534 | 16 | 0 |
| Plugin/open_resource_dialog.cpp | 178 | | OpenResourceDialog | OnText(wxCommandEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 29 | 56 | 272.047 | 8.125 | 2210.38 | 122.799 | 0.0565618 | 104.317 | 0 | 104.317 | 6 | 0 |
| Plugin/open_resource_dialog.cpp | 189 | | OpenResourceDialog | OnUsePartialMatching(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 0 | 117.48 | 3 | 0 |
| Plugin/open_resource_dialog.cpp | 196 | | OpenResourceDialog | OnEntryActivated(wxDataViewEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 53 | 254.79 | 10.3846 | 2645.89 | 146.994 | 0.0637667 | 106.135 | 0 | 106.135 | 5 | 0 |
| Plugin/open_resource_dialog.cpp | 206 | | OpenResourceDialog | DoPopulateList() | 0 | 36 | 28 | 3 | 5 | 6 | 1 | 61 | 190 | 1126.84 | 16.8293 | 18963.9 | 1053.55 | 0.237045 | 75.0257 | 21.6227 | 96.6484 | 32 | 4 |
| Plugin/open_resource_dialog.cpp | 243 | | OpenResourceDialog | OnWorkspaceSymbols(LSPEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 2 |
| Plugin/open_resource_dialog.cpp | 245 | | OpenResourceDialog | DoPopulateTags(const std::vector<LSP::SymbolInformation> &) | 1 | 36 | 31 | 2 | 3 | 8 | 2 | 68 | 207 | 1260.1 | 22.3902 | 28214.1 | 1567.45 | 0.308927 | 73.9845 | 17.8544 | 91.8388 | 28 | 1 |
| Plugin/open_resource_dialog.cpp | 282 | | OpenResourceDialog | DoPopulateWorkspaceFile() | 0 | 29 | 25 | 1 | 3 | 7 | 3 | 63 | 184 | 1099.82 | 21.3816 | 23515.9 | 1306.44 | 0.273602 | 78.4247 | 14.1863 | 92.611 | 24 | 1 |
| Plugin/open_resource_dialog.cpp | 312 | | OpenResourceDialog | Clear() | 0 | 9 | 8 | 1 | 0 | 1 | 1 | 26 | 46 | 216.22 | 10.2273 | 2211.34 | 122.852 | 0.0565783 | 107.218 | 24.6875 | 131.906 | 4 | 1 |
| Plugin/open_resource_dialog.cpp | 322 | | OpenResourceDialog | [static] OpenSelection(const OpenResourceDialogItemData &, IManager *) | 2 | 21 | 16 | 2 | 3 | 2 | 1 | 55 | 139 | 803.609 | 13.6216 | 10946.5 | 608.137 | 0.164334 | 86.4353 | 23.0043 | 109.44 | 26 | 1 |
| Plugin/open_resource_dialog.cpp | 344 | | OpenResourceDialog | OnKeyDown(wxKeyEvent &) [override] | 1 | 37 | 34 | 1 | 2 | 19 | 2 | 65 | 281 | 1692.29 | 15.9375 | 26970.8 | 1498.38 | 0.299784 | 69.4772 | 12.5971 | 82.0743 | 22 | 0 |
| Plugin/open_resource_dialog.cpp | 382 | | OpenResourceDialog | OnOK(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/open_resource_dialog.cpp | 384 | | OpenResourceDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| Plugin/open_resource_dialog.cpp | 388 | | OpenResourceDialog | DoSelectItem(const wxDataViewItem &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 19 | 43 | 182.661 | 5.81818 | 1062.75 | 59.0419 | 0.0347137 | 112.167 | 0 | 112.167 | 7 | 3 |
| Plugin/open_resource_dialog.cpp | 396 | | OpenResourceDialog | DoAppendLine(const wxString &, const wxString &, bool, OpenResourceDialogItemData *, int) | 5 | 11 | 11 | 0 | 0 | 2 | 0 | 42 | 97 | 523.055 | 15.3 | 8002.74 | 444.597 | 0.133364 | 99.1437 | 0 | 99.1437 | 12 | 2 |
| Plugin/open_resource_dialog.cpp | 408 | | OpenResourceDialog | OnTimer(wxTimerEvent &) | 1 | 14 | 10 | 2 | 2 | 4 | 1 | 29 | 54 | 262.331 | 9.10714 | 2389.09 | 132.727 | 0.0595708 | 98.3653 | 27.6325 | 125.998 | 4 | 2 |
| Plugin/open_resource_dialog.cpp | 423 | | OpenResourceDialog | DoGetTagImg(const LSP::SymbolInformation &) | 1 | 8 | 8 | 1 | 0 | 2 | 1 | 30 | 61 | 299.32 | 10.0625 | 3011.91 | 167.328 | 0.0695195 | 107.205 | 26.0372 | 133.242 | 7 | 1 |
| Plugin/open_resource_dialog.cpp | 432 | | OpenResourceDialog | MatchesFilter(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 7 | 1462.81 | 81.2675 | 0.0429541 | 111.467 | 0 | 111.467 | 4 | 2 |
| Plugin/open_resource_dialog.cpp | 440 | | OpenResourceDialog | OnCheckboxfilesCheckboxClicked(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/open_resource_dialog.cpp | 441 | | OpenResourceDialog | OnCheckboxshowsymbolsCheckboxClicked(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/open_resource_dialog.cpp | 443 | | OpenResourceDialog | OnEnter(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 4.5 | 378 | 21 | 0.0174264 | 147.73 | 0 | 147.73 | 1 | 0 |
| Plugin/open_resource_dialog.cpp | 445 | | OpenResourceDialog | OnEntrySelected(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/open_resource_dialog.cpp | 447 | | OpenResourceDialog | GetSelections() const | 0 | 25 | 23 | 0 | 2 | 6 | 3 | 42 | 136 | 733.355 | 17 | 12467 | 692.613 | 0.17922 | 83.1665 | 0 | 83.1665 | 12 | 6 |
| Plugin/open_resource_dialog.cpp | 473 | | OpenResourceDialog | GetLineAndColumnFromFilter(const wxString &, wxString &, long &, long &) | 4 | 34 | 27 | 2 | 5 | 5 | 1 | 54 | 194 | 1116.45 | 18.6081 | 20775 | 1154.17 | 0.251906 | 76.2298 | 18.3478 | 94.5776 | 20 | 2 |
| Plugin/open_resource_dialog.cpp | 508 | | OpenResourceDialog | GetItemData(const wxDataViewItem &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 10.2143 | 1280.22 | 71.1232 | 0.0393008 | 123.191 | 0 | 123.191 | 1 | 1 |
| Plugin/open_resource_dialog.cpp | 513 | | OpenResourceDialog | OnSelectAllText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| Plugin/open_resource_dialog.cpp | 386 | | OpenResourceDialogItemData | IsOk() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 5 | 360 | 20 | 0.0168687 | 148.531 | 0 | 148.531 | 1 | 0 |
| Plugin/openresourcedialogbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/openresourcedialogbase.cpp | 26 | | OpenResourceDialogBase | OpenResourceDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 96 | 75 | 2 | 19 | 5 | 1 | 136 | 801 | 5677.06 | 30.4292 | 172748 | 9597.13 | 1.03392 | 50.9578 | 11.0874 | 62.0452 | 105 | 1 |
| Plugin/openresourcedialogbase.cpp | 123 | | OpenResourceDialogBase | ~OpenResourceDialogBase() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 35 | 134 | 687.324 | 10.7708 | 7403.05 | 411.281 | 0.126615 | 94.0467 | 0 | 94.0467 | 9 | 0 |
| Plugin/openresourcedialogbase_plugin_bitmaps.cpp | 34 | | | wxCFB13InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Plugin/openresourcedialogmodel.cpp | 18 | | OpenResourceDialogModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| Plugin/openresourcedialogmodel.cpp | 32 | | OpenResourceDialogModel | OpenResourceDialogModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| Plugin/openresourcedialogmodel.cpp | 37 | | OpenResourceDialogModel | ~OpenResourceDialogModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| Plugin/openresourcedialogmodel.cpp | 45 | | OpenResourceDialogModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| Plugin/openresourcedialogmodel.cpp | 65 | | OpenResourceDialogModel | GetColumnCount() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 150.628 | 0 | 150.628 | 0 | 0 |
| Plugin/openresourcedialogmodel.cpp | 67 | | OpenResourceDialogModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| Plugin/openresourcedialogmodel.cpp | 75 | | OpenResourceDialogModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| Plugin/openresourcedialogmodel.cpp | 88 | | OpenResourceDialogModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| Plugin/openresourcedialogmodel.cpp | 97 | | OpenResourceDialogModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| Plugin/openresourcedialogmodel.cpp | 104 | | OpenResourceDialogModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 19 | 16 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 89.6985 | 0 | 89.6985 | 8 | 2 |
| Plugin/openresourcedialogmodel.cpp | 124 | | OpenResourceDialogModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 37 | 27 | 2 | 8 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.4221 | 17.6221 | 91.0442 | 36 | 1 |
| Plugin/openresourcedialogmodel.cpp | 162 | | OpenResourceDialogModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 111.008 | 0 | 111.008 | 3 | 0 |
| Plugin/openresourcedialogmodel.cpp | 170 | | OpenResourceDialogModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 76 | 389.826 | 13.4737 | 5252.39 | 291.799 | 0.10072 | 102.216 | 0 | 102.216 | 7 | 0 |
| Plugin/openresourcedialogmodel.cpp | 181 | | OpenResourceDialogModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| Plugin/openresourcedialogmodel.cpp | 190 | | OpenResourceDialogModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| Plugin/openresourcedialogmodel.cpp | 219 | | OpenResourceDialogModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| Plugin/openresourcedialogmodel.cpp | 230 | | OpenResourceDialogModel | [virtual] Clear() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 67 | 325.485 | 10.7333 | 3493.54 | 194.085 | 0.076746 | 103.154 | 0 | 103.154 | 10 | 0 |
| Plugin/openresourcedialogmodel.cpp | 241 | | OpenResourceDialogModel | [virtual] IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/openresourcedialogmodel.cpp | 243 | | OpenResourceDialogModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| Plugin/openresourcedialogmodel.cpp | 252 | | OpenResourceDialogModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| Plugin/openresourcedialogmodel.cpp | 260 | | OpenResourceDialogModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| Plugin/openresourcedialogmodel.cpp | 269 | | OpenResourceDialogModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 101.78 | 0 | 101.78 | 7 | 0 |
| Plugin/openresourcedialogmodel.cpp | 280 | | OpenResourceDialogModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| Plugin/openresourcedialogmodel.cpp | 292 | | OpenResourceDialogModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| Plugin/openresourcedialogmodel.cpp | 304 | | OpenResourceDialogModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| Plugin/opentypevlistctrl.cpp | 28 | | OpenTypeVListCtrl | OpenTypeVListCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 6.92308 | 1204.05 | 66.8915 | 0.037726 | 117.872 | 0 | 117.872 | 1 | 0 |
| Plugin/opentypevlistctrl.cpp | 34 | | OpenTypeVListCtrl | OnGetItemAttr(long) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4 | 234.413 | 13.023 | 0.0126726 | 149.602 | 0 | 149.602 | 0 | 0 |
| Plugin/opentypevlistctrl.cpp | 36 | | OpenTypeVListCtrl | OnGetItemColumnImage(long, long) const [override] | 2 | 25 | 23 | 0 | 2 | 9 | 1 | 42 | 132 | 711.786 | 14.1538 | 10074.5 | 559.695 | 0.155487 | 82.6318 | 0 | 82.6318 | 10 | 0 |
| Plugin/opentypevlistctrl.cpp | 62 | | OpenTypeVListCtrl | OnGetItemImage(long) const [override] | 1 | 22 | 20 | 0 | 2 | 8 | 1 | 39 | 118 | 623.677 | 11.48 | 7159.82 | 397.768 | 0.123826 | 85.6198 | 0 | 85.6198 | 10 | 0 |
| Plugin/opentypevlistctrl.cpp | 85 | | OpenTypeVListCtrl | OnGetItemText(long, long) const [override] | 2 | 25 | 24 | 4 | 1 | 6 | 1 | 41 | 105 | 562.543 | 15.5455 | 8744.99 | 485.833 | 0.141488 | 84.5454 | 29.0386 | 113.584 | 20 | 0 |
| Plugin/opentypevlistctrl.cpp | 111 | | OpenTypeVListCtrl | FindMatch(const wxString &) | 1 | 57 | 41 | 7 | 9 | 11 | 3 | 40 | 233 | 1240.01 | 35.2857 | 43754.6 | 2430.81 | 0.413899 | 65.9336 | 25.8309 | 91.7645 | 20 | 0 |
| Plugin/opentypevlistctrl.cpp | 169 | | OpenTypeVListCtrl | GetTagAt(long) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 7.33333 | 1140.99 | 63.3883 | 0.0363971 | 112.771 | 0 | 112.771 | 4 | 0 |
| Plugin/optionsconfig.cpp | 36 | | | SetDefaultBookmarkColours() | 0 | 17 | 13 | 3 | 1 | 3 | 2 | 33 | 80 | 403.552 | 17.4 | 7021.8 | 390.1 | 0.12223 | 93.2104 | 30.2908 | 123.501 | 6 | 4 |
| Plugin/optionsconfig.cpp | 54 | | OptionsConfig | OptionsConfig(wxXmlNode *) | 1 | 205 | 191 | 7 | 9 | 5 | 2 | 238 | 1829 | 14439.6 | 27.6538 | 399311 | 22183.9 | 1.80753 | 33.813 | 14.1189 | 47.9319 | 228 | 3 |
| Plugin/optionsconfig.cpp | 260 | | OptionsConfig | ToXml() const [override] | 0 | 108 | 99 | 0 | 9 | 1 | 0 | 188 | 1231 | 9299.7 | 21.4162 | 199164 | 11064.7 | 1.13681 | 47.4032 | 0 | 47.4032 | 235 | 1 |
| Plugin/optionsconfig.cpp | 369 | | OptionsConfig | SetFileFontEncoding(const wxString &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 26 | 45 | 211.52 | 8.75 | 1850.8 | 102.822 | 0.0502479 | 109.011 | 0 | 109.011 | 2 | 5 |
| Plugin/optionsconfig.cpp | 378 | | OptionsConfig | GetEOLAsString() const | 0 | 15 | 12 | 0 | 3 | 4 | 1 | 22 | 65 | 289.863 | 7.08333 | 2053.2 | 114.066 | 0.0538475 | 96.7287 | 0 | 96.7287 | 10 | 2 |
| Plugin/optionsconfig.cpp | 394 | | OptionsConfig | GetBookmarkFgColour(size_t) const | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 50 | 235.022 | 9 | 2115.2 | 117.511 | 0.0549262 | 104.848 | 0 | 104.848 | 6 | 2 |
| Plugin/optionsconfig.cpp | 405 | | OptionsConfig | SetBookmarkFgColour(wxColour, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 58 | 278.827 | 8.08824 | 2255.22 | 125.29 | 0.0573241 | 107.574 | 0 | 107.574 | 7 | 2 |
| Plugin/optionsconfig.cpp | 414 | | OptionsConfig | GetBookmarkBgColour(size_t) const | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 50 | 235.022 | 9 | 2115.2 | 117.511 | 0.0549262 | 104.848 | 0 | 104.848 | 6 | 4 |
| Plugin/optionsconfig.cpp | 425 | | OptionsConfig | SetBookmarkBgColour(wxColour, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 58 | 278.827 | 8.08824 | 2255.22 | 125.29 | 0.0573241 | 107.574 | 0 | 107.574 | 7 | 2 |
| Plugin/optionsconfig.cpp | 434 | | OptionsConfig | GetBookmarkLabel(size_t) const | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 26 | 44 | 206.819 | 7.71429 | 1595.46 | 88.6369 | 0.0455131 | 107.219 | 0 | 107.219 | 5 | 2 |
| Plugin/optionsconfig.cpp | 444 | | OptionsConfig | SetBookmarkLabel(const wxString &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 55 | 264.405 | 9 | 2379.64 | 132.202 | 0.0594137 | 107.85 | 0 | 107.85 | 6 | 1 |
| Plugin/optionsconfig.cpp | 453 | | OptionsConfig | UpdateFromEditorConfig(const clEditorConfigSection &) | 1 | 31 | 29 | 3 | 0 | 10 | 2 | 44 | 184 | 1004.54 | 11.9 | 11954 | 664.11 | 0.174269 | 77.1255 | 23.1746 | 100.3 | 26 | 2 |
| Plugin/optionsconfig.cpp | 485 | | OptionsConfig | IsTabColourDark() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| Plugin/optionsconfig.cpp | 486 | | OptionsConfig | IsTabColourMatchesTheme() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/optionsconfig.cpp | 487 | | OptionsConfig | EnableOption(size_t, bool) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.88889 | 439.629 | 24.4239 | 0.0192724 | 147.375 | 0 | 147.375 | 1 | 8441 |
| Plugin/optionsconfig.cpp | 488 | | OptionsConfig | HasOption(size_t) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 7118 |
| Plugin/overlaytool.cpp | 42 | | OverlayTool | OverlayTool() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 46 | 202.047 | 6.75 | 1363.81 | 75.7675 | 0.0409936 | 111.642 | 0 | 111.642 | 11 | 1 |
| Plugin/overlaytool.cpp | 50 | | OverlayTool | DoAddBitmap(const wxBitmap &, const wxColour &) const | 2 | 45 | 15 | 25 | 5 | 1 | 0 | 50 | 157 | 886.085 | 11.0526 | 9793.58 | 544.088 | 0.152583 | 73.8106 | 45.7337 | 119.544 | 21 | 3 |
| Plugin/overlaytool.cpp | 96 | | OverlayTool | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 0 |
| Plugin/overlaytool.cpp | 102 | | OverlayTool | CreateBitmap(const wxBitmap &, OverlayTool::BmpType) const | 2 | 13 | 13 | 0 | 0 | 4 | 1 | 27 | 62 | 294.803 | 11.1429 | 3284.95 | 182.497 | 0.0736599 | 98.959 | 0 | 98.959 | 7 | 0 |
| Plugin/phpoptions.cpp | 11 | | PhpOptions | PhpOptions() | 0 | 44 | 37 | 2 | 5 | 7 | 3 | 65 | 302 | 1818.76 | 17.1 | 31100.7 | 1727.82 | 0.329654 | 69.0554 | 16.2158 | 85.2712 | 65 | 0 |
| Plugin/phpoptions.cpp | 56 | | PhpOptions | FromJSON(const JSONItem &) [override] | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 33 | 83 | 418.685 | 8.5 | 3558.82 | 197.712 | 0.0776991 | 98.8915 | 0 | 98.8915 | 18 | 0 |
| Plugin/phpoptions.cpp | 69 | | PhpOptions | ToJSON() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 7.85714 | 1837.26 | 102.07 | 0.0500026 | 108.719 | 0 | 108.719 | 9 | 0 |
| Plugin/phpoptions.cpp | 78 | | PhpOptions | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 6 |
| Plugin/phpoptions.cpp | 85 | | PhpOptions | Save() | 0 | 11 | 8 | 1 | 2 | 1 | 0 | 24 | 43 | 197.153 | 7.5 | 1478.65 | 82.1472 | 0.0432636 | 104.447 | 22.5149 | 126.962 | 7 | 1 |
| Plugin/pipedprocess.cpp | 35 | | PipedProcess | PipedProcess(int, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 5.72727 | 792.092 | 44.0051 | 0.0285362 | 116.11 | 0 | 116.11 | 2 | 0 |
| Plugin/pipedprocess.cpp | 42 | | PipedProcess | GetPid() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 1 |
| Plugin/pipedprocess.cpp | 44 | | PipedProcess | SetPid(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 0 |
| Plugin/pipedprocess.cpp | 46 | | PipedProcess | Terminate() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 40 | 93 | 494.939 | 7.92857 | 3924.16 | 218.009 | 0.0829297 | 96.9548 | 0 | 96.9548 | 14 | 0 |
| Plugin/pipedprocess.cpp | 60 | | PipedProcess | [virtual] Start(bool) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 27 | 46 | 218.725 | 9.69231 | 2119.95 | 117.775 | 0.0550084 | 103.677 | 0 | 103.677 | 2 | 0 |
| Plugin/pipedprocess.cpp | 73 | | PipedProcess | [virtual] HasInput(wxString &) | 1 | 37 | 34 | 2 | 1 | 7 | 3 | 40 | 162 | 862.152 | 25.9737 | 22393.3 | 1244.07 | 0.264824 | 75.7441 | 17.6221 | 93.3662 | 10 | 0 |
| Plugin/pipedprocess.cpp | 111 | | PipedProcess | [virtual] ReadAll(wxString &) | 1 | 28 | 24 | 2 | 2 | 5 | 2 | 35 | 122 | 625.773 | 18.4167 | 11524.6 | 640.258 | 0.170071 | 82.3856 | 20.1155 | 102.501 | 10 | 0 |
| Plugin/plugin_general_wxcp.cpp | 16 | | GeneralImages | GeneralImages() | 0 | 28 | 25 | 1 | 2 | 2 | 1 | 39 | 153 | 808.667 | 19.4783 | 15751.4 | 875.079 | 0.209456 | 81.7423 | 14.4303 | 96.1726 | 25 | 0 |
| Plugin/plugin_general_wxcp.cpp | 45 | | GeneralImages | ~GeneralImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/plugin_general_wxcp_plugin_bitmaps.cpp | 68 | | | wxCDEE4InitBitmapResources() | 0 | 27 | 24 | 1 | 2 | 2 | 2 | 48 | 133 | 742.8 | 12.0455 | 8947.36 | 497.076 | 0.143662 | 82.7732 | 14.6873 | 97.4605 | 23 | 1 |
| Plugin/plugindata.cpp | 27 | | PluginInfo | PluginInfo() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 285 |
| Plugin/plugindata.cpp | 32 | | PluginInfo | FromJSON(const JSONItem &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 77 | 370.166 | 7.34211 | 2717.8 | 150.989 | 0.0649168 | 106.33 | 0 | 106.33 | 19 | 0 |
| Plugin/plugindata.cpp | 41 | | PluginInfo | ToJSON() const | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 66 | 313.823 | 8.52941 | 2676.72 | 148.707 | 0.064261 | 103.574 | 0 | 103.574 | 12 | 0 |
| Plugin/plugindata.cpp | 56 | | PluginInfoArray | PluginInfoArray() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 4 |
| Plugin/plugindata.cpp | 61 | | PluginInfoArray | CanLoad(const PluginInfo &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 2 | 3 |
| Plugin/plugindata.cpp | 66 | | PluginInfoArray | FromJSON(const JSONItem &) [override] | 1 | 27 | 24 | 1 | 2 | 7 | 3 | 53 | 190 | 1088.3 | 15.7838 | 17177.6 | 954.309 | 0.221915 | 79.6371 | 14.6873 | 94.3243 | 28 | 0 |
| Plugin/plugindata.cpp | 94 | | PluginInfoArray | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| Plugin/plugindata.cpp | 101 | | PluginInfoArray | EnablePlugin(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 115.88 | 0 | 115.88 | 2 | 0 |
| Plugin/plugindata.cpp | 108 | | PluginInfoArray | DisablePlugin(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 112.391 | 0 | 112.391 | 2 | 2 |
| Plugin/progressctrl.cpp | 32 | | ProgressCtrl | ProgressCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 13 | 13 | 0 | 0 | 1 | 0 | 51 | 124 | 703.381 | 10.625 | 7473.42 | 415.19 | 0.127416 | 95.1271 | 0 | 95.1271 | 11 | 2 |
| Plugin/progressctrl.cpp | 46 | | ProgressCtrl | ~ProgressCtrl() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 44 | 183.477 | 8.75 | 1605.42 | 89.1901 | 0.0457023 | 114.641 | 0 | 114.641 | 3 | 0 |
| Plugin/progressctrl.cpp | 53 | | ProgressCtrl | OnEraseBg(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/progressctrl.cpp | 55 | | ProgressCtrl | OnPaint(wxPaintEvent &) | 1 | 46 | 32 | 6 | 9 | 2 | 1 | 73 | 269 | 1665.06 | 20.9434 | 34872.1 | 1937.34 | 0.355793 | 69.9444 | 26.5382 | 96.4826 | 32 | 2 |
| Plugin/progressctrl.cpp | 102 | | ProgressCtrl | Update(size_t, const wxString &) | 2 | 7 | 7 | 1 | 0 | 1 | 0 | 24 | 37 | 169.644 | 6.07143 | 1029.98 | 57.2211 | 0.0339962 | 112.551 | 27.6325 | 140.183 | 3 | 2 |
| Plugin/progressctrl.cpp | 110 | | ProgressCtrl | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 119.079 | 0 | 119.079 | 2 | 2 |
| Plugin/progressctrl.cpp | 117 | | ProgressCtrl | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/project.cpp | 2236 | | | GetProjectTemplateList() | 0 | 26 | 20 | 3 | 3 | 2 | 1 | 43 | 181 | 982.154 | 17.3793 | 17069.2 | 948.287 | 0.22098 | 81.9321 | 25.1141 | 107.046 | 34 | 2 |
| Plugin/project.cpp | 1179 | {anonymous} | | ProcessIncludes(const wxArrayString &, const wxString &, wxStringSet_t &, std::vector<wxString> &) | 4 | 20 | 17 | 2 | 1 | 5 | 2 | 45 | 109 | 598.612 | 16.0769 | 9623.84 | 534.658 | 0.150815 | 88.0671 | 23.5268 | 111.594 | 11 | 4 |
| Plugin/project.cpp | 1200 | {anonymous} | | ProcessMacros(const wxArrayString &, wxStringSet_t &) | 2 | 16 | 16 | 0 | 0 | 5 | 2 | 34 | 92 | 468.047 | 14.2222 | 6656.66 | 369.815 | 0.117955 | 92.9615 | 0 | 92.9615 | 11 | 3 |
| Plugin/project.cpp | 1217 | {anonymous} | | GetExtraFlags(CompilerPtr) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 24 | 58 | 265.928 | 10 | 2659.28 | 147.738 | 0.0639815 | 102.431 | 0 | 102.431 | 11 | 1 |
| Plugin/project.cpp | 2198 | {anonymous} | | DoReadProjectTemplatesFromFolder(const wxString &, std::list<ProjectPtr> &, bool) | 3 | 31 | 27 | 3 | 1 | 8 | 3 | 70 | 210 | 1287.15 | 19.0851 | 24565.4 | 1364.74 | 0.281683 | 76.2964 | 23.1746 | 99.471 | 44 | 2 |
| Plugin/project.cpp | 2231 | {anonymous} | ProjListComparator | operator()(const ProjectPtr &, const ProjectPtr &) const | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 9.28571 | 1176.61 | 65.367 | 0.0371506 | 145.592 | 0 | 145.592 | 5 | 1 |
| Plugin/project.cpp | 58 | | Project | Create(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 43 | 30 | 4 | 9 | 1 | 0 | 67 | 273 | 1656.04 | 16.9412 | 28055.3 | 1558.63 | 0.307767 | 71.2952 | 22.7557 | 94.0509 | 48 | 4 |
| Plugin/project.cpp | 102 | | Project | Load(const wxString &) | 1 | 31 | 21 | 4 | 6 | 3 | 1 | 45 | 122 | 670.006 | 10.4828 | 7023.51 | 390.195 | 0.12225 | 80.8415 | 26.4103 | 107.252 | 20 | 4 |
| Plugin/project.cpp | 134 | | Project | GetVirtualDir(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 39 | 183.317 | 10.4 | 1906.5 | 105.917 | 0.0512511 | 111.918 | 0 | 111.918 | 4 | 3 |
| Plugin/project.cpp | 142 | | Project | CreateVD(const wxString &, bool) | 2 | 34 | 26 | 5 | 3 | 6 | 3 | 53 | 173 | 990.93 | 20.2258 | 20042.4 | 1113.46 | 0.245949 | 76.62 | 27.9877 | 104.608 | 22 | 1 |
| Plugin/project.cpp | 177 | | Project | IsFileExist(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 147.871 | 0 | 147.871 | 1 | 6 |
| Plugin/project.cpp | 179 | | Project | IsFileExist(const wxString &, wxString &) | 2 | 18 | 13 | 4 | 1 | 3 | 2 | 43 | 98 | 531.774 | 14.3478 | 7629.8 | 423.878 | 0.129188 | 90.8496 | 33.3545 | 124.204 | 11 | 1 |
| Plugin/project.cpp | 198 | | Project | AddFile(const wxString &, const wxString &) | 2 | 18 | 16 | 0 | 2 | 4 | 1 | 32 | 82 | 410 | 12.5 | 5125 | 284.722 | 0.099085 | 91.972 | 0 | 91.972 | 9 | 5 |
| Plugin/project.cpp | 217 | | Project | CreateVirtualDir(const wxString &, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 7.5625 | 803.124 | 44.618 | 0.0288005 | 124.052 | 0 | 124.052 | 1 | 5 |
| Plugin/project.cpp | 222 | | Project | DeleteVirtualDir(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 9.23077 | 2174.4 | 120.8 | 0.0559464 | 104.836 | 0 | 104.836 | 6 | 3 |
| Plugin/project.cpp | 233 | | Project | RemoveFile(const wxString &, const wxString &) | 2 | 21 | 18 | 1 | 2 | 4 | 1 | 38 | 97 | 509.049 | 13.5 | 6872.16 | 381.787 | 0.120487 | 88.3495 | 16.583 | 104.932 | 13 | 3 |
| Plugin/project.cpp | 255 | | Project | GetName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 5 | 488.512 | 27.1395 | 0.0206758 | 146.944 | 0 | 146.944 | 4 | 339 |
| Plugin/project.cpp | 257 | | Project | AsTree() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 33 | 92 | 464.084 | 11.7895 | 5471.31 | 303.962 | 0.1035 | 98.3562 | 0 | 98.3562 | 15 | 1 |
| Plugin/project.cpp | 270 | | Project | RecursiveAdd(wxXmlNode *, ProjectTreePtr &, ProjectTreeNode *) | 3 | 50 | 36 | 6 | 8 | 7 | 1 | 73 | 311 | 1925.04 | 27.37 | 52688.2 | 2927.12 | 0.468476 | 66.6892 | 25.5633 | 92.2524 | 53 | 2 |
| Plugin/project.cpp | 321 | | Project | SaveXmlFile() | 0 | 20 | 15 | 2 | 3 | 2 | 1 | 41 | 105 | 562.543 | 10.3704 | 5833.78 | 324.099 | 0.108022 | 89.0803 | 23.5268 | 112.607 | 18 | 17 |
| Plugin/project.cpp | 342 | | Project | Save() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 26 | 106.274 | 5 | 531.37 | 29.5206 | 0.0218681 | 114.753 | 0 | 114.753 | 2 | 457 |
| Plugin/project.cpp | 350 | | Project | GetFilesByVirtualDir(const wxString &, bool) | 2 | 25 | 24 | 0 | 1 | 7 | 4 | 57 | 172 | 1003.26 | 18.0833 | 18142.2 | 1007.9 | 0.230147 | 81.307 | 0 | 81.307 | 23 | 5 |
| Plugin/project.cpp | 376 | | Project | GetSettings() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 26 |
| Plugin/project.cpp | 378 | | Project | SetSettings(ProjectSettingsPtr) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 30 | 66 | 323.855 | 9.17647 | 2971.84 | 165.102 | 0.0689016 | 100.227 | 21.6227 | 121.85 | 11 | 9 |
| Plugin/project.cpp | 391 | | Project | SetGlobalSettings(BuildConfigCommonPtr) | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 38 | 92 | 482.809 | 12 | 5793.71 | 321.873 | 0.107527 | 93.26 | 0 | 93.26 | 19 | 1 |
| Plugin/project.cpp | 408 | | Project | GetDependencies() const | 0 | 15 | 15 | 0 | 0 | 4 | 3 | 35 | 88 | 451.377 | 12 | 5416.52 | 300.918 | 0.102808 | 94.4256 | 0 | 94.4256 | 12 | 1 |
| Plugin/project.cpp | 424 | | Project | SetModified(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 25 |
| Plugin/project.cpp | 426 | | Project | IsModified() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 6 |
| Plugin/project.cpp | 428 | | Project | CopyTo(const wxString &, const wxString &, const wxString &) | 3 | 109 | 77 | 15 | 17 | 14 | 2 | 90 | 594 | 3856.16 | 46.7419 | 180244 | 10013.6 | 1.06362 | 48.8415 | 27.179 | 76.0205 | 89 | 1 |
| Plugin/project.cpp | 538 | | Project | FileFromXml(wxXmlNode *, const wxString &) | 2 | 32 | 26 | 2 | 4 | 3 | 2 | 63 | 194 | 1159.59 | 16.8409 | 19528.6 | 1084.92 | 0.241727 | 77.4748 | 18.8844 | 96.3592 | 37 | 1 |
| Plugin/project.cpp | 571 | | Project | DoBuildCacheFromXml() | 0 | 34 | 27 | 4 | 3 | 7 | 3 | 68 | 265 | 1613.18 | 24.2778 | 39164.4 | 2175.8 | 0.38442 | 73.856 | 25.3357 | 99.1917 | 50 | 3 |
| Plugin/project.cpp | 606 | | Project | SetFiles(ProjectPtr) | 1 | 31 | 24 | 5 | 2 | 6 | 2 | 43 | 164 | 889.907 | 21.7708 | 19374 | 1076.33 | 0.24045 | 78.6756 | 29.14 | 107.816 | 25 | 1 |
| Plugin/project.cpp | 638 | | Project | GetVDByFileName(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 38 | 174.229 | 9.8 | 1707.44 | 94.8578 | 0.0476185 | 112.182 | 0 | 112.182 | 6 | 2 |
| Plugin/project.cpp | 646 | | Project | RenameVirtualDirectory(const wxString &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 33 | 64 | 322.841 | 13.2 | 4261.5 | 236.75 | 0.0876168 | 101.423 | 0 | 101.423 | 6 | 1 |
| Plugin/project.cpp | 658 | | Project | GetDependencies(const wxString &) const | 1 | 25 | 19 | 4 | 2 | 6 | 4 | 40 | 125 | 665.241 | 16.6304 | 11063.2 | 614.625 | 0.165501 | 83.6734 | 29.0386 | 112.712 | 19 | 10 |
| Plugin/project.cpp | 684 | | Project | SetDependencies(wxArrayString &, const wxString &) | 2 | 30 | 22 | 5 | 3 | 5 | 2 | 57 | 179 | 1044.09 | 23.6364 | 24678.4 | 1371.02 | 0.282547 | 78.6059 | 29.5564 | 108.162 | 27 | 6 |
| Plugin/project.cpp | 715 | | Project | FastAddFile(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.75 | 689.759 | 38.32 | 0.0260222 | 124.253 | 0 | 124.253 | 2 | 4 |
| Plugin/project.cpp | 720 | | Project | DoGetVirtualDirectories(wxXmlNode *, TreeNode<wxString, VisualWorkspaceNode> *) | 2 | 22 | 18 | 1 | 3 | 4 | 3 | 41 | 130 | 696.482 | 18.0625 | 12580.2 | 698.9 | 0.180303 | 85.9657 | 16.2158 | 102.182 | 12 | 2 |
| Plugin/project.cpp | 743 | | Project | GetVirtualDirectories(TreeNode<wxString, VisualWorkspaceNode> *) | 1 | 13 | 12 | 0 | 1 | 1 | 0 | 32 | 88 | 440 | 15.8824 | 6988.24 | 388.235 | 0.12184 | 97.5666 | 0 | 97.5666 | 8 | 1 |
| Plugin/project.cpp | 757 | | Project | SetProjectInternalType(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 40 | 180.942 | 7.63636 | 1381.74 | 76.7635 | 0.041352 | 111.986 | 0 | 111.986 | 4 | 3 |
| Plugin/project.cpp | 765 | | Project | GetProjectInternalType() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 7.2 | 1187.99 | 65.9996 | 0.0373899 | 112.465 | 0 | 112.465 | 6 | 6 |
| Plugin/project.cpp | 773 | | Project | GetAllPluginsData() const | 0 | 25 | 21 | 3 | 1 | 5 | 2 | 47 | 144 | 799.861 | 19.7885 | 15828 | 879.334 | 0.210134 | 82.9451 | 25.5633 | 108.508 | 20 | 2 |
| Plugin/project.cpp | 799 | | Project | GetPluginData(const wxString &) | 1 | 19 | 15 | 2 | 2 | 4 | 1 | 35 | 93 | 477.023 | 13.0526 | 6226.41 | 345.912 | 0.112816 | 90.3087 | 24.0864 | 114.395 | 13 | 6 |
| Plugin/project.cpp | 819 | | Project | SetPluginData(const wxString &, const wxString &, bool) | 3 | 26 | 21 | 1 | 4 | 5 | 1 | 44 | 152 | 829.834 | 17.6296 | 14629.7 | 812.759 | 0.199389 | 82.1185 | 14.9585 | 97.0769 | 18 | 4 |
| Plugin/project.cpp | 846 | | Project | SetAllPluginsData(const std::map<wxString, wxString> &, bool) | 2 | 21 | 17 | 2 | 3 | 5 | 1 | 46 | 106 | 585.498 | 16.9583 | 9929.06 | 551.615 | 0.153987 | 87.3919 | 23.0043 | 110.396 | 10 | 2 |
| Plugin/project.cpp | 868 | | Project | GetFileLastModifiedTime() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 2 | 4 |
| Plugin/project.cpp | 870 | | Project | ConvertToUnixFormat(wxXmlNode *) | 1 | 30 | 24 | 1 | 5 | 7 | 4 | 40 | 137 | 729.104 | 18 | 13123.9 | 729.104 | 0.185461 | 80.0132 | 13.9543 | 93.9675 | 17 | 1 |
| Plugin/project.cpp | 901 | | Project | GetBestPathForVD(const wxString &) | 1 | 39 | 29 | 6 | 4 | 6 | 2 | 52 | 195 | 1111.59 | 24.3871 | 27108.3 | 1506.02 | 0.300802 | 73.7999 | 28.5467 | 102.347 | 30 | 4 |
| Plugin/project.cpp | 941 | | Project | GetIncludePaths() | 0 | 80 | 57 | 9 | 14 | 12 | 4 | 87 | 464 | 2989.53 | 30.1875 | 90246.3 | 5013.68 | 0.670654 | 55.6362 | 24.8273 | 80.4636 | 81 | 2 |
| Plugin/project.cpp | 1022 | | Project | DoBacktickToPreProcessors(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.81818 | 988.271 | 54.904 | 0.0330722 | 115.866 | 0 | 115.866 | 4 | 1 |
| Plugin/project.cpp | 1029 | | Project | DoBacktickToIncludePath(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.19231 | 1352.03 | 75.1131 | 0.0407572 | 114.514 | 0 | 114.514 | 6 | 1 |
| Plugin/project.cpp | 1036 | | Project | ClearAllVirtDirs() | 0 | 10 | 9 | 1 | 0 | 1 | 0 | 24 | 45 | 206.323 | 6.34615 | 1309.36 | 72.7422 | 0.039895 | 105.755 | 23.5268 | 129.282 | 7 | 1 |
| Plugin/project.cpp | 1047 | | Project | GetReconciliationData(wxString &, wxString &, wxArrayString &, wxArrayString &, wxArrayString &) | 5 | 41 | 34 | 1 | 6 | 8 | 1 | 50 | 228 | 1286.8 | 19.5294 | 25130.4 | 1396.14 | 0.285986 | 71.7686 | 11.9795 | 83.7481 | 31 | 2 |
| Plugin/project.cpp | 1089 | | Project | SetReconciliationData(const wxString &, const wxString &, const wxArrayString &, const wxArrayString &, wxArrayString &) | 5 | 68 | 59 | 0 | 9 | 11 | 1 | 73 | 483 | 2989.69 | 34.9057 | 104357 | 5797.61 | 0.738856 | 58.4988 | 0 | 58.4988 | 55 | 1 |
| Plugin/project.cpp | 1158 | | Project | SetExcludeConfigsForFile(const wxString &, const wxStringSet_t &) | 2 | 18 | 15 | 1 | 2 | 3 | 1 | 41 | 90 | 482.18 | 14.4783 | 6981.12 | 387.84 | 0.121757 | 91.3587 | 17.8544 | 109.213 | 13 | 2 |
| Plugin/project.cpp | 1230 | | Project | GetCompileLineForCXXFile(const wxStringMap_t &, BuildConfigPtr, const wxString &, size_t) | 4 | 93 | 71 | 11 | 11 | 17 | 3 | 101 | 557 | 3708.62 | 31.2564 | 115918 | 6439.9 | 0.792465 | 50.9261 | 25.3972 | 76.3233 | 107 | 4 |
| Plugin/project.cpp | 1324 | | Project | DoExpandBacktick(const wxString &) | 1 | 33 | 27 | 3 | 3 | 7 | 4 | 50 | 201 | 1134.42 | 18.2879 | 20746 | 1152.56 | 0.251672 | 76.1704 | 22.5149 | 98.6854 | 37 | 4 |
| Plugin/project.cpp | 1358 | | Project | AppendToCompileCommandsJSON(const wxStringMap_t &, nlohmann::json &) | 2 | 36 | 33 | 1 | 2 | 7 | 3 | 70 | 243 | 1489.42 | 20.4 | 30384.1 | 1688 | 0.324571 | 73.3451 | 12.767 | 86.112 | 39 | 1 |
| Plugin/project.cpp | 1395 | | Project | GetBuildConfiguration(const wxString &) const | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 36 | 86 | 444.614 | 16 | 7113.82 | 395.212 | 0.123295 | 97.0524 | 0 | 97.0524 | 16 | 128 |
| Plugin/project.cpp | 1409 | | Project | AssociateToWorkspace(clCxxWorkspace *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 4 |
| Plugin/project.cpp | 1411 | | Project | GetWorkspace() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 17 | 29 | 118.536 | 6.41667 | 760.609 | 42.256 | 0.0277749 | 110.114 | 0 | 110.114 | 1 | 10 |
| Plugin/project.cpp | 1421 | | Project | GetWorkspace() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 18 | 31 | 129.268 | 7.07143 | 914.107 | 50.7837 | 0.0313962 | 109.663 | 0 | 109.663 | 1 | 2 |
| Plugin/project.cpp | 1431 | | Project | GetCompilers(wxStringSet_t &) const | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 48 | 225.621 | 6.96667 | 1571.83 | 87.3237 | 0.0450625 | 105.06 | 0 | 105.06 | 7 | 1 |
| Plugin/project.cpp | 1442 | | Project | ReplaceCompilers(const wxStringMap_t &) | 1 | 17 | 14 | 1 | 2 | 3 | 2 | 34 | 90 | 457.872 | 9.81818 | 4495.47 | 249.748 | 0.090795 | 92.5537 | 18.3478 | 110.901 | 20 | 1 |
| Plugin/project.cpp | 1460 | | Project | DoUpdateProjectSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 31 | 140.23 | 5.5 | 771.267 | 42.8482 | 0.0280338 | 122.607 | 0 | 122.607 | 5 | 2 |
| Plugin/project.cpp | 1465 | | Project | GetPreProcessors() | 0 | 39 | 28 | 6 | 5 | 6 | 3 | 56 | 235 | 1364.73 | 23.8889 | 32601.8 | 1811.21 | 0.340179 | 72.733 | 28.5467 | 101.28 | 36 | 2 |
| Plugin/project.cpp | 1505 | | Project | GetCXXCompilerOptions(bool, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 6.42857 | 591.429 | 32.8571 | 0.0234862 | 124.799 | 0 | 124.799 | 1 | 1 |
| Plugin/project.cpp | 1510 | | Project | GetCCompilerOptions(bool, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 6.42857 | 591.429 | 32.8571 | 0.0234862 | 124.799 | 0 | 124.799 | 1 | 1 |
| Plugin/project.cpp | 1515 | | Project | DoGetCompilerOptions(bool, bool, bool) | 3 | 47 | 36 | 4 | 7 | 9 | 3 | 79 | 343 | 2162.2 | 29.9245 | 64702.7 | 3594.6 | 0.53723 | 66.6274 | 21.8359 | 88.4633 | 57 | 2 |
| Plugin/project.cpp | 1563 | | Project | ProjectRenamed(const wxString &, const wxString &) | 2 | 26 | 22 | 3 | 1 | 7 | 5 | 37 | 149 | 776.209 | 18.0682 | 14024.7 | 779.149 | 0.193854 | 82.0058 | 25.1141 | 107.12 | 19 | 1 |
| Plugin/project.cpp | 1590 | | Project | GetUnresolvedMacros(const wxString &) const | 1 | 54 | 46 | 5 | 3 | 11 | 5 | 65 | 323 | 1945.22 | 32.5833 | 63381.9 | 3521.22 | 0.529894 | 64.4682 | 22.7069 | 87.1751 | 40 | 1 |
| Plugin/project.cpp | 1645 | | Project | ClearIncludePathCache() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/project.cpp | 1647 | | Project | GetFilesAsString(bool) const | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 32 | 74 | 370 | 13.5 | 4995 | 277.5 | 0.0974023 | 94.4138 | 0 | 94.4138 | 11 | 4 |
| Plugin/project.cpp | 1664 | | Project | GetFilesAsVector() const | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 26 | 64 | 300.828 | 9.85714 | 2965.31 | 164.739 | 0.0688005 | 100.381 | 0 | 100.381 | 8 | 1 |
| Plugin/project.cpp | 1677 | | Project | GetFilesAsStringArray(wxArrayString &, bool) const | 2 | 10 | 10 | 0 | 0 | 4 | 1 | 33 | 72 | 363.196 | 11.25 | 4085.96 | 226.998 | 0.0851938 | 102.124 | 0 | 102.124 | 9 | 2 |
| Plugin/project.cpp | 1688 | | Project | GetRootFolder() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 51 | 236.837 | 13.5 | 3197.29 | 177.627 | 0.0723437 | 110.586 | 0 | 110.586 | 12 | 5 |
| Plugin/project.cpp | 1696 | | Project | GetFolder(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 46 | 213.617 | 9.75 | 2082.77 | 115.709 | 0.0543634 | 111.122 | 0 | 111.122 | 5 | 7 |
| Plugin/project.cpp | 1704 | | Project | GetFile(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 46 | 213.617 | 9.75 | 2082.77 | 115.709 | 0.0543634 | 111.122 | 0 | 111.122 | 5 | 8 |
| Plugin/project.cpp | 1712 | | Project | GetFilesAsVectorOfFileName(std::vector<wxFileName> &, bool) const | 2 | 10 | 10 | 0 | 0 | 4 | 1 | 37 | 77 | 401.128 | 12.325 | 4943.9 | 274.661 | 0.0967369 | 101.608 | 0 | 101.608 | 10 | 9 |
| Plugin/project.cpp | 1723 | | Project | IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 147.258 | 0 | 147.258 | 2 | 1 |
| Plugin/project.cpp | 1725 | | Project | GetFolders(const wxString &, wxArrayString &) | 2 | 11 | 10 | 0 | 1 | 3 | 1 | 35 | 65 | 333.403 | 11.8056 | 3936.01 | 218.667 | 0.0830966 | 101.255 | 0 | 101.255 | 8 | 2 |
| Plugin/project.cpp | 1737 | | Project | GetFiles(const wxString &, wxArrayString &) | 2 | 13 | 13 | 0 | 0 | 4 | 1 | 38 | 91 | 477.561 | 14.1667 | 6765.45 | 375.859 | 0.119237 | 96.4506 | 0 | 96.4506 | 11 | 1 |
| Plugin/project.cpp | 1751 | | Project | IsVirtualDirectoryEmpty(const wxString &) const | 1 | 16 | 13 | 1 | 2 | 3 | 1 | 32 | 70 | 350 | 11.5 | 4025 | 223.611 | 0.0843444 | 94.9328 | 18.8844 | 113.817 | 9 | 1 |
| Plugin/project.cpp | 1768 | | Project | IsFileExcludedFromConfig(const wxString &, const wxString &) const | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 35 | 69 | 353.921 | 12.75 | 4512.49 | 250.694 | 0.091024 | 104.196 | 0 | 104.196 | 10 | 1 |
| Plugin/project.cpp | 1778 | | Project | RemoveExcludeConfigForFile(const wxString &, const wxString &) | 2 | 14 | 13 | 1 | 0 | 4 | 1 | 36 | 90 | 465.293 | 12.5 | 5816.17 | 323.12 | 0.107804 | 95.3854 | 20.1155 | 115.501 | 14 | 1 |
| Plugin/project.cpp | 1793 | | Project | AddExcludeConfigForFile(const wxString &, const wxString &) | 2 | 14 | 13 | 1 | 0 | 4 | 1 | 38 | 92 | 482.809 | 13.0909 | 6320.41 | 351.134 | 0.113949 | 95.1932 | 20.1155 | 115.309 | 14 | 2 |
| Plugin/project.cpp | 1811 | | Project | CreateCompileFlags(const wxStringMap_t &) | 1 | 100 | 67 | 14 | 19 | 15 | 2 | 108 | 522 | 3526.05 | 28.7651 | 101427 | 5634.84 | 0.724961 | 50.473 | 27.3868 | 77.8598 | 109 | 1 |
| Plugin/project.cpp | 2182 | | Project | GetVersionNumber() const | 0 | 12 | 12 | 1 | 0 | 4 | 1 | 29 | 65 | 315.769 | 10.2667 | 3241.89 | 180.105 | 0.0730148 | 99.8985 | 21.6227 | 121.521 | 6 | 1 |
| Plugin/project.cpp | 2115 | | clProjectFile | Delete(Project *, bool) | 2 | 19 | 15 | 2 | 2 | 5 | 2 | 34 | 96 | 488.396 | 12.25 | 5982.86 | 332.381 | 0.109854 | 89.9562 | 24.0864 | 114.043 | 9 | 2 |
| Plugin/project.cpp | 2135 | | clProjectFile | Rename(Project *, const wxString &) | 2 | 24 | 22 | 3 | 1 | 3 | 1 | 41 | 133 | 712.554 | 14 | 9975.76 | 554.209 | 0.15447 | 84.6675 | 26.0372 | 110.705 | 16 | 1 |
| Plugin/project.cpp | 2160 | | clProjectFile | SetExcludeConfigs(Project *, const wxStringSet_t &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 68 | 330.343 | 12.8571 | 4247.26 | 235.959 | 0.0874215 | 103.077 | 0 | 103.077 | 8 | 1 |
| Plugin/project.cpp | 2171 | | clProjectFile | SetExcludeConfigs(Project *, const wxArrayString &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 78 | 386.427 | 10.7059 | 4137.05 | 229.836 | 0.0859025 | 102.262 | 0 | 102.262 | 9 | 1 |
| Plugin/project.cpp | 1912 | | clProjectFolder | RenameFile(Project *, const wxString &, const wxString &) | 3 | 31 | 22 | 4 | 5 | 5 | 1 | 41 | 144 | 771.487 | 23.3333 | 18001.4 | 1000.08 | 0.228955 | 79.6481 | 26.4103 | 106.058 | 16 | 0 |
| Plugin/project.cpp | 1944 | | clProjectFolder | Rename(Project *, const wxString &) | 2 | 35 | 26 | 6 | 3 | 5 | 3 | 58 | 167 | 978.283 | 22.3429 | 21857.6 | 1214.31 | 0.260584 | 76.4472 | 29.917 | 106.364 | 22 | 1 |
| Plugin/project.cpp | 1980 | | clProjectFolder | AddFolder(Project *, const wxString &) | 2 | 14 | 12 | 0 | 2 | 3 | 1 | 42 | 113 | 609.332 | 20.4545 | 12463.6 | 692.423 | 0.179188 | 94.213 | 0 | 94.213 | 18 | 2 |
| Plugin/project.cpp | 1995 | | clProjectFolder | IsFolderExists(Project *, const wxString &) const | 2 | 5 | 5 | 0 | 0 | 2 | 0 | 32 | 56 | 280 | 12.4667 | 3490.67 | 193.926 | 0.0767039 | 115.166 | 0 | 115.166 | 7 | 1 |
| Plugin/project.cpp | 2001 | | clProjectFolder | GetChild(Project *, const wxString &) const | 2 | 8 | 8 | 0 | 0 | 3 | 1 | 34 | 73 | 371.385 | 19.2857 | 7162.42 | 397.912 | 0.123856 | 105.853 | 0 | 105.853 | 10 | 1 |
| Plugin/project.cpp | 2010 | | clProjectFolder | GetSubfolders(wxArrayString &, bool) const | 2 | 37 | 32 | 0 | 5 | 8 | 4 | 69 | 239 | 1459.94 | 24 | 35038.5 | 1946.58 | 0.356924 | 72.7752 | 0 | 72.7752 | 28 | 3 |
| Plugin/project.cpp | 2048 | | clProjectFolder | DeleteRecursive(Project *) | 1 | 28 | 21 | 5 | 2 | 5 | 2 | 40 | 132 | 702.495 | 13.4615 | 9456.66 | 525.37 | 0.149063 | 81.7842 | 30.4442 | 112.228 | 17 | 2 |
| Plugin/project.cpp | 2077 | | clProjectFolder | DeleteAllFiles(Project *) | 1 | 11 | 10 | 1 | 0 | 3 | 2 | 31 | 55 | 272.481 | 11.2 | 3051.78 | 169.544 | 0.0701318 | 102.305 | 22.5149 | 124.82 | 6 | 2 |
| Plugin/project.cpp | 2089 | | clProjectFolder | AddFile(Project *, const wxString &) | 2 | 25 | 18 | 3 | 4 | 2 | 1 | 49 | 155 | 870.28 | 15.0303 | 13080.6 | 726.698 | 0.185053 | 83.1964 | 25.5633 | 108.76 | 26 | 1 |
| Plugin/project_settings.cpp | 31 | | ProjectSettings | ProjectSettings(wxXmlNode *) | 1 | 33 | 27 | 4 | 2 | 6 | 3 | 56 | 225 | 1306.65 | 22.5 | 29399.7 | 1633.32 | 0.317522 | 75.6654 | 25.6793 | 101.345 | 30 | 14 |
| Plugin/project_settings.cpp | 65 | | ProjectSettings | Clone() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 34 | 141.777 | 10.2143 | 1448.16 | 80.4531 | 0.0426667 | 113.484 | 0 | 113.484 | 3 | 0 |
| Plugin/project_settings.cpp | 73 | | ProjectSettings | ToXml() const [override] | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 79 | 405.213 | 14.1667 | 5740.52 | 318.918 | 0.106868 | 102.015 | 0 | 102.015 | 11 | 2 |
| Plugin/project_settings.cpp | 84 | | ProjectSettings | GetBuildConfiguration(const wxString &, bool) const | 2 | 55 | 52 | 1 | 2 | 10 | 1 | 69 | 585 | 3573.49 | 39.71 | 141903 | 7883.51 | 0.90686 | 61.2385 | 10.3689 | 71.6073 | 176 | 6 |
| Plugin/project_settings.cpp | 140 | | ProjectSettings | GetFirstBuildConfiguration(ProjectSettingsCookie &) const | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 27 | 56 | 266.274 | 12.3846 | 3297.7 | 183.205 | 0.0738504 | 104.199 | 0 | 104.199 | 9 | 14 |
| Plugin/project_settings.cpp | 151 | | ProjectSettings | GetNextBuildConfiguration(ProjectSettingsCookie &) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 46 | 216.22 | 11.0833 | 2396.44 | 133.136 | 0.059693 | 106.988 | 0 | 106.988 | 7 | 13 |
| Plugin/project_settings.cpp | 161 | | ProjectSettings | SetBuildConfiguration(const BuildConfigPtr) | 1 | 13 | 9 | 2 | 2 | 3 | 1 | 34 | 69 | 351.035 | 15.1875 | 5331.34 | 296.186 | 0.101727 | 98.2812 | 28.5467 | 126.828 | 12 | 3 |
| Plugin/project_settings.cpp | 175 | | ProjectSettings | RemoveConfiguration(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 50 | 242.899 | 9.8 | 2380.41 | 132.245 | 0.0594265 | 110.454 | 0 | 110.454 | 5 | 3 |
| Plugin/project_settings.cpp | 183 | | ProjectSettings | GetProjectType(const wxString &) | 1 | 17 | 15 | 2 | 0 | 4 | 3 | 36 | 91 | 470.463 | 17 | 7997.87 | 444.326 | 0.13331 | 92.1826 | 25.3357 | 117.518 | 13 | 9 |
| Plugin/queuecommand.cpp | 31 | | QueueCommand | QueueCommand(const wxString &, const wxString &, bool, int) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 52 | 241.481 | 7.33333 | 1770.86 | 98.381 | 0.0487904 | 106.644 | 0 | 106.644 | 2 | 15 |
| Plugin/queuecommand.cpp | 41 | | QueueCommand | QueueCommand(int) | 1 | 31 | 21 | 7 | 3 | 6 | 2 | 43 | 136 | 737.972 | 13.3333 | 9839.63 | 546.646 | 0.153061 | 79.6491 | 33.5725 | 113.222 | 20 | 5 |
| Plugin/queuecommand.cpp | 73 | | QueueCommand | SetConfiguration(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 148.419 | 0 | 148.419 | 1 | 0 |
| Plugin/queuecommand.cpp | 75 | | QueueCommand | SetProject(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 148.419 | 0 | 148.419 | 1 | 0 |
| Plugin/queuecommand.cpp | 77 | | QueueCommand | GetConfiguration() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 26 |
| Plugin/queuecommand.cpp | 79 | | QueueCommand | GetProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 32 |
| Plugin/queuecommand.cpp | 81 | | QueueCommand | SetProjectOnly(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 0 | 0 |
| Plugin/queuecommand.cpp | 83 | | QueueCommand | GetProjectOnly() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 7 |
| Plugin/queuecommand.cpp | 85 | | QueueCommand | SetKind(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 0 | 13 |
| Plugin/queuecommand.cpp | 87 | | QueueCommand | GetKind() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 5 |
| Plugin/queuecommand.cpp | 89 | | QueueCommand | SetCleanLog(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 0 | 2 |
| Plugin/queuecommand.cpp | 91 | | QueueCommand | GetCleanLog() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/quickdebuginfo.cpp | 31 | | QuickDebugInfo | QuickDebugInfo() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 4 |
| Plugin/quickdebuginfo.cpp | 36 | | QuickDebugInfo | DeSerialize(Archive &) [override] | 1 | 18 | 16 | 1 | 1 | 1 | 0 | 26 | 76 | 357.233 | 5.71053 | 2039.99 | 113.333 | 0.0536164 | 93.3784 | 17.8544 | 111.233 | 26 | 0 |
| Plugin/quickdebuginfo.cpp | 55 | | QuickDebugInfo | Serialize(Archive &) [override] | 1 | 20 | 18 | 1 | 1 | 1 | 0 | 26 | 86 | 404.238 | 6.44737 | 2606.27 | 144.793 | 0.0631284 | 91.0287 | 16.9762 | 108.005 | 30 | 0 |
| Plugin/quickfindbarbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| Plugin/quickfindbarbase.cpp | 26 | | QuickFindBarBase | QuickFindBarBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 97 | 75 | 2 | 20 | 5 | 1 | 127 | 937 | 6548.4 | 34.3726 | 225086 | 12504.8 | 1.23342 | 50.0474 | 11.0311 | 61.0785 | 110 | 1 |
| Plugin/quickfindbarbase.cpp | 124 | | QuickFindBarBase | ~QuickFindBarBase() [override] | 0 | 24 | 24 | 0 | 0 | 1 | 0 | 42 | 302 | 1628.48 | 18.9839 | 30914.9 | 1717.49 | 0.32834 | 80.8294 | 0 | 80.8294 | 21 | 0 |
| Plugin/quickfindbarbase.cpp | 221 | | QuickFindBarImages | QuickFindBarImages() | 0 | 12 | 11 | 1 | 0 | 2 | 1 | 25 | 53 | 246.124 | 10.1818 | 2505.99 | 139.222 | 0.0614986 | 101.654 | 21.6227 | 123.277 | 5 | 0 |
| Plugin/quickfindbarbase.cpp | 234 | | QuickFindBarImages | ~QuickFindBarImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/quickfindbarbase.cpp | 149 | | QuickFindBarOptionsMenuBase | QuickFindBarOptionsMenuBase(wxWindow *, long) | 2 | 65 | 48 | 2 | 15 | 3 | 1 | 85 | 545 | 3493.12 | 31.5385 | 110168 | 6120.42 | 0.766034 | 60.2605 | 13.4207 | 73.6812 | 85 | 0 |
| Plugin/quickfindbarbase.cpp | 215 | | QuickFindBarOptionsMenuBase | ~QuickFindBarOptionsMenuBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| Plugin/quickfindbarbase_bitmaps.cpp | 34 | | | wxCrafteryhjh4ZInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 6 |
| Plugin/renamefilebasedlg.cpp | 37 | | RenameFileBaseDlg | RenameFileBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 98 | 70 | 1 | 27 | 1 | 0 | 110 | 822 | 5574.28 | 31.0753 | 173222 | 9623.45 | 1.03581 | 51.6388 | 7.79271 | 59.4315 | 109 | 1 |
| Plugin/renamefilebasedlg.cpp | 136 | | RenameFileBaseDlg | ~RenameFileBaseDlg() [override] | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 109.884 | 26.0372 | 135.921 | 8 | 0 |
| Plugin/renamefiledlg.cpp | 30 | | RenameFileDlg | RenameFileDlg(wxWindow *, const wxString &, std::vector<IncludeStatement> &) | 3 | 24 | 19 | 1 | 4 | 3 | 1 | 61 | 151 | 895.541 | 17.4872 | 15660.5 | 870.027 | 0.208649 | 83.4789 | 15.5492 | 99.0281 | 22 | 1 |
| Plugin/renamefiledlg.cpp | 55 | | RenameFileDlg | OnFileSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Plugin/renamefiledlg.cpp | 57 | | RenameFileDlg | ~RenameFileDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/renamefiledlg.cpp | 59 | | RenameFileDlg | DoSelectItem(int) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 43 | 114 | 618.594 | 12.8571 | 7953.35 | 441.853 | 0.132815 | 94.3645 | 0 | 94.3645 | 19 | 2 |
| Plugin/renamefiledlg.cpp | 74 | | RenameFileDlg | GetMatches() const | 0 | 13 | 13 | 0 | 0 | 4 | 3 | 40 | 100 | 532.193 | 15.5455 | 8273.18 | 459.621 | 0.136352 | 95.8874 | 0 | 95.8874 | 9 | 1 |
| Plugin/renamefiledlg.cpp | 88 | | RenameFileDlg | GetReplaceWith() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| Plugin/resources/clXmlResource.cpp | 8 | | clXmlResource | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 18 |
| Plugin/resources/clXmlResource.cpp | 14 | | clXmlResource | clXmlResource() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 7 | 574.313 | 31.9063 | 0.0230309 | 147.852 | 0 | 147.852 | 2 | 1 |
| Plugin/resources/clXmlResource.cpp | 16 | | clXmlResource | ~clXmlResource() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/resources/clXmlResource.cpp | 18 | | clXmlResource | LoadMenuBar(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 7.15 | 942.152 | 52.3418 | 0.0320351 | 119.316 | 0 | 119.316 | 2 | 0 |
| Plugin/resources/clXmlResource.cpp | 24 | | clXmlResource | LoadMenu(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 43 | 199.686 | 9.75 | 1946.94 | 108.163 | 0.0519733 | 114.2 | 0 | 114.2 | 4 | 18 |
| Plugin/resources/clXmlResource.cpp | 31 | | clXmlResource | [static] Init() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 148.936 | 0 | 148.936 | 2 | 1 |
| Plugin/resources/clXmlResource.cpp | 33 | | clXmlResource | OnMenuShown(wxMenuEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 5.31818 | 781.483 | 43.4157 | 0.0282808 | 118.749 | 0 | 118.749 | 5 | 1 |
| Plugin/sessionmanager.cpp | 44 | | FindInFilesSession | From(const wxString &) | 1 | 28 | 22 | 0 | 6 | 2 | 1 | 57 | 193 | 1125.75 | 14.2439 | 16035 | 890.836 | 0.211962 | 80.022 | 0 | 80.022 | 53 | 1 |
| Plugin/sessionmanager.cpp | 73 | | FindInFilesSession | Save() const | 0 | 19 | 19 | 0 | 0 | 1 | 0 | 48 | 148 | 826.574 | 8.55263 | 7069.39 | 392.744 | 0.122782 | 88.1402 | 0 | 88.1402 | 29 | 1 |
| Plugin/sessionmanager.cpp | 95 | | SessionEntry | DeSerialize(Archive &) [override] | 1 | 20 | 18 | 1 | 1 | 4 | 2 | 50 | 164 | 925.592 | 18.2812 | 16921 | 940.055 | 0.2197 | 86.0309 | 16.9762 | 103.007 | 21 | 1 |
| Plugin/sessionmanager.cpp | 116 | | SessionEntry | Serialize(Archive &) [override] | 1 | 11 | 8 | 3 | 0 | 1 | 0 | 28 | 73 | 350.937 | 8.33333 | 2924.47 | 162.471 | 0.0681675 | 101.449 | 36.1812 | 137.63 | 10 | 1 |
| Plugin/sessionmanager.cpp | 143 | | SessionManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 20 |
| Plugin/sessionmanager.cpp | 149 | | SessionManager | SessionManager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 43 | 179.307 | 8.75 | 1568.93 | 87.163 | 0.0450072 | 117.714 | 0 | 117.714 | 4 | 1 |
| Plugin/sessionmanager.cpp | 155 | | SessionManager | Load(const wxString &) | 1 | 15 | 11 | 2 | 2 | 2 | 1 | 32 | 75 | 375 | 9.57895 | 3592.11 | 199.561 | 0.0781828 | 95.8496 | 26.7997 | 122.649 | 11 | 1 |
| Plugin/sessionmanager.cpp | 171 | | SessionManager | GetSessionFileName(const wxString &, const wxString &) const | 2 | 16 | 15 | 1 | 1 | 4 | 2 | 37 | 99 | 515.736 | 16.575 | 8548.32 | 474.907 | 0.139358 | 92.687 | 18.8844 | 111.571 | 18 | 2 |
| Plugin/sessionmanager.cpp | 188 | | SessionManager | GetSession(const wxString &, SessionEntry &, const wxString &, const wxChar *) | 4 | 29 | 24 | 0 | 5 | 7 | 2 | 53 | 152 | 870.644 | 17.7188 | 15426.7 | 857.04 | 0.206567 | 79.6398 | 0 | 79.6398 | 17 | 5 |
| Plugin/sessionmanager.cpp | 218 | | SessionManager | Save(const wxString &, SessionEntry &, const wxString &, const wxChar *) | 4 | 31 | 25 | 3 | 5 | 4 | 1 | 53 | 151 | 864.916 | 14.1667 | 12253 | 680.721 | 0.177163 | 79.2837 | 23.1746 | 102.458 | 17 | 5 |
| Plugin/sessionmanager.cpp | 250 | | SessionManager | SetLastSession(const wxString &) | 1 | 28 | 24 | 2 | 2 | 5 | 2 | 49 | 154 | 864.665 | 18.2759 | 15802.5 | 877.917 | 0.209908 | 80.7041 | 20.1155 | 100.82 | 18 | 4 |
| Plugin/sessionmanager.cpp | 279 | | SessionManager | GetLastSession() | 0 | 21 | 18 | 3 | 0 | 5 | 3 | 31 | 95 | 470.649 | 13.8667 | 6526.33 | 362.574 | 0.11641 | 88.5274 | 27.6325 | 116.16 | 12 | 1 |
| Plugin/sessionmanager.cpp | 301 | | SessionManager | SaveFindInFilesSession(const FindInFilesSession &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 41 | 187.983 | 5.1 | 958.716 | 53.262 | 0.0324095 | 114.514 | 0 | 114.514 | 6 | 2 |
| Plugin/sessionmanager.cpp | 308 | | SessionManager | LoadFindInFilesSession(FindInFilesSession *) | 1 | 8 | 8 | 0 | 0 | 1 | 1 | 28 | 48 | 230.753 | 7.5 | 1730.65 | 96.1471 | 0.048049 | 108.788 | 0 | 108.788 | 7 | 2 |
| Plugin/sessionmanager.cpp | 317 | | SessionManager | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/sessionmanager.cpp | 318 | | SessionManager | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/sessionmanager.cpp | 130 | | TabGroupEntry | DeSerialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| Plugin/sessionmanager.cpp | 136 | | TabGroupEntry | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| Plugin/sftp_settings.cpp | 38 | | SFTPSettings | SFTPSettings() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.8 | 580.454 | 32.2474 | 0.0231948 | 110.24 | 0 | 110.24 | 3 | 24 |
| Plugin/sftp_settings.cpp | 48 | | SFTPSettings | FromJSON(const JSONItem &) [override] | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 89 | 456.506 | 10.1739 | 4644.45 | 258.025 | 0.0927901 | 98.4418 | 0 | 98.4418 | 12 | 0 |
| Plugin/sftp_settings.cpp | 61 | | SFTPSettings | ToJSON() const [override] | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 86 | 433.818 | 11.375 | 4934.68 | 274.149 | 0.0966165 | 100.116 | 0 | 100.116 | 12 | 0 |
| Plugin/sftp_settings.cpp | 73 | | SFTPSettings | Load() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 114.983 | 27.6325 | 142.615 | 3 | 24 |
| Plugin/sftp_settings.cpp | 81 | | SFTPSettings | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 4 |
| Plugin/sftp_settings.cpp | 88 | | SFTPSettings | GetAccount(const wxString &, SSHAccountInfo &) const | 2 | 11 | 11 | 0 | 0 | 3 | 2 | 34 | 71 | 361.21 | 15.1875 | 5485.87 | 304.771 | 0.103683 | 100.839 | 0 | 100.839 | 5 | 10 |
| Plugin/sftp_settings.cpp | 100 | | SFTPSettings | UpdateAccount(const SSHAccountInfo &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 31 | 69 | 341.84 | 14.5714 | 4981.09 | 276.727 | 0.0972214 | 101.126 | 0 | 101.126 | 6 | 2 |
| Plugin/sftp_settings.cpp | 112 | | SFTPSettings | MSWImportPuTTYAccounts() | 0 | 86 | 78 | 6 | 2 | 15 | 0 | 81 | 511 | 3239.66 | 49.5 | 160363 | 8909.07 | 0.983895 | 53.3568 | 19.8936 | 73.2504 | 0 | 0 |
| Plugin/sftp_ui.cpp | 18 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/sftp_ui.cpp | 127 | | AddSSHAcountDlgBase | AddSSHAcountDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 239 | 177 | 2 | 60 | 13 | 1 | 180 | 1960 | 14684 | 57.6154 | 846026 | 47001.5 | 2.98173 | 29.3998 | 7.06215 | 36.462 | 282 | 2 |
| Plugin/sftp_ui.cpp | 367 | | AddSSHAcountDlgBase | ~AddSSHAcountDlgBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| Plugin/sftp_ui.cpp | 375 | | SFTPBrowserBaseDlg | SFTPBrowserBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 135 | 101 | 2 | 32 | 7 | 1 | 163 | 1156 | 8495.13 | 37.2107 | 316110 | 17561.7 | 1.54681 | 42.8789 | 9.37232 | 52.2512 | 155 | 1 |
| Plugin/sftp_ui.cpp | 511 | | SFTPBrowserBaseDlg | ~SFTPBrowserBaseDlg() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 34 | 134 | 681.72 | 11.2391 | 7661.94 | 425.663 | 0.12955 | 96.5865 | 0 | 96.5865 | 9 | 0 |
| Plugin/sftp_ui.cpp | 29 | | SSHAccountManagerDlgBase | SSHAccountManagerDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 86 | 64 | 2 | 20 | 5 | 1 | 121 | 774 | 5355.2 | 29.82 | 159692 | 8871.78 | 0.981148 | 53.0433 | 11.7029 | 64.7462 | 111 | 1 |
| Plugin/sftp_ui.cpp | 116 | | SSHAccountManagerDlgBase | ~SSHAccountManagerDlgBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 28 | 106 | 509.58 | 11.9706 | 6099.97 | 338.887 | 0.111283 | 101.053 | 0 | 101.053 | 7 | 0 |
| Plugin/sftp_ui.cpp | 524 | | clRemoteFindDialogBase | clRemoteFindDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 200 | 152 | 2 | 46 | 10 | 1 | 164 | 1594 | 11727.9 | 51.4286 | 603151 | 33508.4 | 2.37956 | 34.1447 | 7.71502 | 41.8597 | 223 | 1 |
| Plugin/sftp_ui.cpp | 725 | | clRemoteFindDialogBase | ~clRemoteFindDialogBase() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 30 | 148 | 726.22 | 15.0526 | 10931.5 | 607.307 | 0.164185 | 94.961 | 0 | 94.961 | 10 | 0 |
| Plugin/sftp_ui_sftp_bitmaps.cpp | 34 | | | wxCE8CInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 4 |
| Plugin/sftptreemodel.cpp | 18 | | SFTPTreeModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| Plugin/sftptreemodel.cpp | 32 | | SFTPTreeModel | SFTPTreeModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| Plugin/sftptreemodel.cpp | 37 | | SFTPTreeModel | ~SFTPTreeModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| Plugin/sftptreemodel.cpp | 45 | | SFTPTreeModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| Plugin/sftptreemodel.cpp | 65 | | SFTPTreeModel | GetColumnCount() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 150.628 | 0 | 150.628 | 0 | 0 |
| Plugin/sftptreemodel.cpp | 67 | | SFTPTreeModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| Plugin/sftptreemodel.cpp | 75 | | SFTPTreeModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| Plugin/sftptreemodel.cpp | 88 | | SFTPTreeModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| Plugin/sftptreemodel.cpp | 97 | | SFTPTreeModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| Plugin/sftptreemodel.cpp | 104 | | SFTPTreeModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 19 | 16 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 89.6985 | 0 | 89.6985 | 8 | 2 |
| Plugin/sftptreemodel.cpp | 124 | | SFTPTreeModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 26 | 2 | 8 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| Plugin/sftptreemodel.cpp | 161 | | SFTPTreeModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 111.008 | 0 | 111.008 | 3 | 0 |
| Plugin/sftptreemodel.cpp | 169 | | SFTPTreeModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 76 | 389.826 | 13.4737 | 5252.39 | 291.799 | 0.10072 | 103.923 | 0 | 103.923 | 7 | 0 |
| Plugin/sftptreemodel.cpp | 179 | | SFTPTreeModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| Plugin/sftptreemodel.cpp | 188 | | SFTPTreeModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| Plugin/sftptreemodel.cpp | 217 | | SFTPTreeModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| Plugin/sftptreemodel.cpp | 228 | | SFTPTreeModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 8 | 1692.16 | 94.0088 | 0.0473339 | 107.103 | 0 | 107.103 | 6 | 0 |
| Plugin/sftptreemodel.cpp | 238 | | SFTPTreeModel | [virtual] IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Plugin/sftptreemodel.cpp | 240 | | SFTPTreeModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| Plugin/sftptreemodel.cpp | 249 | | SFTPTreeModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| Plugin/sftptreemodel.cpp | 257 | | SFTPTreeModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| Plugin/sftptreemodel.cpp | 266 | | SFTPTreeModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 101.78 | 0 | 101.78 | 7 | 0 |
| Plugin/sftptreemodel.cpp | 277 | | SFTPTreeModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| Plugin/sftptreemodel.cpp | 289 | | SFTPTreeModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| Plugin/sftptreemodel.cpp | 301 | | SFTPTreeModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| Plugin/shell_command.cpp | 38 | | ShellCommand | ShellCommand(const QueueCommand &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 45 | 200.674 | 7.08333 | 1421.44 | 78.9691 | 0.0421404 | 111.677 | 0 | 111.677 | 3 | 3 |
| Plugin/shell_command.cpp | 46 | | ShellCommand | AppendLine(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.53846 | 889.142 | 49.3968 | 0.0308219 | 115.335 | 0 | 115.335 | 5 | 20 |
| Plugin/shell_command.cpp | 53 | | ShellCommand | Stop() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 125.533 | 31.9355 | 157.468 | 1 | 1 |
| Plugin/shell_command.cpp | 59 | | ShellCommand | SendStartMsg(const wxString &) | 1 | 15 | 14 | 1 | 0 | 3 | 0 | 43 | 129 | 699.988 | 11.2667 | 7886.53 | 438.141 | 0.13207 | 92.3741 | 19.4709 | 111.845 | 18 | 3 |
| Plugin/shell_command.cpp | 75 | | ShellCommand | SendEndMsg() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 4 | 1 |
| Plugin/shell_command.cpp | 81 | | ShellCommand | [virtual] DoPrintOutput(const wxString &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 123.012 | 31.9355 | 154.948 | 1 | 1 |
| Plugin/shell_command.cpp | 87 | | ShellCommand | CleanUp() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 3 | 182.833 | 10.1574 | 0.0107378 | 123.325 | 0 | 123.325 | 2 | 2 |
| Plugin/shell_command.cpp | 93 | | ShellCommand | DoSetWorkingDirectory(ProjectPtr, bool, bool) | 3 | 30 | 24 | 5 | 1 | 7 | 4 | 40 | 168 | 894.084 | 13 | 11623.1 | 645.727 | 0.171038 | 78.9524 | 29.5564 | 108.509 | 32 | 3 |
| Plugin/shell_command.cpp | 124 | | ShellCommand | [virtual] OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| Plugin/shell_command.cpp | 126 | | ShellCommand | [virtual] OnProcessTerminated(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/shell_command.cpp | 132 | | ShellCommand | StartProcess(const wxString &, size_t) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 42 | 199.705 | 10.1818 | 2033.36 | 112.965 | 0.0535002 | 109.309 | 0 | 109.309 | 1 | 3 |
| Plugin/stringsearcher.cpp | 34 | | | Reverse(const std::wstring &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 28 | 68 | 326.9 | 16.1538 | 5280.69 | 293.372 | 0.101082 | 100.178 | 21.6227 | 121.801 | 10 | 2 |
| Plugin/stringsearcher.cpp | 47 | | StringFindReplacer | [static] GetString(const wxString &, int, bool) | 3 | 20 | 17 | 0 | 3 | 5 | 2 | 31 | 108 | 535.053 | 20.6429 | 11045 | 613.613 | 0.165319 | 88.6508 | 0 | 88.6508 | 6 | 1 |
| Plugin/stringsearcher.cpp | 68 | | StringFindReplacer | [static] DoWildcardSearch(const wxString &, int, const wxString &, size_t, int &, int &) | 6 | 21 | 15 | 5 | 3 | 1 | 0 | 43 | 124 | 672.857 | 10.1406 | 6823.19 | 379.066 | 0.119914 | 87.5888 | 34.2982 | 121.887 | 26 | 1 |
| Plugin/stringsearcher.cpp | 90 | | StringFindReplacer | [static] DoRESearch(const wxString &, int, const wxString &, size_t, int &, int &) | 6 | 60 | 52 | 3 | 6 | 13 | 4 | 64 | 285 | 1710 | 34.8947 | 59670 | 3315 | 0.508998 | 62.9715 | 16.9762 | 79.9477 | 11 | 2 |
| Plugin/stringsearcher.cpp | 151 | | StringFindReplacer | [static] DoSimpleSearch(const wchar_t *, int, const wchar_t *, size_t, int &, int &) | 6 | 102 | 81 | 10 | 11 | 21 | 4 | 78 | 609 | 3827.81 | 75.5333 | 289127 | 16062.6 | 1.45749 | 48.3452 | 23.3136 | 71.6588 | 51 | 1 |
| Plugin/stringsearcher.cpp | 254 | | StringFindReplacer | [static] Search(const wchar_t *, int, const wchar_t *, size_t, int &, int &, int &, int &) | 8 | 38 | 31 | 2 | 5 | 9 | 2 | 50 | 245 | 1382.74 | 42.5926 | 58894.7 | 3271.93 | 0.504579 | 72.3956 | 17.3987 | 89.7943 | 12 | 2 |
| Plugin/stringsearcher.cpp | 293 | | StringFindReplacer | [static] Search(const wchar_t *, int, const wchar_t *, size_t, int &, int &) | 6 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 64 | 300.828 | 10 | 3008.28 | 167.127 | 0.0694637 | 112.069 | 0 | 112.069 | 1 | 4 |
| Plugin/symbol_tree.cpp | 38 | | SymbolTree | SymbolTree() | 0 | 27 | 24 | 3 | 0 | 6 | 3 | 45 | 162 | 889.68 | 27.4286 | 24402.7 | 1355.7 | 0.280438 | 80.915 | 24.6875 | 105.603 | 12 | 0 |
| Plugin/symbol_tree.cpp | 66 | | SymbolTree | SymbolTree(wxWindow *, const wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 28 | 25 | 3 | 0 | 6 | 3 | 59 | 197 | 1158.88 | 25 | 28972 | 1609.56 | 0.314435 | 78.9512 | 24.2819 | 103.233 | 13 | 1 |
| Plugin/symbol_tree.cpp | 95 | | SymbolTree | InitialiseSymbolMap() | 0 | 62 | 55 | 6 | 1 | 1 | 0 | 86 | 714 | 4588.35 | 24.1622 | 110865 | 6159.14 | 0.769261 | 60.0678 | 23.1746 | 83.2424 | 150 | 2 |
| Plugin/symbol_tree.cpp | 158 | | SymbolTree | [virtual] Create(wxWindow *, const wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 54 | 256.764 | 6.5 | 1668.97 | 92.7203 | 0.0469004 | 115.847 | 0 | 115.847 | 4 | 1 |
| Plugin/symbol_tree.cpp | 164 | | SymbolTree | [virtual] BuildTree(const wxFileName &, const TagEntryPtrVector_t &, bool) | 3 | 70 | 48 | 9 | 13 | 9 | 2 | 87 | 386 | 2486.98 | 25.5238 | 63477.1 | 3526.51 | 0.530424 | 59.4465 | 26.3681 | 85.8146 | 72 | 1 |
| Plugin/symbol_tree.cpp | 235 | | SymbolTree | AddItem(TagNode *) | 1 | 59 | 43 | 14 | 8 | 10 | 2 | 75 | 319 | 1986.99 | 21 | 41726.9 | 2318.16 | 0.401011 | 63.1531 | 34.2516 | 97.4047 | 52 | 2 |
| Plugin/symbol_tree.cpp | 295 | | SymbolTree | SelectItemByName(const wxString &) | 1 | 9 | 5 | 4 | 0 | 2 | 1 | 17 | 26 | 106.274 | 5.0625 | 538.012 | 29.8896 | 0.0220499 | 110.682 | 42.9367 | 153.618 | 2 | 0 |
| Plugin/symbol_tree.cpp | 305 | | SymbolTree | GetItemIconIndex(const wxString &, const wxString &) | 2 | 16 | 13 | 1 | 3 | 3 | 1 | 43 | 96 | 520.921 | 19.0909 | 9944.86 | 552.492 | 0.15415 | 92.8649 | 18.8844 | 111.749 | 12 | 2 |
| Plugin/symbol_tree.cpp | 322 | | SymbolTree | UpdateSymbols(const std::vector<std::pair<wxString, TagEntry>> &) | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 41 | 85 | 455.392 | 14.6818 | 6685.98 | 371.443 | 0.118301 | 95.7272 | 0 | 95.7272 | 9 | 0 |
| Plugin/symbol_tree.cpp | 337 | | SymbolTree | UpdateGuiItem(TagEntry &, const wxString &) | 2 | 32 | 25 | 5 | 3 | 6 | 3 | 56 | 199 | 1155.66 | 18.4865 | 21364.2 | 1186.9 | 0.256647 | 76.8024 | 28.7405 | 105.543 | 27 | 1 |
| Plugin/symbol_tree.cpp | 370 | | SymbolTree | DeleteSymbols(const std::vector<std::pair<wxString, TagEntry>> &) | 1 | 25 | 20 | 2 | 3 | 6 | 3 | 58 | 162 | 948.993 | 21.0286 | 19956 | 1108.66 | 0.245241 | 81.8261 | 21.2145 | 103.041 | 20 | 0 |
| Plugin/symbol_tree.cpp | 396 | | SymbolTree | GetItemChildrenRecursive(wxTreeItemId &, std::map<void *, bool> &) | 2 | 15 | 14 | 1 | 0 | 3 | 2 | 36 | 92 | 475.633 | 19.5588 | 9302.82 | 516.824 | 0.147442 | 94.3834 | 19.4709 | 113.854 | 9 | 2 |
| Plugin/symbol_tree.cpp | 412 | | SymbolTree | AddSymbols(const std::vector<std::pair<wxString, TagEntry>> &) | 1 | 14 | 14 | 1 | 0 | 5 | 3 | 41 | 90 | 482.18 | 14.6818 | 7079.27 | 393.293 | 0.122896 | 94.97 | 20.1155 | 115.086 | 8 | 0 |
| Plugin/symbol_tree.cpp | 427 | | SymbolTree | [virtual] Clear() | 0 | 12 | 11 | 1 | 0 | 1 | 0 | 21 | 50 | 219.616 | 4.92308 | 1081.19 | 60.0659 | 0.0351139 | 102.477 | 21.6227 | 124.099 | 11 | 2 |
| Plugin/symbol_tree.cpp | 440 | | SymbolTree | Matches(const wxTreeItemId &, const wxString &) | 2 | 27 | 24 | 2 | 1 | 6 | 3 | 43 | 146 | 792.235 | 15.4074 | 12206.3 | 678.127 | 0.176713 | 81.5182 | 20.4627 | 101.981 | 16 | 2 |
| Plugin/symbol_tree.cpp | 468 | | SymbolTree | [virtual] SetSymbolsImages(BitmapLoader::Vec_t *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 1 | 0 |
| Plugin/symbol_tree.cpp | 470 | | SymbolTree | SelectFirstItem() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 3 | 155.674 | 8.64858 | 0.00964621 | 150.234 | 0 | 150.234 | 2 | 0 |
| Plugin/tagsmanagementconf.cpp | 28 | | TagsManagementConf | DeSerialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/tagsmanagementconf.cpp | 30 | | TagsManagementConf | Serialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Plugin/unredobase.cpp | 38 | | | GetBestLabel(CLCommand::Ptr_t) | 1 | 25 | 24 | 2 | 0 | 5 | 4 | 42 | 140 | 754.924 | 16.3077 | 12311.1 | 683.949 | 0.177723 | 83.2458 | 21.2145 | 104.46 | 31 | 2 |
| Plugin/unredobase.cpp | 64 | | CommandProcessorBase | CommandProcessorBase() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 41 | 174.165 | 9.625 | 1676.34 | 93.1299 | 0.0470385 | 114.911 | 0 | 114.911 | 2 | 1 |
| Plugin/unredobase.cpp | 71 | | CommandProcessorBase | ~CommandProcessorBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 40 | 163.499 | 9.28571 | 1518.2 | 84.3445 | 0.0440316 | 115.24 | 0 | 115.24 | 3 | 0 |
| Plugin/unredobase.cpp | 78 | | CommandProcessorBase | [virtual] ProcessOpenCommand() | 0 | 8 | 7 | 1 | 1 | 1 | 1 | 21 | 38 | 166.908 | 5.625 | 938.858 | 52.1588 | 0.0319604 | 110.472 | 26.0372 | 136.51 | 7 | 6 |
| Plugin/unredobase.cpp | 87 | | CommandProcessorBase | GetOpenCommand() | 0 | 11 | 9 | 0 | 2 | 3 | 1 | 25 | 66 | 306.495 | 13 | 3984.43 | 221.357 | 0.0837766 | 101.693 | 0 | 101.693 | 11 | 312 |
| Plugin/unredobase.cpp | 99 | | CommandProcessorBase | [virtual] CloseOpenCommand() | 0 | 7 | 6 | 0 | 1 | 1 | 1 | 19 | 30 | 127.438 | 5.4 | 688.164 | 38.2313 | 0.0259821 | 114.039 | 0 | 114.039 | 4 | 1 |
| Plugin/unredobase.cpp | 107 | | CommandProcessorBase | IncrementCurrentCommand() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 21 | 33 | 144.946 | 6.66667 | 966.31 | 53.6839 | 0.0325804 | 118.82 | 0 | 118.82 | 2 | 3 |
| Plugin/unredobase.cpp | 113 | | CommandProcessorBase | DecrementCurrentCommand() | 0 | 12 | 8 | 2 | 2 | 2 | 1 | 20 | 33 | 142.624 | 6.11111 | 871.589 | 48.4216 | 0.0304149 | 104.491 | 29.5564 | 134.048 | 3 | 3 |
| Plugin/unredobase.cpp | 126 | | CommandProcessorBase | SetUserLabel(const wxString &) | 1 | 12 | 10 | 2 | 1 | 3 | 1 | 22 | 46 | 205.134 | 6.66667 | 1367.56 | 75.9755 | 0.0410686 | 102.371 | 29.5564 | 131.928 | 7 | 1 |
| Plugin/unredobase.cpp | 139 | | CommandProcessorBase | OnTBUnRedo(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 7.94444 | 1169.11 | 64.9508 | 0.0369928 | 122.356 | 0 | 122.356 | 3 | 4 |
| Plugin/unredobase.cpp | 144 | | CommandProcessorBase | PopulateUnRedoMenu(clToolBar *, wxWindowID) | 2 | 17 | 15 | 0 | 2 | 2 | 1 | 34 | 128 | 651.195 | 19.3421 | 12595.5 | 699.749 | 0.180449 | 90.9521 | 0 | 90.9521 | 16 | 1 |
| Plugin/unredobase.cpp | 162 | | CommandProcessorBase | [virtual] DoPopulateUnRedoMenu(wxMenu &, bool) | 2 | 49 | 48 | 1 | 1 | 13 | 6 | 71 | 363 | 2232.36 | 31.1489 | 69535.6 | 3863.09 | 0.563659 | 64.8663 | 10.9756 | 75.8418 | 87 | 2 |
| Plugin/unredobase.cpp | 212 | | CommandProcessorBase | PrepareLabelledStatesMenu(wxMenu *) | 1 | 28 | 22 | 5 | 2 | 5 | 1 | 49 | 138 | 774.83 | 18.2759 | 14160.7 | 786.705 | 0.195105 | 81.2745 | 30.4442 | 111.719 | 13 | 1 |
| Plugin/unredobase.cpp | 241 | | CommandProcessorBase | PopulateLabelledStatesMenu(wxMenu *) | 1 | 27 | 23 | 4 | 4 | 7 | 2 | 53 | 165 | 945.107 | 20.2258 | 19115.5 | 1061.97 | 0.238307 | 80.3707 | 28.0786 | 108.449 | 23 | 1 |
| Plugin/unredobase.cpp | 269 | | CommandProcessorBase | UnBindLabelledStatesMenu(wxMenu *) | 1 | 6 | 6 | 1 | 0 | 1 | 1 | 18 | 28 | 116.758 | 6 | 700.547 | 38.9193 | 0.0262928 | 116.991 | 29.5564 | 146.547 | 1 | 0 |
| Plugin/unredobase.cpp | 276 | | CommandProcessorBase | DoUnBindLabelledStatesMenu(wxMenu *) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 34 | 149.339 | 6.36364 | 950.338 | 52.7965 | 0.0322204 | 115.711 | 0 | 115.711 | 3 | 1 |
| Plugin/unredobase.cpp | 283 | | CommandProcessorBase | [virtual] OnLabelledStatesMenuItem(wxCommandEvent &) | 1 | 26 | 23 | 2 | 2 | 7 | 3 | 41 | 141 | 755.415 | 15.9375 | 12039.4 | 668.857 | 0.175099 | 82.147 | 20.8285 | 102.976 | 13 | 2 |
| Plugin/unredobase.cpp | 310 | | CommandProcessorBase | [virtual] OnUndoDropdownItem(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 32 | 65 | 325 | 9.70588 | 3154.41 | 175.245 | 0.0716954 | 98.4519 | 0 | 98.4519 | 6 | 3 |
| Plugin/unredobase.cpp | 324 | | CommandProcessorBase | [virtual] OnRedoDropdownItem(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 53 | 260.065 | 10 | 2600.65 | 144.481 | 0.0630377 | 105.798 | 0 | 105.798 | 3 | 3 |
| Plugin/unredobase.cpp | 334 | | CommandProcessorBase | GetActiveCommand() const | 0 | 13 | 10 | 0 | 3 | 3 | 1 | 28 | 67 | 322.093 | 10.5 | 3381.97 | 187.887 | 0.0751033 | 98.7287 | 0 | 98.7287 | 11 | 1 |
| Plugin/windowattrmanager.cpp | 35 | | WindowAttrManager | [static] Load(wxTopLevelWindow *) | 1 | 22 | 13 | 6 | 3 | 4 | 1 | 27 | 93 | 442.205 | 13.4643 | 5953.97 | 330.776 | 0.109501 | 88.3279 | 36.1812 | 124.509 | 12 | 81 |
| Plugin/windowattrmanager.cpp | 58 | | WindowAttrManager | [static] DoLoad(wxWindow *, const wxString &, int) | 3 | 38 | 31 | 5 | 2 | 7 | 4 | 57 | 199 | 1160.75 | 23.3382 | 27089.7 | 1504.99 | 0.300664 | 73.7657 | 26.6419 | 100.408 | 26 | 2 |
| Plugin/windowstack.cpp | 36 | | WindowStack | WindowStack(wxWindow *, wxWindowID, bool) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 29 | 62 | 301.195 | 8.47059 | 2551.3 | 141.739 | 0.0622376 | 109.566 | 0 | 109.566 | 6 | 1 |
| Plugin/windowstack.cpp | 44 | | WindowStack | ~WindowStack() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 8.25 | 1331.73 | 73.9847 | 0.040348 | 118.26 | 0 | 118.26 | 3 | 0 |
| Plugin/windowstack.cpp | 50 | | WindowStack | ForEach(std::function<void (wxWindow *)>) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 7.94444 | 1167.4 | 64.8556 | 0.0369566 | 115.565 | 0 | 115.565 | 2 | 0 |
| Plugin/windowstack.cpp | 57 | | WindowStack | SelectIf(std::function<bool (wxWindow *)>) | 1 | 14 | 13 | 0 | 1 | 4 | 2 | 27 | 60 | 285.293 | 13.6 | 3879.99 | 215.555 | 0.0823062 | 97.929 | 0 | 97.929 | 4 | 0 |
| Plugin/windowstack.cpp | 72 | | WindowStack | Select(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 34 | 149.339 | 7.15 | 1067.77 | 59.3207 | 0.0348229 | 110.821 | 0 | 110.821 | 2 | 2 |
| Plugin/windowstack.cpp | 81 | | WindowStack | Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 40 | 180.942 | 8.45 | 1528.96 | 84.9424 | 0.0442395 | 107.914 | 0 | 107.914 | 4 | 1 |
| Plugin/windowstack.cpp | 91 | | WindowStack | Remove(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 29 | 58 | 281.763 | 11.6923 | 3294.46 | 183.025 | 0.073802 | 100.721 | 0 | 100.721 | 5 | 1 |
| Plugin/windowstack.cpp | 104 | | WindowStack | Add(wxWindow *, bool) | 2 | 14 | 14 | 0 | 0 | 4 | 1 | 30 | 66 | 323.855 | 15 | 4857.82 | 269.879 | 0.0956107 | 97.2697 | 0 | 97.2697 | 5 | 1 |
| Plugin/windowstack.cpp | 119 | | WindowStack | Contains(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/windowstack.cpp | 121 | | WindowStack | FindPage(wxWindow *) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 49 | 238.041 | 12.75 | 3035.02 | 168.612 | 0.0698747 | 106.258 | 0 | 106.258 | 2 | 4 |
| Plugin/windowstack.cpp | 131 | | WindowStack | GetSelected() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 0 |
| Plugin/windowstack.cpp | 133 | | WindowStack | ChangeSelection(size_t) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 34 | 149.339 | 8 | 1194.71 | 66.3728 | 0.0375307 | 112.984 | 0 | 112.984 | 3 | 1 |
| Plugin/windowstack.cpp | 141 | | WindowStack | DoSelect(wxWindow *) | 1 | 15 | 12 | 2 | 1 | 2 | 1 | 33 | 74 | 373.285 | 11.6667 | 4354.99 | 241.944 | 0.0888936 | 95.8734 | 26.7997 | 122.673 | 7 | 2 |
| Plugin/windowstack.cpp | 157 | | WindowStack | OnSize(wxSizeEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 50 | 235.022 | 8.5 | 1997.69 | 110.983 | 0.0528726 | 108.463 | 0 | 108.463 | 5 | 2 |
| Plugin/windowstack.cpp | 166 | | WindowStack | DoHideNoActiveWindows() | 0 | 14 | 13 | 0 | 1 | 4 | 2 | 24 | 48 | 220.078 | 8 | 1760.63 | 97.8125 | 0.0486023 | 99.2786 | 0 | 99.2786 | 2 | 1 |
| Plugin/windowstack.cpp | 181 | | WindowStack | OnColoursChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 2 |
| Plugin/workspace.cpp | 1032 | {anonymous} | | BuildGlobalCompilerPath() | 0 | 19 | 19 | 0 | 0 | 4 | 3 | 45 | 115 | 631.563 | 16.4423 | 10384.4 | 576.909 | 0.158659 | 88.8495 | 0 | 88.8495 | 18 | 2 |
| Plugin/workspace.cpp | 55 | | clCxxWorkspace | clCxxWorkspace() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 8.16667 | 1727.41 | 95.9673 | 0.0479891 | 111.404 | 0 | 111.404 | 6 | 2 |
| Plugin/workspace.cpp | 63 | | clCxxWorkspace | ~clCxxWorkspace() [override] | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 28 | 49 | 235.56 | 10.8182 | 2548.34 | 141.574 | 0.0621894 | 106.313 | 0 | 106.313 | 5 | 0 |
| Plugin/workspace.cpp | 73 | | clCxxWorkspace | GetName() const [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 5.41667 | 942.055 | 52.3364 | 0.0320329 | 112.192 | 0 | 112.192 | 5 | 7 |
| Plugin/workspace.cpp | 81 | | clCxxWorkspace | CloseWorkspace() | 0 | 14 | 11 | 1 | 2 | 2 | 1 | 26 | 54 | 253.824 | 5.86667 | 1489.1 | 82.7277 | 0.0434672 | 98.9967 | 20.1155 | 119.112 | 10 | 2 |
| Plugin/workspace.cpp | 96 | | clCxxWorkspace | OpenWorkspace(const wxString &, wxString &) | 2 | 16 | 14 | 1 | 1 | 3 | 1 | 38 | 90 | 472.313 | 11.2727 | 5324.26 | 295.792 | 0.101637 | 93.3743 | 18.8844 | 112.259 | 14 | 3 |
| Plugin/workspace.cpp | 113 | | clCxxWorkspace | GetBuildMatrix() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 38 |
| Plugin/workspace.cpp | 115 | | clCxxWorkspace | SetBuildMatrix(BuildMatrixPtr) | 1 | 20 | 16 | 1 | 3 | 3 | 1 | 46 | 107 | 591.021 | 12.2143 | 7218.9 | 401.05 | 0.124507 | 88.5935 | 16.9762 | 105.57 | 17 | 5 |
| Plugin/workspace.cpp | 136 | | clCxxWorkspace | CreateWorkspace(const wxString &, const wxString &, wxString &) | 3 | 47 | 33 | 6 | 8 | 5 | 2 | 70 | 246 | 1507.8 | 16.8 | 25331.1 | 1407.28 | 0.287507 | 69.4219 | 26.2842 | 95.7061 | 39 | 4 |
| Plugin/workspace.cpp | 184 | | clCxxWorkspace | GetStringProperty(const wxString &, wxString &) | 2 | 15 | 13 | 0 | 2 | 3 | 1 | 31 | 74 | 366.611 | 12.6562 | 4639.91 | 257.773 | 0.0927297 | 95.7372 | 0 | 95.7372 | 8 | 0 |
| Plugin/workspace.cpp | 200 | | clCxxWorkspace | AddProjectToBuildMatrix(ProjectPtr) | 1 | 58 | 39 | 7 | 12 | 6 | 4 | 68 | 241 | 1467.08 | 21.2234 | 31136.4 | 1729.8 | 0.329907 | 65.9275 | 25.6294 | 91.5569 | 59 | 4 |
| Plugin/workspace.cpp | 259 | | clCxxWorkspace | RemoveProjectFromBuildMatrix(ProjectPtr) | 1 | 27 | 20 | 2 | 5 | 4 | 3 | 54 | 143 | 822.949 | 16.1765 | 13312.4 | 739.578 | 0.187233 | 81.7804 | 20.4627 | 102.243 | 29 | 1 |
| Plugin/workspace.cpp | 287 | | clCxxWorkspace | CreateProject(const wxString &, const wxString &, const wxString &, const wxString &, bool, wxString &) | 6 | 41 | 32 | 3 | 6 | 4 | 1 | 71 | 225 | 1383.69 | 21.0833 | 29172.9 | 1620.71 | 0.315887 | 72.3111 | 20.345 | 92.6561 | 34 | 3 |
| Plugin/workspace.cpp | 329 | | clCxxWorkspace | AddProject(const wxString &, const wxString &, wxString &) | 3 | 39 | 30 | 4 | 6 | 4 | 1 | 68 | 216 | 1314.89 | 19.9333 | 26210.2 | 1456.12 | 0.294121 | 73.3865 | 23.8017 | 97.1881 | 41 | 1 |
| Plugin/workspace.cpp | 369 | | clCxxWorkspace | FindProjectByName(const wxString &, wxString &) const | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 37 | 86 | 448.013 | 12.9524 | 5802.83 | 322.38 | 0.10764 | 94.6945 | 0 | 94.6945 | 12 | 92 |
| Plugin/workspace.cpp | 385 | | clCxxWorkspace | GetProjectList(wxArrayString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 9 | 1903.68 | 105.76 | 0.0512005 | 111.174 | 0 | 111.174 | 4 | 19 |
| Plugin/workspace.cpp | 393 | | clCxxWorkspace | AddProject(const wxString &, wxString &) | 2 | 53 | 41 | 4 | 8 | 7 | 2 | 81 | 295 | 1870.26 | 21.0526 | 39373.8 | 2187.43 | 0.385789 | 65.8954 | 20.6432 | 86.5385 | 47 | 1 |
| Plugin/workspace.cpp | 447 | | clCxxWorkspace | DoAddProject(ProjectPtr) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 24 | 48 | 220.078 | 10.0455 | 2210.79 | 122.821 | 0.0565687 | 105.189 | 0 | 105.189 | 9 | 1 |
| Plugin/workspace.cpp | 458 | | clCxxWorkspace | DoAddProject(const wxString &, const wxString &, wxString &) | 3 | 23 | 17 | 3 | 3 | 3 | 1 | 46 | 131 | 723.587 | 14.3621 | 10392.2 | 577.344 | 0.158739 | 85.277 | 26.5382 | 111.815 | 23 | 1 |
| Plugin/workspace.cpp | 482 | | clCxxWorkspace | RemoveProject(const wxString &, wxString &, const wxString &) | 3 | 75 | 56 | 12 | 7 | 16 | 4 | 96 | 375 | 2469.36 | 25.2571 | 62369 | 3464.94 | 0.524233 | 56.7558 | 29.0386 | 85.7944 | 57 | 1 |
| Plugin/workspace.cpp | 558 | | clCxxWorkspace | GetActiveProjectName() const [override] | 0 | 15 | 13 | 0 | 2 | 3 | 1 | 45 | 120 | 659.022 | 16 | 10544.4 | 585.798 | 0.160285 | 92.6876 | 0 | 92.6876 | 18 | 28 |
| Plugin/workspace.cpp | 574 | | clCxxWorkspace | SetActiveProject(const wxString &) | 1 | 25 | 19 | 2 | 4 | 5 | 1 | 59 | 136 | 800.039 | 13.8158 | 11053.2 | 614.065 | 0.165401 | 82.944 | 21.2145 | 104.158 | 23 | 6 |
| Plugin/workspace.cpp | 600 | | clCxxWorkspace | CreateVirtualDirectory(const wxString &, wxString &, bool) | 3 | 18 | 14 | 1 | 3 | 2 | 1 | 42 | 112 | 603.94 | 17 | 10267 | 570.387 | 0.157461 | 90.4179 | 17.8544 | 108.272 | 13 | 2 |
| Plugin/workspace.cpp | 619 | | clCxxWorkspace | RemoveVirtualDirectory(const wxString &, wxString &) | 2 | 18 | 14 | 1 | 3 | 2 | 1 | 41 | 107 | 573.258 | 16.6458 | 9542.36 | 530.131 | 0.149962 | 90.689 | 17.8544 | 108.543 | 13 | 1 |
| Plugin/workspace.cpp | 638 | | clCxxWorkspace | SaveXmlFile() | 0 | 31 | 23 | 4 | 4 | 4 | 1 | 52 | 175 | 997.577 | 12.3649 | 12334.9 | 685.272 | 0.177952 | 78.5417 | 26.4103 | 104.952 | 33 | 14 |
| Plugin/workspace.cpp | 670 | | clCxxWorkspace | SyncToLocalWorkspaceSTParserPaths() | 0 | 29 | 27 | 0 | 2 | 7 | 4 | 46 | 202 | 1115.76 | 18.1333 | 20232.4 | 1124.02 | 0.247501 | 78.3499 | 0 | 78.3499 | 27 | 1 |
| Plugin/workspace.cpp | 700 | | clCxxWorkspace | SyncFromLocalWorkspaceSTParserPaths() | 0 | 29 | 20 | 6 | 3 | 4 | 1 | 45 | 192 | 1054.44 | 22.4643 | 23687.1 | 1315.95 | 0.274929 | 79.3338 | 32.3889 | 111.723 | 25 | 1 |
| Plugin/workspace.cpp | 730 | | clCxxWorkspace | SyncToLocalWorkspaceSTParserMacros() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 65 | 318.948 | 8.79412 | 2804.87 | 155.826 | 0.0662959 | 103.26 | 0 | 103.26 | 10 | 1 |
| Plugin/workspace.cpp | 741 | | clCxxWorkspace | SyncFromLocalWorkspaceSTParserMacros() | 0 | 22 | 15 | 6 | 1 | 3 | 1 | 37 | 111 | 578.249 | 13.6364 | 7885.22 | 438.068 | 0.132055 | 87.1631 | 36.1812 | 123.344 | 16 | 1 |
| Plugin/workspace.cpp | 764 | | clCxxWorkspace | Save() | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 43 | 202.119 | 8.86364 | 1791.51 | 99.5283 | 0.049169 | 107.109 | 0 | 107.109 | 5 | 1 |
| Plugin/workspace.cpp | 774 | | clCxxWorkspace | AddNewFile(const wxString &, const wxString &, wxString &) | 3 | 28 | 20 | 3 | 5 | 4 | 1 | 47 | 144 | 799.861 | 21.4815 | 17182.2 | 954.566 | 0.221955 | 81.3392 | 24.2819 | 105.621 | 16 | 3 |
| Plugin/workspace.cpp | 803 | | clCxxWorkspace | RemoveFile(const wxString &, const wxString &, wxString &) | 3 | 31 | 26 | 1 | 4 | 5 | 1 | 49 | 167 | 937.657 | 22.7586 | 21339.8 | 1185.54 | 0.256451 | 78.6338 | 13.7333 | 92.3672 | 23 | 2 |
| Plugin/workspace.cpp | 835 | | clCxxWorkspace | GetProjBuildConf(const wxString &, const wxString &) const | 2 | 25 | 21 | 1 | 3 | 5 | 2 | 39 | 118 | 623.677 | 14.375 | 8965.36 | 498.076 | 0.143855 | 84.2389 | 15.2452 | 99.4842 | 19 | 94 |
| Plugin/workspace.cpp | 861 | | clCxxWorkspace | ReloadWorkspace() | 0 | 16 | 12 | 1 | 3 | 2 | 1 | 35 | 66 | 338.533 | 8 | 2708.26 | 150.459 | 0.0647648 | 95.336 | 18.8844 | 114.22 | 16 | 1 |
| Plugin/workspace.cpp | 878 | | clCxxWorkspace | GetFileLastModifiedTime() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 126.049 | 0 | 126.049 | 2 | 6 |
| Plugin/workspace.cpp | 900 | | clCxxWorkspace | GetParserMacros() | 0 | 13 | 12 | 0 | 1 | 3 | 1 | 31 | 72 | 356.702 | 11.25 | 4012.9 | 222.939 | 0.0841752 | 98.1979 | 0 | 98.1979 | 10 | 0 |
| Plugin/workspace.cpp | 914 | | clCxxWorkspace | GetEnvironmentVariables() | 0 | 22 | 19 | 1 | 2 | 5 | 2 | 34 | 107 | 544.359 | 13.0263 | 7090.99 | 393.944 | 0.123032 | 87.0172 | 16.2158 | 103.233 | 19 | 4 |
| Plugin/workspace.cpp | 937 | | clCxxWorkspace | SetEnvironmentVariables(const wxString &) | 1 | 27 | 23 | 1 | 4 | 4 | 1 | 46 | 160 | 883.77 | 17.6786 | 15623.8 | 867.988 | 0.208323 | 81.4096 | 14.6873 | 96.0969 | 26 | 1 |
| Plugin/workspace.cpp | 965 | | clCxxWorkspace | IsOpen() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 63 |
| Plugin/workspace.cpp | 967 | | clCxxWorkspace | IsVirtualDirectoryExists(const wxString &) | 1 | 24 | 19 | 1 | 4 | 3 | 1 | 49 | 124 | 696.224 | 21.1852 | 14749.6 | 819.424 | 0.200478 | 84.788 | 15.5492 | 100.337 | 15 | 1 |
| Plugin/workspace.cpp | 992 | | clCxxWorkspace | GetPrivateFolder() const | 0 | 25 | 20 | 3 | 2 | 4 | 2 | 39 | 107 | 565.538 | 9.8 | 5542.27 | 307.904 | 0.104393 | 84.9778 | 25.5633 | 110.541 | 18 | 10 |
| Plugin/workspace.cpp | 1018 | | clCxxWorkspace | GetTagsFileName() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 27 | 67 | 318.577 | 8.4 | 2676.05 | 148.669 | 0.0642503 | 101.722 | 0 | 101.722 | 14 | 2 |
| Plugin/workspace.cpp | 1053 | | clCxxWorkspace | CreateCompileCommandsJSON() const | 0 | 24 | 20 | 2 | 2 | 9 | 2 | 42 | 122 | 657.863 | 18.1739 | 11955.9 | 664.219 | 0.174288 | 83.7027 | 21.6227 | 105.325 | 23 | 1 |
| Plugin/workspace.cpp | 1078 | | clCxxWorkspace | CreateCompileFlagsTexts() const | 0 | 26 | 22 | 2 | 2 | 9 | 2 | 48 | 142 | 793.065 | 16.7069 | 13249.6 | 736.092 | 0.186644 | 81.4341 | 20.8285 | 102.263 | 30 | 1 |
| Plugin/workspace.cpp | 1105 | | clCxxWorkspace | GetActiveProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 149.233 | 0 | 149.233 | 2 | 18 |
| Plugin/workspace.cpp | 1107 | | clCxxWorkspace | GetProject(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 47 | 223.48 | 9.28571 | 2075.17 | 115.287 | 0.054231 | 108.725 | 0 | 108.725 | 6 | 37 |
| Plugin/workspace.cpp | 1116 | | clCxxWorkspace | GetCompilers(wxStringSet_t &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 32 | 142.702 | 8.66667 | 1236.75 | 68.7083 | 0.0384061 | 115.718 | 0 | 115.718 | 3 | 1 |
| Plugin/workspace.cpp | 1123 | | clCxxWorkspace | ReplaceCompilers(const wxStringMap_t &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 33 | 149.278 | 8.45 | 1261.4 | 70.0775 | 0.0389146 | 115.483 | 0 | 115.483 | 3 | 1 |
| Plugin/workspace.cpp | 1130 | | clCxxWorkspace | DoUpdateBuildMatrix() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 39 | 183.317 | 6 | 1099.9 | 61.1057 | 0.035518 | 117.599 | 0 | 117.599 | 7 | 4 |
| Plugin/workspace.cpp | 1136 | | clCxxWorkspace | RenameProject(const wxString &, const wxString &) | 2 | 51 | 42 | 5 | 4 | 11 | 6 | 63 | 291 | 1739.39 | 23.5341 | 40934.9 | 2274.16 | 0.395921 | 65.9757 | 23.3136 | 89.2893 | 39 | 1 |
| Plugin/workspace.cpp | 1188 | | clCxxWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/workspace.cpp | 1189 | | clCxxWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Plugin/workspace.cpp | 1191 | | clCxxWorkspace | GetFilesMask() const [override] | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 23 | 53 | 239.749 | 10.3636 | 2484.67 | 138.037 | 0.0611492 | 101.561 | 0 | 101.561 | 8 | 0 |
| Plugin/workspace.cpp | 1203 | | clCxxWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 11 | 10 | 0 | 1 | 3 | 2 | 32 | 58 | 290 | 12.4667 | 3615.33 | 200.852 | 0.0785195 | 101.981 | 0 | 101.981 | 7 | 2 |
| Plugin/workspace.cpp | 1215 | | clCxxWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 14 | 13 | 0 | 1 | 4 | 1 | 40 | 96 | 510.905 | 12.6667 | 6471.46 | 359.526 | 0.115757 | 94.8991 | 0 | 94.8991 | 12 | 0 |
| Plugin/workspace.cpp | 1230 | | clCxxWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 17 | 15 | 1 | 1 | 5 | 3 | 36 | 94 | 485.973 | 16.1053 | 7826.72 | 434.818 | 0.131401 | 91.7839 | 18.3478 | 110.132 | 10 | 4 |
| Plugin/workspace.cpp | 1248 | | clCxxWorkspace | GetSelectedConfig() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 7.15 | 1256.2 | 69.789 | 0.0388078 | 112.139 | 0 | 112.139 | 9 | 13 |
| Plugin/workspace.cpp | 1256 | | clCxxWorkspace | ClearIncludePathCache() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 27 | 114.694 | 6.875 | 788.522 | 43.8068 | 0.0284504 | 116.854 | 0 | 116.854 | 3 | 2 |
| Plugin/workspace.cpp | 1263 | | clCxxWorkspace | DoUnselectActiveProject() | 0 | 9 | 8 | 0 | 1 | 3 | 1 | 26 | 42 | 197.418 | 7.58333 | 1497.09 | 83.1717 | 0.0436225 | 107.231 | 0 | 107.231 | 6 | 1 |
| Plugin/workspace.cpp | 1273 | | clCxxWorkspace | DoLoadProjectsFromXml(wxXmlNode *, const wxString &, std::vector<wxXmlNode *> &) | 3 | 34 | 33 | 1 | 0 | 9 | 3 | 70 | 252 | 1544.58 | 20.625 | 31856.9 | 1769.83 | 0.334977 | 73.6219 | 13.1285 | 86.7504 | 36 | 2 |
| Plugin/workspace.cpp | 1308 | | clCxxWorkspace | DoGetWorkspaceFolderXmlNode(const wxString &) | 1 | 14 | 13 | 0 | 1 | 4 | 2 | 41 | 100 | 535.755 | 13.4583 | 7210.37 | 400.576 | 0.124409 | 94.6521 | 0 | 94.6521 | 9 | 4 |
| Plugin/workspace.cpp | 1323 | | clCxxWorkspace | DoCreateWorkspaceFolder(const wxString &) | 1 | 25 | 20 | 4 | 2 | 5 | 2 | 50 | 154 | 869.154 | 18.3871 | 15981.2 | 887.845 | 0.211488 | 82.5131 | 29.0386 | 111.552 | 16 | 4 |
| Plugin/workspace.cpp | 1349 | | clCxxWorkspace | MoveProjectToFolder(const wxString &, const wxString &, bool) | 3 | 31 | 23 | 3 | 5 | 7 | 2 | 40 | 132 | 702.495 | 17.1818 | 12070.1 | 670.563 | 0.175396 | 79.6753 | 23.1746 | 102.85 | 11 | 1 |
| Plugin/workspace.cpp | 1381 | | clCxxWorkspace | DeleteWorkspaceFolder(const wxString &) | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 32 | 65 | 325 | 12.5 | 4062.5 | 225.694 | 0.0848674 | 99.9786 | 0 | 99.9786 | 8 | 1 |
| Plugin/workspace.cpp | 1394 | | clCxxWorkspace | CreateWorkspaceFolder(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 1 | 2 |
| Plugin/workspace.cpp | 1396 | | clCxxWorkspace | DoLoadWorkspace(const wxString &, wxString &) | 2 | 48 | 35 | 5 | 8 | 4 | 1 | 78 | 239 | 1502.21 | 17.1455 | 25756.1 | 1430.89 | 0.290714 | 69.3301 | 23.9713 | 93.3014 | 42 | 3 |
| Plugin/workspace.cpp | 1445 | | clCxxWorkspace | DoGetProjectXmlNode(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 39 | 98 | 517.969 | 16.15 | 8365.21 | 464.734 | 0.137361 | 99.1945 | 0 | 99.1945 | 11 | 1 |
| Plugin/workspace.cpp | 1457 | | clCxxWorkspace | DoGetProjectsXmlNodes() const | 0 | 23 | 20 | 0 | 3 | 5 | 3 | 39 | 137 | 724.1 | 20.1429 | 14585.4 | 810.302 | 0.198987 | 84.8134 | 0 | 84.8134 | 16 | 4 |
| Plugin/workspace.cpp | 1481 | | clCxxWorkspace | GetWorkspaceFolders() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 6 | 700.547 | 38.9193 | 0.0262928 | 116.991 | 0 | 116.991 | 5 | 1 |
| Plugin/workspace.cpp | 1488 | | clCxxWorkspace | DoVisitWorkspaceFolders(wxXmlNode *, const wxString &, wxArrayString &) const | 3 | 20 | 19 | 0 | 1 | 6 | 3 | 44 | 130 | 709.726 | 18.24 | 12945.4 | 719.189 | 0.183776 | 86.9518 | 0 | 86.9518 | 16 | 2 |
| Plugin/workspace.cpp | 1509 | | clCxxWorkspace | GetVersion() const | 0 | 6 | 6 | 0 | 0 | 3 | 1 | 22 | 39 | 173.918 | 7.8 | 1356.56 | 75.3644 | 0.040848 | 114.459 | 0 | 114.459 | 6 | 0 |
| Plugin/workspace.cpp | 1516 | | clCxxWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 9 | 1605.4 | 89.1886 | 0.0457018 | 109.897 | 0 | 109.897 | 6 | 0 |
| Plugin/workspace.cpp | 1525 | | clCxxWorkspace | GetWorkspaceProjects() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 5.25 | 388.546 | 21.5859 | 0.017749 | 119.362 | 0 | 119.362 | 3 | 0 |
| Plugin/workspace.cpp | 1532 | | clCxxWorkspace | GetExcludeFilesForConfig(std::vector<wxString> &, const wxString &) | 2 | 17 | 17 | 0 | 0 | 6 | 4 | 49 | 128 | 718.683 | 17.5862 | 12638.9 | 702.161 | 0.180864 | 89.5194 | 0 | 89.5194 | 18 | 1 |
| Plugin/workspace.cpp | 1550 | | clCxxWorkspace | ClearBacktickCache() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| Plugin/workspace.cpp | 1552 | | clCxxWorkspace | HasBacktick(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 146.944 | 0 | 146.944 | 1 | 1 |
| Plugin/workspace.cpp | 1554 | | clCxxWorkspace | SetBacktickValue(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.2 | 1070.48 | 59.471 | 0.0348817 | 118.688 | 0 | 118.688 | 3 | 1 |
| Plugin/workspace.cpp | 1560 | | clCxxWorkspace | GetBacktickValue(const wxString &, wxString &) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 11.6364 | 2434.5 | 135.25 | 0.0603234 | 109.068 | 0 | 109.068 | 4 | 1 |
| Plugin/workspace.cpp | 1569 | | clCxxWorkspace | OnBuildHotspotClicked(clBuildEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| Plugin/workspace.cpp | 1575 | | clCxxWorkspace | SetProjectActive(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/workspace.cpp | 1577 | | clCxxWorkspace | GetDebuggerName() const [override] | 0 | 13 | 12 | 0 | 1 | 3 | 1 | 22 | 52 | 231.89 | 8.5 | 1971.07 | 109.504 | 0.0524018 | 100.437 | 0 | 100.437 | 10 | 0 |
| Plugin/workspace.cpp | 1591 | | clCxxWorkspace | GetEnvironment() const [override] | 0 | 10 | 10 | 0 | 0 | 3 | 1 | 26 | 58 | 272.626 | 9.85714 | 2687.31 | 149.295 | 0.0644303 | 103.846 | 0 | 103.846 | 13 | 0 |
| Plugin/workspace.cpp | 885 | | clCxxWorkspaceST | [static] Free() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| Plugin/workspace.cpp | 893 | | clCxxWorkspaceST | [static] Get() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 23 | 94.0116 | 9.6 | 902.512 | 50.1395 | 0.0311301 | 117.888 | 0 | 117.888 | 1 | 460 |
| Plugin/wxCodeCompletionBox.cpp | 33 | | wxCodeCompletionBox | wxCodeCompletionBox(wxWindow *, wxEvtHandler *, size_t) | 3 | 115 | 86 | 24 | 24 | 3 | 1 | 154 | 984 | 7150.52 | 31.4167 | 224645 | 12480.3 | 1.23181 | 47.2924 | 32.5052 | 79.7976 | 175 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 149 | | wxCodeCompletionBox | ~wxCodeCompletionBox() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 47 | 206.439 | 9.33333 | 1926.76 | 107.042 | 0.0516136 | 107.229 | 0 | 107.229 | 5 | 0 |
| Plugin/wxCodeCompletionBox.cpp | 159 | | wxCodeCompletionBox | Reset(wxEvtHandler *, size_t) | 2 | 14 | 14 | 0 | 0 | 2 | 1 | 33 | 64 | 322.841 | 7.8 | 2518.16 | 139.898 | 0.0616975 | 97.746 | 0 | 97.746 | 5 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 174 | | wxCodeCompletionBox | ShowCompletionBox(wxStyledTextCtrl *, const wxCodeCompletionBoxEntry::Vec_t &, const wxSize &) | 3 | 55 | 40 | 7 | 8 | 9 | 2 | 74 | 248 | 1539.94 | 17.434 | 26847.3 | 1491.52 | 0.298868 | 65.8458 | 26.2485 | 92.0943 | 29 | 3 |
| Plugin/wxCodeCompletionBox.cpp | 230 | | wxCodeCompletionBox | OnTooltipWindowTimer(wxTimerEvent &) | 1 | 57 | 40 | 7 | 10 | 8 | 3 | 79 | 301 | 1897.44 | 27.451 | 52086.5 | 2893.7 | 0.464903 | 64.4116 | 25.8309 | 90.2425 | 73 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 288 | | wxCodeCompletionBox | StartTooltipWindowTimer() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 31 | 124 | 5 | 620 | 34.4444 | 0.0242367 | 113.951 | 0 | 113.951 | 3 | 3 |
| Plugin/wxCodeCompletionBox.cpp | 296 | | wxCodeCompletionBox | StcCharAdded(wxStyledTextEvent &) | 1 | 19 | 18 | 5 | 1 | 10 | 1 | 42 | 115 | 620.117 | 13.125 | 8139.03 | 452.168 | 0.134874 | 87.5646 | 35.6834 | 123.248 | 6 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 316 | | wxCodeCompletionBox | StcModified(wxStyledTextEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 322 | | wxCodeCompletionBox | FilterResults(bool, size_t &, size_t &, size_t &) | 4 | 66 | 50 | 7 | 9 | 15 | 2 | 60 | 506 | 2988.89 | 48.1923 | 144041 | 8002.3 | 0.915947 | 58.0638 | 24.1696 | 82.2334 | 78 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 389 | | wxCodeCompletionBox | InsertSelection(wxCodeCompletionBoxEntry::Ptr_t) | 1 | 30 | 26 | 3 | 1 | 7 | 4 | 58 | 182 | 1066.15 | 19.5556 | 20849.2 | 1158.29 | 0.252506 | 78.0372 | 23.5268 | 101.564 | 34 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 420 | | wxCodeCompletionBox | TagsToEntries(const TagEntryPtrVector_t &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 67 | 337.974 | 12.5 | 4224.68 | 234.704 | 0.0871113 | 102.959 | 0 | 102.959 | 8 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 431 | | wxCodeCompletionBox | [static] GetImageId(TagEntryPtr) | 1 | 41 | 40 | 1 | 0 | 28 | 1 | 60 | 327 | 1931.55 | 17.6522 | 34096.1 | 1894.23 | 0.350495 | 65.0565 | 11.9795 | 77.036 | 37 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 473 | | wxCodeCompletionBox | ShowCompletionBox(wxStyledTextCtrl *, const TagEntryPtrVector_t &, const wxSize &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6.54545 | 933.536 | 51.8631 | 0.0318395 | 115.95 | 0 | 115.95 | 2 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 480 | | wxCodeCompletionBox | DoUpdateList() | 0 | 32 | 24 | 5 | 3 | 6 | 2 | 55 | 165 | 953.924 | 16 | 15262.8 | 847.933 | 0.205101 | 77.8 | 28.7405 | 106.541 | 25 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 513 | | wxCodeCompletionBox | [static] TagToEntry(TagEntryPtr) | 1 | 15 | 14 | 0 | 1 | 1 | 0 | 41 | 125 | 669.694 | 10.9655 | 7343.54 | 407.975 | 0.125936 | 93.0641 | 0 | 93.0641 | 32 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 529 | | wxCodeCompletionBox | DoDestroy() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 148.936 | 0 | 148.936 | 2 | 10 |
| Plugin/wxCodeCompletionBox.cpp | 531 | | wxCodeCompletionBox | DoDestroyTipWindow() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 7.5625 | 1156.5 | 64.2499 | 0.0367261 | 108.789 | 0 | 108.789 | 3 | 6 |
| Plugin/wxCodeCompletionBox.cpp | 541 | | wxCodeCompletionBox | StcLeftDown(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 547 | | wxCodeCompletionBox | StcKeyDown(wxKeyEvent &) | 1 | 55 | 54 | 1 | 0 | 28 | 1 | 64 | 250 | 1500 | 17.0455 | 25568.2 | 1420.45 | 0.289298 | 61.6125 | 10.3689 | 71.9813 | 16 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 603 | | wxCodeCompletionBox | DoShowCompletionBox(const wxSize &) | 1 | 37 | 28 | 5 | 4 | 6 | 1 | 55 | 234 | 1352.84 | 21.1622 | 28629 | 1590.5 | 0.311948 | 73.6313 | 26.9603 | 100.592 | 27 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 641 | | wxCodeCompletionBox | RemoveDuplicateEntries() | 0 | 14 | 13 | 1 | 0 | 3 | 2 | 35 | 90 | 461.635 | 12 | 5539.63 | 307.757 | 0.10436 | 95.6564 | 20.1155 | 115.772 | 13 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 656 | | wxCodeCompletionBox | [static] GetBitmap(TagEntryPtr) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 54 | 259.597 | 9.5 | 2466.17 | 137.01 | 0.0608454 | 107.716 | 0 | 107.716 | 7 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 665 | | wxCodeCompletionBox | [static] InitializeDefaultBitmaps() | 0 | 25 | 25 | 19 | 0 | 2 | 1 | 38 | 258 | 1353.97 | 21.1852 | 28684 | 1593.56 | 0.312348 | 80.8981 | 48.7922 | 129.69 | 60 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 691 | | wxCodeCompletionBox | GetFilter() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 23 | 40 | 180.942 | 8.72727 | 1579.13 | 87.7297 | 0.0452021 | 107.914 | 0 | 107.914 | 3 | 5 |
| Plugin/wxCodeCompletionBox.cpp | 701 | | wxCodeCompletionBox | ShowCompletionBox(wxStyledTextCtrl *, const LSP::CompletionItem::Vec_t &, const wxSize &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 6.23077 | 1028.07 | 57.115 | 0.0339542 | 115.193 | 0 | 115.193 | 2 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 708 | | wxCodeCompletionBox | LSPCompletionsToEntries(const LSP::CompletionItem::Vec_t &) | 1 | 80 | 70 | 6 | 4 | 20 | 4 | 117 | 614 | 4218.4 | 37.2386 | 157088 | 8727.09 | 0.97045 | 52.0057 | 20.5825 | 72.5882 | 141 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 789 | | wxCodeCompletionBox | GetImageId(LSP::CompletionItem::Ptr_t) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 58 | 265.928 | 8.21429 | 2184.41 | 121.356 | 0.0561179 | 109.983 | 0 | 109.983 | 9 | 1 |
| Plugin/wxCodeCompletionBox.cpp | 797 | | wxCodeCompletionBox | DoPopulateList() | 0 | 19 | 16 | 2 | 1 | 3 | 1 | 45 | 123 | 675.498 | 13.6607 | 9227.78 | 512.655 | 0.146648 | 88.7297 | 24.0864 | 112.816 | 18 | 2 |
| Plugin/wxCodeCompletionBox.cpp | 817 | | wxCodeCompletionBox | OnSelectionActivated(wxDataViewEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 4.88889 | 579.511 | 32.1951 | 0.0231697 | 116.912 | 0 | 116.912 | 3 | 0 |
| Plugin/wxCodeCompletionBox.cpp | 824 | | wxCodeCompletionBox | OnSelectionChanged(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| Plugin/wxCodeCompletionBox.cpp | 830 | | wxCodeCompletionBox | [static] SetStripHtmlTags(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 2 |
| Plugin/wxCodeCompletionBoxBase.cpp | 16 | | wxCodeCompletionBoxBase | wxCodeCompletionBoxBase(wxWindow *, long) | 2 | 36 | 27 | 2 | 7 | 3 | 1 | 68 | 255 | 1552.3 | 16.56 | 25706.1 | 1428.12 | 0.290338 | 74.05 | 17.8544 | 91.9044 | 36 | 1 |
| Plugin/wxCodeCompletionBoxBase.cpp | 53 | | wxCodeCompletionBoxBase | ~wxCodeCompletionBoxBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 0 | 112.047 | 8 | 0 |
| Plugin/wxCodeCompletionBoxManager.cpp | 22 | {anonymous} | | GetWordStartPos(wxStyledTextCtrl *, int, const std::unordered_set<wxChar> &) | 3 | 28 | 24 | 1 | 3 | 6 | 2 | 41 | 122 | 653.621 | 27.4722 | 17956.4 | 997.579 | 0.228573 | 81.9291 | 14.4303 | 96.3594 | 6 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 100 | {anonymous} | | CheckCtrlPosition(wxStyledTextCtrl *, int, size_t) | 3 | 20 | 17 | 2 | 1 | 6 | 1 | 50 | 110 | 620.824 | 20 | 12416.5 | 689.805 | 0.178736 | 87.6477 | 23.5268 | 111.174 | 7 | 4 |
| Plugin/wxCodeCompletionBoxManager.cpp | 121 | {anonymous} | | InitialiseBox(wxCodeCompletionBox *, size_t, int, wxEvtHandler *, const wxSize &) | 5 | 16 | 16 | 0 | 0 | 4 | 1 | 39 | 106 | 560.253 | 15.8409 | 8874.91 | 493.051 | 0.142885 | 92.2564 | 0 | 92.2564 | 10 | 4 |
| Plugin/wxCodeCompletionBoxManager.cpp | 53 | {anonymous} | wxCodeCompletionClientData | wxCodeCompletionClientData() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 8 | 10 | 30 | 3 | 90 | 5 | 0.00669433 | 130.626 | 0 | 130.626 | 0 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 57 | {anonymous} | wxCodeCompletionClientData | ~wxCodeCompletionClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Plugin/wxCodeCompletionBoxManager.cpp | 61 | | wxCodeCompletionBoxManager | wxCodeCompletionBoxManager() | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 29 | 113 | 548.952 | 11.9167 | 6541.68 | 363.426 | 0.116593 | 96.4162 | 0 | 96.4162 | 12 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 75 | | wxCodeCompletionBoxManager | ~wxCodeCompletionBoxManager() [override] | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 27 | 108 | 513.528 | 12.375 | 6354.91 | 353.05 | 0.114363 | 99.4693 | 0 | 99.4693 | 13 | 0 |
| Plugin/wxCodeCompletionBoxManager.cpp | 88 | | wxCodeCompletionBoxManager | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 15.1667 | 1638 | 91 | 0.0463185 | 114.669 | 0 | 114.669 | 1 | 15 |
| Plugin/wxCodeCompletionBoxManager.cpp | 139 | | wxCodeCompletionBoxManager | ShowCompletionBox(wxStyledTextCtrl *, const LSP::CompletionItem::Vec_t &, size_t, int, wxEvtHandler *, const wxSize &) | 6 | 12 | 12 | 0 | 0 | 4 | 1 | 41 | 93 | 498.252 | 11.5385 | 5749.07 | 319.393 | 0.106974 | 97.5268 | 0 | 97.5268 | 6 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 152 | | wxCodeCompletionBoxManager | ShowCompletionBox(wxStyledTextCtrl *, const TagEntryPtrVector_t &, size_t, int, wxEvtHandler *, const wxSize &) | 6 | 13 | 12 | 0 | 1 | 4 | 1 | 39 | 89 | 470.401 | 11.875 | 5586.01 | 310.334 | 0.104941 | 96.5292 | 0 | 96.5292 | 6 | 0 |
| Plugin/wxCodeCompletionBoxManager.cpp | 166 | | wxCodeCompletionBoxManager | ShowCompletionBox(wxStyledTextCtrl *, const wxCodeCompletionBoxEntry::Vec_t &, size_t, int, wxEvtHandler *, const wxSize &) | 6 | 13 | 12 | 0 | 1 | 4 | 1 | 40 | 91 | 484.295 | 11.7 | 5666.26 | 314.792 | 0.105944 | 96.3778 | 0 | 96.3778 | 6 | 5 |
| Plugin/wxCodeCompletionBoxManager.cpp | 180 | | wxCodeCompletionBoxManager | ShowCompletionBox(wxStyledTextCtrl *, const wxCodeCompletionBoxEntry::Vec_t &, const wxCodeCompletionBox::BmpVec_t &, size_t, int, wxEvtHandler *, const wxSize &) | 7 | 15 | 14 | 0 | 1 | 4 | 1 | 45 | 105 | 576.645 | 12.6897 | 7317.42 | 406.523 | 0.125637 | 93.152 | 0 | 93.152 | 7 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 196 | | wxCodeCompletionBoxManager | DestroyCCBox() | 0 | 11 | 11 | 0 | 0 | 3 | 2 | 18 | 44 | 183.477 | 7 | 1284.34 | 71.3521 | 0.039385 | 104.361 | 0 | 104.361 | 3 | 3 |
| Plugin/wxCodeCompletionBoxManager.cpp | 208 | | wxCodeCompletionBoxManager | DestroyCurrent() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 3.5 | 266.515 | 14.8064 | 0.0138047 | 122.167 | 0 | 122.167 | 8 | 5 |
| Plugin/wxCodeCompletionBoxManager.cpp | 214 | | wxCodeCompletionBoxManager | InsertSelection(wxCodeCompletionBoxEntry::Ptr_t, bool) | 2 | 114 | 87 | 15 | 12 | 18 | 4 | 124 | 778 | 5410.36 | 44.7211 | 241957 | 13442.1 | 1.29431 | 45.434 | 26.6419 | 72.0759 | 88 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 329 | | wxCodeCompletionBoxManager | OnStcCharAdded(wxStyledTextEvent &) | 1 | 7 | 7 | 0 | 0 | 4 | 1 | 23 | 46 | 208.084 | 9.27273 | 1929.5 | 107.195 | 0.0516626 | 110.799 | 0 | 110.799 | 4 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 337 | | wxCodeCompletionBoxManager | OnStcModified(wxStyledTextEvent &) | 1 | 7 | 7 | 0 | 0 | 4 | 1 | 23 | 46 | 208.084 | 9.27273 | 1929.5 | 107.195 | 0.0516626 | 110.799 | 0 | 110.799 | 4 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 345 | | wxCodeCompletionBoxManager | DoShowCCBoxEntries(const wxCodeCompletionBoxEntry::Vec_t &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 22 | 36 | 160.54 | 7.5 | 1204.05 | 66.8915 | 0.037726 | 112.378 | 0 | 112.378 | 2 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 353 | | wxCodeCompletionBoxManager | DoShowCCBoxTags(const TagEntryPtrVector_t &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 21 | 34 | 149.339 | 7.7 | 1149.91 | 63.8838 | 0.0365865 | 112.754 | 0 | 112.754 | 2 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 361 | | wxCodeCompletionBoxManager | OnStcKeyDown(wxKeyEvent &) | 1 | 8 | 8 | 0 | 0 | 5 | 1 | 24 | 49 | 224.663 | 10.0455 | 2256.84 | 125.38 | 0.0573517 | 108.007 | 0 | 108.007 | 4 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 370 | | wxCodeCompletionBoxManager | OnStcLeftDown(wxMouseEvent &) | 1 | 8 | 8 | 0 | 0 | 5 | 1 | 24 | 49 | 224.663 | 10.0455 | 2256.84 | 125.38 | 0.0573517 | 108.007 | 0 | 108.007 | 4 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 379 | | wxCodeCompletionBoxManager | OnDismissBox(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 6 |
| Plugin/wxCodeCompletionBoxManager.cpp | 385 | | wxCodeCompletionBoxManager | OnAppActivate(wxActivateEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 2 | 2 |
| Plugin/wxCodeCompletionBoxManager.cpp | 391 | | wxCodeCompletionBoxManager | [static] Free() | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 114.069 | 26.0372 | 140.107 | 1 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 400 | | wxCodeCompletionBoxManager | DoConnectStcEventHandlers(wxStyledTextCtrl *) | 1 | 16 | 14 | 2 | 0 | 4 | 2 | 35 | 94 | 482.153 | 20.6667 | 9964.49 | 553.583 | 0.154353 | 93.0371 | 26.0372 | 119.074 | 5 | 3 |
| Plugin/wxCodeCompletionBoxManager.cpp | 417 | | wxCodeCompletionBoxManager | InsertSelectionTemplateFunction(const wxString &) | 1 | 28 | 22 | 4 | 2 | 3 | 2 | 53 | 159 | 910.739 | 18.1618 | 16540.6 | 918.924 | 0.216395 | 80.8942 | 27.6325 | 108.527 | 17 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 446 | | wxCodeCompletionBoxManager | DoShowCCBoxLSPItems(const LSP::CompletionItem::Vec_t &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 23 | 38 | 171.895 | 7.33333 | 1260.57 | 70.0314 | 0.0388976 | 112.022 | 0 | 112.022 | 2 | 1 |
| Plugin/wxCodeCompletionBoxManager.cpp | 454 | | wxCodeCompletionBoxManager | ShowAddIncludeDialog(const wxString &) | 1 | 17 | 15 | 1 | 1 | 4 | 1 | 54 | 130 | 748.135 | 13.3 | 9950.2 | 552.789 | 0.154206 | 89.7705 | 18.3478 | 108.118 | 15 | 1 |
| Plugin/wxCodeCompletionBox_bitmaps.cpp | 32 | | | wxC9ED9AInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 42 | 101 | 544.624 | 11.3889 | 6202.66 | 344.592 | 0.112529 | 86.9845 | 15.872 | 102.857 | 17 | 1 |
| Plugin/wxCustomStatusBar.cpp | 212 | | wxCustomStatusBar | wxCustomStatusBar(wxWindow *, wxWindowID, long) | 3 | 21 | 17 | 1 | 3 | 1 | 0 | 56 | 159 | 923.369 | 13.5 | 12465.5 | 692.527 | 0.179206 | 85.943 | 16.583 | 102.526 | 21 | 1 |
| Plugin/wxCustomStatusBar.cpp | 234 | | wxCustomStatusBar | ~wxCustomStatusBar() [override] | 0 | 13 | 10 | 1 | 2 | 1 | 0 | 27 | 85 | 404.165 | 9.625 | 3890.09 | 216.116 | 0.082449 | 98.0083 | 20.8285 | 118.837 | 8 | 0 |
| Plugin/wxCustomStatusBar.cpp | 248 | | wxCustomStatusBar | OnPaint(wxPaintEvent &) | 1 | 38 | 25 | 7 | 6 | 3 | 1 | 65 | 186 | 1120.16 | 12.898 | 14447.8 | 802.655 | 0.197733 | 74.8707 | 30.8494 | 105.72 | 33 | 2 |
| Plugin/wxCustomStatusBar.cpp | 287 | | wxCustomStatusBar | OnEraseBackground(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/wxCustomStatusBar.cpp | 289 | | wxCustomStatusBar | DoGetFieldsWidth() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 50 | 229.248 | 13.3 | 3049 | 169.389 | 0.0700891 | 108.592 | 0 | 108.592 | 4 | 0 |
| Plugin/wxCustomStatusBar.cpp | 298 | | wxCustomStatusBar | GetField(size_t) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 7.5 | 1231.75 | 68.4305 | 0.0383025 | 114.987 | 0 | 114.987 | 4 | 16 |
| Plugin/wxCustomStatusBar.cpp | 305 | | wxCustomStatusBar | RemoveField(size_t) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 39 | 171.3 | 7.7 | 1319.01 | 73.2785 | 0.0400908 | 112.27 | 0 | 112.27 | 6 | 0 |
| Plugin/wxCustomStatusBar.cpp | 313 | | wxCustomStatusBar | OnLeftDown(wxMouseEvent &) | 1 | 15 | 14 | 1 | 0 | 3 | 2 | 38 | 93 | 488.057 | 12.3636 | 6034.16 | 335.231 | 0.110482 | 94.2493 | 19.4709 | 113.72 | 12 | 2 |
| Plugin/wxCustomStatusBar.cpp | 329 | | wxCustomStatusBar | ClearText() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 122.863 | 0 | 122.863 | 2 | 1 |
| Plugin/wxCustomStatusBar.cpp | 335 | | wxCustomStatusBar | UpdateMainTextField() | 0 | 11 | 7 | 3 | 1 | 1 | 0 | 23 | 54 | 244.272 | 7.30769 | 1785.07 | 99.1704 | 0.0490511 | 103.333 | 36.1812 | 139.514 | 11 | 2 |
| Plugin/wxCustomStatusBar.cpp | 347 | | wxCustomStatusBar | Finalize() | 0 | 20 | 18 | 1 | 2 | 5 | 2 | 36 | 103 | 532.502 | 15.6579 | 8337.86 | 463.215 | 0.137061 | 88.6757 | 16.9762 | 105.652 | 16 | 1 |
| Plugin/wxCustomStatusBar.cpp | 368 | | wxCustomStatusBar | SetText(const wxString &, int) | 2 | 23 | 17 | 4 | 4 | 4 | 1 | 39 | 86 | 454.545 | 12.8571 | 5844.14 | 324.675 | 0.10815 | 87.4647 | 30.1022 | 117.567 | 7 | 2 |
| Plugin/wxCustomStatusBar.cpp | 392 | | wxCustomStatusBar | OnMouseMotion(wxMouseEvent &) | 1 | 17 | 16 | 0 | 1 | 4 | 2 | 38 | 100 | 524.793 | 13.4545 | 7060.85 | 392.269 | 0.122683 | 91.6143 | 0 | 91.6143 | 14 | 2 |
| Plugin/wxCustomStatusBar.cpp | 410 | | wxCustomStatusBar | AnimationClicked(wxCustomStatusBarField *) | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 36 | 79 | 408.424 | 12.5263 | 5116.05 | 284.225 | 0.0989696 | 97.4938 | 20.8285 | 118.322 | 9 | 1 |
| Plugin/wxCustomStatusBar.cpp | 424 | | wxCustomStatusBar | SetArt(wxCustomStatusBarArt::Ptr_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 121.302 | 0 | 121.302 | 2 | 4 |
| Plugin/wxCustomStatusBar.cpp | 430 | | wxCustomStatusBar | DoGetMainFieldRect() | 0 | 19 | 15 | 3 | 1 | 5 | 2 | 38 | 107 | 561.528 | 18 | 10107.5 | 561.528 | 0.155827 | 89.2306 | 28.8719 | 118.103 | 19 | 1 |
| Plugin/wxCustomStatusBar.cpp | 450 | | wxCustomStatusBar | OnTimer(wxTimerEvent &) | 1 | 20 | 13 | 4 | 3 | 3 | 2 | 33 | 70 | 353.108 | 9.94737 | 3512.49 | 195.138 | 0.0770233 | 91.2719 | 31.9355 | 123.207 | 7 | 2 |
| Plugin/wxCustomStatusBar.cpp | 474 | | wxCustomStatusBar | GetText() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 33 | 140.182 | 6.11111 | 856.665 | 47.5925 | 0.0300667 | 113.313 | 0 | 113.313 | 2 | 3 |
| Plugin/wxCustomStatusBar.cpp | 130 | | wxCustomStatusBarAnimationField | wxCustomStatusBarAnimationField(wxCustomStatusBar *, const wxBitmap &, wxOrientation, const wxSize &) | 4 | 13 | 10 | 3 | 1 | 1 | 0 | 36 | 70 | 361.895 | 12 | 4342.74 | 241.263 | 0.0887267 | 98.5828 | 33.8695 | 132.452 | 4 | 0 |
| Plugin/wxCustomStatusBar.cpp | 144 | | wxCustomStatusBarAnimationField | Render(wxDC &, const wxRect &, wxCustomStatusBarArt::Ptr_t) [override] | 3 | 14 | 10 | 2 | 2 | 1 | 0 | 42 | 114 | 614.724 | 12.25 | 7530.37 | 418.354 | 0.128063 | 94.6272 | 27.6325 | 122.26 | 13 | 0 |
| Plugin/wxCustomStatusBar.cpp | 159 | | wxCustomStatusBarAnimationField | Start(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.66667 | 293.568 | 16.3093 | 0.0147237 | 149.233 | 0 | 149.233 | 1 | 0 |
| Plugin/wxCustomStatusBar.cpp | 161 | | wxCustomStatusBarAnimationField | Stop() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 0 |
| Plugin/wxCustomStatusBar.cpp | 163 | | wxCustomStatusBarAnimationField | OnAnimationClicked(wxMouseEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 27 | 47 | 223.48 | 10.9091 | 2437.96 | 135.442 | 0.0603805 | 106.816 | 24.6875 | 131.504 | 3 | 1 |
| Plugin/wxCustomStatusBar.cpp | 17 | | wxCustomStatusBarArt | wxCustomStatusBarArt(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 5 |
| Plugin/wxCustomStatusBar.cpp | 22 | | wxCustomStatusBarArt | [virtual] DrawText(wxDC &, wxCoord, wxCoord, const wxString &) | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 6.92308 | 1296.67 | 72.037 | 0.0396367 | 117.487 | 0 | 117.487 | 3 | 1 |
| Plugin/wxCustomStatusBar.cpp | 28 | | wxCustomStatusBarArt | [virtual] DrawFieldSeparator(wxDC &, const wxRect &) | 2 | 13 | 10 | 1 | 2 | 1 | 0 | 30 | 67 | 328.762 | 8.68421 | 2855.04 | 158.613 | 0.0670841 | 99.0821 | 20.8285 | 119.911 | 10 | 5 |
| Plugin/wxCustomStatusBar.cpp | 42 | | wxCustomStatusBarArt | [virtual] GetBgColour() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 121.779 | 0 | 121.779 | 2 | 4 |
| Plugin/wxCustomStatusBar.cpp | 48 | | wxCustomStatusBarArt | [virtual] GetPenColour() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/wxCustomStatusBar.cpp | 49 | | wxCustomStatusBarArt | [virtual] GetTextColour() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 1 |
| Plugin/wxCustomStatusBar.cpp | 50 | | wxCustomStatusBarArt | [virtual] GetSeparatorColour() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| Plugin/wxCustomStatusBar.cpp | 176 | | wxCustomStatusBarBitmapField | Render(wxDC &, const wxRect &, wxCustomStatusBarArt::Ptr_t) [override] | 3 | 32 | 25 | 3 | 4 | 3 | 1 | 57 | 213 | 1242.41 | 16.0714 | 19967.2 | 1109.29 | 0.245334 | 77.1161 | 22.8376 | 99.9537 | 27 | 0 |
| Plugin/wxCustomStatusBar.cpp | 106 | | wxCustomStatusBarControlField | wxCustomStatusBarControlField(wxCustomStatusBar *, wxControl *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 121.085 | 0 | 121.085 | 1 | 2 |
| Plugin/wxCustomStatusBar.cpp | 112 | | wxCustomStatusBarControlField | Render(wxDC &, const wxRect &, wxCustomStatusBarArt::Ptr_t) [override] | 3 | 14 | 10 | 2 | 2 | 1 | 1 | 32 | 73 | 365 | 8.64286 | 3154.64 | 175.258 | 0.0716989 | 97.3378 | 27.6325 | 124.97 | 9 | 0 |
| Plugin/wxCustomStatusBar.cpp | 471 | | wxCustomStatusBarField | HitTest(const wxPoint &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.625 | 482.832 | 26.824 | 0.0205152 | 147.617 | 0 | 147.617 | 1 | 2 |
| Plugin/wxCustomStatusBar.cpp | 66 | | wxCustomStatusBarFieldText | Render(wxDC &, const wxRect &, wxCustomStatusBarArt::Ptr_t) [override] | 3 | 21 | 14 | 4 | 3 | 2 | 1 | 47 | 126 | 699.878 | 15.3 | 10708.1 | 594.896 | 0.16194 | 87.154 | 31.2887 | 118.443 | 10 | 0 |
| Plugin/wxCustomStatusBar.cpp | 88 | | wxCustomStatusBarFieldText | SetText(const wxString &) | 1 | 13 | 11 | 2 | 0 | 4 | 2 | 31 | 65 | 322.023 | 9.05882 | 2917.15 | 162.064 | 0.0680536 | 98.4998 | 28.5467 | 127.047 | 9 | 8 |
| Plugin/wxCustomStatusBar.cpp | 55 | | wxCustomStatusBarSpacerField | Render(wxDC &, const wxRect &, wxCustomStatusBarArt::Ptr_t) [override] | 3 | 7 | 5 | 1 | 1 | 1 | 0 | 23 | 34 | 153.801 | 6.53846 | 1005.62 | 55.8679 | 0.0334582 | 113.061 | 27.6325 | 140.693 | 3 | 0 |
| Plugin/wxPNGAnimation.cpp | 5 | | wxPNGAnimation | wxPNGAnimation(wxWindow *, const wxBitmap &, wxOrientation, const wxSize &, wxWindowID) | 5 | 34 | 33 | 0 | 1 | 4 | 2 | 68 | 271 | 1649.7 | 26.0652 | 42999.9 | 2388.88 | 0.409126 | 74.4295 | 0 | 74.4295 | 26 | 1 |
| Plugin/wxPNGAnimation.cpp | 40 | | wxPNGAnimation | ~wxPNGAnimation() [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 23 | 61 | 275.937 | 9.16667 | 2529.43 | 140.524 | 0.0618814 | 105.95 | 0 | 105.95 | 6 | 0 |
| Plugin/wxPNGAnimation.cpp | 50 | | wxPNGAnimation | OnEraseBG(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/wxPNGAnimation.cpp | 52 | | wxPNGAnimation | OnPaint(wxPaintEvent &) | 1 | 14 | 12 | 0 | 2 | 1 | 0 | 38 | 78 | 409.338 | 8.58 | 3512.12 | 195.118 | 0.0770179 | 96.7417 | 0 | 96.7417 | 10 | 2 |
| Plugin/wxPNGAnimation.cpp | 67 | | wxPNGAnimation | OnTimer(wxTimerEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 34 | 151.621 | 7.2 | 1091.67 | 60.6483 | 0.0353405 | 110.742 | 0 | 110.742 | 2 | 2 |
| Plugin/wxPNGAnimation.cpp | 76 | | wxPNGAnimation | Start(int) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 2 | 1 |
| Plugin/wxPNGAnimation.cpp | 82 | | wxPNGAnimation | Stop() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.2 | 271.023 | 15.0568 | 0.0139599 | 123.028 | 0 | 123.028 | 2 | 1 |
| Plugin/wxPNGAnimation.cpp | 88 | | wxPNGAnimation | SetPanelColour(const wxColour &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 19 | | clBuiltinTerminalPane | clBuiltinTerminalPane(wxWindow *, wxWindowID) | 2 | 39 | 29 | 1 | 9 | 1 | 0 | 91 | 324 | 2108.53 | 14.9178 | 31454.6 | 1747.48 | 0.33215 | 71.6208 | 12.2766 | 83.8975 | 40 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 59 | | clBuiltinTerminalPane | ~clBuiltinTerminalPane() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 83 | 411.198 | 8.84211 | 3635.86 | 201.992 | 0.0788164 | 105.784 | 0 | 105.784 | 10 | 0 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 68 | | clBuiltinTerminalPane | UpdateTextAttributes() | 0 | 19 | 18 | 0 | 1 | 3 | 2 | 52 | 151 | 860.766 | 14.8235 | 12759.6 | 708.866 | 0.182013 | 87.4694 | 0 | 87.4694 | 23 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 88 | | clBuiltinTerminalPane | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 90 | | clBuiltinTerminalPane | Focus() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 14 | 28 | 106.606 | 4.66667 | 497.494 | 27.6386 | 0.0209285 | 117.234 | 0 | 117.234 | 4 | 5 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 97 | | clBuiltinTerminalPane | GetActiveTerminal() | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 23 | 43 | 194.513 | 10.3125 | 2005.92 | 111.44 | 0.0530177 | 109.446 | 26.0372 | 135.484 | 3 | 10 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 106 | | clBuiltinTerminalPane | OnNewDropdown(wxCommandEvent &) | 1 | 55 | 49 | 4 | 4 | 8 | 3 | 71 | 305 | 1875.67 | 23.5714 | 44212.3 | 2456.24 | 0.416781 | 65.0502 | 20.2869 | 85.3372 | 46 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 162 | | clBuiltinTerminalPane | OnNew(wxCommandEvent &) | 1 | 29 | 23 | 0 | 6 | 4 | 1 | 72 | 184 | 1135.27 | 18 | 20434.8 | 1135.27 | 0.249149 | 78.9498 | 0 | 78.9498 | 22 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 192 | | clBuiltinTerminalPane | OnSetTitle(wxTerminalEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 38 | 87 | 456.57 | 16.6667 | 7609.49 | 422.75 | 0.128958 | 96.9144 | 0 | 96.9144 | 6 | 2 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 206 | | clBuiltinTerminalPane | OnPageChanged(wxBookCtrlEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 120.75 | 0 | 120.75 | 2 | 2 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 212 | | clBuiltinTerminalPane | IsFocused() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 16 | 37 | 148 | 8.8 | 1302.4 | 72.3556 | 0.0397535 | 110.638 | 0 | 110.638 | 5 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 221 | | clBuiltinTerminalPane | DetectTerminals(std::map<wxString, wxString> &) | 1 | 19 | 18 | 1 | 0 | 3 | 0 | 50 | 128 | 722.414 | 15.6667 | 11317.8 | 628.767 | 0.16803 | 88.3806 | 17.3987 | 105.779 | 0 | 0 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 241 | | clBuiltinTerminalPane | ReadTerminalOptionsFromDisk(std::map<wxString, wxString> &) | 1 | 16 | 14 | 1 | 1 | 4 | 1 | 50 | 123 | 694.194 | 24.9167 | 17297 | 960.945 | 0.222942 | 91.1418 | 18.8844 | 110.026 | 14 | 0 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 258 | | clBuiltinTerminalPane | WriteTerminalOptionsToDisk(const std::map<wxString, wxString> &) | 1 | 13 | 10 | 1 | 2 | 2 | 1 | 37 | 77 | 401.128 | 12.1905 | 4889.94 | 271.663 | 0.0960317 | 97.8176 | 20.8285 | 118.646 | 9 | 0 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 272 | | clBuiltinTerminalPane | GetTerminalsOptions(bool) | 1 | 21 | 18 | 2 | 1 | 2 | 0 | 32 | 100 | 500 | 14.7778 | 7388.89 | 410.494 | 0.126454 | 88.9028 | 23.0043 | 111.907 | 5 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 294 | | clBuiltinTerminalPane | OnScanForTerminals(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 0 | 117.48 | 3 | 1 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 301 | | clBuiltinTerminalPane | UpdateTerminalsChoice(bool) | 1 | 31 | 27 | 0 | 4 | 6 | 2 | 64 | 183 | 1098 | 21.0366 | 23098.2 | 1283.23 | 0.270353 | 77.5829 | 0 | 77.5829 | 13 | 2 |
| Plugin/wxTerminalCtrl/clBuiltinTerminalPane.cpp | 333 | | clBuiltinTerminalPane | OnIdle(wxIdleEvent &) | 1 | 9 | 7 | 1 | 1 | 1 | 1 | 23 | 49 | 221.655 | 5.14286 | 1139.94 | 63.3299 | 0.0363747 | 107.089 | 24.6875 | 131.777 | 7 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 9 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 21 | {anonymous} | | initialise_colours() | 0 | 326 | 309 | 8 | 9 | 6 | 1 | 533 | 4284 | 38804.4 | 23.9226 | 928304 | 51572.5 | 3.17204 | 20.9276 | 12.0155 | 32.943 | 879 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 348 | {anonymous} | | find_colour_by_number(ColoursMap_t *, int) | 2 | 7 | 7 | 0 | 0 | 3 | 1 | 27 | 43 | 204.46 | 9.15385 | 1871.6 | 103.978 | 0.0506237 | 111.12 | 0 | 111.12 | 3 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 357 | {anonymous} | | safe_get_char(wxStringView, size_t) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 9 | 1244.72 | 69.1508 | 0.0385708 | 113.383 | 0 | 113.383 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 376 | {anonymous} | | render_string(wxStringView, wxTerminalAnsiRendererInterface *) | 2 | 57 | 50 | 8 | 2 | 8 | 2 | 57 | 231 | 1347.4 | 36.4839 | 49158.3 | 2731.02 | 0.447311 | 66.1917 | 27.4171 | 93.6089 | 14 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 546 | {anonymous} | | find_control_code(wxStringView, int) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 27 | 51 | 242.499 | 16.15 | 3916.36 | 217.576 | 0.0828198 | 104.455 | 0 | 104.455 | 2 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 558 | {anonymous} | | find_st(wxStringView, size_t *) | 2 | 14 | 14 | 0 | 0 | 5 | 2 | 38 | 94 | 493.305 | 21.6176 | 10664.1 | 592.45 | 0.161496 | 94.8514 | 0 | 94.8514 | 5 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 574 | {anonymous} | | find_first_control_code(wxStringView, int, int) | 3 | 10 | 10 | 0 | 0 | 4 | 2 | 28 | 58 | 278.827 | 19.8 | 5520.77 | 306.709 | 0.104123 | 103.499 | 0 | 103.499 | 3 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 586 | {anonymous} | | ansi_sequence_type(wxStringView) | 1 | 27 | 25 | 0 | 2 | 12 | 1 | 43 | 120 | 651.152 | 16.2 | 10548.7 | 586.037 | 0.160328 | 81.158 | 0 | 81.158 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 615 | {anonymous} | | wxStringViewAtol(wxStringView, long) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 23 | 63 | 284.984 | 10.5417 | 3004.21 | 166.901 | 0.069401 | 99.3652 | 0 | 99.3652 | 5 | 7 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 630 | {anonymous} | | parse_cols_rows(wxStringView, long) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 32 | 92 | 460 | 15.5556 | 7155.56 | 397.531 | 0.123777 | 98.4021 | 0 | 98.4021 | 8 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 651 | {anonymous} | | ansi_control_sequence(wxStringView, AnsiControlSequenceValue *) | 2 | 63 | 54 | 25 | 0 | 23 | 2 | 67 | 365 | 2214.12 | 34.9556 | 77395.9 | 4299.77 | 0.605374 | 58.5376 | 41.4103 | 99.948 | 33 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 976 | {anonymous} | | before_first(wxStringView, wxChar) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 58 | 278.827 | 14 | 3903.57 | 216.865 | 0.0826393 | 103.729 | 0 | 103.729 | 6 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 508 | {anonymous} | AnsiControlSequenceValue | value_cols_rows() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 15 | 29 | 113.3 | 6.75 | 764.774 | 42.4874 | 0.0278762 | 112.257 | 0 | 112.257 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 517 | {anonymous} | AnsiControlSequenceValue | value_long() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 28 | 112 | 6.42857 | 720 | 40 | 0.0267773 | 112.317 | 0 | 112.317 | 1 | 8 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 526 | {anonymous} | AnsiControlSequenceValue | value_int() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 28 | 114.449 | 5.625 | 643.775 | 35.7653 | 0.0248524 | 112.204 | 0 | 112.204 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 535 | {anonymous} | AnsiControlSequenceValue | value_string() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 28 | 112 | 6.42857 | 720 | 40 | 0.0267773 | 112.317 | 0 | 112.317 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 717 | | wxTerminalAnsiEscapeHandler | wxTerminalAnsiEscapeHandler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 719 | | wxTerminalAnsiEscapeHandler | ProcessBuffer(wxStringView, wxTerminalAnsiRendererInterface *) | 2 | 94 | 78 | 14 | 2 | 22 | 2 | 68 | 437 | 2660.22 | 35.1522 | 93512.6 | 5195.14 | 0.68674 | 51.3306 | 28.1441 | 79.4747 | 48 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 814 | | wxTerminalAnsiEscapeHandler | loop_until_st(wxStringView) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 51 | 242.499 | 11.3077 | 2742.11 | 152.339 | 0.0653033 | 106.392 | 0 | 106.392 | 6 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 824 | | wxTerminalAnsiEscapeHandler | handle_osc(wxStringView, wxTerminalAnsiRendererInterface *) | 2 | 51 | 39 | 15 | 3 | 8 | 1 | 52 | 208 | 1185.69 | 29.7414 | 35264.1 | 1959.12 | 0.358454 | 68.6584 | 37.2378 | 105.896 | 27 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 876 | | wxTerminalAnsiEscapeHandler | handle_csi(wxStringView, wxTerminalAnsiRendererInterface *) | 2 | 95 | 78 | 16 | 2 | 26 | 1 | 76 | 400 | 2499.17 | 26.3455 | 65841.8 | 3657.88 | 0.543517 | 50.5639 | 29.6901 | 80.254 | 35 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 988 | | wxTerminalAnsiEscapeHandler | handle_sgr(wxStringView, wxTerminalAnsiRendererInterface *) | 2 | 165 | 147 | 15 | 7 | 60 | 3 | 143 | 790 | 5656.3 | 48.785 | 275943 | 15330.2 | 1.41283 | 29.553 | 22.5149 | 52.0679 | 71 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiEscapeHandler.cpp | 1154 | | wxTerminalAnsiEscapeHandler | [static] GetColour(int) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 125.413 | 0 | 125.413 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 6 | {anonymous} | | LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 30 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 8 | | wxTerminalAnsiRendererInterface | [virtual] Bell() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 9 | | wxTerminalAnsiRendererInterface | [virtual] Backspace() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 10 | | wxTerminalAnsiRendererInterface | [virtual] Tab() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 11 | | wxTerminalAnsiRendererInterface | [virtual] LineFeed() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 12 | | wxTerminalAnsiRendererInterface | [virtual] FormFeed() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 13 | | wxTerminalAnsiRendererInterface | [virtual] CarriageReturn() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 14 | | wxTerminalAnsiRendererInterface | [virtual] AddString(wxStringView) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 2.5 | 83.0482 | 4.61379 | 0.00634501 | 152.554 | 0 | 152.554 | 0 | 4 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 15 | | wxTerminalAnsiRendererInterface | [virtual] EraseCharacter(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 2.5 | 71.3233 | 3.96241 | 0.0057328 | 153.345 | 0 | 153.345 | 0 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 17 | | wxTerminalAnsiRendererInterface | [virtual] MoveCaret(long, wxDirection) | 2 | 4 | 4 | 0 | 0 | 1 | 1 | 22 | 36 | 160.54 | 5.19231 | 833.571 | 46.3095 | 0.0295239 | 121.904 | 0 | 121.904 | 11 | 4 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 22 | | wxTerminalAnsiRendererInterface | [virtual] SetCaretX(long) | 1 | 6 | 6 | 1 | 0 | 1 | 1 | 27 | 51 | 242.499 | 7.5625 | 1833.9 | 101.883 | 0.0499416 | 113.19 | 29.5564 | 142.747 | 11 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 29 | | wxTerminalAnsiRendererInterface | [virtual] SetCaretY(long) | 1 | 6 | 6 | 1 | 0 | 1 | 1 | 27 | 51 | 242.499 | 7.5625 | 1833.9 | 101.883 | 0.0499416 | 113.19 | 29.5564 | 142.747 | 11 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 36 | | wxTerminalAnsiRendererInterface | [virtual] ClearLine(size_t) | 1 | 4 | 4 | 0 | 0 | 1 | 1 | 17 | 24 | 98.0991 | 3.5 | 343.347 | 19.0748 | 0.0163443 | 124.465 | 0 | 124.465 | 8 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 40 | | wxTerminalAnsiRendererInterface | [virtual] ClearDisplay(size_t) | 1 | 4 | 4 | 0 | 0 | 1 | 1 | 17 | 24 | 98.0991 | 3.5 | 343.347 | 19.0748 | 0.0163443 | 124.465 | 0 | 124.465 | 8 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 44 | | wxTerminalAnsiRendererInterface | [virtual] SetWindowTitle(wxStringView) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 41 | 185.466 | 5.14286 | 953.825 | 52.9903 | 0.0322992 | 112.087 | 0 | 112.087 | 13 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 52 | | wxTerminalAnsiRendererInterface | [virtual] ResetStyle() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 18 | 26 | 108.418 | 4 | 433.672 | 24.0929 | 0.0190979 | 120.33 | 0 | 120.33 | 9 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 58 | | wxTerminalAnsiRendererInterface | [virtual] SetTextColour(const wxColour &) | 1 | 10 | 10 | 0 | 0 | 2 | 2 | 28 | 75 | 360.552 | 8.73529 | 3149.52 | 174.974 | 0.0716213 | 102.622 | 0 | 102.622 | 22 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 69 | | wxTerminalAnsiRendererInterface | [virtual] SetTextBgColour(const wxColour &) | 1 | 12 | 12 | 0 | 0 | 3 | 0 | 32 | 76 | 380 | 8.7 | 3306 | 183.667 | 0.0739743 | 99.1656 | 0 | 99.1656 | 0 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 82 | | wxTerminalAnsiRendererInterface | [virtual] SetDefaultAttributes(const wxTextAttr &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererInterface.cpp | 84 | | wxTerminalAnsiRendererInterface | [virtual] SetTextFont(const wxFont &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 10 | {anonymous} | EditorEnabler | EditorEnabler(wxStyledTextCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.3 | 479.727 | 26.6515 | 0.0204272 | 122.167 | 0 | 122.167 | 1 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 15 | {anonymous} | EditorEnabler | ~EditorEnabler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 4 | 179.89 | 9.99391 | 0.0106223 | 150.979 | 0 | 150.979 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 19 | | wxTerminalAnsiRendererSTC | wxTerminalAnsiRendererSTC(wxStyledTextCtrl *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 7.94444 | 1201.74 | 66.7631 | 0.0376777 | 113.147 | 0 | 113.147 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 27 | | wxTerminalAnsiRendererSTC | ~wxTerminalAnsiRendererSTC() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 29 | | wxTerminalAnsiRendererSTC | Bell() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 31 | | wxTerminalAnsiRendererSTC | Backspace() [override] | 0 | 10 | 10 | 1 | 0 | 2 | 1 | 22 | 44 | 196.215 | 7.5 | 1471.61 | 81.7562 | 0.0431262 | 105.786 | 23.5268 | 129.313 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 42 | | wxTerminalAnsiRendererSTC | InsertText(const wxString &) | 1 | 17 | 14 | 1 | 2 | 1 | 0 | 37 | 105 | 546.993 | 12.1875 | 6666.47 | 370.36 | 0.118071 | 92.0889 | 18.3478 | 110.437 | 12 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 60 | | wxTerminalAnsiRendererSTC | Tab() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 62 | | wxTerminalAnsiRendererSTC | LineFeed() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 64 | | wxTerminalAnsiRendererSTC | FormFeed() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 5.4 | 734.042 | 40.7801 | 0.0271243 | 113.703 | 0 | 113.703 | 5 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 72 | | wxTerminalAnsiRendererSTC | CarriageReturn() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4 | 400.313 | 22.2396 | 0.0181056 | 117.793 | 0 | 117.793 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 79 | | wxTerminalAnsiRendererSTC | AddString(wxStringView) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.88889 | 559.528 | 31.0849 | 0.0226339 | 146.121 | 0 | 146.121 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 81 | | wxTerminalAnsiRendererSTC | MoveCaret(long, wxDirection) [override] | 2 | 32 | 32 | 0 | 0 | 9 | 2 | 45 | 155 | 851.237 | 29.2727 | 24918 | 1384.34 | 0.284373 | 77.7023 | 0 | 77.7023 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 114 | | wxTerminalAnsiRendererSTC | SetCaretX(long) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 23 | 99.4043 | 5.5 | 546.724 | 30.3736 | 0.0222873 | 146.854 | 0 | 146.854 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 116 | | wxTerminalAnsiRendererSTC | SetCaretY(long) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 23 | 99.4043 | 5.5 | 546.724 | 30.3736 | 0.0222873 | 146.854 | 0 | 146.854 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 118 | | wxTerminalAnsiRendererSTC | ClearLine(size_t) [override] | 1 | 28 | 25 | 1 | 2 | 5 | 1 | 39 | 188 | 993.656 | 25 | 24841.4 | 1380.08 | 0.283789 | 79.9811 | 14.4303 | 94.4113 | 17 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 147 | | wxTerminalAnsiRendererSTC | ClearDisplay(size_t) [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 20 | 32 | 138.302 | 5.31818 | 735.514 | 40.8619 | 0.0271606 | 113.153 | 0 | 113.153 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 155 | | wxTerminalAnsiRendererSTC | SetWindowTitle(wxStringView) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 123.749 | 0 | 123.749 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 160 | | wxTerminalAnsiRendererSTC | GetInsertionPoint() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 7.7 | 1014.63 | 56.3681 | 0.0336576 | 116.362 | 0 | 116.362 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 167 | | wxTerminalAnsiRendererSTC | SetInsertionPoint() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 6.5 | 840.24 | 46.68 | 0.0296812 | 116.462 | 0 | 116.462 | 3 | 13 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 174 | | wxTerminalAnsiRendererSTC | ResetStyle() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 117.896 | 0 | 117.896 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 181 | | wxTerminalAnsiRendererSTC | SetTextColour(const wxColour &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 38 | 174.229 | 6.76923 | 1179.39 | 65.5219 | 0.0372093 | 117.863 | 0 | 117.863 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 187 | | wxTerminalAnsiRendererSTC | SetTextBgColour(const wxColour &) [override] | 1 | 8 | 6 | 2 | 0 | 2 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 113.355 | 34.9714 | 148.326 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 196 | | wxTerminalAnsiRendererSTC | SetTextFont(const wxFont &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 198 | | wxTerminalAnsiRendererSTC | Clear() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.14286 | 482.222 | 26.7901 | 0.0204979 | 118.131 | 0 | 118.131 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalAnsiRendererSTC.cpp | 205 | | wxTerminalAnsiRendererSTC | EraseCharacter(int) [override] | 1 | 27 | 23 | 1 | 3 | 4 | 1 | 42 | 149 | 803.455 | 21.42 | 17210 | 956.112 | 0.222194 | 81.9051 | 14.6873 | 96.5923 | 11 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 15 | | wxTerminalColourHandler | ~wxTerminalColourHandler() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 17 | | wxTerminalColourHandler | Append(const wxString &, wxString *) | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 36 | 78 | 403.254 | 10.7143 | 4320.58 | 240.032 | 0.0884247 | 97.7901 | 0 | 97.7901 | 11 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 31 | | wxTerminalColourHandler | SetCtrl(wxTerminalOutputCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.57143 | 339.341 | 18.8523 | 0.016217 | 122.3 | 0 | 122.3 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 37 | | wxTerminalColourHandler | Clear() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 37 | 157.173 | 6.66667 | 1047.82 | 58.2123 | 0.0343878 | 110.555 | 0 | 110.555 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 46 | | wxTerminalColourHandler | SetDefaultStyle(const wxTextAttr &) | 1 | 19 | 19 | 0 | 0 | 5 | 2 | 28 | 134 | 644.186 | 11.9444 | 7694.44 | 427.469 | 0.129916 | 88.5166 | 0 | 88.5166 | 19 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalColourHandler.cpp | 66 | | wxTerminalColourHandler | SetCaretEnd() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 14 | 26 | 98.9912 | 4.5 | 445.461 | 24.7478 | 0.0194425 | 115.352 | 27.6325 | 142.985 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 26 | {anonymous} | | TERM_LOG() | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 15 | 12 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 28 | | wxTerminalCtrl | wxTerminalCtrl(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long, const wxString &) | 7 | 25 | 22 | 1 | 2 | 2 | 1 | 53 | 156 | 893.556 | 13.6944 | 12236.7 | 679.819 | 0.177007 | 83.0591 | 15.2452 | 98.3044 | 21 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 54 | | wxTerminalCtrl | ~wxTerminalCtrl() [override] | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 28 | 84 | 403.818 | 10.125 | 4088.66 | 227.148 | 0.0852313 | 99.0795 | 0 | 99.0795 | 8 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 67 | | wxTerminalCtrl | Create(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 14 | 14 | 2 | 0 | 1 | 0 | 44 | 111 | 605.997 | 10.9667 | 6645.77 | 369.209 | 0.117826 | 94.7015 | 27.6325 | 122.334 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 82 | | wxTerminalCtrl | StartShell() | 0 | 60 | 48 | 6 | 6 | 7 | 2 | 90 | 350 | 2272.15 | 18.7174 | 42528.7 | 2362.71 | 0.406132 | 62.8735 | 23.5268 | 86.4003 | 81 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 143 | | wxTerminalCtrl | Run(const wxString &) | 1 | 16 | 14 | 0 | 2 | 2 | 1 | 40 | 85 | 452.364 | 11.3333 | 5126.79 | 284.822 | 0.0991081 | 93.8287 | 0 | 93.8287 | 18 | 4 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 160 | | wxTerminalCtrl | AppendText(wxStringView) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 33 | 75 | 378.33 | 9.1 | 3442.8 | 191.267 | 0.0760011 | 96.9213 | 0 | 96.9213 | 12 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 175 | | wxTerminalCtrl | GenerateCtrlC() | 0 | 16 | 13 | 1 | 2 | 2 | 1 | 30 | 59 | 289.507 | 9.625 | 2786.5 | 154.806 | 0.0660062 | 96.1495 | 18.8844 | 115.034 | 4 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 192 | | wxTerminalCtrl | DoProcessTerminated() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 6.34615 | 1396.65 | 77.5917 | 0.0416489 | 103.645 | 0 | 103.645 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 204 | | wxTerminalCtrl | SetAttributes(const wxColour &, const wxColour &, const wxFont &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 39 | 168.555 | 7.77273 | 1310.13 | 72.7852 | 0.0399107 | 118.035 | 0 | 118.035 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 210 | | wxTerminalCtrl | OnProcessOutput(clProcessEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 37 | 169.644 | 6.76923 | 1148.36 | 63.7976 | 0.0365536 | 112.551 | 0 | 112.551 | 7 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 218 | | wxTerminalCtrl | OnProcessError(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 3 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 224 | | wxTerminalCtrl | OnProcessTerminated(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 230 | | wxTerminalCtrl | Terminate() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 24 | 93.7654 | 7 | 656.358 | 36.4643 | 0.0251752 | 115.404 | 0 | 115.404 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 238 | | wxTerminalCtrl | PromptForPasswordIfNeeded(const wxString &) | 1 | 33 | 31 | 0 | 2 | 7 | 3 | 53 | 157 | 899.284 | 18.4 | 16546.8 | 919.268 | 0.216449 | 77.3783 | 0 | 77.3783 | 15 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 272 | | wxTerminalCtrl | ClearScreen() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 274 | | wxTerminalCtrl | Logout() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 30 | 58 | 284.6 | 11.4286 | 3252.57 | 180.698 | 0.073175 | 99.3722 | 0 | 99.3722 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 288 | | wxTerminalCtrl | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 4 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 34.9714 | 161.599 | 1 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 293 | | wxTerminalCtrl | SSHAndSetWorkingDirectory(const wxString &, const wxString &) | 2 | 27 | 23 | 2 | 2 | 5 | 1 | 45 | 139 | 763.368 | 14.6207 | 11161 | 620.053 | 0.166474 | 81.9412 | 20.4627 | 102.404 | 21 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 321 | | wxTerminalCtrl | SetTerminalWorkingDirectory(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 123.015 | 0 | 123.015 | 5 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 326 | | wxTerminalCtrl | IsFocused() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 5 | 268.872 | 14.9373 | 0.013886 | 150.049 | 0 | 150.049 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 328 | | wxTerminalCtrl | GetNextLine() | 0 | 15 | 12 | 2 | 2 | 3 | 1 | 27 | 73 | 347.107 | 10.6786 | 3706.6 | 205.922 | 0.0798355 | 96.0215 | 26.7997 | 122.821 | 8 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 344 | | wxTerminalCtrl | ProcessOutputBuffer() | 0 | 26 | 17 | 3 | 6 | 4 | 2 | 47 | 121 | 672.105 | 11.6167 | 7807.62 | 433.757 | 0.131187 | 83.4447 | 25.1141 | 108.559 | 25 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp | 371 | | wxTerminalCtrl | ProcessIdle() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 124.52 | 31.9355 | 156.456 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalEvent.cpp | 3 | | wxTerminalEvent | wxTerminalEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalEvent.cpp | 8 | | wxTerminalEvent | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 16 | | wxTerminalHistory | Store() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 43 | 199.686 | 5.0625 | 1010.91 | 56.1616 | 0.0335753 | 114.2 | 0 | 114.2 | 6 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 23 | | wxTerminalHistory | Load() | 0 | 35 | 28 | 2 | 5 | 8 | 2 | 63 | 191 | 1141.66 | 17.5 | 19979.1 | 1109.95 | 0.245431 | 74.9541 | 18.0961 | 93.0502 | 30 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 59 | | wxTerminalHistory | Add(const wxString &) | 1 | 19 | 17 | 1 | 1 | 4 | 1 | 36 | 97 | 501.483 | 12.8571 | 6447.64 | 358.202 | 0.115473 | 90.0487 | 17.3987 | 107.447 | 10 | 4 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 79 | | wxTerminalHistory | Up() | 0 | 10 | 10 | 0 | 0 | 3 | 1 | 22 | 50 | 222.972 | 11.375 | 2536.3 | 140.906 | 0.0619935 | 104.891 | 0 | 104.891 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 90 | | wxTerminalHistory | Down() | 0 | 10 | 10 | 0 | 0 | 3 | 1 | 19 | 35 | 148.677 | 8.57143 | 1274.38 | 70.7988 | 0.0391812 | 106.999 | 0 | 106.999 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 101 | | wxTerminalHistory | Get() const | 0 | 7 | 7 | 0 | 0 | 3 | 1 | 23 | 39 | 176.419 | 8.45 | 1490.74 | 82.8189 | 0.0434991 | 111.887 | 0 | 111.887 | 4 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 109 | | wxTerminalHistory | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4 | 281.296 | 15.6276 | 0.0143105 | 122.581 | 0 | 122.581 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 115 | | wxTerminalHistory | ForCompletion(const wxString &) const | 1 | 18 | 17 | 0 | 1 | 4 | 3 | 32 | 94 | 470 | 14 | 6580 | 365.556 | 0.117048 | 91.2618 | 0 | 91.2618 | 11 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalHistory.cpp | 134 | | wxTerminalHistory | Set(const wxArrayString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 30 | {anonymous} | MyEventsHandler | MyEventsHandler(wxTerminalInputCtrl *, wxStyledTextCtrl *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 125.03 | 0 | 125.03 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 35 | {anonymous} | MyEventsHandler | OnPaste(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 42 | {anonymous} | MyEventsHandler | OnUndo(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 12 | 14 | 50.1895 | 3 | 150.568 | 8.36491 | 0.00943412 | 150.408 | 0 | 150.408 | 3 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 44 | {anonymous} | MyEventsHandler | OnCut(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 12 | 14 | 50.1895 | 3 | 150.568 | 8.36491 | 0.00943412 | 150.408 | 0 | 150.408 | 3 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 46 | {anonymous} | MyEventsHandler | OnRedo(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 12 | 14 | 50.1895 | 3 | 150.568 | 8.36491 | 0.00943412 | 150.408 | 0 | 150.408 | 3 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 53 | | wxTerminalInputCtrl | wxTerminalInputCtrl(wxTerminalCtrl *) | 1 | 58 | 44 | 4 | 10 | 2 | 1 | 121 | 559 | 3867.64 | 24.6429 | 95309.8 | 5294.99 | 0.695511 | 61.8067 | 19.7854 | 81.5921 | 70 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 112 | | wxTerminalInputCtrl | ~wxTerminalInputCtrl() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 72 | 330.117 | 10.1538 | 3351.96 | 186.22 | 0.0746583 | 109.089 | 0 | 109.089 | 6 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 120 | | wxTerminalInputCtrl | ShowCompletionBox(CompletionType) | 1 | 38 | 32 | 2 | 4 | 6 | 1 | 67 | 192 | 1164.69 | 20.6512 | 24052.2 | 1336.23 | 0.277746 | 73.978 | 17.3987 | 91.3767 | 17 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 159 | | wxTerminalInputCtrl | ProcessKeyDown(wxKeyEvent &) | 1 | 33 | 32 | 0 | 1 | 10 | 1 | 42 | 121 | 652.47 | 11.625 | 7584.97 | 421.387 | 0.128681 | 78.3566 | 0 | 78.3566 | 11 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 193 | | wxTerminalInputCtrl | SetWritePositionEnd() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 195 | | wxTerminalInputCtrl | Clear() | 0 | 5 | 5 | 1 | 0 | 1 | 0 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 120.35 | 31.9355 | 152.286 | 3 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 201 | | wxTerminalInputCtrl | SetText(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 8.18182 | 1437.49 | 79.8603 | 0.0424568 | 110.206 | 0 | 110.206 | 6 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 210 | | wxTerminalInputCtrl | GetText() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 212 | | wxTerminalInputCtrl | SetCaretPos(wxTerminalInputCtrl::CaretPos) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 27 | 69 | 328.087 | 13 | 4265.13 | 236.952 | 0.0876665 | 97.4322 | 0 | 97.4322 | 3 | 5 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 227 | | wxTerminalInputCtrl | OnMenu(wxContextMenuEvent &) | 1 | 30 | 29 | 0 | 1 | 3 | 2 | 44 | 149 | 813.455 | 15.1429 | 12318 | 684.335 | 0.17779 | 80.3639 | 0 | 80.3639 | 15 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 258 | | wxTerminalInputCtrl | UpdateTextDeleted(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 24 | 96 | 7.5 | 720 | 40 | 0.0267773 | 115.282 | 0 | 115.282 | 0 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 266 | | wxTerminalInputCtrl | EnsureCommandLineVisible() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 272 | | wxTerminalInputCtrl | SwapAndExecuteCommand(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.13636 | 848.67 | 47.1483 | 0.0298794 | 116.11 | 0 | 116.11 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 279 | | wxTerminalInputCtrl | OnCommandComplete(wxCommandEvent &) | 1 | 13 | 12 | 1 | 0 | 5 | 2 | 27 | 70 | 332.842 | 8.8 | 2929.01 | 162.723 | 0.068238 | 98.0979 | 20.8285 | 118.926 | 8 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 293 | | wxTerminalInputCtrl | OnClearScreen(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 299 | | wxTerminalInputCtrl | OnLogout(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 305 | | wxTerminalInputCtrl | OnClearLine(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 311 | | wxTerminalInputCtrl | OnCtrlC(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 317 | | wxTerminalInputCtrl | OnDeleteWord(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 53 | 254.79 | 9 | 2293.11 | 127.395 | 0.0579645 | 104.428 | 0 | 104.428 | 5 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 328 | | wxTerminalInputCtrl | OnEnter() | 0 | 10 | 9 | 2 | 0 | 1 | 0 | 26 | 54 | 253.824 | 6.5625 | 1665.72 | 92.5399 | 0.0468396 | 104.678 | 31.9355 | 136.613 | 7 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 339 | | wxTerminalInputCtrl | OnUp() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 27 | 105.486 | 3.9375 | 415.351 | 23.0751 | 0.0185562 | 117.519 | 0 | 117.519 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 346 | | wxTerminalInputCtrl | OnDown() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 27 | 105.486 | 3.9375 | 415.351 | 23.0751 | 0.0185562 | 117.519 | 0 | 117.519 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 353 | | wxTerminalInputCtrl | OnTabComplete() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 69 | 335.201 | 7.94444 | 2662.98 | 147.944 | 0.0640409 | 103.232 | 0 | 103.232 | 11 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 364 | | wxTerminalInputCtrl | SetFocus() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.66667 | 319.818 | 17.7677 | 0.0155888 | 148.788 | 0 | 148.788 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 366 | | wxTerminalInputCtrl | ApplyTheme() | 0 | 8 | 8 | 1 | 0 | 1 | 0 | 28 | 60 | 288.441 | 6.66667 | 1922.94 | 106.83 | 0.0515454 | 107.628 | 26.0372 | 133.665 | 12 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 375 | | wxTerminalInputCtrl | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 381 | | wxTerminalInputCtrl | GetWordBack() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 8 | 1391.34 | 77.2968 | 0.0415433 | 114.919 | 0 | 114.919 | 3 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 388 | | wxTerminalInputCtrl | NotifyTerminalOutput() | 0 | 55 | 43 | 3 | 9 | 11 | 2 | 81 | 264 | 1673.72 | 24.566 | 41116.7 | 2284.26 | 0.397092 | 64.9526 | 17.6986 | 82.6512 | 26 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 444 | | wxTerminalInputCtrl | OnCCBoxSelected(clCodeCompletionEvent &) | 1 | 29 | 25 | 3 | 1 | 4 | 1 | 54 | 167 | 961.066 | 17.5 | 16818.7 | 934.37 | 0.218813 | 79.816 | 23.8955 | 103.711 | 22 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 474 | | wxTerminalInputCtrl | OnIdle(wxIdleEvent &) | 1 | 14 | 12 | 0 | 2 | 4 | 1 | 36 | 74 | 382.574 | 10.8 | 4131.8 | 229.545 | 0.0858299 | 96.4033 | 0 | 96.4033 | 7 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 489 | | wxTerminalInputCtrl | SimulateKeyEvent(const wxKeyEvent &) | 1 | 17 | 15 | 2 | 0 | 1 | 0 | 43 | 101 | 548.053 | 10.7143 | 5871.99 | 326.222 | 0.108493 | 92.0788 | 25.3357 | 117.415 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalInputCtrl.cpp | 507 | | wxTerminalInputCtrl | Paste() | 0 | 8 | 8 | 0 | 0 | 1 | 1 | 16 | 40 | 160 | 5.44444 | 871.111 | 48.3951 | 0.0304038 | 110.692 | 0 | 110.692 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 25 | {anonymous} | | GetSelectedRange(wxStyledTextCtrl *, int, int) | 3 | 17 | 14 | 1 | 2 | 4 | 2 | 33 | 83 | 418.685 | 19.2 | 8038.75 | 446.597 | 0.133764 | 92.7889 | 18.3478 | 111.137 | 8 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 79 | {anonymous} | EditorEnabler | EditorEnabler(wxStyledTextCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.3 | 479.727 | 26.6515 | 0.0204272 | 122.167 | 0 | 122.167 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 84 | {anonymous} | EditorEnabler | ~EditorEnabler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 4 | 179.89 | 9.99391 | 0.0106223 | 150.979 | 0 | 150.979 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 48 | {anonymous} | MyEventsHandler | MyEventsHandler(wxTerminalInputCtrl *, wxStyledTextCtrl *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.5 | 376.928 | 20.9405 | 0.0173934 | 121.672 | 0 | 121.672 | 1 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 54 | {anonymous} | MyEventsHandler | OnPaste(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 117.797 | 0 | 117.797 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 61 | {anonymous} | MyEventsHandler | OnCopy(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 30 | 70 | 343.482 | 9.625 | 3306.02 | 183.668 | 0.0739745 | 97.1938 | 0 | 97.1938 | 9 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 88 | | wxTerminalOutputCtrl | [explicit] wxTerminalOutputCtrl(wxWindow *, wxWindowID) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 43 | 199.686 | 8.66667 | 1730.61 | 96.145 | 0.0480483 | 111.703 | 0 | 111.703 | 4 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 96 | | wxTerminalOutputCtrl | [explicit] wxTerminalOutputCtrl(wxTerminalCtrl *, wxWindowID, const wxFont &, const wxColour &, const wxColour &) | 5 | 11 | 11 | 0 | 0 | 1 | 0 | 33 | 63 | 317.797 | 10.6842 | 3395.41 | 188.634 | 0.075302 | 101.965 | 0 | 101.965 | 6 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 108 | | wxTerminalOutputCtrl | SetInputCtrl(wxTerminalInputCtrl *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 25 | 109.808 | 6.05 | 664.338 | 36.9077 | 0.0253788 | 123.879 | 0 | 123.879 | 2 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 113 | | wxTerminalOutputCtrl | Initialise(const wxFont &, const wxColour &, const wxColour &) | 3 | 43 | 37 | 1 | 5 | 5 | 2 | 92 | 330 | 2152.78 | 15.4459 | 33251.7 | 1847.31 | 0.344684 | 69.0111 | 11.7029 | 80.714 | 41 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 157 | | wxTerminalOutputCtrl | ~wxTerminalOutputCtrl() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 28 | 87 | 418.24 | 9.70588 | 4059.39 | 225.522 | 0.0848241 | 102.081 | 0 | 102.081 | 7 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 168 | | wxTerminalOutputCtrl | AppendText(const wxString &) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 20 | 34 | 146.946 | 5 | 734.728 | 40.8182 | 0.0271412 | 111.135 | 26.0372 | 137.172 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 177 | | wxTerminalOutputCtrl | GetLastPosition() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 179 | | wxTerminalOutputCtrl | GetRange(int, int) const | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 6.75 | 662.169 | 36.7872 | 0.0253236 | 146.923 | 0 | 146.923 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 181 | | wxTerminalOutputCtrl | PositionToXY(long, long *, long *) const | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 8.33333 | 1097.38 | 60.9656 | 0.0354637 | 145.392 | 0 | 145.392 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 183 | | wxTerminalOutputCtrl | XYToPosition(long, long) const | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 7.71429 | 740.571 | 41.1429 | 0.027285 | 147.035 | 0 | 147.035 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 185 | | wxTerminalOutputCtrl | Remove(long, long) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 7.07143 | 650.571 | 36.1429 | 0.025027 | 147.257 | 0 | 147.257 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 187 | | wxTerminalOutputCtrl | SetInsertionPoint(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.66667 | 293.568 | 16.3093 | 0.0147237 | 149.233 | 0 | 149.233 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 189 | | wxTerminalOutputCtrl | SelectNone() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 191 | | wxTerminalOutputCtrl | SetInsertionPointEnd() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 193 | | wxTerminalOutputCtrl | GetNumberOfLines() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 195 | | wxTerminalOutputCtrl | SetDefaultStyle(const wxTextAttr &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 197 | | wxTerminalOutputCtrl | GetDefaultStyle() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 199 | | wxTerminalOutputCtrl | GetInsertionPoint() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 201 | | wxTerminalOutputCtrl | Replace(long, long, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.75 | 831.532 | 46.1962 | 0.0294757 | 123.281 | 0 | 123.281 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 206 | | wxTerminalOutputCtrl | GetLineText(int) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 208 | | wxTerminalOutputCtrl | ReloadSettings() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 4 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 210 | | wxTerminalOutputCtrl | StyleAndAppend(wxStringView, wxString *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 41 | 192.718 | 6.23333 | 1201.28 | 66.7375 | 0.0376681 | 114.385 | 0 | 114.385 | 5 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 217 | | wxTerminalOutputCtrl | ShowCommandLine() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 35 | 140 | 6 | 840 | 46.6667 | 0.0296755 | 116.047 | 0 | 116.047 | 5 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 224 | | wxTerminalOutputCtrl | SetCaretEnd() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 36 | 144 | 6 | 864 | 48 | 0.0302381 | 115.9 | 0 | 115.9 | 6 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 231 | | wxTerminalOutputCtrl | Truncate() | 0 | 12 | 11 | 1 | 0 | 2 | 1 | 26 | 61 | 286.727 | 13.4167 | 3846.92 | 213.718 | 0.0818378 | 100.86 | 21.6227 | 122.483 | 4 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 244 | | wxTerminalOutputCtrl | GetLastChar() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 147.144 | 0 | 147.144 | 2 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 246 | | wxTerminalOutputCtrl | GetCurrentStyle() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 248 | | wxTerminalOutputCtrl | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 254 | | wxTerminalOutputCtrl | DoScrollToEnd() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.5 | 316.458 | 17.581 | 0.0154795 | 122.581 | 0 | 122.581 | 1 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 260 | | wxTerminalOutputCtrl | RequestScrollToEnd() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 28 | 114.449 | 7.33333 | 839.292 | 46.6274 | 0.0296588 | 112.204 | 0 | 112.204 | 1 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 269 | | wxTerminalOutputCtrl | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 275 | | wxTerminalOutputCtrl | ApplyTheme() | 0 | 17 | 14 | 1 | 2 | 4 | 2 | 35 | 83 | 425.73 | 10 | 4257.3 | 236.517 | 0.0875592 | 92.7022 | 18.3478 | 111.05 | 10 | 9 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 293 | | wxTerminalOutputCtrl | OnKeyDown(wxKeyEvent &) | 1 | 12 | 10 | 1 | 1 | 5 | 1 | 24 | 58 | 265.928 | 9 | 2393.35 | 132.964 | 0.0596416 | 100.562 | 21.6227 | 122.184 | 6 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 306 | | wxTerminalOutputCtrl | ProcessIdle() | 0 | 45 | 35 | 4 | 7 | 9 | 1 | 56 | 214 | 1242.77 | 15.0385 | 18689.4 | 1038.3 | 0.234752 | 70.2115 | 22.2816 | 92.4931 | 26 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 352 | | wxTerminalOutputCtrl | ClearIndicators() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 48 | 214.053 | 6.66667 | 1427.02 | 79.2788 | 0.0422505 | 108.949 | 0 | 108.949 | 6 | 3 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 361 | | wxTerminalOutputCtrl | OnLeftUp(wxMouseEvent &) | 1 | 12 | 9 | 1 | 2 | 2 | 1 | 29 | 60 | 291.479 | 8.53125 | 2486.68 | 138.149 | 0.0611822 | 100.775 | 21.6227 | 122.397 | 7 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 374 | | wxTerminalOutputCtrl | OnEnterWindow(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 380 | | wxTerminalOutputCtrl | OnLeaveWindow(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 1 | 0 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 386 | | wxTerminalOutputCtrl | DoPatternClicked(const wxString &) | 1 | 94 | 76 | 13 | 6 | 17 | 2 | 120 | 538 | 3715.91 | 33.9607 | 126195 | 7010.82 | 0.838635 | 50.7427 | 27.2387 | 77.9814 | 94 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 481 | | wxTerminalOutputCtrl | OnMenu(wxContextMenuEvent &) | 1 | 52 | 50 | 0 | 2 | 3 | 2 | 51 | 263 | 1491.85 | 21.0286 | 31371.4 | 1742.86 | 0.331565 | 68.2994 | 0 | 68.2994 | 33 | 1 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 534 | | wxTerminalOutputCtrl | OnFocusLost(wxFocusEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.36364 | 519.02 | 28.8344 | 0.0215279 | 119.848 | 0 | 119.848 | 4 | 2 |
| Plugin/wxTerminalCtrl/wxTerminalOutputCtrl.cpp | 540 | | wxTerminalOutputCtrl | OnFocus(wxFocusEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.36364 | 519.02 | 28.8344 | 0.0215279 | 119.848 | 0 | 119.848 | 4 | 2 |
| Plugin/wx_tree_traverser.cpp | 28 | | wxTreeTraverser | wxTreeTraverser(wxTreeCtrl *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 0 |
| Plugin/wx_tree_traverser.cpp | 33 | | wxTreeTraverser | DoTraverse(const wxTreeItemId &) | 1 | 18 | 14 | 2 | 2 | 4 | 2 | 31 | 81 | 401.29 | 16 | 6420.64 | 356.702 | 0.11515 | 92.0836 | 24.6875 | 116.771 | 8 | 2 |
| Plugin/wx_tree_traverser.cpp | 52 | | wxTreeTraverser | [virtual] OnItem(const wxTreeItemId &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3 | 129.059 | 7.16993 | 0.00851276 | 151.209 | 0 | 151.209 | 0 | 1 |
| Plugin/wx_tree_traverser.cpp | 54 | | wxTreeTraverser | [virtual] Traverse(const wxTreeItemId &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 6.6 | 840.69 | 46.705 | 0.0296918 | 145.335 | 0 | 145.335 | 5 | 0 |
| Plugin/wxcrafter_plugin.cpp | 18 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Plugin/wxcrafter_plugin.cpp | 115 | | DiffSideBySidePanelBase | DiffSideBySidePanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 241 | 177 | 16 | 48 | 5 | 1 | 151 | 1673 | 12109.9 | 57.1318 | 691857 | 38436.5 | 2.60749 | 32.1071 | 19.4327 | 51.5397 | 206 | 1 |
| Plugin/wxcrafter_plugin.cpp | 357 | | DiffSideBySidePanelBase | ~DiffSideBySidePanelBase() [override] | 0 | 19 | 19 | 0 | 0 | 1 | 0 | 37 | 232 | 1208.59 | 17.3462 | 20964.4 | 1164.69 | 0.253436 | 86.1646 | 0 | 86.1646 | 16 | 0 |
| Plugin/wxcrafter_plugin.cpp | 29 | | EditDlgBase | EditDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 83 | 61 | 8 | 14 | 5 | 1 | 107 | 604 | 4071.85 | 29.2471 | 119090 | 6616.08 | 0.806853 | 55.0432 | 23.1317 | 78.1748 | 83 | 1 |
| Plugin/wxcrafter_plugin.cpp | 113 | | EditDlgBase | ~EditDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/wxcrafter_plugin.cpp | 478 | | NotebookNavigationDlgBase | NotebookNavigationDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 60 | 50 | 2 | 8 | 5 | 1 | 101 | 438 | 2916.3 | 20.475 | 59711.2 | 3317.29 | 0.509232 | 62.0357 | 13.9543 | 75.99 | 55 | 2 |
| Plugin/wxcrafter_plugin.cpp | 539 | | NotebookNavigationDlgBase | ~NotebookNavigationDlgBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 78 | 337.11 | 15.2778 | 5150.3 | 286.128 | 0.0994108 | 106.817 | 0 | 106.817 | 5 | 0 |
| Plugin/wxcrafter_plugin.cpp | 704 | | clEditorBarBase | clEditorBarBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 51 | 37 | 2 | 12 | 3 | 1 | 82 | 444 | 2822.75 | 25.1825 | 71084.1 | 3949.12 | 0.571997 | 65.298 | 15.0998 | 80.3978 | 55 | 1 |
| Plugin/wxcrafter_plugin.cpp | 756 | | clEditorBarBase | ~clEditorBarBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| Plugin/wxcrafter_plugin.cpp | 377 | | clGetTextFromUserBaseDialog | clGetTextFromUserBaseDialog(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 57 | 45 | 1 | 11 | 6 | 1 | 97 | 451 | 2976.56 | 24.5541 | 73086.6 | 4060.37 | 0.58269 | 62.5302 | 10.1879 | 72.7182 | 61 | 1 |
| Plugin/wxcrafter_plugin.cpp | 435 | | clGetTextFromUserBaseDialog | ~clGetTextFromUserBaseDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/wxcrafter_plugin.cpp | 663 | | clImageViewerBase | clImageViewerBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 38 | 28 | 1 | 9 | 3 | 1 | 72 | 281 | 1733.75 | 19.5377 | 33873.5 | 1881.86 | 0.348968 | 72.5993 | 12.4338 | 85.0331 | 35 | 1 |
| Plugin/wxcrafter_plugin.cpp | 702 | | clImageViewerBase | ~clImageViewerBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Plugin/wxcrafter_plugin.cpp | 600 | | clSingleChoiceDialogBase | clSingleChoiceDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 56 | 46 | 2 | 8 | 5 | 1 | 103 | 417 | 2788.27 | 18.5671 | 51770 | 2876.11 | 0.463018 | 63.3868 | 14.4303 | 77.8171 | 55 | 1 |
| Plugin/wxcrafter_plugin.cpp | 657 | | clSingleChoiceDialogBase | ~clSingleChoiceDialogBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| Plugin/wxcrafter_plugin.cpp | 763 | | clTableLineEditorBaseDlg | clTableLineEditorBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 87 | 65 | 9 | 13 | 5 | 1 | 105 | 581 | 3900.98 | 29.2892 | 114256 | 6347.57 | 0.784872 | 54.5036 | 23.8955 | 78.399 | 76 | 1 |
| Plugin/wxcrafter_plugin.cpp | 851 | | clTableLineEditorBaseDlg | ~clTableLineEditorBaseDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/wxcrafter_plugin.cpp | 437 | | clTreeCtrlPanelBase | clTreeCtrlPanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 33 | 27 | 2 | 4 | 3 | 1 | 71 | 221 | 1359.09 | 14.6154 | 19863.7 | 1103.54 | 0.244485 | 76.1508 | 18.6103 | 94.7611 | 25 | 1 |
| Plugin/wxcrafter_plugin.cpp | 471 | | clTreeCtrlPanelBase | ~clTreeCtrlPanelBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| Plugin/wxcrafter_plugin.cpp | 548 | | clTreeCtrlPanelDefaultPageBase | clTreeCtrlPanelDefaultPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 46 | 35 | 2 | 9 | 3 | 1 | 83 | 313 | 1995.39 | 19.3651 | 38640.8 | 2146.71 | 0.380987 | 68.7733 | 15.872 | 84.6453 | 40 | 1 |
| Plugin/wxcrafter_plugin.cpp | 595 | | clTreeCtrlPanelDefaultPageBase | ~clTreeCtrlPanelDefaultPageBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| Plugin/wxcrafter_plugin_bitmaps.cpp | 34 | | | wxC9D6CInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 10 |
| Plugin/wxterminal.cpp | 87 | | wxTerminal | wxTerminal(wxWindow *) | 1 | 28 | 26 | 0 | 2 | 3 | 1 | 74 | 240 | 1490.27 | 15.0273 | 22394.7 | 1244.15 | 0.264835 | 78.3334 | 0 | 78.3334 | 31 | 1 |
| Plugin/wxterminal.cpp | 116 | | wxTerminal | ~wxTerminal() [override] | 0 | 14 | 14 | 0 | 0 | 3 | 0 | 41 | 132 | 707.197 | 11.9259 | 8433.98 | 468.554 | 0.138113 | 93.4385 | 0 | 93.4385 | 13 | 0 |
| Plugin/wxterminal.cpp | 131 | | wxTerminal | OnEnter() [override] | 0 | 19 | 17 | 2 | 0 | 4 | 2 | 32 | 82 | 410 | 9.72222 | 3986.11 | 221.451 | 0.0838002 | 91.0961 | 24.0864 | 115.182 | 10 | 0 |
| Plugin/wxterminal.cpp | 151 | | wxTerminal | OnUp(wxKeyEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 37 | 169.644 | 7 | 1187.51 | 65.9725 | 0.0373797 | 112.321 | 0 | 112.321 | 3 | 0 |
| Plugin/wxterminal.cpp | 159 | | wxTerminal | [virtual] OnProcessEnd(clProcessEvent &) | 1 | 12 | 9 | 1 | 2 | 2 | 1 | 23 | 38 | 171.895 | 5 | 859.477 | 47.7487 | 0.0301325 | 103.521 | 21.6227 | 125.143 | 5 | 2 |
| Plugin/wxterminal.cpp | 172 | | wxTerminal | [virtual] OnReadProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 2 |
| Plugin/wxterminal.cpp | 174 | | wxTerminal | DoCtrlC() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 52 | 249.982 | 8.5 | 2124.85 | 118.047 | 0.0550932 | 107.912 | 0 | 107.912 | 7 | 1 |
| Plugin/wxterminal.cpp | 183 | | wxTerminal | Execute(const wxString &, bool, const wxString &) | 3 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 51 | 245.175 | 8.25 | 2022.69 | 112.372 | 0.0533129 | 103.084 | 0 | 103.084 | 5 | 0 |
| Plugin/wxterminal.cpp | 195 | | wxTerminal | DoProcessCommand(const wxString &) | 1 | 30 | 24 | 2 | 4 | 4 | 2 | 49 | 133 | 746.756 | 16.8966 | 12617.6 | 700.978 | 0.180661 | 80.5788 | 19.4709 | 100.05 | 22 | 2 |
| Plugin/wxterminal.cpp | 226 | | wxTerminal | KillInferior() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 52 | 249.982 | 7.8 | 1949.86 | 108.326 | 0.0520253 | 107.912 | 0 | 107.912 | 7 | 0 |
| Plugin/wxterminal.cpp | 235 | | wxTerminal | IsRunning() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 0 |
| Plugin/wxterminal.cpp | 237 | | wxTerminal | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 6.42857 | 822.857 | 45.7143 | 0.0292704 | 114.016 | 0 | 114.016 | 4 | 1 |
| Plugin/wxterminal.cpp | 246 | | wxTerminal | StartTTY() | 0 | 38 | 28 | 5 | 5 | 4 | 1 | 55 | 186 | 1075.33 | 18 | 19356 | 1075.33 | 0.240301 | 74.8531 | 26.6419 | 101.495 | 19 | 0 |
| Plugin/wxterminal.cpp | 285 | | wxTerminal | StopTTY() | 0 | 7 | 5 | 2 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 116.983 | 36.8317 | 153.815 | 2 | 1 |
| Plugin/wxterminal.cpp | 295 | | wxTerminal | [virtual] OnIdle(wxIdleEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Plugin/wxterminal.cpp | 301 | | wxTerminal | DoFlushOutputBuffer() | 0 | 11 | 11 | 0 | 0 | 3 | 2 | 20 | 50 | 216.096 | 7.5 | 1620.72 | 90.0402 | 0.0459922 | 103.51 | 0 | 103.51 | 7 | 2 |
| Plugin/wxterminal.cpp | 313 | | wxTerminal | OnCopy(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 23 | 47 | 212.607 | 7.63636 | 1623.55 | 90.1971 | 0.0460457 | 105.139 | 0 | 105.139 | 4 | 2 |
| Plugin/wxterminal.cpp | 324 | | wxTerminal | OnCut(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 23 | 47 | 212.607 | 7.63636 | 1623.55 | 90.1971 | 0.0460457 | 105.139 | 0 | 105.139 | 4 | 2 |
| Plugin/wxterminal.cpp | 335 | | wxTerminal | OnSelectAll(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 7.2 | 1187.99 | 65.9996 | 0.0373899 | 110.302 | 0 | 110.302 | 3 | 2 |
| Plugin/wxterminal.cpp | 344 | | wxTerminal | OnDown(wxKeyEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 37 | 169.644 | 7 | 1187.51 | 65.9725 | 0.0373797 | 112.321 | 0 | 112.321 | 3 | 0 |
| Plugin/wxterminal.cpp | 352 | | wxTerminal | OnLeft(wxKeyEvent &) [override] | 1 | 13 | 10 | 2 | 1 | 3 | 1 | 29 | 61 | 296.337 | 9.33333 | 2765.81 | 153.656 | 0.0656791 | 99.162 | 28.5467 | 127.709 | 5 | 0 |
| Plugin/wxterminal.cpp | 366 | | wxTerminal | OnRight(wxKeyEvent &) [override] | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 25 | 42 | 195.042 | 8.125 | 1584.72 | 88.0398 | 0.0453085 | 109.432 | 26.0372 | 135.47 | 3 | 0 |
| Plugin/wxterminal.cpp | 375 | | wxTerminal | InsertCommandText(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 57 | 274.019 | 8.08824 | 2216.33 | 123.13 | 0.0566633 | 107.894 | 0 | 107.894 | 6 | 2 |
| Plugin/wxterminal.cpp | 384 | | wxTerminal | GetCommandText() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 15.0588 | 5773.16 | 320.731 | 0.107272 | 100.759 | 0 | 100.759 | 8 | 1 |
| Plugin/wxterminal.cpp | 396 | | wxTerminal | OnThemeChanged(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 82 | 417.172 | 8.72727 | 3640.77 | 202.265 | 0.0788874 | 101.864 | 0 | 101.864 | 17 | 2 |
| Plugin/wxterminal.cpp | 407 | | wxTerminal | OnCtrlC(wxKeyEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Plugin/wxterminal.cpp | 413 | | wxTerminal | AddTextWithEOL(const wxString &) | 1 | 15 | 15 | 0 | 0 | 3 | 1 | 32 | 88 | 440 | 15 | 6600 | 366.667 | 0.117285 | 94.7884 | 0 | 94.7884 | 12 | 4 |
| Plugin/wxterminal.cpp | 429 | | wxTerminal | AddTextRaw(const wxString &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 56 | 253.319 | 8.07692 | 2046.04 | 113.669 | 0.0537224 | 106.395 | 0 | 106.395 | 7 | 1 |
| Plugin/wxterminal.cpp | 439 | | wxTerminal | OnKey(wxKeyEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 42 | 184.477 | 6.81818 | 1257.8 | 69.8778 | 0.0388406 | 107.814 | 0 | 107.814 | 5 | 0 |
| Plugin/wxterminalbase.cpp | 42 | | wxTerminalBase | wxTerminalBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 34 | 30 | 1 | 3 | 3 | 2 | 83 | 269 | 1714.89 | 16.0317 | 27492.6 | 1527.37 | 0.303638 | 74.458 | 13.1285 | 87.5865 | 28 | 1 |
| Plugin/wxterminalbase.cpp | 77 | | wxTerminalBase | ~wxTerminalBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| Plugin/wxterminalbase.cpp | 83 | | wxTerminalBase | [virtual] OnKey(wxKeyEvent &) | 1 | 38 | 38 | 0 | 0 | 10 | 1 | 52 | 178 | 1014.68 | 17.6129 | 17871.4 | 992.857 | 0.227851 | 73.775 | 0 | 73.775 | 17 | 3 |
| Plugin/wxterminalbase.cpp | 122 | | wxTerminalBase | OnCharAdded(wxStyledTextEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 37 | 159.911 | 6 | 959.468 | 53.3038 | 0.0324264 | 110.465 | 0 | 110.465 | 4 | 2 |
| Plugin/wxterminalbase.cpp | 131 | | wxTerminalBase | AddMarker() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.85 | 770.362 | 42.7979 | 0.0280119 | 116.365 | 29.5564 | 145.922 | 3 | 2 |
| Plugin/wxterminalbase.cpp | 138 | | wxTerminalBase | CaretToEnd() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 35 | 140 | 4.66667 | 653.333 | 36.2963 | 0.0250978 | 113.55 | 0 | 113.55 | 5 | 4 |
| abbreviation/abbreviation.cpp | 50 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| abbreviation/abbreviation.cpp | 52 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| abbreviation/abbreviation.cpp | 62 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| abbreviation/abbreviation.cpp | 68 | | AbbreviationPlugin | [explicit] AbbreviationPlugin(IManager *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 79 | 405.213 | 8.56818 | 3471.94 | 192.886 | 0.0764294 | 100.701 | 0 | 100.701 | 13 | 1 |
| abbreviation/abbreviation.cpp | 80 | | AbbreviationPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| abbreviation/abbreviation.cpp | 82 | | AbbreviationPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 16 | 14 | 0 | 2 | 1 | 0 | 38 | 152 | 797.685 | 17.2083 | 13726.8 | 762.602 | 0.191099 | 91.1092 | 0 | 91.1092 | 24 | 0 |
| abbreviation/abbreviation.cpp | 99 | | AbbreviationPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| abbreviation/abbreviation.cpp | 105 | | AbbreviationPlugin | UnPlug() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 90 | 437.218 | 8.42105 | 3681.84 | 204.547 | 0.0794795 | 105.465 | 0 | 105.465 | 10 | 0 |
| abbreviation/abbreviation.cpp | 114 | | AbbreviationPlugin | OnSettings(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 5.76923 | 1017.8 | 56.5445 | 0.0337278 | 114.845 | 0 | 114.845 | 5 | 2 |
| abbreviation/abbreviation.cpp | 121 | | AbbreviationPlugin | GetAbbreviations(const wxString &) | 1 | 32 | 25 | 4 | 3 | 5 | 3 | 62 | 193 | 1149.16 | 15.3409 | 17629.2 | 979.398 | 0.225787 | 77.0618 | 26.0372 | 103.099 | 31 | 1 |
| abbreviation/abbreviation.cpp | 154 | | AbbreviationPlugin | OnAbbrevSelected(clCodeCompletionEvent &) | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 29 | 75 | 364.349 | 14.875 | 5419.69 | 301.094 | 0.102848 | 96.8871 | 0 | 96.8871 | 9 | 2 |
| abbreviation/abbreviation.cpp | 169 | | AbbreviationPlugin | InitDefaults() | 0 | 30 | 24 | 4 | 2 | 3 | 1 | 56 | 168 | 975.636 | 11.7073 | 11422.1 | 634.56 | 0.16906 | 79.4185 | 26.7997 | 106.218 | 42 | 1 |
| abbreviation/abbreviation.cpp | 200 | | AbbreviationPlugin | InsertExpansion(const wxString &) | 1 | 108 | 80 | 12 | 16 | 16 | 4 | 114 | 537 | 3669.26 | 39.4146 | 144623 | 8034.59 | 0.918409 | 48.7892 | 24.6875 | 73.4767 | 69 | 1 |
| abbreviation/abbreviation.cpp | 309 | | AbbreviationPlugin | OnCompletionBoxShowing(clCodeCompletionEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| abbreviation/abbreviation.cpp | 311 | | AbbreviationPlugin | OnShowAbbreviations(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 41 | 92 | 492.895 | 9.07407 | 4472.56 | 248.476 | 0.0904864 | 96.7463 | 0 | 96.7463 | 10 | 2 |
| abbreviation/abbreviationentry.cpp | 28 | | AbbreviationEntry | DeSerialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| abbreviation/abbreviationentry.cpp | 34 | | AbbreviationEntry | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| abbreviation/abbreviationentry.cpp | 44 | | AbbreviationJSONEntry | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 5.53846 | 938.539 | 52.141 | 0.0319531 | 118.008 | 0 | 118.008 | 7 | 0 |
| abbreviation/abbreviationentry.cpp | 50 | | AbbreviationJSONEntry | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 7 | 0 |
| abbreviation/abbreviationssettingsbase.cpp | 14 | | AbbreviationsSettingsBase | AbbreviationsSettingsBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 236 | 185 | 11 | 40 | 8 | 1 | 224 | 1585 | 12374.7 | 44.2857 | 548021 | 30445.6 | 2.23225 | 31.6442 | 16.413 | 48.0572 | 244 | 1 |
| abbreviation/abbreviationssettingsbase.cpp | 251 | | AbbreviationsSettingsBase | ~AbbreviationsSettingsBase() [override] | 0 | 34 | 34 | 0 | 0 | 1 | 0 | 42 | 216 | 1164.74 | 12.3438 | 14377.3 | 798.737 | 0.197089 | 76.9296 | 0 | 76.9296 | 44 | 0 |
| abbreviation/abbreviationssettingsbase_abbreviation_bitmaps.cpp | 379 | | | wxC94E5InitBitmapResources() | 0 | 39 | 36 | 1 | 2 | 2 | 2 | 67 | 237 | 1437.66 | 13.9904 | 20113.5 | 1117.41 | 0.24653 | 73.3823 | 12.2766 | 85.6589 | 41 | 1 |
| abbreviation/abbreviationssettingsdlg.cpp | 39 | | AbbreviationsSettingsDlg | AbbreviationsSettingsDlg(wxWindow *, IManager *) | 2 | 19 | 17 | 1 | 1 | 2 | 1 | 42 | 112 | 603.94 | 11.1111 | 6710.44 | 372.802 | 0.118589 | 89.542 | 17.3987 | 106.941 | 18 | 1 |
| abbreviation/abbreviationssettingsdlg.cpp | 59 | | AbbreviationsSettingsDlg | OnItemSelected(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 30 | 125.098 | 5 | 625.489 | 34.7494 | 0.0243795 | 113.905 | 0 | 113.905 | 3 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 67 | | AbbreviationsSettingsDlg | OnNew(wxCommandEvent &) [override] | 1 | 24 | 20 | 0 | 4 | 4 | 2 | 50 | 129 | 728.057 | 12.1061 | 8813.91 | 489.662 | 0.14223 | 84.3256 | 0 | 84.3256 | 21 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 92 | | AbbreviationsSettingsDlg | OnDelete(wxCommandEvent &) [override] | 1 | 44 | 36 | 3 | 5 | 7 | 2 | 63 | 186 | 1111.77 | 25.1618 | 27974.2 | 1554.12 | 0.307174 | 71.6148 | 19.6789 | 91.2937 | 20 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 137 | | AbbreviationsSettingsDlg | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 28 | 124.864 | 6.6 | 824.103 | 45.7835 | 0.0292999 | 122.98 | 0 | 122.98 | 2 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 142 | | AbbreviationsSettingsDlg | OnSave(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 5.71429 | 1178.99 | 65.4995 | 0.0372008 | 107.232 | 0 | 107.232 | 5 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 152 | | AbbreviationsSettingsDlg | DoPopulateItems() | 0 | 16 | 14 | 0 | 2 | 3 | 1 | 40 | 85 | 452.364 | 11.4545 | 5181.62 | 287.868 | 0.0998135 | 93.5987 | 0 | 93.5987 | 10 | 2 |
| abbreviation/abbreviationssettingsdlg.cpp | 169 | | AbbreviationsSettingsDlg | DoSelectItem(int) | 1 | 17 | 15 | 0 | 2 | 3 | 2 | 39 | 89 | 470.401 | 9.25 | 4351.21 | 241.734 | 0.0888421 | 92.4133 | 0 | 92.4133 | 10 | 3 |
| abbreviation/abbreviationssettingsdlg.cpp | 187 | | AbbreviationsSettingsDlg | DoSaveCurrent() | 0 | 25 | 17 | 3 | 5 | 3 | 1 | 43 | 111 | 602.315 | 15.4375 | 9298.24 | 516.569 | 0.147394 | 84.8801 | 25.5633 | 110.443 | 16 | 3 |
| abbreviation/abbreviationssettingsdlg.cpp | 213 | | AbbreviationsSettingsDlg | DoDeleteEntry(const wxString &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 27 | 59 | 280.538 | 8.59375 | 2410.88 | 133.938 | 0.0599325 | 103.927 | 23.5268 | 127.454 | 8 | 1 |
| abbreviation/abbreviationssettingsdlg.cpp | 224 | | AbbreviationsSettingsDlg | OnSaveUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 226 | | AbbreviationsSettingsDlg | OnMarkDirty(wxStyledTextEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 33 | 147.161 | 7.22222 | 1062.83 | 59.0462 | 0.0347154 | 113.06 | 0 | 113.06 | 2 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 234 | | AbbreviationsSettingsDlg | OnExport(wxCommandEvent &) [override] | 1 | 19 | 17 | 1 | 1 | 4 | 2 | 44 | 105 | 573.24 | 9.82759 | 5633.57 | 312.976 | 0.105536 | 89.3533 | 17.3987 | 106.752 | 19 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 254 | | AbbreviationsSettingsDlg | OnImport(wxCommandEvent &) [override] | 1 | 28 | 22 | 2 | 4 | 3 | 1 | 51 | 138 | 782.795 | 11.0417 | 8643.36 | 480.187 | 0.140389 | 81.6814 | 20.1155 | 101.797 | 19 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 282 | | AbbreviationsSettingsDlg | OnHelp(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.72222 | 900.642 | 50.0357 | 0.0310871 | 119.229 | 0 | 119.229 | 3 | 0 |
| abbreviation/abbreviationssettingsdlg.cpp | 288 | | AbbreviationsSettingsDlg | OnImmediateInsert(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 149.602 | 0 | 149.602 | 0 | 0 |
| Gizmos/PluginWizard.cpp | 31 | | PluginWizard | PluginWizard(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| Gizmos/PluginWizard.cpp | 36 | | PluginWizard | Run(NewPluginData &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 30 | 74 | 363.11 | 9 | 3267.99 | 181.555 | 0.0734062 | 101.042 | 0 | 101.042 | 10 | 1 |
| Gizmos/PluginWizard.cpp | 48 | | PluginWizard | OnFinish(wxWizardEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 0 |
| Gizmos/PluginWizard.cpp | 53 | | PluginWizard | OnPageChanging(wxWizardEvent &) [override] | 1 | 24 | 23 | 0 | 1 | 9 | 2 | 48 | 179 | 999.708 | 16.5 | 16495.2 | 916.399 | 0.215998 | 81.5267 | 0 | 81.5267 | 29 | 0 |
| Gizmos/PluginWizard.cpp | 77 | | PluginWizard | OnProjectPathChanged(wxFileDirPickerEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 56 | 263.225 | 6.875 | 1809.67 | 100.537 | 0.0495007 | 110.267 | 0 | 110.267 | 9 | 0 |
| Gizmos/gizmos.cpp | 59 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Gizmos/gizmos.cpp | 64 | | | GetPluginInfo() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 23 | 47 | 212.607 | 6.42857 | 1366.76 | 75.9312 | 0.0410526 | 105.599 | 0 | 105.599 | 10 | 0 |
| Gizmos/gizmos.cpp | 75 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Gizmos/gizmos.cpp | 77 | | | WriteNamespacesDeclaration(const wxArrayString &, wxString &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 30 | 47 | 230.624 | 10.5 | 2421.55 | 134.531 | 0.0601092 | 113.221 | 0 | 113.221 | 5 | 1 |
| Gizmos/gizmos.cpp | 84 | | WizardsPlugin | WizardsPlugin(IManager *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5.5 | 596.299 | 33.1277 | 0.023615 | 117.376 | 0 | 117.376 | 5 | 1 |
| Gizmos/gizmos.cpp | 91 | | WizardsPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 20 | 19 | 1 | 0 | 2 | 0 | 46 | 214 | 1182.04 | 16.8438 | 19910 | 1106.11 | 0.244865 | 85.2191 | 16.9762 | 102.195 | 35 | 0 |
| Gizmos/gizmos.cpp | 112 | | WizardsPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 93 | 456.341 | 11.2895 | 5151.85 | 286.214 | 0.0994308 | 100.083 | 0 | 100.083 | 14 | 0 |
| Gizmos/gizmos.cpp | 124 | | WizardsPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 15 | 12 | 1 | 2 | 2 | 1 | 34 | 86 | 437.522 | 12.6 | 5512.77 | 306.265 | 0.104022 | 95.0477 | 19.4709 | 114.519 | 9 | 0 |
| Gizmos/gizmos.cpp | 140 | | WizardsPlugin | UnPlug() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 32 | 88 | 440 | 8.11905 | 3572.38 | 198.466 | 0.0778964 | 105.432 | 0 | 105.432 | 14 | 0 |
| Gizmos/gizmos.cpp | 149 | | WizardsPlugin | [virtual] OnNewPlugin(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Gizmos/gizmos.cpp | 155 | | WizardsPlugin | DoCreateNewPlugin() | 0 | 141 | 99 | 22 | 21 | 11 | 3 | 127 | 791 | 5528.05 | 26.125 | 144420 | 8023.35 | 0.917552 | 43.4886 | 28.7227 | 72.2114 | 165 | 1 |
| Gizmos/gizmos.cpp | 297 | | WizardsPlugin | [virtual] OnNewPluginUI(wxUpdateUIEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 2 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 117.376 | 29.5564 | 146.933 | 3 | 1 |
| Gizmos/gizmos.cpp | 304 | | WizardsPlugin | [virtual] OnNewClassUI(wxUpdateUIEvent &) | 1 | 6 | 5 | 1 | 0 | 2 | 2 | 22 | 36 | 160.54 | 5.41667 | 869.589 | 48.3105 | 0.0303684 | 115.105 | 29.5564 | 144.661 | 5 | 1 |
| Gizmos/gizmos.cpp | 311 | | WizardsPlugin | [virtual] OnNewClass(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| Gizmos/gizmos.cpp | 317 | | WizardsPlugin | DoCreateNewClass() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 26 | 51 | 239.722 | 6.96667 | 1670.07 | 92.7815 | 0.0469211 | 104.745 | 23.5268 | 128.272 | 7 | 1 |
| Gizmos/gizmos.cpp | 328 | | WizardsPlugin | CreateClass(NewClassInfo &) | 1 | 211 | 152 | 28 | 33 | 31 | 3 | 165 | 1118 | 8235.55 | 33.4688 | 275634 | 15313 | 1.41178 | 30.2856 | 26.7431 | 57.0286 | 220 | 1 |
| Gizmos/gizmos.cpp | 540 | | WizardsPlugin | [virtual] OnGizmos(wxCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 16 | 24 | 96 | 4.27778 | 410.667 | 22.8148 | 0.0184164 | 115.512 | 27.6325 | 143.144 | 4 | 2 |
| Gizmos/gizmos.cpp | 548 | | WizardsPlugin | [virtual] OnGizmosUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 120.33 | 0 | 120.33 | 3 | 2 |
| Gizmos/gizmos.cpp | 554 | | WizardsPlugin | DoPopupButtonMenu(wxPoint) | 1 | 18 | 15 | 0 | 3 | 2 | 1 | 56 | 111 | 644.616 | 13.3333 | 8594.89 | 477.494 | 0.139864 | 90.079 | 0 | 90.079 | 10 | 1 |
| Gizmos/gizmos.cpp | 590 | | WizardsPlugin | OnFolderContentMenu(clContextMenuEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 30 | 62 | 304.227 | 8.41176 | 2559.09 | 142.172 | 0.0623642 | 106.891 | 0 | 106.891 | 9 | 2 |
| Gizmos/gizmos_base.cpp | 16 | | PluginWizardBase | PluginWizardBase(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 113 | 82 | 2 | 29 | 10 | 2 | 143 | 991 | 7095.43 | 43.8889 | 311411 | 17300.6 | 1.53144 | 46.0068 | 10.2323 | 56.2391 | 139 | 1 |
| Gizmos/gizmos_base.cpp | 130 | | PluginWizardBase | ~PluginWizardBase() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 22 | 62 | 276.485 | 8.75 | 2419.24 | 134.402 | 0.060071 | 110.011 | 0 | 110.011 | 12 | 0 |
| Gizmos/gizmos_gizmos_bitmaps.cpp | 874 | | | wxC8028InitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 1 |
| Gizmos/new_class_dlg_data.cpp | 28 | | NewClassDlgData | NewClassDlgData() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 128.135 | 0 | 128.135 | 0 | 0 |
| Gizmos/new_class_dlg_data.cpp | 33 | | NewClassDlgData | DeSerialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Gizmos/new_class_dlg_data.cpp | 35 | | NewClassDlgData | Serialize(Archive &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 0 |
| Gizmos/newclassbasedlg.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Gizmos/newclassbasedlg.cpp | 26 | | NewClassBaseDlg | NewClassBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 254 | 184 | 2 | 68 | 12 | 1 | 190 | 2281 | 17266.8 | 61.6627 | 1.06472e+06 | 59151.1 | 3.47565 | 27.8012 | 6.85181 | 34.653 | 324 | 1 |
| Gizmos/newclassbasedlg.cpp | 281 | | NewClassBaseDlg | ~NewClassBaseDlg() [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 120 | 600 | 11 | 6600 | 366.667 | 0.117285 | 98.6601 | 0 | 98.6601 | 8 | 0 |
| Gizmos/newclassdlg.cpp | 46 | | NewClassDlg | NewClassDlg(wxWindow *, IManager *) | 2 | 63 | 52 | 2 | 9 | 10 | 3 | 107 | 459 | 3094.33 | 18.1364 | 56120 | 3117.78 | 0.488604 | 59.7871 | 13.6267 | 73.4138 | 65 | 1 |
| Gizmos/newclassdlg.cpp | 110 | | NewClassDlg | ~NewClassDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Gizmos/newclassdlg.cpp | 112 | | NewClassDlg | GetInheritance(ClassParentInfo &) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 34 | 153.801 | 6.15385 | 946.468 | 52.5816 | 0.0321329 | 115.558 | 0 | 115.558 | 4 | 1 |
| Gizmos/newclassdlg.cpp | 119 | | NewClassDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 5.5 | 855.742 | 47.5412 | 0.0300451 | 108.699 | 0 | 108.699 | 4 | 0 |
| Gizmos/newclassdlg.cpp | 129 | | NewClassDlg | ValidateInput() | 0 | 64 | 55 | 4 | 5 | 13 | 3 | 76 | 434 | 2711.6 | 35.2941 | 95703.5 | 5316.86 | 0.697425 | 59.5286 | 18.8844 | 78.413 | 83 | 1 |
| Gizmos/newclassdlg.cpp | 194 | | NewClassDlg | GetNewClassInfo(NewClassInfo &) const | 1 | 18 | 18 | 1 | 0 | 1 | 0 | 53 | 192 | 1099.76 | 9.21951 | 10139.3 | 563.292 | 0.156153 | 87.5312 | 17.8544 | 105.386 | 28 | 1 |
| Gizmos/newclassdlg.cpp | 213 | | NewClassDlg | GetClassFile() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 5 |
| Gizmos/newclassdlg.cpp | 215 | | NewClassDlg | OnTextEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| Gizmos/newclassdlg.cpp | 221 | | NewClassDlg | OnCheckSingleton(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Gizmos/newclassdlg.cpp | 227 | | NewClassDlg | [virtual] OnCheckImpleAllVirtualFunctions(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Gizmos/newclassdlg.cpp | 233 | | NewClassDlg | GetClassPath() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 43 | 188.87 | 6.6 | 1246.54 | 69.2522 | 0.0386085 | 109.6 | 0 | 109.6 | 5 | 3 |
| Gizmos/newclassdlg.cpp | 242 | | NewClassDlg | OnBrowseFolder(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 35 | 80 | 410.343 | 10.875 | 4462.48 | 247.915 | 0.0903502 | 97.4695 | 0 | 97.4695 | 11 | 0 |
| Gizmos/newclassdlg.cpp | 256 | | NewClassDlg | OnBrowseVD(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 61 | 299.32 | 8.02941 | 2403.37 | 133.52 | 0.0598079 | 105.297 | 0 | 105.297 | 8 | 0 |
| Gizmos/newclassdlg.cpp | 266 | | NewClassDlg | OnBrowseNamespace(wxCommandEvent &) | 1 | 18 | 17 | 0 | 1 | 5 | 3 | 53 | 125 | 715.99 | 16.6774 | 11940.9 | 663.381 | 0.174142 | 88.8429 | 0 | 88.8429 | 14 | 0 |
| Gizmos/newclassdlg.cpp | 285 | | NewClassDlg | GetNamespacesList(wxArrayString &) const | 1 | 23 | 17 | 0 | 6 | 3 | 1 | 43 | 125 | 678.283 | 19.08 | 12941.6 | 718.98 | 0.183741 | 85.6133 | 0 | 85.6133 | 9 | 2 |
| Gizmos/newclassdlg.cpp | 309 | | NewClassDlg | doSpliteByCaptilization(const wxString &) const | 1 | 36 | 26 | 2 | 8 | 8 | 2 | 53 | 187 | 1071.12 | 29.4643 | 31559.8 | 1753.32 | 0.332891 | 74.8294 | 17.8544 | 92.6838 | 24 | 0 |
| Gizmos/newclassdlg.cpp | 346 | | NewClassDlg | DoUpdateGeneratedPath() | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 33 | 82 | 413.64 | 8.5 | 3515.94 | 195.33 | 0.0770738 | 97.6578 | 0 | 97.6578 | 16 | 2 |
| Gizmos/newclassdlg.cpp | 360 | | NewClassDlg | DoUpdateCheckBoxes() | 0 | 16 | 12 | 2 | 2 | 2 | 1 | 24 | 68 | 311.777 | 11.5 | 3585.44 | 199.191 | 0.0780861 | 95.7642 | 26.0372 | 121.801 | 7 | 3 |
| Gizmos/newclassdlg.cpp | 377 | | NewClassDlg | OnOkUpdateUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 35 | 148.677 | 6.11111 | 908.584 | 50.4769 | 0.0312696 | 122.073 | 0 | 122.073 | 5 | 0 |
| Gizmos/newclassdlg.cpp | 381 | | NewClassDlg | OnBlockGuardUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| Gizmos/newclassdlg.cpp | 383 | | NewClassDlg | DoSaveOptions() | 0 | 27 | 24 | 1 | 2 | 10 | 1 | 46 | 163 | 900.341 | 11.8182 | 10640.4 | 591.133 | 0.161256 | 79.933 | 14.6873 | 94.6203 | 13 | 2 |
| Gizmos/newclassdlg.cpp | 411 | | NewClassDlg | OnUseLowerCaseFileName(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 5.38462 | 852.517 | 47.3621 | 0.0299696 | 118.361 | 0 | 118.361 | 4 | 0 |
| Gizmos/newclassdlg.cpp | 417 | | NewClassDlg | CreateFileName() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 5.90909 | 1038.18 | 57.6769 | 0.0341766 | 112.139 | 0 | 112.139 | 4 | 2 |
| Gizmos/newclassdlg.cpp | 425 | | NewClassDlg | OnBrowseParentClass(wxCommandEvent &) | 1 | 20 | 19 | 0 | 1 | 4 | 3 | 53 | 129 | 738.902 | 17.0323 | 12585.2 | 699.176 | 0.180351 | 87.2023 | 0 | 87.2023 | 17 | 0 |
| Gizmos/newclasswizard_gizmos_bitmaps.cpp | 34 | | | wxC3999InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| Gizmos/newplugindata.cpp | 27 | | NewPluginData | NewPluginData() | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 137.915 | 0 | 137.915 | 0 | 1 |
| Gizmos/newplugindata.cpp | 31 | | NewPluginData | ~NewPluginData() | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| Gizmos/newwxprojectbasedlg.cpp | 37 | | NewWxProjectBaseDlg | NewWxProjectBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 178 | 126 | 1 | 51 | 1 | 0 | 173 | 1562 | 11612.9 | 48.3709 | 561725 | 31207 | 2.26932 | 38.1538 | 5.79281 | 43.9466 | 206 | 1 |
| Gizmos/newwxprojectbasedlg.cpp | 216 | | NewWxProjectBaseDlg | ~NewWxProjectBaseDlg() [override] | 0 | 8 | 6 | 1 | 1 | 1 | 0 | 22 | 62 | 276.485 | 9.58333 | 2649.65 | 147.203 | 0.0638269 | 107.848 | 26.0372 | 133.885 | 12 | 0 |
| Gizmos/newwxprojectdlg.cpp | 34 | | NewWxProjectDlg | NewWxProjectDlg(wxWindow *, IManager *) | 2 | 26 | 24 | 0 | 2 | 2 | 0 | 72 | 199 | 1227.82 | 16.4286 | 20171.2 | 1120.62 | 0.247002 | 80.7713 | 0 | 80.7713 | 21 | 0 |
| Gizmos/newwxprojectdlg.cpp | 61 | | NewWxProjectDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| Gizmos/newwxprojectdlg.cpp | 63 | | NewWxProjectDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 29 | 118.536 | 4.44444 | 526.829 | 29.2683 | 0.0217433 | 114.185 | 0 | 114.185 | 3 | 0 |
| Gizmos/newwxprojectdlg.cpp | 71 | | NewWxProjectDlg | ValidateInput() | 0 | 38 | 33 | 0 | 5 | 5 | 1 | 54 | 224 | 1289.09 | 19.75 | 25459.6 | 1414.42 | 0.288478 | 73.6803 | 0 | 73.6803 | 44 | 1 |
| Gizmos/newwxprojectdlg.cpp | 110 | | NewWxProjectDlg | GetProjectInfo(NewWxProjectInfo &) | 1 | 41 | 33 | 0 | 8 | 8 | 1 | 54 | 193 | 1110.69 | 10.4634 | 11621.6 | 645.647 | 0.171024 | 72.5339 | 0 | 72.5339 | 22 | 0 |
| Gizmos/newwxprojectdlg.cpp | 152 | | NewWxProjectDlg | OnChoiceChanged(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 2 | 0 | 29 | 59 | 286.621 | 10.1786 | 2917.39 | 162.077 | 0.0680574 | 99.5654 | 0 | 99.5654 | 1 | 0 |
| Gizmos/newwxprojectinfo.cpp | 26 | | NewWxProjectInfo | NewWxProjectInfo() | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 20 | 38 | 164.233 | 6.54545 | 1074.98 | 59.7212 | 0.0349794 | 106.711 | 0 | 106.711 | 1 | 0 |
| Debugger/dbgcmd.cpp | 906 | | | FromParserOutput(const gdbmi::Node &) | 1 | 33 | 20 | 8 | 5 | 5 | 1 | 46 | 147 | 811.964 | 19.9286 | 16181.3 | 898.96 | 0.213249 | 78.3694 | 34.5463 | 112.916 | 26 | 1 |
| Debugger/dbgcmd.cpp | 110 | | | get_file_name<>(const gdbmi::Node &) | 1 | 15 | 14 | 1 | 0 | 4 | 2 | 31 | 100 | 495.42 | 16.875 | 8360.21 | 464.456 | 0.137306 | 93.9415 | 19.4709 | 113.412 | 22 | 2 |
| Debugger/dbgcmd.cpp | 110 | | | get_file_name<>(const gdbmi::ParsedResult &) | 1 | 15 | 14 | 1 | 0 | 4 | 2 | 31 | 100 | 495.42 | 16.875 | 8360.21 | 464.456 | 0.137306 | 93.9415 | 19.4709 | 113.412 | 22 | 1 |
| Debugger/dbgcmd.cpp | 56 | {anonymous} | | wxGDB_STRIP_QUOTES(wxString &) | 1 | 22 | 19 | 0 | 3 | 9 | 1 | 34 | 166 | 844.519 | 26.4474 | 22335.3 | 1240.85 | 0.264367 | 83.8135 | 0 | 83.8135 | 10 | 12 |
| Debugger/dbgcmd.cpp | 79 | {anonymous} | | wxRemoveQuotes(wxString &) | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 21 | 48 | 210.831 | 9.33333 | 1967.76 | 109.32 | 0.0523432 | 103.639 | 0 | 103.639 | 4 | 5 |
| Debugger/dbgcmd.cpp | 91 | {anonymous} | | wxGdbFixValue(const wxString &) | 1 | 17 | 14 | 2 | 1 | 2 | 2 | 32 | 78 | 390 | 11.2778 | 4398.33 | 244.352 | 0.0894824 | 93.618 | 25.3357 | 118.954 | 17 | 4 |
| Debugger/dbgcmd.cpp | 109 | {anonymous} | | get_file_name(const T &) | 1 | 16 | 15 | 1 | 0 | 4 | 2 | 35 | 105 | 538.575 | 18.4167 | 9918.75 | 551.042 | 0.15388 | 92.4616 | 18.8844 | 111.346 | 12 | 0 |
| Debugger/dbgcmd.cpp | 126 | {anonymous} | | ParseStackEntry(gdbmi::Node &, StackEntry &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 30 | 68 | 333.669 | 10.3333 | 3447.91 | 191.55 | 0.0760763 | 106.87 | 0 | 106.87 | 14 | 1 |
| Debugger/dbgcmd.cpp | 135 | {anonymous} | | ExtractGdbChild(const std::map<std::string, std::string> &, const wxString &) | 2 | 14 | 12 | 0 | 2 | 2 | 1 | 40 | 118 | 627.988 | 17.7391 | 11140 | 618.886 | 0.166265 | 94.2862 | 0 | 94.2862 | 18 | 3 |
| Debugger/dbgcmd.cpp | 695 | | DbgCmdBreakList | ProcessOutput(const wxString &) [override] | 1 | 66 | 48 | 8 | 10 | 10 | 2 | 95 | 373 | 2450.56 | 28.5882 | 70057.1 | 3892.06 | 0.566474 | 60.2464 | 25.6793 | 85.9258 | 56 | 0 |
| Debugger/dbgcmd.cpp | 652 | | DbgCmdCLIHandler | ProcessOutput(const wxString &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 123.529 | 31.9355 | 155.464 | 0 | 1 |
| Debugger/dbgcmd.cpp | 818 | | DbgCmdCreateVarObj | ProcessOutput(const wxString &) [override] | 1 | 87 | 68 | 7 | 14 | 14 | 4 | 89 | 508 | 3289.67 | 27.5362 | 90585.2 | 5032.51 | 0.672332 | 53.3199 | 21.2714 | 74.5913 | 90 | 0 |
| Debugger/dbgcmd.cpp | 588 | | DbgCmdDisplayOutput | ProcessOutput(const wxString &) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5.625 | 516.028 | 28.6682 | 0.0214451 | 118.245 | 29.5564 | 147.801 | 1 | 0 |
| Debugger/dbgcmd.cpp | 975 | | DbgCmdEvalVarObj | ProcessOutput(const wxString &) [override] | 1 | 24 | 21 | 0 | 3 | 4 | 2 | 56 | 130 | 754.956 | 16.5 | 12456.8 | 692.043 | 0.179122 | 84.1369 | 0 | 84.1369 | 18 | 0 |
| Debugger/dbgcmd.cpp | 658 | | DbgCmdGetTipHandler | ProcessOutput(const wxString &) [override] | 1 | 18 | 12 | 3 | 3 | 1 | 0 | 38 | 92 | 482.809 | 11.375 | 5491.96 | 305.109 | 0.10376 | 91.8119 | 29.5564 | 121.368 | 14 | 0 |
| Debugger/dbgcmd.cpp | 183 | | DbgCmdHandlerAsyncCmd | UpdateGotControl(DebuggerReasons, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 6 | 600.469 | 33.3594 | 0.023725 | 124.361 | 0 | 124.361 | 1 | 15 |
| Debugger/dbgcmd.cpp | 188 | | DbgCmdHandlerAsyncCmd | ProcessOutput(const wxString &) [override] | 1 | 183 | 112 | 42 | 33 | 33 | 6 | 150 | 804 | 5811.97 | 35.9504 | 208943 | 11607.9 | 1.17372 | 33.9444 | 33.7945 | 67.7389 | 103 | 2 |
| Debugger/dbgcmd.cpp | 372 | | DbgCmdHandlerBp | ProcessOutput(const wxString &) [override] | 1 | 93 | 75 | 10 | 9 | 22 | 3 | 98 | 536 | 3545.48 | 39.087 | 138582 | 7699.01 | 0.892655 | 50.0101 | 24.3216 | 74.3316 | 85 | 0 |
| Debugger/dbgcmd.cpp | 1106 | | DbgCmdHandlerDisassemble | ProcessOutput(const wxString &) [override] | 1 | 38 | 31 | 0 | 7 | 6 | 2 | 65 | 239 | 1439.35 | 21.7159 | 31256.7 | 1736.48 | 0.330756 | 72.877 | 0 | 72.877 | 44 | 0 |
| Debugger/dbgcmd.cpp | 1145 | | DbgCmdHandlerDisassembleCurLine | ProcessOutput(const wxString &) [override] | 1 | 37 | 31 | 0 | 6 | 6 | 2 | 62 | 231 | 1375.42 | 20.4762 | 28163.3 | 1564.63 | 0.308557 | 73.5453 | 0 | 73.5453 | 44 | 0 |
| Debugger/dbgcmd.cpp | 521 | | DbgCmdHandlerEvalExpr | ProcessOutput(const wxString &) [override] | 1 | 10 | 9 | 1 | 0 | 1 | 0 | 29 | 57 | 276.905 | 9.75 | 2699.82 | 149.99 | 0.0646302 | 104.225 | 23.5268 | 127.752 | 6 | 0 |
| Debugger/dbgcmd.cpp | 1071 | | DbgCmdHandlerExecRun | ProcessOutput(const wxString &) [override] | 1 | 20 | 16 | 3 | 2 | 2 | 1 | 42 | 108 | 582.37 | 12.2222 | 7117.86 | 395.437 | 0.123342 | 88.9002 | 28.2321 | 117.132 | 13 | 0 |
| Debugger/dbgcmd.cpp | 155 | | DbgCmdHandlerGetLine | ProcessOutput(const wxString &) [override] | 1 | 27 | 21 | 2 | 4 | 2 | 1 | 52 | 139 | 792.361 | 14.0857 | 11161 | 620.054 | 0.166474 | 82.4374 | 20.4627 | 102.9 | 24 | 0 |
| Debugger/dbgcmd.cpp | 466 | | DbgCmdHandlerLocals | ProcessOutput(const wxString &) [override] | 1 | 48 | 32 | 11 | 5 | 6 | 3 | 78 | 233 | 1464.5 | 21.6981 | 31776.9 | 1765.38 | 0.334415 | 69.0023 | 33.7742 | 102.777 | 36 | 0 |
| Debugger/dbgcmd.cpp | 1187 | | DbgCmdHandlerRegisterNames | ProcessOutput(const wxString &) [override] | 1 | 50 | 39 | 14 | 4 | 6 | 3 | 60 | 195 | 1151.84 | 18.8462 | 21707.8 | 1205.99 | 0.259392 | 69.5898 | 36.549 | 106.139 | 64 | 0 |
| Debugger/dbgcmd.cpp | 1241 | | DbgCmdHandlerRegisterValues | ProcessOutput(const wxString &) [override] | 1 | 79 | 58 | 23 | 13 | 7 | 3 | 78 | 301 | 1891.91 | 22.5818 | 42722.7 | 2373.48 | 0.407366 | 59.3692 | 37.0951 | 96.4643 | 116 | 0 |
| Debugger/dbgcmd.cpp | 572 | | DbgCmdHandlerRemoteDebugging | ProcessOutput(const wxString &) [override] | 1 | 15 | 11 | 3 | 1 | 2 | 1 | 33 | 74 | 373.285 | 11.25 | 4199.46 | 233.303 | 0.0867643 | 95.8734 | 31.9355 | 127.809 | 11 | 0 |
| Debugger/dbgcmd.cpp | 1020 | | DbgCmdHandlerStackDepth | ProcessOutput(const wxString &) [override] | 1 | 15 | 15 | 0 | 0 | 4 | 2 | 43 | 96 | 520.921 | 13.0769 | 6812.05 | 378.447 | 0.119784 | 93.6805 | 0 | 93.6805 | 8 | 0 |
| Debugger/dbgcmd.cpp | 515 | | DbgCmdHandlerVarCreator | ProcessOutput(const wxString &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.14286 | 411.429 | 22.8571 | 0.0184392 | 121.911 | 0 | 121.911 | 1 | 0 |
| Debugger/dbgcmd.cpp | 1092 | | DbgCmdJumpHandler | ProcessOutput(const wxString &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 123.529 | 31.9355 | 155.464 | 0 | 0 |
| Debugger/dbgcmd.cpp | 940 | | DbgCmdListChildren | ProcessOutput(const wxString &) [override] | 1 | 34 | 26 | 1 | 7 | 5 | 1 | 69 | 190 | 1160.62 | 20 | 23212.4 | 1289.58 | 0.271243 | 76.0281 | 13.1285 | 89.1566 | 24 | 0 |
| Debugger/dbgcmd.cpp | 762 | | DbgCmdListThreads | ProcessOutput(const wxString &) [override] | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 41 | 90 | 482.18 | 10.9615 | 5285.43 | 293.635 | 0.101142 | 94.5423 | 19.4709 | 114.013 | 9 | 0 |
| Debugger/dbgcmd.cpp | 1321 | | DbgCmdRecordHandler | ProcessOutput(const wxString &) [override] | 1 | 10 | 9 | 1 | 0 | 3 | 1 | 26 | 58 | 272.626 | 10.5 | 2862.57 | 159.032 | 0.0672021 | 103.846 | 23.5268 | 127.373 | 6 | 0 |
| Debugger/dbgcmd.cpp | 595 | | DbgCmdResolveTypeHandler | ProcessOutput(const wxString &) [override] | 1 | 48 | 34 | 7 | 8 | 3 | 1 | 73 | 209 | 1293.67 | 21.39 | 27671.7 | 1537.32 | 0.304955 | 70.3373 | 27.8848 | 98.2221 | 35 | 0 |
| Debugger/dbgcmd.cpp | 644 | | DbgCmdResolveTypeHandler | DbgCmdResolveTypeHandler(const wxString &, DbgGdb *, int) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 6.92308 | 1315.31 | 73.0729 | 0.0400158 | 111.962 | 0 | 111.962 | 3 | 1 |
| Debugger/dbgcmd.cpp | 564 | | DbgCmdSelectFrame | ProcessOutput(const wxString &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 5.76923 | 965.606 | 53.6448 | 0.0325646 | 112.621 | 0 | 112.621 | 5 | 0 |
| Debugger/dbgcmd.cpp | 678 | | DbgCmdSetConditionHandler | ProcessOutput(const wxString &) [override] | 1 | 15 | 14 | 1 | 0 | 3 | 2 | 39 | 107 | 565.538 | 13.9091 | 7866.12 | 437.007 | 0.131842 | 93.4831 | 19.4709 | 112.954 | 14 | 0 |
| Debugger/dbgcmd.cpp | 532 | | DbgCmdStackList | ProcessOutput(const wxString &) [override] | 1 | 31 | 23 | 3 | 5 | 3 | 1 | 61 | 163 | 966.71 | 18.6154 | 17995.7 | 999.76 | 0.228906 | 78.9351 | 23.1746 | 102.11 | 23 | 0 |
| Debugger/dbgcmd.cpp | 1098 | | DbgCmdStopHandler | ProcessOutput(const wxString &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 5.76923 | 965.606 | 53.6448 | 0.0325646 | 112.621 | 0 | 112.621 | 4 | 0 |
| Debugger/dbgcmd.cpp | 778 | | DbgCmdWatchMemory | ProcessOutput(const wxString &) [override] | 1 | 39 | 31 | 4 | 5 | 5 | 3 | 63 | 211 | 1261.21 | 20.9302 | 26397.3 | 1466.52 | 0.295519 | 73.3732 | 23.8017 | 97.1749 | 36 | 0 |
| Debugger/dbgcmd.cpp | 1000 | | DbgFindMainBreakpointIdHandler | ProcessOutput(const wxString &) [override] | 1 | 19 | 15 | 3 | 1 | 3 | 2 | 42 | 102 | 550.016 | 12 | 6600.2 | 366.678 | 0.117287 | 89.7984 | 28.8719 | 118.67 | 12 | 0 |
| Debugger/dbgcmd.cpp | 1036 | | DbgVarObjUpdate | ProcessOutput(const wxString &) [override] | 1 | 34 | 29 | 4 | 4 | 6 | 2 | 68 | 245 | 1491.43 | 22.7872 | 33985.5 | 1888.08 | 0.349737 | 74.494 | 25.3357 | 99.8297 | 28 | 0 |
| Debugger/debuggergdb.cpp | 92 | | | WrapSpaces(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 39 | 165.669 | 9.625 | 1594.57 | 88.587 | 0.0454961 | 110.281 | 0 | 110.281 | 8 | 6 |
| Debugger/debuggergdb.cpp | 117 | | | GetDebuggerInfo() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 120.234 | 0 | 120.234 | 0 | 0 |
| Debugger/debuggergdb.cpp | 123 | | | CreateDebuggerGDB() | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 106.258 | 0 | 106.258 | 7 | 0 |
| Debugger/debuggergdb.cpp | 135 | | | StripString(wxString &) | 1 | 15 | 15 | 0 | 0 | 1 | 0 | 35 | 104 | 533.445 | 9.4 | 5014.39 | 278.577 | 0.0976541 | 94.2469 | 0 | 94.2469 | 26 | 5 |
| Debugger/debuggergdb.cpp | 151 | | | MakeId() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 6.75 | 888.879 | 49.3822 | 0.0308158 | 113.868 | 0 | 113.868 | 4 | 2 |
| Debugger/debuggergdb.cpp | 159 | | DbgGdb | DbgGdb() | 0 | 36 | 32 | 2 | 2 | 4 | 0 | 67 | 221 | 1340.61 | 13.9592 | 18713.8 | 1039.65 | 0.234956 | 74.5824 | 17.8544 | 92.4368 | 16 | 1 |
| Debugger/debuggergdb.cpp | 196 | | DbgGdb | ~DbgGdb() [override] | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 26 | 50 | 235.022 | 9 | 2115.2 | 117.511 | 0.0549262 | 104.848 | 0 | 104.848 | 4 | 0 |
| Debugger/debuggergdb.cpp | 207 | | DbgGdb | RegisterHandler(const wxString &, DbgCmdHandler *) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 21 | 23 | 101.023 | 7.33333 | 740.838 | 41.1576 | 0.0272915 | 146.77 | 0 | 146.77 | 1 | 1 |
| Debugger/debuggergdb.cpp | 209 | | DbgGdb | PopHandler(const wxString &) | 1 | 17 | 10 | 5 | 2 | 2 | 1 | 30 | 58 | 284.6 | 10.5 | 2988.3 | 166.016 | 0.0691557 | 95.2563 | 37.2378 | 132.494 | 5 | 3 |
| Debugger/debuggergdb.cpp | 227 | | DbgGdb | EmptyQueue() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 9.45455 | 1950.69 | 108.372 | 0.0520401 | 107.232 | 0 | 107.232 | 7 | 1 |
| Debugger/debuggergdb.cpp | 237 | | DbgGdb | Start(const DebugSessionInfo &, clEnvList_t *) [override] | 2 | 105 | 80 | 7 | 18 | 15 | 2 | 118 | 608 | 4184.65 | 31.5109 | 131862 | 7325.66 | 0.863558 | 48.7921 | 19.4709 | 68.263 | 120 | 0 |
| Debugger/debuggergdb.cpp | 343 | | DbgGdb | WriteCommand(const wxString &, DbgCmdHandler *) | 2 | 18 | 15 | 1 | 2 | 4 | 1 | 38 | 84 | 440.826 | 13.95 | 6149.52 | 341.64 | 0.111885 | 91.595 | 17.8544 | 109.449 | 17 | 46 |
| Debugger/debuggergdb.cpp | 362 | | DbgGdb | Run(const wxString &, const wxString &) [override] | 2 | 24 | 19 | 3 | 2 | 4 | 2 | 37 | 115 | 599.087 | 14.8571 | 8900.72 | 494.485 | 0.143162 | 85.3394 | 26.0372 | 111.377 | 20 | 0 |
| Debugger/debuggergdb.cpp | 387 | | DbgGdb | DoCleanup() | 0 | 39 | 27 | 7 | 6 | 2 | 0 | 51 | 144 | 816.829 | 8.21053 | 6706.6 | 372.589 | 0.118544 | 76.3221 | 30.5107 | 106.833 | 20 | 2 |
| Debugger/debuggergdb.cpp | 427 | | DbgGdb | Stop() [override] | 0 | 33 | 27 | 2 | 4 | 6 | 2 | 65 | 151 | 909.378 | 14.2381 | 12947.8 | 719.322 | 0.183799 | 77.5502 | 18.6103 | 96.1605 | 16 | 0 |
| Debugger/debuggergdb.cpp | 461 | | DbgGdb | Next() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 147.375 | 0 | 147.375 | 3 | 0 |
| Debugger/debuggergdb.cpp | 463 | | DbgGdb | NextInstruction() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 124.917 | 0 | 124.917 | 3 | 0 |
| Debugger/debuggergdb.cpp | 468 | | DbgGdb | SetBreakpoints() | 0 | 9 | 7 | 2 | 0 | 2 | 1 | 23 | 46 | 208.084 | 8.25 | 1716.69 | 95.3718 | 0.0477904 | 107.188 | 33.3545 | 140.542 | 4 | 4 |
| Debugger/debuggergdb.cpp | 478 | | DbgGdb | Break(const clDebuggerBreakpoint &) [override] | 1 | 107 | 68 | 28 | 12 | 22 | 3 | 98 | 385 | 2546.66 | 31.3235 | 79770.5 | 4431.69 | 0.617694 | 49.459 | 35.6051 | 85.0641 | 52 | 2 |
| Debugger/debuggergdb.cpp | 586 | | DbgGdb | SetIgnoreLevel(double, const int) [override] | 2 | 10 | 9 | 1 | 1 | 2 | 1 | 28 | 48 | 230.753 | 8.66667 | 1999.86 | 111.103 | 0.0529109 | 104.943 | 23.5268 | 128.47 | 5 | 0 |
| Debugger/debuggergdb.cpp | 597 | | DbgGdb | SetEnabledState(double, const bool) [override] | 2 | 13 | 12 | 1 | 1 | 3 | 1 | 28 | 54 | 259.597 | 10.5 | 2725.77 | 151.432 | 0.0650437 | 99.8503 | 20.8285 | 120.679 | 4 | 0 |
| Debugger/debuggergdb.cpp | 611 | | DbgGdb | SetCondition(const clDebuggerBreakpoint &) [override] | 1 | 10 | 9 | 1 | 1 | 2 | 1 | 32 | 58 | 290 | 11.5 | 3335 | 185.278 | 0.0744062 | 103.755 | 23.5268 | 127.282 | 6 | 0 |
| Debugger/debuggergdb.cpp | 622 | | DbgGdb | SetCommands(const clDebuggerBreakpoint &) [override] | 1 | 18 | 12 | 5 | 2 | 3 | 1 | 36 | 69 | 356.725 | 10.8 | 3852.63 | 214.035 | 0.0819188 | 92.9258 | 36.4376 | 129.363 | 7 | 0 |
| Debugger/debuggergdb.cpp | 641 | | DbgGdb | Continue() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 147.375 | 0 | 147.375 | 3 | 2 |
| Debugger/debuggergdb.cpp | 643 | | DbgGdb | StepIn() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 147.375 | 0 | 147.375 | 3 | 0 |
| Debugger/debuggergdb.cpp | 645 | | DbgGdb | StepInInstruction() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 124.917 | 0 | 124.917 | 3 | 0 |
| Debugger/debuggergdb.cpp | 650 | | DbgGdb | StepOut() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 147.375 | 0 | 147.375 | 3 | 0 |
| Debugger/debuggergdb.cpp | 652 | | DbgGdb | IsRunning() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 0 |
| Debugger/debuggergdb.cpp | 654 | | DbgGdb | Interrupt() [override] | 0 | 59 | 44 | 10 | 5 | 7 | 2 | 88 | 254 | 1640.7 | 19.0328 | 31227 | 1734.83 | 0.330546 | 64.8389 | 29.7712 | 94.6101 | 36 | 0 |
| Debugger/debuggergdb.cpp | 714 | | DbgGdb | QueryFileLine() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 32 | 140.554 | 7 | 983.879 | 54.66 | 0.0329741 | 113.299 | 0 | 113.299 | 3 | 0 |
| Debugger/debuggergdb.cpp | 722 | | DbgGdb | QueryLocals() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 3 | 0 |
| Debugger/debuggergdb.cpp | 728 | | DbgGdb | ExecuteCmd(const wxString &) [override] | 1 | 20 | 19 | 1 | 0 | 4 | 2 | 45 | 93 | 510.742 | 12 | 6128.91 | 340.495 | 0.111635 | 89.1226 | 16.9762 | 106.099 | 15 | 17 |
| Debugger/debuggergdb.cpp | 749 | | DbgGdb | RemoveAllBreaks() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| Debugger/debuggergdb.cpp | 751 | | DbgGdb | RemoveBreak(double) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.85 | 670.96 | 37.2756 | 0.0255472 | 117.084 | 0 | 117.084 | 4 | 0 |
| Debugger/debuggergdb.cpp | 758 | | DbgGdb | FilterMessage(const wxString &) | 1 | 34 | 27 | 1 | 6 | 12 | 1 | 29 | 156 | 757.845 | 19.0938 | 14470.1 | 803.895 | 0.197937 | 76.6345 | 13.1285 | 89.763 | 26 | 3 |
| Debugger/debuggergdb.cpp | 793 | | DbgGdb | Poke() [override] | 0 | 118 | 80 | 19 | 20 | 27 | 3 | 94 | 481 | 3152.76 | 30.3971 | 95834.5 | 5324.14 | 0.698061 | 45.6135 | 29.1186 | 74.7321 | 70 | 1 |
| Debugger/debuggergdb.cpp | 912 | | DbgGdb | DoProcessAsyncCommand(wxString &, wxString &) | 2 | 71 | 44 | 13 | 14 | 16 | 3 | 56 | 256 | 1486.68 | 22.7778 | 33863.3 | 1881.3 | 0.348898 | 60.2822 | 30.7703 | 91.0525 | 33 | 1 |
| Debugger/debuggergdb.cpp | 984 | | DbgGdb | EvaluateExpressionToString(const wxString &, const wxString &) [override] | 2 | 36 | 25 | 7 | 4 | 4 | 1 | 44 | 150 | 818.915 | 18.2593 | 14952.8 | 830.71 | 0.202314 | 77.1455 | 31.5612 | 108.707 | 21 | 0 |
| Debugger/debuggergdb.cpp | 1021 | | DbgGdb | ListFrames() [override] | 0 | 15 | 10 | 2 | 3 | 1 | 0 | 31 | 51 | 252.664 | 8.30556 | 2098.51 | 116.584 | 0.054637 | 98.1329 | 26.7997 | 124.933 | 4 | 0 |
| Debugger/debuggergdb.cpp | 1037 | | DbgGdb | SetFrame(int) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 6.36364 | 866.484 | 48.138 | 0.030296 | 116.192 | 0 | 116.192 | 5 | 0 |
| Debugger/debuggergdb.cpp | 1044 | | DbgGdb | ListThreads() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 3 | 0 |
| Debugger/debuggergdb.cpp | 1046 | | DbgGdb | SelectThread(long) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.85 | 670.96 | 37.2756 | 0.0255472 | 117.084 | 0 | 117.084 | 4 | 0 |
| Debugger/debuggergdb.cpp | 1053 | | DbgGdb | OnProcessEnd(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 121.302 | 0 | 121.302 | 2 | 1 |
| Debugger/debuggergdb.cpp | 1059 | | DbgGdb | GetAsciiViewerContent(const wxString &, const wxString &) [override] | 2 | 7 | 6 | 0 | 1 | 1 | 0 | 23 | 42 | 189.99 | 9.16667 | 1741.57 | 96.754 | 0.048251 | 111.962 | 0 | 111.962 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1067 | | DbgGdb | ResolveType(const wxString &, int) [override] | 2 | 7 | 6 | 0 | 1 | 1 | 0 | 25 | 43 | 199.686 | 8.76923 | 1751.09 | 97.2828 | 0.0484267 | 111.703 | 0 | 111.703 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1075 | | DbgGdb | WatchMemory(const wxString &, size_t, size_t) [override] | 3 | 15 | 11 | 3 | 1 | 2 | 1 | 40 | 97 | 516.227 | 16.7727 | 8658.54 | 481.03 | 0.140554 | 94.1875 | 31.9355 | 126.123 | 10 | 0 |
| Debugger/debuggergdb.cpp | 1091 | | DbgGdb | SetMemory(const wxString &, size_t, const wxString &) [override] | 3 | 15 | 12 | 0 | 3 | 2 | 1 | 42 | 97 | 523.055 | 12.5 | 6538.18 | 363.232 | 0.116551 | 94.1192 | 0 | 94.1192 | 17 | 0 |
| Debugger/debuggergdb.cpp | 1107 | | DbgGdb | SetDebuggerInformation(const DebuggerInformation &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.2 | 607.141 | 33.7301 | 0.0239004 | 119.945 | 0 | 119.945 | 2 | 1 |
| Debugger/debuggergdb.cpp | 1113 | | DbgGdb | BreakList() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5 | 440 | 24.4444 | 0.0192833 | 147.488 | 0 | 147.488 | 3 | 0 |
| Debugger/debuggergdb.cpp | 1115 | | DbgGdb | DoLocateGdbExecutable(const wxString &, wxString &, const DebugSessionInfo &) | 3 | 48 | 35 | 6 | 7 | 7 | 1 | 60 | 229 | 1352.68 | 18.4286 | 24927.9 | 1384.88 | 0.284448 | 69.1854 | 26.0372 | 95.2226 | 40 | 2 |
| Debugger/debuggergdb.cpp | 1165 | | DbgGdb | DoInitializeGdb(const DebugSessionInfo &) | 1 | 98 | 68 | 16 | 15 | 16 | 2 | 99 | 398 | 2638.48 | 25.4658 | 67191 | 3732.83 | 0.550917 | 52.0781 | 29.2941 | 81.3723 | 53 | 2 |
| Debugger/debuggergdb.cpp | 1264 | | DbgGdb | ExecCLICommand(const wxString &, DbgCmdCLIHandler *) | 2 | 16 | 14 | 1 | 1 | 3 | 1 | 31 | 66 | 326.977 | 14.5714 | 4764.52 | 264.696 | 0.0943825 | 95.2866 | 18.8844 | 114.171 | 7 | 2 |
| Debugger/debuggergdb.cpp | 1281 | | DbgGdb | SetCliHandler(DbgCmdCLIHandler *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 24 | 96 | 7.5 | 720 | 40 | 0.0267773 | 115.282 | 0 | 115.282 | 1 | 2 |
| Debugger/debuggergdb.cpp | 1289 | | DbgGdb | GetCliHandler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 5 |
| Debugger/debuggergdb.cpp | 1291 | | DbgGdb | ListChildren(const wxString &, int) [override] | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 65 | 325 | 11.2778 | 3665.28 | 203.627 | 0.079241 | 104.869 | 0 | 104.869 | 10 | 0 |
| Debugger/debuggergdb.cpp | 1301 | | DbgGdb | CreateVariableObject(const wxString &, bool, int) [override] | 3 | 13 | 7 | 5 | 1 | 1 | 0 | 27 | 50 | 237.744 | 9.2 | 2187.25 | 121.514 | 0.0561665 | 100.768 | 40.9816 | 141.749 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1315 | | DbgGdb | DeleteVariableObject(const wxString &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 7 | 877.351 | 48.7417 | 0.0305488 | 116.622 | 0 | 116.622 | 4 | 1 |
| Debugger/debuggergdb.cpp | 1322 | | DbgGdb | EvaluateVariableObject(const wxString &, int) [override] | 2 | 8 | 6 | 2 | 0 | 1 | 0 | 25 | 43 | 199.686 | 7.85714 | 1568.96 | 87.1644 | 0.0450077 | 109.54 | 34.9714 | 144.511 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1331 | | DbgGdb | OnDataRead(clProcessEvent &) | 1 | 45 | 32 | 6 | 7 | 9 | 2 | 62 | 226 | 1345.65 | 20.35 | 27383.9 | 1521.33 | 0.302837 | 69.798 | 26.7997 | 96.5977 | 29 | 1 |
| Debugger/debuggergdb.cpp | 1377 | | DbgGdb | DoGetNextLine(wxString &) | 1 | 15 | 15 | 0 | 0 | 3 | 1 | 29 | 82 | 398.354 | 11.6667 | 4647.47 | 258.193 | 0.0928303 | 95.3054 | 0 | 95.3054 | 11 | 1 |
| Debugger/debuggergdb.cpp | 1393 | | DbgGdb | SetInternalMainBpID(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 1 |
| Debugger/debuggergdb.cpp | 1395 | | DbgGdb | Restart() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 147.375 | 0 | 147.375 | 3 | 0 |
| Debugger/debuggergdb.cpp | 1397 | | DbgGdb | SetVariableObjectDisplayFormat(const wxString &, DisplayFormat) [override] | 2 | 25 | 24 | 0 | 1 | 6 | 1 | 41 | 94 | 503.61 | 11.52 | 5801.59 | 322.31 | 0.107624 | 85.1208 | 0 | 85.1208 | 13 | 0 |
| Debugger/debuggergdb.cpp | 1423 | | DbgGdb | UpdateVariableObject(const wxString &, int) [override] | 2 | 9 | 4 | 4 | 1 | 1 | 0 | 18 | 18 | 75.0587 | 5 | 375.293 | 20.8496 | 0.0173431 | 112.72 | 42.9367 | 155.657 | 0 | 0 |
| Debugger/debuggergdb.cpp | 1433 | | DbgGdb | UpdateWatch(const wxString &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 8.5 | 1519.92 | 84.4397 | 0.0440648 | 114.775 | 0 | 114.775 | 5 | 0 |
| Debugger/debuggergdb.cpp | 1440 | | DbgGdb | AssignValue(const wxString &, const wxString &) [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 7.36364 | 1113.88 | 61.8822 | 0.0358182 | 115.644 | 0 | 115.644 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1447 | | DbgGdb | GetDebugeePID(const wxString &) | 1 | 65 | 47 | 8 | 10 | 18 | 5 | 61 | 332 | 1969 | 29.5122 | 58109.7 | 3228.31 | 0.500086 | 59.7915 | 25.8564 | 85.6479 | 45 | 2 |
| Debugger/debuggergdb.cpp | 1513 | | DbgGdb | Jump(wxString, int) [override] | 2 | 23 | 17 | 3 | 3 | 2 | 1 | 46 | 109 | 602.068 | 10.5 | 6321.72 | 351.206 | 0.113964 | 86.4631 | 26.5382 | 113.001 | 19 | 0 |
| Debugger/debuggergdb.cpp | 1537 | | DbgGdb | OnKillGDB(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 4.4 | 495.387 | 27.5215 | 0.0208693 | 117.18 | 0 | 117.18 | 3 | 2 |
| Debugger/debuggergdb.cpp | 1544 | | DbgGdb | Disassemble(const wxString &, int) [override] | 2 | 26 | 18 | 6 | 4 | 5 | 2 | 40 | 110 | 585.412 | 14.4762 | 8474.54 | 470.808 | 0.138555 | 83.9328 | 33.8695 | 117.802 | 18 | 0 |
| Debugger/debuggergdb.cpp | 1571 | | DbgGdb | Attach(const DebugSessionInfo &, clEnvList_t *) [override] | 2 | 51 | 38 | 5 | 8 | 7 | 1 | 80 | 263 | 1662.67 | 20.3772 | 33880.5 | 1882.25 | 0.349016 | 67.1303 | 23.3136 | 90.4439 | 37 | 0 |
| Debugger/debuggergdb.cpp | 1623 | | DbgGdb | ListRegisters() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5 | 449.621 | 24.9789 | 0.0195633 | 124.917 | 0 | 124.917 | 3 | 0 |
| Debugger/debuggergdb.cpp | 1628 | | DbgGdb | EnableReverseDebugging(bool) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 0 |
| Debugger/debuggergdb.cpp | 1630 | | DbgGdb | EnableRecording(bool) [override] | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 26 | 48 | 225.621 | 7.5 | 1692.16 | 94.0088 | 0.0473339 | 102.106 | 21.6227 | 123.729 | 6 | 0 |
| Debugger/debuggergdb.cpp | 1643 | | DbgGdb | IsReverseDebuggingEnabled() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| Debugger/gdbmi.cpp | 20 | {anonymous} | | trim_both(wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.5 | 1449.46 | 80.5258 | 0.0426924 | 114.37 | 0 | 114.37 | 5 | 1 |
| Debugger/gdbmi.cpp | 27 | {anonymous} | | strip_double_backslashes(wxString &) | 1 | 24 | 19 | 4 | 1 | 6 | 2 | 39 | 131 | 692.388 | 24.7 | 17102 | 950.11 | 0.221263 | 84.1268 | 29.5564 | 113.683 | 12 | 1 |
| Debugger/gdbmi.cpp | 54 | | Node | add_child(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 52 | 241.481 | 9.82143 | 2371.68 | 131.76 | 0.0592811 | 110.715 | 0 | 110.715 | 8 | 3 |
| Debugger/gdbmi.cpp | 401 | | Node | find_child(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 47 | 218.261 | 9.75 | 2128.05 | 118.225 | 0.0551484 | 111.011 | 0 | 111.011 | 4 | 4 |
| Debugger/gdbmi.cpp | 200 | | Parser | parse(const wxString &, ParsedResult *) | 2 | 90 | 85 | 8 | 1 | 22 | 2 | 77 | 344 | 2155.77 | 25 | 53894.4 | 2994.13 | 0.475599 | 53.1284 | 22.2816 | 75.41 | 14 | 9 |
| Debugger/gdbmi.cpp | 291 | | Parser | parse_properties(Tokenizer *, Node::ptr_t) | 2 | 92 | 84 | 6 | 4 | 19 | 2 | 65 | 327 | 1969.31 | 31.6098 | 62249.5 | 3458.31 | 0.523564 | 53.9327 | 19.2694 | 73.2021 | 36 | 3 |
| Debugger/gdbmi.cpp | 384 | | Parser | print(Node::ptr_t, int) | 2 | 16 | 14 | 0 | 2 | 4 | 1 | 37 | 100 | 520.945 | 13.9773 | 7281.4 | 404.522 | 0.125224 | 92.6347 | 0 | 92.6347 | 17 | 1 |
| Debugger/gdbmi.cpp | 77 | | Tokenizer | Tokenizer(StringView) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 4.2 | 232.474 | 12.9152 | 0.0126026 | 127.441 | 0 | 127.441 | 1 | 1 |
| Debugger/gdbmi.cpp | 82 | | Tokenizer | next_token(eToken *) | 1 | 60 | 54 | 2 | 4 | 18 | 2 | 75 | 247 | 1538.52 | 21 | 32308.9 | 1794.94 | 0.338138 | 62.371 | 13.9543 | 76.3254 | 39 | 2 |
| Debugger/gdbmi.cpp | 143 | | Tokenizer | read_string(eToken *) | 1 | 39 | 33 | 5 | 2 | 6 | 2 | 50 | 145 | 818.359 | 22.5741 | 18473.7 | 1026.32 | 0.232942 | 75.3923 | 26.3344 | 101.727 | 6 | 1 |
| Debugger/gdbmi.cpp | 183 | | Tokenizer | remainder() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 45 | 200.674 | 10.8 | 2167.28 | 120.405 | 0.0558242 | 114.175 | 0 | 114.175 | 5 | 3 |
| Debugger/gdbmi.cpp | 190 | | Tokenizer | read_word(eToken *) | 1 | 9 | 9 | 0 | 0 | 4 | 1 | 35 | 72 | 369.308 | 17.2188 | 6359.03 | 353.279 | 0.114412 | 103.744 | 0 | 103.744 | 6 | 1 |
| Debugger/gdbmi_parse_thread_info.cpp | 28 | | GdbMIThreadInfoParser | Parse(const wxString &) | 1 | 26 | 21 | 2 | 3 | 4 | 1 | 50 | 147 | 829.647 | 17 | 14104 | 783.555 | 0.194584 | 82.3496 | 20.8285 | 103.178 | 25 | 1 |
| Debugger/gdbmi_parse_thread_info.cpp | 55 | | GdbMIThreadInfoParser | ReadBlock(wxString &, const wxString &, wxString &) | 3 | 41 | 34 | 4 | 3 | 8 | 2 | 50 | 179 | 1010.25 | 35 | 35358.8 | 1964.38 | 0.359096 | 73.0268 | 23.2612 | 96.2879 | 11 | 3 |
| Debugger/gdbmi_parse_thread_info.cpp | 97 | | GdbMIThreadInfoParser | ReadKeyValuePair(const wxString &, const wxString &, wxString &) | 3 | 9 | 8 | 0 | 1 | 2 | 1 | 30 | 60 | 294.413 | 11.8125 | 3477.76 | 193.209 | 0.0765147 | 105.383 | 0 | 105.383 | 4 | 6 |
| UnitTestCPP/NewClassTestBase_unittestcpp_bitmaps.cpp | 34 | | | wxC7CCBInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| UnitTestCPP/newunittestbasedlg.cpp | 37 | | NewUnitTestBaseDlg | NewUnitTestBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 72 | 51 | 0 | 21 | 1 | 0 | 95 | 630 | 4139.01 | 26.7342 | 110653 | 6147.39 | 0.768282 | 58.1813 | 0 | 58.1813 | 80 | 1 |
| UnitTestCPP/newunittestbasedlg.cpp | 110 | | NewUnitTestBaseDlg | ~NewUnitTestBaseDlg() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| UnitTestCPP/newunittestdlg.cpp | 33 | | NewUnitTestDlg | NewUnitTestDlg(wxWindow *, UnitTestPP *, IConfigTool *) | 3 | 18 | 15 | 1 | 2 | 3 | 1 | 48 | 101 | 564.081 | 12.1207 | 6837.05 | 379.836 | 0.120077 | 90.5429 | 17.8544 | 108.397 | 12 | 1 |
| UnitTestCPP/testclassbasedlg.cpp | 14 | | TestClassBaseDlg | TestClassBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 173 | 123 | 2 | 48 | 9 | 1 | 158 | 1451 | 10597.8 | 49.4074 | 523609 | 29089.4 | 2.16546 | 37.251 | 8.29006 | 45.541 | 209 | 1 |
| UnitTestCPP/testclassbasedlg.cpp | 188 | | TestClassBaseDlg | ~TestClassBaseDlg() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 26 | 98 | 460.643 | 11.5625 | 5326.19 | 295.899 | 0.101661 | 97.3282 | 0 | 97.3282 | 20 | 0 |
| UnitTestCPP/testclassdlg.cpp | 38 | | TestClassDlg | TestClassDlg(wxWindow *, IManager *, UnitTestPP *) | 3 | 22 | 19 | 1 | 2 | 4 | 1 | 54 | 131 | 753.89 | 16.5 | 12439.2 | 691.066 | 0.178953 | 85.5538 | 16.2158 | 101.77 | 18 | 1 |
| UnitTestCPP/testclassdlg.cpp | 61 | | TestClassDlg | OnUseActiveEditor(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 30 | 69 | 338.575 | 10.5 | 3555.04 | 197.502 | 0.0776441 | 99.7658 | 0 | 99.7658 | 7 | 0 |
| UnitTestCPP/testclassdlg.cpp | 74 | | TestClassDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 26 | 41 | 192.718 | 9.33333 | 1798.7 | 99.9279 | 0.0493005 | 111.658 | 27.6325 | 139.29 | 2 | 0 |
| UnitTestCPP/testclassdlg.cpp | 82 | | TestClassDlg | OnUnCheckAll(wxCommandEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 26 | 41 | 192.718 | 9.33333 | 1798.7 | 99.9279 | 0.0493005 | 111.658 | 27.6325 | 139.29 | 2 | 0 |
| UnitTestCPP/testclassdlg.cpp | 89 | | TestClassDlg | GetTestsList() | 0 | 15 | 14 | 0 | 1 | 3 | 2 | 38 | 96 | 503.801 | 12.3913 | 6242.75 | 346.82 | 0.113013 | 94.0842 | 0 | 94.0842 | 13 | 1 |
| UnitTestCPP/testclassdlg.cpp | 105 | | TestClassDlg | OnUseFixture(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| UnitTestCPP/testclassdlg.cpp | 107 | | TestClassDlg | OnButtonOk(wxCommandEvent &) [override] | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 30 | 47 | 230.624 | 6.5 | 1499.06 | 83.2808 | 0.0436607 | 106.653 | 24.6875 | 131.34 | 6 | 0 |
| UnitTestCPP/testclassdlg.cpp | 117 | | TestClassDlg | OnShowClassListDialog(wxCommandEvent &) [override] | 1 | 13 | 10 | 2 | 1 | 3 | 1 | 40 | 86 | 457.686 | 10.3333 | 4729.42 | 262.746 | 0.0939184 | 96.9017 | 28.5467 | 125.448 | 12 | 0 |
| UnitTestCPP/testclassdlg.cpp | 131 | | TestClassDlg | DoRefreshFunctions(bool) | 1 | 55 | 43 | 5 | 8 | 9 | 2 | 85 | 310 | 1986.91 | 24.8983 | 49470.7 | 2748.37 | 0.449205 | 64.5207 | 22.5149 | 87.0356 | 55 | 3 |
| UnitTestCPP/testclassdlg.cpp | 187 | | TestClassDlg | SetClassName(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 120.746 | 0 | 120.746 | 2 | 1 |
| UnitTestCPP/testclassdlg.cpp | 193 | | TestClassDlg | EscapeName(wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 83 | 390.136 | 9 | 3511.23 | 195.068 | 0.0770049 | 106.057 | 0 | 106.057 | 15 | 1 |
| UnitTestCPP/testclassdlg.cpp | 201 | | TestClassDlg | OnClassNameUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| UnitTestCPP/unittestcppoutputparser.cpp | 151 | | TestSummary | TestSummary() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 6 | 539.151 | 29.9528 | 0.022081 | 118.353 | 0 | 118.353 | 1 | 1 |
| UnitTestCPP/unittestcppoutputparser.cpp | 158 | | TestSummary | [virtual] ~TestSummary() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| UnitTestCPP/unittestcppoutputparser.cpp | 160 | | TestSummary | PrintSelf() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.66667 | 1367.56 | 75.9755 | 0.0410686 | 114.06 | 0 | 114.06 | 7 | 0 |
| UnitTestCPP/unittestcppoutputparser.cpp | 37 | | UnitTestCppOutputParser | UnitTestCppOutputParser(const wxArrayString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 1 |
| UnitTestCPP/unittestcppoutputparser.cpp | 42 | | UnitTestCppOutputParser | Parse(TestSummary *) | 1 | 106 | 80 | 14 | 12 | 16 | 4 | 97 | 634 | 4184.34 | 52.5507 | 219890 | 12216.1 | 1.21437 | 48.4089 | 26.6867 | 75.0957 | 71 | 1 |
| UnitTestCPP/unittestcppoutputparser.cpp | 35 | | wxObjectArrayTraitsForErrorLineInfoArray | [static] Clone(const ErrorLineInfoArray::value_type &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 2 |
| UnitTestCPP/unittestcppoutputparser.cpp | 35 | | wxObjectArrayTraitsForErrorLineInfoArray | [static] Free(ErrorLineInfoArray::value_type *) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| UnitTestCPP/unittestdata.cpp | 28 | | UnitTestData | DeSerialize(Archive &) [override] | 1 | 3 | 3 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 134.05 | 0 | 134.05 | 0 | 0 |
| UnitTestCPP/unittestdata.cpp | 31 | | UnitTestData | Serialize(Archive &) [override] | 1 | 3 | 3 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 134.05 | 0 | 134.05 | 0 | 0 |
| UnitTestCPP/unittestpp.cpp | 59 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| UnitTestCPP/unittestpp.cpp | 64 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| UnitTestCPP/unittestpp.cpp | 74 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| UnitTestCPP/unittestpp.cpp | 52 | {anonymous} | | IsSourceFile(const wxString &) | 1 | 4 | 4 | 0 | 0 | 5 | 0 | 20 | 46 | 198.809 | 8.18182 | 1626.62 | 90.3676 | 0.0461037 | 119.872 | 0 | 119.872 | 5 | 1 |
| UnitTestCPP/unittestpp.cpp | 76 | | UnitTestPP | UnitTestPP(IManager *) | 1 | 30 | 24 | 1 | 5 | 1 | 0 | 70 | 244 | 1495.55 | 12.4091 | 18558.4 | 1031.02 | 0.233653 | 77.6573 | 13.9543 | 91.6116 | 48 | 1 |
| UnitTestCPP/unittestpp.cpp | 107 | | UnitTestPP | CreateToolBar(clToolBarGeneric *) [override] | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 30 | 58 | 284.6 | 6.25 | 1778.75 | 98.8193 | 0.0489352 | 107.697 | 0 | 107.697 | 10 | 0 |
| UnitTestCPP/unittestpp.cpp | 116 | | UnitTestPP | CreatePluginMenu(wxMenu *) [override] | 1 | 35 | 25 | 3 | 7 | 1 | 0 | 51 | 258 | 1463.49 | 17.2763 | 25283.6 | 1404.65 | 0.287148 | 75.2728 | 21.9083 | 97.1811 | 48 | 0 |
| UnitTestCPP/unittestpp.cpp | 152 | | UnitTestPP | UnPlug() [override] | 0 | 18 | 13 | 1 | 4 | 1 | 0 | 42 | 121 | 652.47 | 8.6 | 5611.25 | 311.736 | 0.105257 | 90.246 | 17.8544 | 108.1 | 19 | 0 |
| UnitTestCPP/unittestpp.cpp | 171 | | UnitTestPP | CreateEditorPopMenu() | 0 | 17 | 12 | 2 | 3 | 1 | 0 | 28 | 86 | 413.433 | 12.75 | 5271.26 | 292.848 | 0.100961 | 93.5446 | 25.3357 | 118.88 | 13 | 1 |
| UnitTestCPP/unittestpp.cpp | 189 | | UnitTestPP | OnNewClassTest(wxCommandEvent &) | 1 | 67 | 52 | 5 | 10 | 11 | 4 | 106 | 408 | 2744.99 | 25.9747 | 71300.3 | 3961.13 | 0.573156 | 59.1828 | 20.5343 | 79.7172 | 67 | 1 |
| UnitTestCPP/unittestpp.cpp | 257 | | UnitTestPP | OnNewSimpleTest(wxCommandEvent &) | 1 | 39 | 33 | 3 | 3 | 6 | 3 | 72 | 251 | 1548.65 | 15.9528 | 24705.4 | 1372.52 | 0.282752 | 72.0756 | 20.8285 | 92.9041 | 40 | 1 |
| UnitTestCPP/unittestpp.cpp | 297 | | UnitTestPP | DoCreateFixtureTest(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 14 | 12 | 0 | 2 | 2 | 1 | 32 | 74 | 370 | 12.3158 | 4556.84 | 253.158 | 0.0916195 | 97.0371 | 0 | 97.0371 | 10 | 2 |
| UnitTestCPP/unittestpp.cpp | 312 | | UnitTestPP | DoCreateSimpleTest(const wxString &, const wxString &, const wxString &) | 3 | 22 | 17 | 2 | 3 | 3 | 1 | 46 | 110 | 607.592 | 12.8 | 7777.18 | 432.065 | 0.130846 | 86.9057 | 22.5149 | 109.421 | 16 | 2 |
| UnitTestCPP/unittestpp.cpp | 335 | | UnitTestPP | OnRunUnitTests(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 34 | 151.621 | 7.2 | 1091.67 | 60.6483 | 0.0353405 | 110.742 | 0 | 110.742 | 4 | 2 |
| UnitTestCPP/unittestpp.cpp | 344 | | UnitTestPP | OnRunUnitTestsUI(wxUpdateUIEvent &) | 1 | 11 | 10 | 0 | 1 | 4 | 2 | 28 | 72 | 346.13 | 11 | 3807.43 | 211.524 | 0.0812767 | 100.831 | 0 | 100.831 | 13 | 2 |
| UnitTestCPP/unittestpp.cpp | 356 | | UnitTestPP | GetUnitTestProjects() | 0 | 14 | 14 | 0 | 0 | 4 | 2 | 39 | 100 | 528.54 | 15.4545 | 8168.35 | 453.797 | 0.135197 | 94.7227 | 0 | 94.7227 | 14 | 4 |
| UnitTestCPP/unittestpp.cpp | 371 | | UnitTestPP | IsUnitTestProject(ProjectPtr) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 7.71429 | 950.322 | 52.7957 | 0.03222 | 113.985 | 0 | 113.985 | 4 | 1 |
| UnitTestCPP/unittestpp.cpp | 379 | | UnitTestPP | DoAddTestFile(const wxString &, const wxString &) | 2 | 56 | 42 | 8 | 6 | 10 | 4 | 76 | 285 | 1780.66 | 25.9804 | 46262.2 | 2570.12 | 0.429566 | 64.5687 | 27.6325 | 92.2011 | 44 | 2 |
| UnitTestCPP/unittestpp.cpp | 436 | | UnitTestPP | FindBestSourceFile(ProjectPtr, const wxFileName &) | 2 | 29 | 21 | 7 | 1 | 5 | 3 | 41 | 132 | 707.197 | 19.4318 | 13742.1 | 763.451 | 0.191241 | 81.181 | 34.4868 | 115.668 | 22 | 2 |
| UnitTestCPP/unittestpp.cpp | 466 | | UnitTestPP | OnMarkProjectAsUT(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 24 | 42 | 192.568 | 7.5 | 1444.26 | 80.2368 | 0.0425902 | 105.884 | 0 | 105.884 | 7 | 1 |
| UnitTestCPP/unittestpp.cpp | 477 | | UnitTestPP | OnProcessRead(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 2 |
| UnitTestCPP/unittestpp.cpp | 479 | | UnitTestPP | OnProcessTerminated(clProcessEvent &) | 1 | 33 | 24 | 1 | 8 | 2 | 1 | 57 | 173 | 1009.09 | 17.0769 | 17232.2 | 957.342 | 0.222385 | 77.9292 | 13.3211 | 91.2503 | 20 | 2 |
| UnitTestCPP/unittestpp.cpp | 513 | | UnitTestPP | SelectUTPage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4 | 304 | 16.8889 | 0.0150705 | 148.25 | 0 | 148.25 | 1 | 1 |
| UnitTestCPP/unittestpp.cpp | 515 | | UnitTestPP | OnRunProject(clExecuteEvent &) | 1 | 23 | 17 | 3 | 3 | 4 | 1 | 33 | 99 | 499.395 | 12.0833 | 6034.36 | 335.242 | 0.110484 | 86.9753 | 26.5382 | 113.514 | 15 | 1 |
| UnitTestCPP/unittestpp.cpp | 539 | | UnitTestPP | DoRunProject(ProjectPtr) | 1 | 20 | 12 | 4 | 4 | 1 | 0 | 36 | 81 | 418.764 | 7.26 | 3040.23 | 168.901 | 0.0699546 | 90.8451 | 31.9355 | 122.781 | 16 | 2 |
| UnitTestCPP/unittestpp.cpp | 560 | | UnitTestPP | OnEditorContextMenu(clContextMenuEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 32 | 64 | 320 | 7.86842 | 2517.89 | 139.883 | 0.0616932 | 103.243 | 0 | 103.243 | 8 | 2 |
| UnitTestCPP/unittestreport.cpp | 14 | | UnitTestsBasePage | UnitTestsBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 109 | 81 | 2 | 26 | 3 | 1 | 131 | 946 | 6653.62 | 33.5135 | 222986 | 12388.1 | 1.22574 | 48.535 | 10.4156 | 58.9506 | 133 | 1 |
| UnitTestCPP/unittestreport.cpp | 124 | | UnitTestsBasePage | ~UnitTestsBasePage() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 111.873 | 0 | 111.873 | 8 | 0 |
| UnitTestCPP/unittestreport_unittestcpp_bitmaps.cpp | 34 | | | wxC52E5InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| UnitTestCPP/unittestspage.cpp | 40 | | UTLineInfo | UTLineInfo(const ErrorLineInfo &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 1 |
| UnitTestCPP/unittestspage.cpp | 44 | | UTLineInfo | ~UTLineInfo() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| UnitTestCPP/unittestspage.cpp | 47 | | UnitTestsPage | UnitTestsPage(wxWindow *, IManager *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 55 | 267.189 | 7.76471 | 2074.64 | 115.258 | 0.0542219 | 112.686 | 0 | 112.686 | 4 | 1 |
| UnitTestCPP/unittestspage.cpp | 54 | | UnitTestsPage | ~UnitTestsPage() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| UnitTestCPP/unittestspage.cpp | 59 | | UnitTestsPage | UpdateFailedBar(size_t, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.4 | 550.531 | 30.5851 | 0.0223907 | 146.723 | 0 | 146.723 | 1 | 1 |
| UnitTestCPP/unittestspage.cpp | 61 | | UnitTestsPage | UpdatePassedBar(size_t, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.4 | 550.531 | 30.5851 | 0.0223907 | 146.723 | 0 | 146.723 | 1 | 1 |
| UnitTestCPP/unittestspage.cpp | 63 | | UnitTestsPage | OnItemActivated(wxDataViewEvent &) [override] | 1 | 24 | 19 | 1 | 4 | 3 | 1 | 54 | 160 | 920.782 | 11.025 | 10151.6 | 563.979 | 0.15628 | 83.3344 | 15.5492 | 98.8835 | 22 | 0 |
| UnitTestCPP/unittestspage.cpp | 88 | | UnitTestsPage | Initialize(TestSummary *) | 1 | 30 | 25 | 0 | 5 | 2 | 1 | 61 | 202 | 1198.01 | 19.4524 | 23304.1 | 1294.67 | 0.271957 | 78.5808 | 0 | 78.5808 | 27 | 1 |
| UnitTestCPP/unittestspage.cpp | 119 | | UnitTestsPage | Clear() | 0 | 13 | 13 | 0 | 0 | 2 | 1 | 33 | 92 | 464.084 | 10 | 4640.84 | 257.825 | 0.092742 | 97.0595 | 0 | 97.0595 | 13 | 3 |
| UnitTestCPP/unittestspage.cpp | 133 | | UnitTestsPage | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| UnitTestCPP/unittestspage.cpp | 138 | | UnitTestsPage | OnClearReport(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| QmakePlugin/NewQtProj.cpp | 16 | | NewQtProjBaseDlg | NewQtProjBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 112 | 74 | 2 | 36 | 7 | 1 | 144 | 950 | 6811.43 | 35.0702 | 238878 | 13271 | 1.28331 | 47.0533 | 10.2772 | 57.3305 | 126 | 1 |
| QmakePlugin/NewQtProj.cpp | 129 | | NewQtProjBaseDlg | ~NewQtProjBaseDlg() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 114.37 | 0 | 114.37 | 8 | 0 |
| QmakePlugin/NewQtProj_qmakeplugin_bitmaps.cpp | 34 | | | wxCrafterM0lZAnInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 34 | | NewQtProjDlg | NewQtProjDlg(wxWindow *, QmakeConf *, IManager *) | 3 | 22 | 20 | 0 | 2 | 3 | 1 | 58 | 160 | 937.277 | 13.05 | 12231.5 | 679.526 | 0.176956 | 84.6516 | 0 | 84.6516 | 17 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 57 | | NewQtProjDlg | ~NewQtProjDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| QmakePlugin/newqtprojdlg.cpp | 59 | | NewQtProjDlg | OnNewQmakeSettings(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 32 | 69 | 345 | 8.94444 | 3085.83 | 171.435 | 0.0706524 | 101.078 | 0 | 101.078 | 7 | 0 |
| QmakePlugin/newqtprojdlg.cpp | 71 | | NewQtProjDlg | GetCreateDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 73 | | NewQtProjDlg | GetProjectKind() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 75 | | NewQtProjDlg | GetProjectName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 77 | | NewQtProjDlg | GetProjectPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 79 | | NewQtProjDlg | GetQmake() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| QmakePlugin/newqtprojdlg.cpp | 81 | | NewQtProjDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 31 | 54 | 267.527 | 7.58333 | 2028.74 | 112.708 | 0.0534191 | 112.45 | 0 | 112.45 | 9 | 0 |
| QmakePlugin/qmakeconf.cpp | 28 | | QmakeConf | QmakeConf(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 6.28571 | 589.382 | 32.7435 | 0.023432 | 124.7 | 0 | 124.7 | 4 | 1 |
| QmakePlugin/qmakeconf.cpp | 33 | | QmakeConf | ~QmakeConf() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 1 | 0 |
| QmakePlugin/qmakeconf.cpp | 38 | | QmakeConf | GetAllConfigurations() const | 0 | 14 | 12 | 0 | 2 | 2 | 1 | 25 | 53 | 246.124 | 9.42857 | 2320.6 | 128.922 | 0.0584268 | 99.1569 | 0 | 99.1569 | 6 | 4 |
| QmakePlugin/qmakegenerator.cpp | 42 | | QMakeProFileGenerator | prepareVariable(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 50 | 240.368 | 8.25 | 1983.03 | 110.169 | 0.0526137 | 113.236 | 0 | 113.236 | 7 | 1 |
| QmakePlugin/qmakegenerator.cpp | 49 | | QMakeProFileGenerator | QMakeProFileGenerator(IManager *, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.2 | 1070.48 | 59.471 | 0.0348817 | 115.734 | 0 | 115.734 | 2 | 2 |
| QmakePlugin/qmakegenerator.cpp | 56 | | QMakeProFileGenerator | Generate() | 0 | 81 | 60 | 7 | 14 | 11 | 3 | 95 | 477 | 3133.82 | 26.3699 | 82638.4 | 4591.02 | 0.632412 | 55.4199 | 21.992 | 77.4119 | 78 | 1 |
| QmakePlugin/qmakegenerator.cpp | 138 | | QMakeProFileGenerator | SetVariables(wxString &, BuildConfigPtr, ProjectSettingsPtr) | 3 | 127 | 77 | 33 | 18 | 12 | 2 | 100 | 765 | 5082.55 | 35.3025 | 179427 | 9968.14 | 1.0604 | 45.3896 | 35.507 | 80.8966 | 146 | 1 |
| QmakePlugin/qmakegenerator.cpp | 266 | | QMakeProFileGenerator | SetFiles(wxString &, ProjectPtr) | 2 | 48 | 44 | 0 | 4 | 9 | 2 | 60 | 312 | 1842.95 | 28.7317 | 52951.1 | 2941.73 | 0.470033 | 67.1171 | 0 | 67.1171 | 56 | 1 |
| QmakePlugin/qmakegenerator.cpp | 315 | | QMakeProFileGenerator | GetProFileName() | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 35 | 80 | 410.343 | 8.86364 | 3637.13 | 202.063 | 0.0788348 | 97.6995 | 0 | 97.6995 | 14 | 5 |
| QmakePlugin/qmakeplugin.cpp | 52 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| QmakePlugin/qmakeplugin.cpp | 57 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| QmakePlugin/qmakeplugin.cpp | 67 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| QmakePlugin/qmakeplugin.cpp | 69 | | QMakePlugin | QMakePlugin(IManager *) | 1 | 24 | 22 | 1 | 1 | 1 | 0 | 58 | 217 | 1271.18 | 15.0476 | 19128.3 | 1062.68 | 0.238413 | 82.1175 | 15.5492 | 97.6667 | 43 | 1 |
| QmakePlugin/qmakeplugin.cpp | 94 | | QMakePlugin | ~QMakePlugin() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 6 | 219.247 | 12.1804 | 0.01212 | 152.058 | 0 | 152.058 | 1 | 0 |
| QmakePlugin/qmakeplugin.cpp | 96 | | QMakePlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 29 | 58 | 281.763 | 6.57895 | 1853.7 | 102.984 | 0.0503005 | 107.75 | 26.0372 | 133.787 | 10 | 0 |
| QmakePlugin/qmakeplugin.cpp | 105 | | QMakePlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 21 | 17 | 1 | 3 | 1 | 0 | 41 | 176 | 942.929 | 14.4828 | 13656.2 | 758.679 | 0.190443 | 85.834 | 16.583 | 102.417 | 34 | 0 |
| QmakePlugin/qmakeplugin.cpp | 127 | | QMakePlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 27 | 63 | 299.558 | 9.2 | 2755.93 | 153.107 | 0.0655226 | 105.063 | 0 | 105.063 | 9 | 0 |
| QmakePlugin/qmakeplugin.cpp | 137 | | QMakePlugin | UnPlug() [override] | 0 | 21 | 21 | 0 | 0 | 1 | 0 | 43 | 217 | 1177.5 | 12.1212 | 14272.7 | 792.929 | 0.196133 | 84.6788 | 0 | 84.6788 | 48 | 0 |
| QmakePlugin/qmakeplugin.cpp | 159 | | QMakePlugin | HookProjectSettingsTab(wxBookCtrlBase *, const wxString &, const wxString &) [override] | 3 | 15 | 13 | 0 | 2 | 3 | 1 | 39 | 93 | 491.542 | 15.8571 | 7794.46 | 433.025 | 0.13104 | 94.2123 | 0 | 94.2123 | 7 | 0 |
| QmakePlugin/qmakeplugin.cpp | 175 | | QMakePlugin | UnHookProjectSettingsTab(wxBookCtrlBase *, const wxString &, const wxString &) [override] | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.13636 | 822.149 | 45.6749 | 0.0292536 | 116.276 | 0 | 116.276 | 2 | 0 |
| QmakePlugin/qmakeplugin.cpp | 182 | | QMakePlugin | OnSaveConfig(clProjectSettingsEvent &) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 31 | 67 | 331.931 | 12.1875 | 4045.41 | 224.745 | 0.0846293 | 97.6016 | 0 | 97.6016 | 9 | 2 |
| QmakePlugin/qmakeplugin.cpp | 197 | | QMakePlugin | DoGetQmakeTab(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 53 | 265 | 11.9 | 3153.5 | 175.194 | 0.0716815 | 107.838 | 0 | 107.838 | 4 | 2 |
| QmakePlugin/qmakeplugin.cpp | 206 | | QMakePlugin | DoUnHookAllTabs(wxBookCtrlBase *) | 1 | 19 | 18 | 0 | 1 | 5 | 3 | 45 | 120 | 659.022 | 17.9375 | 11821.2 | 656.734 | 0.172976 | 88.3981 | 0 | 88.3981 | 13 | 2 |
| QmakePlugin/qmakeplugin.cpp | 226 | | QMakePlugin | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 4.90909 | 572.852 | 31.8251 | 0.0229918 | 119.948 | 0 | 119.948 | 2 | 2 |
| QmakePlugin/qmakeplugin.cpp | 232 | | QMakePlugin | OnBuildStarting(clBuildEvent &) | 1 | 35 | 27 | 3 | 5 | 5 | 1 | 50 | 154 | 869.154 | 13.6515 | 11865.3 | 659.181 | 0.173406 | 77.0623 | 21.9083 | 98.9706 | 20 | 2 |
| QmakePlugin/qmakeplugin.cpp | 268 | | QMakePlugin | DoGetData(const wxString &, const wxString &, QmakePluginData::BuildConfPluginData &) | 3 | 11 | 11 | 0 | 0 | 2 | 1 | 36 | 80 | 413.594 | 11.1364 | 4605.93 | 255.885 | 0.0922764 | 100.365 | 0 | 100.365 | 9 | 5 |
| QmakePlugin/qmakeplugin.cpp | 280 | | QMakePlugin | OnGetCleanCommand(clBuildEvent &) | 1 | 19 | 15 | 0 | 4 | 3 | 1 | 35 | 96 | 492.411 | 11.6667 | 5744.8 | 319.155 | 0.106921 | 90.3737 | 0 | 90.3737 | 12 | 2 |
| QmakePlugin/qmakeplugin.cpp | 300 | | QMakePlugin | OnGetBuildCommand(clBuildEvent &) | 1 | 20 | 15 | 1 | 4 | 3 | 1 | 32 | 91 | 455 | 11.2895 | 5136.71 | 285.373 | 0.0992359 | 89.9536 | 16.9762 | 106.93 | 11 | 2 |
| QmakePlugin/qmakeplugin.cpp | 321 | | QMakePlugin | OnGetIsPluginMakefile(clBuildEvent &) | 1 | 18 | 14 | 1 | 3 | 3 | 1 | 29 | 72 | 349.775 | 10.5625 | 3694.49 | 205.25 | 0.0796616 | 93.0281 | 17.8544 | 110.882 | 8 | 2 |
| QmakePlugin/qmakeplugin.cpp | 340 | | QMakePlugin | DoGetBuildCommand(const wxString &, const wxString &, bool) | 3 | 33 | 26 | 2 | 5 | 4 | 2 | 59 | 178 | 1047.11 | 13.3953 | 14026.4 | 779.245 | 0.19387 | 77.2769 | 18.6103 | 95.8872 | 38 | 2 |
| QmakePlugin/qmakeplugin.cpp | 374 | | QMakePlugin | OnNewQmakeBasedProject(wxCommandEvent &) | 1 | 84 | 65 | 2 | 17 | 10 | 3 | 97 | 501 | 3306.56 | 24.2857 | 80302.1 | 4461.23 | 0.620435 | 54.7817 | 11.8388 | 66.6205 | 78 | 2 |
| QmakePlugin/qmakeplugin.cpp | 459 | | QMakePlugin | OnOpenFile(clCommandEvent &) | 1 | 22 | 18 | 1 | 3 | 4 | 2 | 42 | 117 | 630.901 | 13.26 | 8365.75 | 464.764 | 0.137367 | 86.4799 | 16.2158 | 102.696 | 14 | 2 |
| QmakePlugin/qmakeplugin.cpp | 482 | | QMakePlugin | OnExportMakefile(wxCommandEvent &) | 1 | 71 | 53 | 6 | 12 | 6 | 3 | 98 | 418 | 2764.95 | 17.4198 | 48164.7 | 2675.82 | 0.441264 | 59.3557 | 21.7641 | 81.1199 | 76 | 2 |
| QmakePlugin/qmakeplugin.cpp | 554 | | QMakePlugin | OnQmakeOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 1 |
| QmakePlugin/qmakeplugin.cpp | 559 | | QMakePlugin | OnQmakeTerminated(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 25 | 108.048 | 4.5 | 486.217 | 27.0121 | 0.020611 | 120.348 | 0 | 120.348 | 3 | 1 |
| QmakePlugin/qmakeplugindata.cpp | 30 | | | readString(wxString &) | 1 | 13 | 9 | 0 | 4 | 1 | 0 | 22 | 69 | 307.701 | 13.3333 | 4102.68 | 227.927 | 0.085426 | 99.4264 | 0 | 99.4264 | 8 | 5 |
| QmakePlugin/qmakeplugindata.cpp | 44 | | | writeString(wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 59 | 280.538 | 11.3077 | 3172.24 | 176.236 | 0.0719653 | 109.705 | 0 | 109.705 | 7 | 5 |
| QmakePlugin/qmakeplugindata.cpp | 52 | | QmakePluginData | QmakePluginData(const wxString &) | 1 | 20 | 16 | 0 | 4 | 3 | 1 | 44 | 129 | 704.267 | 23.3333 | 16432.9 | 912.938 | 0.215454 | 87.6819 | 0 | 87.6819 | 16 | 4 |
| QmakePlugin/qmakeplugindata.cpp | 73 | | QmakePluginData | ToString() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 40 | 109 | 580.09 | 17.5909 | 10204.3 | 566.906 | 0.15682 | 95.6693 | 0 | 95.6693 | 13 | 1 |
| QmakePlugin/qmakeplugindata.cpp | 87 | | QmakePluginData | GetDataForBuildConf(const wxString &, BuildConfPluginData &) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 34 | 59 | 300.16 | 12.9375 | 3883.32 | 215.74 | 0.0823533 | 103.576 | 0 | 103.576 | 5 | 3 |
| QmakePlugin/qmakeplugindata.cpp | 98 | | QmakePluginData | SetDataForBuildConf(const wxString &, const BuildConfPluginData &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 24 | 103.726 | 7.33333 | 760.659 | 42.2589 | 0.0277762 | 124.175 | 0 | 124.175 | 2 | 1 |
| QmakePlugin/qmakesettingsbasedlg.cpp | 14 | | QMakeSettingsBaseDlg | QMakeSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 83 | 62 | 2 | 19 | 8 | 1 | 110 | 675 | 4577.42 | 31.9885 | 146425 | 8134.71 | 0.926023 | 53.7446 | 11.9085 | 65.6531 | 100 | 1 |
| QmakePlugin/qmakesettingsbasedlg.cpp | 98 | | QMakeSettingsBaseDlg | ~QMakeSettingsBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 62 | 280.461 | 8.84615 | 2481 | 137.833 | 0.061089 | 109.937 | 0 | 109.937 | 12 | 0 |
| QmakePlugin/qmakesettingsbasedlg.cpp | 106 | | QmakeSettingsTabBase | QmakeSettingsTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 67 | 50 | 1 | 16 | 5 | 1 | 101 | 560 | 3728.6 | 28.0875 | 104727 | 5818.17 | 0.740601 | 58.9703 | 9.40681 | 68.3771 | 80 | 1 |
| QmakePlugin/qmakesettingsbasedlg.cpp | 174 | | QmakeSettingsTabBase | ~QmakeSettingsTabBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| QmakePlugin/qmakesettingsbasedlg_qmakeplugin_bitmaps.cpp | 34 | | | wxCrafterljRDukInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| QmakePlugin/qmakesettingsdlg.cpp | 39 | | QMakeSettingsDlg | QMakeSettingsDlg(wxWindow *, IManager *, QmakeConf *) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 48 | 222.905 | 6 | 1337.43 | 74.3017 | 0.0404631 | 107.06 | 0 | 107.06 | 5 | 2 |
| QmakePlugin/qmakesettingsdlg.cpp | 49 | | QMakeSettingsDlg | Initialize() | 0 | 17 | 14 | 0 | 3 | 3 | 1 | 31 | 75 | 371.565 | 14.0625 | 5225.13 | 290.285 | 0.100371 | 93.6398 | 0 | 93.6398 | 5 | 1 |
| QmakePlugin/qmakesettingsdlg.cpp | 67 | | QMakeSettingsDlg | OnNewQmakeSettings(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 33 | 63 | 317.797 | 10.8235 | 3439.68 | 191.094 | 0.0759552 | 104.986 | 0 | 104.986 | 9 | 0 |
| QmakePlugin/qmakesettingsdlg.cpp | 77 | | QMakeSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 14 | 12 | 1 | 1 | 3 | 2 | 35 | 79 | 405.213 | 11.7895 | 4777.25 | 265.403 | 0.0945506 | 96.3343 | 20.1155 | 116.45 | 6 | 0 |
| QmakePlugin/qmakesettingsdlg.cpp | 92 | | QMakeSettingsDlg | ~QMakeSettingsDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| QmakePlugin/qmakesettingsdlg.cpp | 94 | | QMakeSettingsDlg | OnRightDown(wxMouseEvent &) [override] | 1 | 24 | 21 | 0 | 3 | 3 | 1 | 46 | 136 | 751.204 | 13.3065 | 9995.87 | 555.326 | 0.154677 | 84.3928 | 0 | 84.3928 | 24 | 0 |
| QmakePlugin/qmakesettingsdlg.cpp | 119 | | QMakeSettingsDlg | OnDelete(wxCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 41 | 83 | 444.677 | 10.24 | 4553.49 | 252.972 | 0.0915746 | 95.8511 | 0 | 95.8511 | 9 | 1 |
| QmakePlugin/qmakesettingsdlg.cpp | 134 | | QMakeSettingsDlg | OnRename(wxCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 4 | 3 | 42 | 103 | 555.409 | 15.2826 | 8488.09 | 471.561 | 0.138703 | 94.4648 | 0 | 94.4648 | 10 | 1 |
| QmakePlugin/qmakesettingstab.cpp | 32 | | QmakeSettingsTab | QmakeSettingsTab(wxWindow *, const wxString &, QmakeConf *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.81818 | 1018.22 | 56.5677 | 0.033737 | 115.711 | 0 | 115.711 | 3 | 2 |
| QmakePlugin/qmakesettingstab.cpp | 39 | | QmakeSettingsTab | Load(QmakeConf *) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 97 | 480.557 | 9.28571 | 4462.32 | 247.906 | 0.0903481 | 99.5844 | 0 | 99.5844 | 14 | 1 |
| QmakePlugin/qmakesettingstab.cpp | 51 | | QmakeSettingsTab | Save(QmakeConf *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 71 | 337.597 | 8.23529 | 2780.21 | 154.456 | 0.0659068 | 108.973 | 0 | 108.973 | 10 | 1 |
| QmakePlugin/qmakesettingstab.cpp | 59 | | QmakeSettingsTab | GetSpecList(const wxString &) | 1 | 26 | 21 | 0 | 5 | 6 | 4 | 57 | 198 | 1154.91 | 16.6154 | 19189.3 | 1066.07 | 0.23892 | 80.1696 | 0 | 80.1696 | 30 | 2 |
| QmakePlugin/qmakesettingstab.cpp | 86 | | QmakeSettingsTab | OnFileSelected(wxFileDirPickerEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 4.36364 | 574.629 | 31.9238 | 0.0230394 | 119.319 | 0 | 119.319 | 4 | 0 |
| QmakePlugin/qmaketab.cpp | 33 | | QMakeTab | QMakeTab(wxWindow *, QmakeConf *) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 41 | 180.085 | 7.27273 | 1309.71 | 72.7616 | 0.0399021 | 112.24 | 0 | 112.24 | 4 | 1 |
| QmakePlugin/qmaketab.cpp | 41 | | QMakeTab | Save(IManager *, const wxString &, const wxString &) | 3 | 20 | 17 | 0 | 3 | 2 | 1 | 50 | 141 | 795.784 | 10.8919 | 8667.59 | 481.533 | 0.140651 | 87.2766 | 0 | 87.2766 | 22 | 1 |
| QmakePlugin/qmaketab.cpp | 62 | | QMakeTab | Load(IManager *, const wxString &, const wxString &) | 3 | 21 | 19 | 0 | 2 | 4 | 3 | 51 | 137 | 777.122 | 11.3514 | 8821.39 | 490.077 | 0.14231 | 86.1496 | 0 | 86.1496 | 15 | 1 |
| QmakePlugin/qmaketab.cpp | 84 | | QMakeTab | OnUseQmake(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| QmakePlugin/qmaketabbase.cpp | 16 | | QMakeTabBase | QMakeTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 72 | 51 | 2 | 19 | 4 | 1 | 113 | 661 | 4508.14 | 31.5495 | 142229 | 7901.63 | 0.908249 | 57.0471 | 12.767 | 69.8141 | 95 | 1 |
| QmakePlugin/qmaketabbase.cpp | 89 | | QMakeTabBase | ~QMakeTabBase() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 22 | 116 | 517.294 | 18.3333 | 9483.72 | 526.874 | 0.149348 | 100.975 | 0 | 100.975 | 24 | 0 |
| QmakePlugin/qmaketabbase_qmakeplugin_bitmaps.cpp | 32 | | | wxCraftergbQa9FInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| cppchecker/cppchecker.cpp | 66 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| cppchecker/cppchecker.cpp | 71 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| cppchecker/cppchecker.cpp | 81 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| cppchecker/cppchecker.cpp | 83 | | CppCheckPlugin | CppCheckPlugin(IManager *) | 1 | 23 | 15 | 3 | 5 | 1 | 0 | 48 | 181 | 1010.88 | 11.7 | 11827.3 | 657.071 | 0.173035 | 83.9984 | 26.5382 | 110.537 | 27 | 1 |
| cppchecker/cppchecker.cpp | 107 | | CppCheckPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| cppchecker/cppchecker.cpp | 109 | | CppCheckPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 31 | 86 | 426.061 | 9.625 | 4100.84 | 227.824 | 0.0854005 | 100.44 | 0 | 100.44 | 15 | 0 |
| cppchecker/cppchecker.cpp | 121 | | CppCheckPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| cppchecker/cppchecker.cpp | 127 | | CppCheckPlugin | UnPlug() [override] | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 35 | 105 | 538.575 | 9.3913 | 5057.92 | 280.996 | 0.0982185 | 99.2217 | 22.5149 | 121.737 | 11 | 0 |
| cppchecker/cppchecker.cpp | 139 | | CppCheckPlugin | OnCppCheckTerminated(clProcessEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4.5 | 450.352 | 25.0196 | 0.0195845 | 117.793 | 0 | 117.793 | 2 | 2 |
| cppchecker/cppchecker.cpp | 146 | | CppCheckPlugin | DoRun() | 0 | 35 | 26 | 4 | 5 | 4 | 1 | 57 | 169 | 985.758 | 13.8462 | 13649 | 758.276 | 0.190376 | 76.6376 | 25.0054 | 101.643 | 30 | 1 |
| cppchecker/cppchecker.cpp | 182 | | CppCheckPlugin | DoGetCommand() | 0 | 56 | 48 | 3 | 5 | 9 | 2 | 85 | 355 | 2275.33 | 22.1746 | 50454.6 | 2803.03 | 0.455141 | 63.5239 | 17.5467 | 81.0706 | 70 | 1 |
| cppchecker/cppchecker.cpp | 239 | | CppCheckPlugin | OnCppCheckReadData(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 5 | 520 | 28.8889 | 0.021555 | 120.546 | 0 | 120.546 | 4 | 2 |
| cppchecker/cppchecker.cpp | 245 | | CppCheckPlugin | OnSettings(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.25 | 830.148 | 46.1193 | 0.029443 | 115.414 | 0 | 115.414 | 5 | 2 |
| cppchecker/cppchecker.cpp | 252 | | CppCheckPlugin | OnRun(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| cppchecker/cppchecker.cpp | 258 | | CppCheckPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| cppchecker/cppchecker.cpp | 260 | | CppCheckPlugin | AddOutputLine(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.53846 | 889.142 | 49.3968 | 0.0308219 | 115.335 | 0 | 115.335 | 5 | 2 |
| cppchecker/cppchecker.cpp | 267 | | CppCheckPlugin | OnIsBuildInProgress(clBuildEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 22 | 35 | 156.08 | 7.94444 | 1239.97 | 68.8872 | 0.0384727 | 108.683 | 0 | 108.683 | 2 | 1 |
| cppchecker/cppchecker.cpp | 277 | | CppCheckPlugin | OnStopRun(clBuildEvent &) | 1 | 14 | 12 | 0 | 2 | 3 | 1 | 23 | 45 | 203.56 | 8.45 | 1720.08 | 95.5602 | 0.0478533 | 99.9143 | 0 | 99.9143 | 3 | 1 |
| cppchecker/cppchecker.cpp | 292 | | CppCheckPlugin | NotifyStopped() | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 18 | 42 | 175.137 | 5.40909 | 947.331 | 52.6295 | 0.0321524 | 110.222 | 0 | 110.222 | 8 | 2 |
| cppchecker/cppchecksettingsdlg.cpp | 6 | | CppCheckSettingsDialog | CppCheckSettingsDialog(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 49 | 235.56 | 7.8 | 1837.37 | 102.076 | 0.0500046 | 110.844 | 0 | 110.844 | 7 | 1 |
| cppchecker/cppchecksettingsdlg.cpp | 14 | | CppCheckSettingsDialog | ~CppCheckSettingsDialog() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.71429 | 583.923 | 32.4402 | 0.0232871 | 124.253 | 0 | 124.253 | 4 | 0 |
| cppchecker/cppchecksettingsdlg_cppchecker_bitmaps.cpp | 34 | | | wxCrafterRo2g8MInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| cppchecker/cppchecksettingsdlgbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| cppchecker/cppchecksettingsdlgbase.cpp | 115 | | CppCheckAddSuppressionDialogBase | CppCheckAddSuppressionDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 62 | 2 | 18 | 7 | 1 | 108 | 642 | 4336.64 | 31.3882 | 136119 | 7562.19 | 0.882048 | 54.4519 | 11.9795 | 66.4314 | 91 | 0 |
| cppchecker/cppchecksettingsdlgbase.cpp | 198 | | CppCheckAddSuppressionDialogBase | ~CppCheckAddSuppressionDialogBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| cppchecker/cppchecksettingsdlgbase.cpp | 26 | | CppCheckSettingsDialogBase | CppCheckSettingsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 86 | 64 | 8 | 14 | 5 | 1 | 107 | 620 | 4179.71 | 29.3765 | 122785 | 6821.4 | 0.82346 | 54.332 | 22.7557 | 77.0877 | 84 | 1 |
| cppchecker/cppchecksettingsdlgbase.cpp | 113 | | CppCheckSettingsDialogBase | ~CppCheckSettingsDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxformbuilder/confformbuilder.cpp | 27 | | ConfFormBuilder | ConfFormBuilder() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 1 | 4 |
| wxformbuilder/confformbuilder.cpp | 32 | | ConfFormBuilder | DeSerialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| wxformbuilder/confformbuilder.cpp | 38 | | ConfFormBuilder | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| wxformbuilder/formbuildsettingsbasedlg.cpp | 37 | | FormBuildSettingsBaseDlg | FormBuildSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 67 | 47 | 1 | 19 | 1 | 0 | 97 | 591 | 3900.55 | 24.6914 | 96309.8 | 5350.55 | 0.700367 | 59.6558 | 9.40681 | 69.0627 | 76 | 1 |
| wxformbuilder/formbuildsettingsbasedlg.cpp | 105 | | FormBuildSettingsBaseDlg | ~FormBuildSettingsBaseDlg() [override] | 0 | 8 | 6 | 1 | 1 | 1 | 0 | 21 | 62 | 272.324 | 10.4545 | 2847.02 | 158.168 | 0.0669585 | 107.927 | 26.0372 | 133.964 | 12 | 0 |
| wxformbuilder/formbuildsettingsdlg.cpp | 32 | | FormBuildSettingsDlg | FormBuildSettingsDlg(wxWindow *, IManager *) | 2 | 13 | 11 | 0 | 2 | 1 | 0 | 34 | 81 | 412.084 | 9.28571 | 3826.5 | 212.583 | 0.081548 | 97.9074 | 0 | 97.9074 | 12 | 1 |
| wxformbuilder/formbuildsettingsdlg.cpp | 46 | | FormBuildSettingsDlg | OnButtonBrowse(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 35 | 72 | 369.308 | 9.75 | 3600.76 | 200.042 | 0.0783083 | 106.113 | 0 | 106.113 | 12 | 0 |
| wxformbuilder/formbuildsettingsdlg.cpp | 55 | | FormBuildSettingsDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 13 | 9 | 1 | 3 | 1 | 0 | 30 | 63 | 309.134 | 6.25 | 1932.09 | 107.338 | 0.0517087 | 99.4022 | 20.8285 | 120.231 | 10 | 0 |
| wxformbuilder/formbuildsettingsdlg.cpp | 69 | | FormBuildSettingsDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| wxformbuilder/wxfbitembasedlg.cpp | 37 | | wxFBItemBaseDlg | wxFBItemBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 74 | 49 | 1 | 24 | 1 | 0 | 102 | 665 | 4437.16 | 25.7674 | 114334 | 6351.91 | 0.785229 | 57.3757 | 8.95591 | 66.3316 | 85 | 1 |
| wxformbuilder/wxfbitembasedlg.cpp | 112 | | wxFBItemBaseDlg | ~wxFBItemBaseDlg() [override] | 0 | 9 | 7 | 1 | 1 | 1 | 0 | 24 | 80 | 366.797 | 10.7143 | 3929.97 | 218.332 | 0.0830115 | 104.47 | 24.6875 | 129.157 | 16 | 0 |
| wxformbuilder/wxfbitemdlg.cpp | 34 | | wxFBItemDlg | wxFBItemDlg(wxWindow *, IManager *) | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 42 | 91 | 490.701 | 11.56 | 5672.5 | 315.139 | 0.106022 | 99.2458 | 0 | 99.2458 | 9 | 4 |
| wxformbuilder/wxfbitemdlg.cpp | 46 | | wxFBItemDlg | OnGenerate(wxCommandEvent &) [override] | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 31 | 54 | 267.527 | 6.86111 | 1835.53 | 101.974 | 0.0499712 | 102.63 | 0 | 102.63 | 8 | 0 |
| wxformbuilder/wxfbitemdlg.cpp | 58 | | wxFBItemDlg | OnGenerateUI(wxUpdateUIEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 4 | 1 | 28 | 61 | 293.249 | 11.5385 | 3383.64 | 187.98 | 0.0751279 | 101.693 | 0 | 101.693 | 5 | 0 |
| wxformbuilder/wxfbitemdlg.cpp | 70 | | wxFBItemDlg | OnCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| wxformbuilder/wxfbitemdlg.cpp | 76 | | wxFBItemDlg | OnBrowseVD(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 52 | 249.982 | 7.8 | 1949.86 | 108.326 | 0.0520253 | 110.305 | 0 | 110.305 | 6 | 0 |
| wxformbuilder/wxfbitemdlg.cpp | 84 | | wxFBItemDlg | GetData() | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 25 | 64 | 297.207 | 8.66667 | 2575.79 | 143.1 | 0.0626353 | 102.313 | 0 | 102.313 | 11 | 4 |
| wxformbuilder/wxfbitemdlg.cpp | 96 | | wxFBItemDlg | DisableTitleField() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| wxformbuilder/wxformbuilder.cpp | 47 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| wxformbuilder/wxformbuilder.cpp | 49 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| wxformbuilder/wxformbuilder.cpp | 59 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| wxformbuilder/wxformbuilder.cpp | 61 | | wxFormBuilder | wxFormBuilder(IManager *) | 1 | 37 | 36 | 0 | 1 | 1 | 0 | 51 | 204 | 1157.17 | 13.3421 | 15439.1 | 857.73 | 0.206678 | 75.5937 | 0 | 75.5937 | 39 | 1 |
| wxformbuilder/wxformbuilder.cpp | 99 | | wxFormBuilder | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxformbuilder/wxformbuilder.cpp | 101 | | wxFormBuilder | CreatePluginMenu(wxMenu *) [override] | 1 | 16 | 13 | 0 | 3 | 1 | 0 | 34 | 96 | 488.396 | 10.6364 | 5194.76 | 288.598 | 0.0999822 | 93.6602 | 0 | 93.6602 | 16 | 0 |
| wxformbuilder/wxformbuilder.cpp | 118 | | wxFormBuilder | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 6.6 | 1458.08 | 81.0042 | 0.0428613 | 110.948 | 0 | 110.948 | 6 | 0 |
| wxformbuilder/wxformbuilder.cpp | 126 | | wxFormBuilder | UnPlug() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5.625 | 609.852 | 33.8806 | 0.0239715 | 123.945 | 0 | 123.945 | 2 | 0 |
| wxformbuilder/wxformbuilder.cpp | 131 | | wxFormBuilder | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.90909 | 856.502 | 47.5834 | 0.0300629 | 118.82 | 0 | 118.82 | 4 | 1 |
| wxformbuilder/wxformbuilder.cpp | 137 | | wxFormBuilder | CreatePopupMenu() | 0 | 25 | 18 | 2 | 5 | 1 | 0 | 32 | 144 | 720 | 17.4 | 12528 | 696 | 0.179804 | 84.4121 | 21.2145 | 105.627 | 25 | 1 |
| wxformbuilder/wxformbuilder.cpp | 163 | | wxFormBuilder | OnNewDialog(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 34 | 71 | 361.21 | 8.66667 | 3130.49 | 173.916 | 0.0713324 | 99.6593 | 0 | 99.6593 | 11 | 1 |
| wxformbuilder/wxformbuilder.cpp | 176 | | wxFormBuilder | OnNewFrame(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 71 | 361.21 | 8.66667 | 3130.49 | 173.916 | 0.0713324 | 101.069 | 0 | 101.069 | 11 | 1 |
| wxformbuilder/wxformbuilder.cpp | 188 | | wxFormBuilder | OnNewPanel(wxCommandEvent &) | 1 | 15 | 12 | 1 | 2 | 2 | 1 | 35 | 77 | 394.955 | 8.86364 | 3500.74 | 194.485 | 0.0768514 | 95.58 | 19.4709 | 115.051 | 12 | 1 |
| wxformbuilder/wxformbuilder.cpp | 204 | | wxFormBuilder | DoCreateWxFormBuilderProject(const wxFBItemInfo &) | 1 | 98 | 78 | 6 | 14 | 13 | 2 | 109 | 639 | 4324.87 | 31.6919 | 137063 | 7614.62 | 0.88612 | 50.1984 | 18.7004 | 68.8988 | 107 | 4 |
| wxformbuilder/wxformbuilder.cpp | 303 | | wxFormBuilder | OpenWithWxFb(wxCommandEvent &) | 1 | 15 | 14 | 1 | 0 | 4 | 2 | 45 | 93 | 510.742 | 10.3214 | 5271.59 | 292.866 | 0.100966 | 93.7831 | 19.4709 | 113.254 | 10 | 1 |
| wxformbuilder/wxformbuilder.cpp | 319 | | wxFormBuilder | DoLaunchWxFB(const wxString &) | 1 | 17 | 10 | 7 | 0 | 1 | 0 | 39 | 97 | 512.684 | 10 | 5126.84 | 284.824 | 0.0991087 | 92.4257 | 41.9134 | 134.339 | 15 | 2 |
| wxformbuilder/wxformbuilder.cpp | 337 | | wxFormBuilder | GetWxFBPath() | 0 | 22 | 19 | 2 | 1 | 5 | 2 | 36 | 115 | 594.541 | 14.2857 | 8493.45 | 471.858 | 0.138761 | 86.5586 | 22.5149 | 109.074 | 16 | 2 |
| wxformbuilder/wxformbuilder.cpp | 360 | | wxFormBuilder | OnNewDialogWithButtons(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 34 | 71 | 361.21 | 8.66667 | 3130.49 | 173.916 | 0.0713324 | 99.6593 | 0 | 99.6593 | 11 | 1 |
| wxformbuilder/wxformbuilder.cpp | 373 | | wxFormBuilder | OnOpenFile(clCommandEvent &) | 1 | 28 | 25 | 2 | 1 | 4 | 1 | 53 | 160 | 916.467 | 18.375 | 16840.1 | 935.56 | 0.218999 | 80.6315 | 20.1155 | 100.747 | 13 | 1 |
| wxformbuilder/wxformbuilder.cpp | 402 | | wxFormBuilder | OnWxFBTerminated(clProcessEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 28 | 112 | 7.5 | 840 | 46.6667 | 0.0296755 | 116.977 | 0 | 116.977 | 3 | 1 |
| wxformbuilder/wxformbuilder.cpp | 409 | | wxFormBuilder | OnShowFileContextMenu(clContextMenuEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 38 | 80 | 419.834 | 9.78261 | 4107.07 | 228.171 | 0.0854871 | 100.287 | 0 | 100.287 | 13 | 2 |
| CMakePlugin/CMake.cpp | 83 | | | CreateHtml(const wxArrayString &) | 1 | 17 | 14 | 1 | 2 | 3 | 2 | 36 | 91 | 470.463 | 17 | 7997.87 | 444.326 | 0.13331 | 92.4126 | 18.3478 | 110.76 | 18 | 1 |
| CMakePlugin/CMake.cpp | 105 | | CMake | [explicit] CMake(const wxFileName &) | 1 | 11 | 8 | 2 | 1 | 1 | 0 | 31 | 58 | 287.343 | 7.58333 | 2179.02 | 121.057 | 0.0560256 | 102.489 | 30.6787 | 133.167 | 12 | 1 |
| CMakePlugin/CMake.cpp | 119 | | CMake | [static] GetVersions() | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 47 | 88 | 488.804 | 7.26471 | 3551.02 | 197.279 | 0.0775855 | 102.977 | 0 | 102.977 | 1 | 0 |
| CMakePlugin/CMake.cpp | 131 | | CMake | IsOk() const | 0 | 9 | 6 | 2 | 1 | 1 | 0 | 23 | 37 | 167.372 | 6.41667 | 1073.97 | 59.6649 | 0.0349575 | 108.55 | 33.3545 | 141.904 | 6 | 3 |
| CMakePlugin/CMake.cpp | 143 | | CMake | LoadData(bool, LoadNotifier *) | 2 | 77 | 50 | 13 | 14 | 19 | 3 | 64 | 274 | 1644 | 19.5349 | 32115.3 | 1784.19 | 0.336786 | 57.7549 | 29.7212 | 87.4761 | 31 | 1 |
| CMakePlugin/CMake.cpp | 223 | | CMake | PrepareDatabase() | 0 | 38 | 23 | 7 | 8 | 3 | 2 | 45 | 139 | 763.368 | 15.4821 | 11818.6 | 656.587 | 0.172951 | 76.8649 | 30.8494 | 107.714 | 24 | 1 |
| CMakePlugin/CMake.cpp | 264 | | CMake | LoadFromCMake(LoadNotifier *) | 1 | 32 | 22 | 6 | 4 | 5 | 3 | 58 | 175 | 1025.15 | 25.7576 | 26405.3 | 1466.96 | 0.295578 | 77.6556 | 31.0814 | 108.737 | 7 | 1 |
| CMakePlugin/CMake.cpp | 299 | | CMake | LoadFromDatabase() | 0 | 68 | 47 | 10 | 11 | 10 | 3 | 54 | 271 | 1559.57 | 25.8824 | 40365.5 | 2242.53 | 0.39224 | 62.1127 | 27.9877 | 90.1004 | 42 | 1 |
| CMakePlugin/CMake.cpp | 370 | | CMake | StoreIntoDatabase() | 0 | 77 | 58 | 8 | 11 | 8 | 3 | 65 | 347 | 2089.76 | 28.6667 | 59906.5 | 3328.14 | 0.510342 | 59.0374 | 23.9428 | 82.9801 | 49 | 1 |
| CMakePlugin/CMake.cpp | 450 | | CMake | LoadList(const wxString &, CMake::HelpMap &, LoadNotifier *, int) | 4 | 54 | 31 | 11 | 12 | 9 | 2 | 68 | 229 | 1394.03 | 30.622 | 42687.9 | 2371.55 | 0.407144 | 66.6607 | 32.1805 | 98.8412 | 31 | 1 |
| CMakePlugin/CMakeBuilder.cpp | 7 | | CMakeBuilder | CMakeBuilder() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 3 |
| CMakePlugin/CMakeBuilder.cpp | 12 | | CMakeBuilder | Export(const wxString &, const wxString &, const wxString &, bool, bool, wxString &) [override] | 6 | 11 | 11 | 0 | 0 | 1 | 0 | 22 | 65 | 289.863 | 12.5 | 3623.29 | 201.294 | 0.0786347 | 102.443 | 0 | 102.443 | 6 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 24 | | CMakeBuilder | GetCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 8 | 7 | 1 | 0 | 1 | 0 | 24 | 50 | 229.248 | 10.1538 | 2327.75 | 129.319 | 0.0585468 | 108.822 | 26.0372 | 134.859 | 9 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 33 | | CMakeBuilder | GetBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 7 | 6 | 1 | 0 | 1 | 0 | 23 | 48 | 217.131 | 10.5417 | 2288.92 | 127.162 | 0.0578939 | 111.268 | 27.6325 | 138.9 | 8 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 41 | | CMakeBuilder | GetPOCleanCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 50 | 229.248 | 10.1538 | 2327.75 | 129.319 | 0.0585468 | 108.822 | 0 | 108.822 | 9 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 50 | | CMakeBuilder | GetPOBuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 48 | 217.131 | 10.5417 | 2288.92 | 127.162 | 0.0578939 | 111.268 | 0 | 111.268 | 8 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 58 | | CMakeBuilder | GetPORebuildCommand(const wxString &, const wxString &, const wxString &) [override] | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 50 | 229.248 | 10.1538 | 2327.75 | 129.319 | 0.0585468 | 108.822 | 0 | 108.822 | 9 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 67 | | CMakeBuilder | GetSingleFileCmd(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 8 | 1000.78 | 55.599 | 0.0333507 | 119.586 | 0 | 119.586 | 1 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 73 | | CMakeBuilder | GetPreprocessFileCmd(const wxString &, const wxString &, const wxString &, const wxString &, wxString &) [override] | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 8.1 | 1169.88 | 64.9933 | 0.0370089 | 118.839 | 0 | 118.839 | 1 | 0 |
| CMakePlugin/CMakeBuilder.cpp | 79 | | CMakeBuilder | [static] GetWorkspaceBuildFolder(bool) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 74 | 366.611 | 9.15789 | 3357.38 | 186.521 | 0.0747387 | 102.536 | 0 | 102.536 | 12 | 1 |
| CMakePlugin/CMakeBuilder.cpp | 90 | | CMakeBuilder | [static] GetProjectBuildFolder(const wxString &, bool) | 2 | 16 | 14 | 0 | 2 | 2 | 1 | 37 | 88 | 458.432 | 10.2917 | 4718.03 | 262.113 | 0.0937675 | 93.7594 | 0 | 93.7594 | 13 | 6 |
| CMakePlugin/CMakeBuilder.cpp | 107 | | CMakeBuilder | GetBuildToolCommand(const wxString &, const wxString &) const | 2 | 17 | 13 | 1 | 3 | 4 | 1 | 39 | 97 | 512.684 | 13.2174 | 6776.35 | 376.464 | 0.119365 | 91.7357 | 18.3478 | 110.084 | 16 | 5 |
| CMakePlugin/CMakeBuilder.cpp | 125 | | CMakeBuilder | GetOptimalBuildConfig(const wxString &) const [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 64 | 317.069 | 8.8 | 2790.2 | 155.011 | 0.0660647 | 105.228 | 0 | 105.228 | 17 | 0 |
| CMakePlugin/CMakeGenerator.cpp | 72 | {anonymous} | | wxArrayUniqueMerge(const wxArrayString &, const wxArrayString &) | 2 | 16 | 15 | 0 | 1 | 5 | 2 | 29 | 121 | 587.816 | 25.1786 | 14800.4 | 822.242 | 0.200937 | 91.7767 | 0 | 91.7767 | 12 | 2 |
| CMakePlugin/CMakeGenerator.cpp | 90 | | CMakeGenerator | CMakeGenerator() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 3 |
| CMakePlugin/CMakeGenerator.cpp | 95 | | CMakeGenerator | CheckExists(const wxFileName &) | 1 | 27 | 21 | 5 | 1 | 3 | 2 | 54 | 132 | 759.645 | 12.5 | 9495.56 | 527.531 | 0.149472 | 82.4266 | 30.9185 | 113.345 | 26 | 2 |
| CMakePlugin/CMakeGenerator.cpp | 126 | | CMakeGenerator | Generate(ProjectPtr) | 1 | 120 | 78 | 20 | 22 | 9 | 4 | 125 | 528 | 3677.93 | 29.7551 | 109437 | 6079.85 | 0.762645 | 48.6801 | 29.5564 | 78.2364 | 104 | 2 |
| CMakePlugin/CMakeGenerator.cpp | 249 | | CMakeGenerator | GenerateProject(ProjectPtr, bool, const wxString &) | 3 | 366 | 277 | 38 | 53 | 53 | 4 | 241 | 2061 | 16308.5 | 54.5802 | 890119 | 49451.1 | 3.08445 | 12.7503 | 23.9353 | 36.6855 | 410 | 2 |
| CMakePlugin/CMakeGenerator.cpp | 616 | | CMakeGenerator | AddBuildCommands(const wxString &, const BuildCommandList &, ProjectPtr, wxString &) | 4 | 21 | 21 | 0 | 0 | 4 | 3 | 49 | 136 | 763.601 | 14.0606 | 10736.7 | 596.483 | 0.162228 | 86.2409 | 0 | 86.2409 | 32 | 2 |
| CMakePlugin/CMakeGenerator.cpp | 638 | | CMakeGenerator | CanGenerate(ProjectPtr) | 1 | 32 | 27 | 2 | 3 | 7 | 3 | 66 | 240 | 1450.65 | 22.75 | 33002.4 | 1833.47 | 0.342959 | 75.3903 | 18.8844 | 94.2747 | 35 | 1 |
| CMakePlugin/CMakeGenerator.cpp | 671 | | CMakeGenerator | ExpandOptions(const wxString &, wxString &, wxArrayString &, wxArrayString &, const wxString &) | 5 | 37 | 33 | 3 | 2 | 6 | 3 | 62 | 250 | 1488.55 | 20.8636 | 31056.5 | 1725.36 | 0.329342 | 73.1342 | 21.348 | 94.4823 | 46 | 4 |
| CMakePlugin/CMakeGenerator.cpp | 709 | | CMakeGenerator | Prefix(ProjectPtr) | 1 | 16 | 11 | 2 | 3 | 1 | 0 | 28 | 60 | 288.441 | 7.77778 | 2243.43 | 124.635 | 0.0571243 | 96.3987 | 26.0372 | 122.436 | 15 | 1 |
| CMakePlugin/CMakeGenerator.cpp | 726 | | CMakeGenerator | IsCustomCMakeLists(const wxFileName &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 26 | 53 | 249.123 | 9.5 | 2366.67 | 131.482 | 0.0591976 | 102.771 | 0 | 102.771 | 6 | 0 |
| CMakePlugin/CMakeGenerator.cpp | 738 | | CMakeGenerator | ReadUserCode(const wxString &) | 1 | 25 | 24 | 0 | 1 | 7 | 2 | 43 | 179 | 971.301 | 15.2069 | 14770.5 | 820.582 | 0.200667 | 81.4753 | 0 | 81.4753 | 25 | 1 |
| CMakePlugin/CMakeGenerator.cpp | 764 | | CMakeGenerator | ReadUntilEndOfUserBlock(wxArrayString &, wxString &) | 2 | 17 | 16 | 1 | 0 | 4 | 2 | 35 | 82 | 420.601 | 13.2222 | 5561.28 | 308.96 | 0.104631 | 92.7652 | 18.3478 | 111.113 | 7 | 5 |
| CMakePlugin/CMakeGenerator.cpp | 782 | | CMakeGenerator | AddUserCodeSection(wxString &, const wxString &, const wxString &) | 3 | 14 | 14 | 0 | 0 | 2 | 1 | 25 | 66 | 306.495 | 13.3846 | 4102.31 | 227.906 | 0.085421 | 98.0162 | 0 | 98.0162 | 11 | 7 |
| CMakePlugin/CMakeHelpTab.cpp | 87 | | CMakeHelpTab | CMakeHelpTab(wxWindow *, CMakePlugin *) | 2 | 13 | 12 | 1 | 1 | 1 | 0 | 35 | 93 | 477.023 | 11 | 5247.26 | 291.514 | 0.100655 | 97.1465 | 20.8285 | 117.975 | 5 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 103 | | CMakeHelpTab | OnChangeTopic(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 107 | | CMakeHelpTab | OnInsert(wxCommandEvent &) [override] | 1 | 13 | 9 | 2 | 2 | 2 | 1 | 33 | 65 | 327.886 | 10 | 3278.86 | 182.159 | 0.0735688 | 98.866 | 28.5467 | 127.413 | 6 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 123 | | CMakeHelpTab | OnSearch(wxCommandEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 122.033 | 31.9355 | 153.969 | 2 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 131 | | CMakeHelpTab | OnSearchCancel(wxCommandEvent &) [override] | 1 | 7 | 5 | 1 | 1 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 116.716 | 27.6325 | 144.349 | 2 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 141 | | CMakeHelpTab | OnSelect(wxCommandEvent &) [override] | 1 | 16 | 10 | 3 | 3 | 3 | 1 | 40 | 88 | 468.33 | 12.5652 | 5884.66 | 326.926 | 0.108649 | 93.4184 | 31.0814 | 124.5 | 7 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 160 | | CMakeHelpTab | OnReload(wxCommandEvent &) [override] | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 32 | 63 | 315 | 8.16667 | 2572.5 | 142.917 | 0.0625819 | 100.371 | 0 | 100.371 | 8 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 175 | | CMakeHelpTab | ListAll() | 0 | 13 | 9 | 2 | 2 | 3 | 1 | 28 | 44 | 211.524 | 10.8182 | 2288.3 | 127.128 | 0.0578834 | 100.915 | 28.5467 | 129.462 | 3 | 2 |
| CMakePlugin/CMakeHelpTab.cpp | 191 | | CMakeHelpTab | ListFiltered(const wxString &) | 1 | 17 | 11 | 3 | 3 | 4 | 2 | 36 | 67 | 346.385 | 16.25 | 5628.76 | 312.709 | 0.105476 | 93.7747 | 30.2908 | 124.065 | 6 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 213 | | CMakeHelpTab | OnThreadStart(wxThreadEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 19 | 32 | 135.934 | 5.55556 | 755.187 | 41.9548 | 0.0276428 | 111.31 | 26.0372 | 137.347 | 3 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 224 | | CMakeHelpTab | OnThreadUpdate(wxThreadEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 116.991 | 29.5564 | 146.547 | 3 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 233 | | CMakeHelpTab | OnThreadDone(wxThreadEvent &) | 1 | 9 | 6 | 2 | 1 | 1 | 0 | 17 | 25 | 102.187 | 4 | 408.746 | 22.7081 | 0.018359 | 111.116 | 33.3545 | 144.47 | 3 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 245 | | CMakeHelpTab | OnClose(wxCloseEvent &) | 1 | 8 | 6 | 1 | 1 | 3 | 1 | 19 | 37 | 157.173 | 6.11111 | 960.504 | 53.3613 | 0.0324498 | 110.325 | 26.0372 | 136.362 | 6 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 256 | | CMakeHelpTab | OnUpdateUi(wxUpdateUIEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 2 | 0 | 19 | 30 | 127.438 | 6.875 | 876.135 | 48.6742 | 0.0305206 | 119.259 | 31.9355 | 151.195 | 4 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 264 | | CMakeHelpTab | ShowTopic(int) | 1 | 35 | 25 | 2 | 8 | 6 | 1 | 43 | 123 | 667.431 | 12.4231 | 8291.54 | 460.641 | 0.136553 | 78.2055 | 18.0961 | 96.3016 | 7 | 2 |
| CMakePlugin/CMakeHelpTab.cpp | 302 | | CMakeHelpTab | PublishData() | 0 | 12 | 7 | 3 | 2 | 3 | 1 | 22 | 44 | 196.215 | 5.41667 | 1062.83 | 59.0462 | 0.0347154 | 102.603 | 34.9714 | 137.574 | 7 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 317 | | CMakeHelpTab | Entry() [override] | 0 | 10 | 7 | 1 | 2 | 1 | 0 | 27 | 45 | 213.97 | 10 | 2139.7 | 118.872 | 0.0553495 | 105.566 | 23.5268 | 129.093 | 2 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 330 | | CMakeHelpTab | LoadData(bool) | 1 | 30 | 20 | 5 | 5 | 6 | 1 | 34 | 110 | 559.621 | 10.5 | 5876.02 | 326.446 | 0.108543 | 81.6189 | 29.5564 | 111.175 | 22 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 363 | | CMakeHelpTab | RequestStop() const [override] | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 15 | 22 | 85.9516 | 5.25 | 451.246 | 25.0692 | 0.0196105 | 147.38 | 0 | 147.38 | 3 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 367 | | CMakeHelpTab | Start() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3 | 172.078 | 9.5599 | 0.0103125 | 149.713 | 0 | 149.713 | 3 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 371 | | CMakeHelpTab | Update(int) [override] | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 19 | 32 | 135.934 | 5.45455 | 741.456 | 41.192 | 0.0273067 | 109.632 | 24.6875 | 134.319 | 4 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 383 | | CMakeHelpTab | Inc(int) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 17 | 24 | 98.0991 | 6.42857 | 630.637 | 35.0354 | 0.0245131 | 113.006 | 26.0372 | 139.043 | 1 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 394 | | CMakeHelpTab | Done() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3 | 172.078 | 9.5599 | 0.0103125 | 149.713 | 0 | 149.713 | 3 | 0 |
| CMakePlugin/CMakeHelpTab.cpp | 396 | | CMakeHelpTab | Stop() [override] | 0 | 9 | 8 | 0 | 1 | 4 | 1 | 20 | 53 | 229.062 | 8.55556 | 1959.75 | 108.875 | 0.0522011 | 106.228 | 0 | 106.228 | 8 | 1 |
| CMakePlugin/CMakeHelpTab.cpp | 406 | | CMakeHelpTab | CreateHelpPage(const wxString &, const wxString &) | 2 | 33 | 27 | 2 | 4 | 5 | 2 | 64 | 225 | 1350 | 18.5778 | 25080 | 1393.33 | 0.285604 | 75.7257 | 18.6103 | 94.336 | 47 | 1 |
| CMakePlugin/CMakePlugin.cpp | 107 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| CMakePlugin/CMakePlugin.cpp | 116 | | | GetPluginInfo() | 0 | 11 | 9 | 0 | 2 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 104.241 | 0 | 104.241 | 10 | 0 |
| CMakePlugin/CMakePlugin.cpp | 135 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| CMakePlugin/CMakePlugin.cpp | 141 | | CMakePlugin | [explicit] CMakePlugin(IManager *) | 1 | 29 | 22 | 3 | 4 | 1 | 0 | 67 | 253 | 1534.72 | 13.9608 | 21425.9 | 1190.33 | 0.257141 | 78.0721 | 23.8955 | 101.968 | 40 | 1 |
| CMakePlugin/CMakePlugin.cpp | 173 | | CMakePlugin | GetSupportedGenerators() const | 0 | 13 | 10 | 3 | 0 | 1 | 0 | 21 | 37 | 162.516 | 5.90909 | 960.32 | 53.3511 | 0.0324456 | 102.746 | 33.8695 | 136.615 | 2 | 1 |
| CMakePlugin/CMakePlugin.cpp | 189 | | CMakePlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| CMakePlugin/CMakePlugin.cpp | 193 | | CMakePlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 9 | 7 | 0 | 2 | 1 | 0 | 31 | 71 | 351.748 | 10.1111 | 3556.56 | 197.587 | 0.0776663 | 104.688 | 0 | 104.688 | 11 | 0 |
| CMakePlugin/CMakePlugin.cpp | 205 | | CMakePlugin | UnPlug() [override] | 0 | 27 | 22 | 2 | 3 | 4 | 2 | 56 | 230 | 1335.69 | 16.5641 | 22124.5 | 1229.14 | 0.262701 | 79.262 | 20.4627 | 99.7247 | 23 | 0 |
| CMakePlugin/CMakePlugin.cpp | 235 | | CMakePlugin | OnSettings(wxCommandEvent &) | 1 | 15 | 11 | 2 | 2 | 2 | 1 | 32 | 86 | 430 | 10.6053 | 4560.26 | 253.348 | 0.0916654 | 95.1379 | 26.7997 | 121.938 | 18 | 2 |
| CMakePlugin/CMakePlugin.cpp | 251 | | CMakePlugin | OnToggleHelpTab(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| CMakePlugin/CMakePlugin.cpp | 253 | | CMakePlugin | OnProjectContextMenu(clContextMenuEvent &) | 1 | 48 | 38 | 3 | 8 | 5 | 2 | 85 | 336 | 2153.56 | 18.7121 | 40297.6 | 2238.75 | 0.3918 | 67.2272 | 18.8844 | 86.1116 | 51 | 2 |
| CMakePlugin/CMakePlugin.cpp | 302 | | CMakePlugin | OnRunCMake(wxCommandEvent &) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 112.331 | 26.0372 | 138.368 | 4 | 1 |
| CMakePlugin/CMakePlugin.cpp | 311 | | CMakePlugin | OnCMakeOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 2 |
| CMakePlugin/CMakePlugin.cpp | 316 | | CMakePlugin | OnCMakeTerminated(clProcessEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 55 | 264.405 | 8.625 | 2280.49 | 126.694 | 0.0577516 | 108.08 | 0 | 108.08 | 7 | 2 |
| CMakePlugin/CMakePlugin.cpp | 325 | | CMakePlugin | OnOpenCMakeLists(wxCommandEvent &) | 1 | 17 | 16 | 0 | 1 | 3 | 2 | 38 | 99 | 519.545 | 9.1 | 4727.86 | 262.659 | 0.0938977 | 91.8966 | 0 | 91.8966 | 15 | 2 |
| CMakePlugin/CMakePlugin.cpp | 343 | | CMakePlugin | OnExportCMakeLists(wxCommandEvent &) | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 34 | 70 | 356.122 | 8.75 | 3116.07 | 173.115 | 0.0711132 | 98.2064 | 0 | 98.2064 | 11 | 2 |
| CMakePlugin/CMakePlugin.cpp | 357 | | CMakePlugin | OnFolderContextMenu(clContextMenuEvent &) | 1 | 18 | 14 | 4 | 0 | 1 | 0 | 41 | 148 | 792.918 | 15.2963 | 12128.7 | 673.817 | 0.175963 | 89.2322 | 33.3545 | 122.587 | 24 | 2 |
| CMakePlugin/CMakePlugin.cpp | 376 | | CMakePlugin | OnWorkspaceContextMenu(clContextMenuEvent &) | 1 | 31 | 23 | 2 | 6 | 2 | 1 | 65 | 224 | 1349.01 | 13.7143 | 18500.7 | 1027.82 | 0.233169 | 77.4323 | 19.171 | 96.6033 | 39 | 2 |
| CMakePlugin/CMakePlugin.cpp | 408 | | CMakePlugin | OnFileRemoved(clCommandEvent &) | 1 | 17 | 11 | 2 | 4 | 1 | 1 | 33 | 87 | 438.862 | 8.25 | 3620.61 | 201.145 | 0.078596 | 93.2342 | 25.3357 | 118.57 | 17 | 3 |
| CMakePlugin/CMakePlugin.cpp | 426 | | CMakePlugin | OnFileAdded(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| CMakePlugin/CMakePlugin.cpp | 428 | | CMakePlugin | DoRunCMake(ProjectPtr) | 1 | 76 | 55 | 9 | 12 | 6 | 1 | 116 | 402 | 2756.91 | 25.1364 | 69298.7 | 3849.93 | 0.562378 | 58.2684 | 25.4109 | 83.6793 | 58 | 2 |
| CMakePlugin/CMakePlugin.cpp | 507 | | CMakePlugin | IsCMakeListsExists() const | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 53 | 257.473 | 6.90625 | 1778.17 | 98.7874 | 0.0489247 | 104.373 | 0 | 104.373 | 8 | 1 |
| CMakePlugin/CMakePlugin.cpp | 518 | | CMakePlugin | WriteCMakeListsAndOpenIt(const std::vector<wxString> &) const | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 36 | 74 | 382.574 | 9.86364 | 3773.58 | 209.643 | 0.0807943 | 106.159 | 0 | 106.159 | 10 | 1 |
| CMakePlugin/CMakePlugin.cpp | 527 | | CMakePlugin | CreateCMakeListsFile(CMakePlugin::TargetType) const | 1 | 52 | 48 | 1 | 3 | 6 | 1 | 61 | 216 | 1281.04 | 16.4205 | 21035.2 | 1168.62 | 0.254006 | 68.4016 | 10.6593 | 79.0609 | 45 | 3 |
| CMakePlugin/CMakePlugin.cpp | 580 | | CMakePlugin | OnCreateCMakeListsExe(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 42 | 189.99 | 5.78571 | 1099.23 | 61.0681 | 0.0355034 | 111.962 | 0 | 111.962 | 5 | 1 |
| CMakePlugin/CMakePlugin.cpp | 588 | | CMakePlugin | OnCreateCMakeListsDll(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 42 | 189.99 | 5.78571 | 1099.23 | 61.0681 | 0.0355034 | 111.962 | 0 | 111.962 | 5 | 1 |
| CMakePlugin/CMakePlugin.cpp | 596 | | CMakePlugin | OnCreateCMakeListsLib(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 42 | 189.99 | 5.78571 | 1099.23 | 61.0681 | 0.0355034 | 111.962 | 0 | 111.962 | 5 | 1 |
| CMakePlugin/CMakePlugin.cpp | 604 | | CMakePlugin | FireCMakeListsFileCreatedEvent(const wxString &) const | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 25 | 55 | 255.412 | 6.75 | 1724.03 | 95.7795 | 0.0479265 | 106.352 | 24.6875 | 131.04 | 8 | 3 |
| CMakePlugin/CMakePluginUi.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| CMakePlugin/CMakePluginUi.cpp | 107 | | CMakeHelpTabBase | CMakeHelpTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 105 | 80 | 2 | 23 | 3 | 1 | 142 | 969 | 6928.1 | 31.9339 | 221241 | 12291.2 | 1.21933 | 48.9305 | 10.6092 | 59.5397 | 127 | 1 |
| CMakePlugin/CMakePluginUi.cpp | 213 | | CMakeHelpTabBase | ~CMakeHelpTabBase() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 35 | 204 | 1046.37 | 16.5 | 17265.2 | 959.176 | 0.222669 | 88.7159 | 0 | 88.7159 | 14 | 0 |
| CMakePlugin/CMakePluginUi.cpp | 26 | | CMakeSettingsDialogBase | CMakeSettingsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 78 | 61 | 1 | 16 | 5 | 1 | 117 | 631 | 4335.2 | 25.2656 | 109532 | 6085.09 | 0.763083 | 55.7238 | 8.72567 | 64.4495 | 93 | 1 |
| CMakePlugin/CMakePluginUi.cpp | 105 | | CMakeSettingsDialogBase | ~CMakeSettingsDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| CMakePlugin/CMakePluginUi.cpp | 231 | | cmakeImages | cmakeImages() | 0 | 25 | 23 | 1 | 1 | 5 | 3 | 45 | 142 | 779.843 | 15.3333 | 11957.6 | 664.311 | 0.174304 | 83.0769 | 15.2452 | 98.3222 | 18 | 0 |
| CMakePlugin/CMakePluginUi.cpp | 257 | | cmakeImages | ~cmakeImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| CMakePlugin/CMakePluginUi_bitmaps.cpp | 85 | | | wxCrafterR3nJ3cInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 3 |
| CMakePlugin/CMakeSettingsDialog.cpp | 63 | | CMakeSettingsDialog | [explicit] CMakeSettingsDialog(wxWindow *, CMakePlugin *) | 2 | 12 | 9 | 2 | 1 | 1 | 0 | 26 | 54 | 253.824 | 7.7 | 1954.44 | 108.58 | 0.0521068 | 101.724 | 29.5564 | 131.28 | 8 | 1 |
| CMakePlugin/CMakeSettingsDialog.cpp | 78 | | CMakeSettingsDialog | ~CMakeSettingsDialog() [override] | 0 | 5 | 3 | 1 | 1 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 128.516 | 31.9355 | 160.452 | 0 | 0 |
| CMakePlugin/CMakeSettingsManager.cpp | 69 | | CMakeSettingsManager | [explicit] CMakeSettingsManager(CMakePlugin *) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 124.162 | 31.9355 | 156.097 | 0 | 0 |
| CMakePlugin/CMakeSettingsManager.cpp | 77 | | CMakeSettingsManager | GetProjectSettings(const wxString &, bool) | 2 | 13 | 11 | 0 | 2 | 3 | 2 | 37 | 74 | 385.5 | 15.2941 | 5895.88 | 327.549 | 0.108787 | 97.7942 | 0 | 97.7942 | 5 | 2 |
| CMakePlugin/CMakeSettingsManager.cpp | 93 | | CMakeSettingsManager | GetProjectSettings(const wxString &) const | 1 | 9 | 7 | 0 | 2 | 2 | 1 | 32 | 55 | 275 | 13.0333 | 3584.17 | 199.12 | 0.0780676 | 105.738 | 0 | 105.738 | 4 | 1 |
| CMakePlugin/CMakeSettingsManager.cpp | 105 | | CMakeSettingsManager | GetProjectSettings(const wxString &, const wxString &, bool) | 3 | 27 | 16 | 6 | 5 | 4 | 2 | 36 | 97 | 501.483 | 17.5 | 8775.95 | 487.553 | 0.141821 | 84.3561 | 33.3545 | 117.711 | 6 | 0 |
| CMakePlugin/CMakeSettingsManager.cpp | 135 | | CMakeSettingsManager | GetProjectSettings(const wxString &, const wxString &) const | 2 | 19 | 11 | 4 | 4 | 3 | 1 | 30 | 71 | 348.389 | 15 | 5225.84 | 290.324 | 0.100381 | 92.1728 | 32.6227 | 124.796 | 5 | 0 |
| CMakePlugin/CMakeSettingsManager.cpp | 157 | | CMakeSettingsManager | SaveProjects() | 0 | 12 | 10 | 0 | 2 | 2 | 1 | 28 | 53 | 254.79 | 7.875 | 2006.47 | 111.471 | 0.0530274 | 101.474 | 0 | 101.474 | 6 | 1 |
| CMakePlugin/CMakeSettingsManager.cpp | 172 | | CMakeSettingsManager | SaveProject(const wxString &) | 1 | 40 | 25 | 7 | 8 | 4 | 1 | 73 | 210 | 1299.86 | 17.4706 | 22709.4 | 1261.63 | 0.26731 | 73.0361 | 30.1826 | 103.219 | 19 | 1 |
| CMakePlugin/CMakeSettingsManager.cpp | 215 | | CMakeSettingsManager | LoadProjects() | 0 | 12 | 10 | 0 | 2 | 2 | 1 | 28 | 53 | 254.79 | 7.875 | 2006.47 | 111.471 | 0.0530274 | 101.474 | 0 | 101.474 | 6 | 1 |
| CMakePlugin/CMakeSettingsManager.cpp | 230 | | CMakeSettingsManager | LoadProject(const wxString &) | 1 | 48 | 29 | 9 | 10 | 5 | 1 | 76 | 266 | 1661.95 | 22.2037 | 36901.4 | 2050.08 | 0.369466 | 68.5747 | 31.0814 | 99.6561 | 42 | 1 |
| cscope/CScopeSettingsDlg.cpp | 6 | | CScopeSettingsDlg | CScopeSettingsDlg(wxWindow *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 30 | 55 | 269.879 | 8.02941 | 2166.97 | 120.387 | 0.0558188 | 104.359 | 0 | 104.359 | 10 | 1 |
| cscope/CscopeTabBase.cpp | 169 | | CScopeSettingsDlgBase | CScopeSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 62 | 49 | 1 | 12 | 6 | 1 | 110 | 502 | 3404.24 | 23.7931 | 80997.5 | 4499.86 | 0.624012 | 60.47 | 9.77404 | 70.244 | 72 | 1 |
| cscope/CscopeTabBase.cpp | 232 | | CScopeSettingsDlgBase | ~CScopeSettingsDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| cscope/CscopeTabBase.cpp | 14 | | CscopeTabBase | CscopeTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 131 | 93 | 9 | 29 | 3 | 1 | 137 | 1102 | 7822.03 | 38.8319 | 303744 | 16874.7 | 1.50621 | 44.7154 | 19.7497 | 64.465 | 169 | 1 |
| cscope/CscopeTabBase.cpp | 146 | | CscopeTabBase | ~CscopeTabBase() [override] | 0 | 22 | 22 | 0 | 0 | 1 | 0 | 34 | 206 | 1048.02 | 16.4583 | 17248.6 | 958.257 | 0.222526 | 84.5309 | 0 | 84.5309 | 44 | 0 |
| cscope/CscopeTabBase_cscope_bitmaps.cpp | 34 | | | wxC59CAInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| cscope/cscope.cpp | 57 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| cscope/cscope.cpp | 62 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| cscope/cscope.cpp | 72 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| cscope/cscope.cpp | 74 | | Cscope | Cscope(IManager *) | 1 | 30 | 24 | 2 | 4 | 1 | 0 | 74 | 233 | 1446.8 | 11.3136 | 16368.5 | 909.36 | 0.214891 | 77.8296 | 19.4709 | 97.3005 | 39 | 1 |
| cscope/cscope.cpp | 105 | | Cscope | CreateToolBar(clToolBarGeneric *) [override] | 1 | 52 | 42 | 6 | 4 | 1 | 0 | 60 | 527 | 3112.93 | 22.5612 | 70231.5 | 3901.75 | 0.567414 | 64.9346 | 25.1141 | 90.0486 | 102 | 0 |
| cscope/cscope.cpp | 158 | | Cscope | CreatePluginMenu(wxMenu *) [override] | 1 | 45 | 34 | 0 | 11 | 1 | 0 | 48 | 312 | 1742.51 | 18.7297 | 32636.7 | 1813.15 | 0.340421 | 70.294 | 0 | 70.294 | 61 | 0 |
| cscope/cscope.cpp | 204 | | Cscope | UnPlug() [override] | 0 | 41 | 37 | 1 | 3 | 2 | 1 | 58 | 398 | 2331.48 | 27.4286 | 63949.1 | 3552.73 | 0.53305 | 70.058 | 11.9795 | 82.0375 | 68 | 0 |
| cscope/cscope.cpp | 247 | | Cscope | CreateEditorPopMenu() | 0 | 45 | 34 | 3 | 8 | 1 | 0 | 49 | 346 | 1942.69 | 24.375 | 47353.1 | 2630.73 | 0.436292 | 69.7286 | 19.4709 | 89.1995 | 64 | 1 |
| cscope/cscope.cpp | 293 | | Cscope | DoCreateListFile(bool) | 1 | 69 | 58 | 7 | 4 | 20 | 5 | 94 | 418 | 2739.82 | 26.9143 | 73740.2 | 4096.68 | 0.586159 | 56.6461 | 23.6827 | 80.3288 | 65 | 6 |
| cscope/cscope.cpp | 363 | | Cscope | DoCscopeCommand(const wxString &, const wxString &, const wxString &) | 3 | 36 | 27 | 4 | 5 | 5 | 2 | 69 | 200 | 1221.7 | 15.7143 | 19198.2 | 1066.57 | 0.238993 | 74.8354 | 24.6875 | 99.5229 | 31 | 6 |
| cscope/cscope.cpp | 400 | | Cscope | OnFindSymbol(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 34 | 149.339 | 6.6 | 985.636 | 54.7576 | 0.0330134 | 112.984 | 0 | 112.984 | 3 | 3 |
| cscope/cscope.cpp | 408 | | Cscope | OnFindGlobalDefinition(wxCommandEvent &) | 1 | 16 | 14 | 1 | 1 | 2 | 1 | 37 | 84 | 437.594 | 11.5909 | 5072.11 | 281.784 | 0.0984022 | 94.0013 | 18.8844 | 112.886 | 18 | 3 |
| cscope/cscope.cpp | 425 | | Cscope | OnFindFunctionsCalledByThisFunction(wxCommandEvent &) | 1 | 26 | 20 | 2 | 4 | 3 | 1 | 48 | 123 | 686.95 | 12.25 | 8415.14 | 467.508 | 0.137907 | 83.5611 | 20.8285 | 104.39 | 26 | 3 |
| cscope/cscope.cpp | 452 | | Cscope | OnFindFunctionsCallingThisFunction(wxCommandEvent &) | 1 | 26 | 20 | 2 | 4 | 3 | 1 | 48 | 123 | 686.95 | 12.25 | 8415.14 | 467.508 | 0.137907 | 83.5611 | 20.8285 | 104.39 | 26 | 3 |
| cscope/cscope.cpp | 479 | | Cscope | OnFindFilesIncludingThisFname(wxCommandEvent &) | 1 | 41 | 29 | 8 | 4 | 5 | 2 | 64 | 214 | 1284 | 18.6364 | 23929.1 | 1329.39 | 0.276798 | 72.4699 | 31.6073 | 104.077 | 40 | 2 |
| cscope/cscope.cpp | 521 | | Cscope | OnCreateDB(wxCommandEvent &) | 1 | 33 | 22 | 5 | 6 | 4 | 1 | 50 | 126 | 711.126 | 12.9375 | 9200.19 | 511.122 | 0.146356 | 79.289 | 28.3567 | 107.646 | 25 | 3 |
| cscope/cscope.cpp | 555 | | Cscope | OnDoSettings(wxCommandEvent &) | 1 | 14 | 11 | 2 | 1 | 2 | 1 | 37 | 88 | 458.432 | 8.9375 | 4097.24 | 227.624 | 0.0853505 | 95.9227 | 27.6325 | 123.555 | 15 | 1 |
| cscope/cscope.cpp | 570 | | Cscope | GetCscopeExeName() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 116.026 | 0 | 116.026 | 6 | 7 |
| cscope/cscope.cpp | 577 | | Cscope | OnCScopeThreadEnded(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 7.15 | 1004.96 | 55.8312 | 0.0334435 | 118.98 | 0 | 118.98 | 2 | 1 |
| cscope/cscope.cpp | 583 | | Cscope | OnCScopeThreadUpdateStatus(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 32 | 84 | 420 | 13.5 | 5670 | 315 | 0.105991 | 97.3485 | 0 | 97.3485 | 10 | 1 |
| cscope/cscope.cpp | 597 | | Cscope | OnCscopeUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 4 | 2 | 31 | 53 | 262.572 | 9.6 | 2520.7 | 140.039 | 0.0617389 | 112.087 | 0 | 112.087 | 6 | 10 |
| cscope/cscope.cpp | 604 | | Cscope | OnWorkspaceOpenUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 22 | 36 | 160.54 | 5.41667 | 869.589 | 48.3105 | 0.0303684 | 118.059 | 0 | 118.059 | 5 | 3 |
| cscope/cscope.cpp | 610 | | Cscope | OnFindUserInsertedSymbol(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 22 | 38 | 169.458 | 6.5 | 1101.48 | 61.1933 | 0.0355519 | 108.255 | 0 | 108.255 | 3 | 1 |
| cscope/cscope.cpp | 620 | | Cscope | GetSearchPattern() const | 0 | 19 | 16 | 0 | 3 | 4 | 1 | 32 | 89 | 445 | 10.2632 | 4567.11 | 253.728 | 0.091757 | 90.6701 | 0 | 90.6701 | 17 | 5 |
| cscope/cscope.cpp | 640 | | Cscope | DoFindSymbol(const wxString &) | 1 | 21 | 16 | 2 | 3 | 2 | 1 | 43 | 102 | 553.479 | 11.7857 | 6523.15 | 362.397 | 0.116372 | 88.3744 | 23.0043 | 111.379 | 22 | 2 |
| cscope/cscope.cpp | 662 | | Cscope | OnEditorContentMenu(clContextMenuEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 67 | 337.974 | 7.8 | 2636.2 | 146.456 | 0.0636108 | 104.666 | 0 | 104.666 | 9 | 2 |
| cscope/cscope.cpp | 672 | | Cscope | GetWorkingDirectory() const | 0 | 14 | 13 | 0 | 1 | 3 | 1 | 30 | 76 | 372.924 | 8.41176 | 3136.95 | 174.275 | 0.0714305 | 96.7661 | 0 | 96.7661 | 12 | 2 |
| cscope/cscope.cpp | 687 | | Cscope | IsWorkspaceOpen() const | 0 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 30 | 125.098 | 6.25 | 781.861 | 43.4367 | 0.0282899 | 122.971 | 0 | 122.971 | 4 | 1 |
| cscope/cscopedbbuilderthread.cpp | 38 | | CscopeDbBuilderThread | ProcessRequest(ThreadRequest *) [override] | 1 | 30 | 19 | 5 | 6 | 1 | 0 | 58 | 197 | 1154.02 | 10.1739 | 11740.9 | 652.273 | 0.172192 | 79.0054 | 29.5564 | 108.562 | 50 | 0 |
| cscope/cscopedbbuilderthread.cpp | 69 | | CscopeDbBuilderThread | ParseResults(const wxArrayString &) | 1 | 50 | 35 | 9 | 6 | 4 | 2 | 69 | 314 | 1918.08 | 32.5333 | 62401.4 | 3466.75 | 0.524415 | 67.398 | 30.5478 | 97.9458 | 48 | 1 |
| cscope/cscopedbbuilderthread.cpp | 120 | | CscopeDbBuilderThread | SendStatusEvent(const wxString &, int, const wxString &, wxEvtHandler *) | 4 | 12 | 11 | 0 | 1 | 1 | 0 | 34 | 74 | 376.472 | 10.5238 | 3961.92 | 220.107 | 0.0834608 | 99.6741 | 0 | 99.6741 | 7 | 4 |
| cscope/cscopeentrydata.cpp | 26 | | CscopeEntryData | CscopeEntryData() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 0 | 2 |
| cscope/cscopestatusmessage.cpp | 28 | | CScopeStatusMessage | SetMessage(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 22 | 93.4544 | 6.1875 | 578.249 | 32.125 | 0.023136 | 124.717 | 0 | 124.717 | 2 | 1 |
| cscope/cscopestatusmessage.cpp | 33 | | CScopeStatusMessage | SetPercentage(int) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 126.808 | 0 | 126.808 | 0 | 1 |
| cscope/cscopestatusmessage.cpp | 38 | | CScopeStatusMessage | GetMessage() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 127.785 | 0 | 127.785 | 0 | 1 |
| cscope/cscopestatusmessage.cpp | 43 | | CScopeStatusMessage | GetPercentage() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 128.751 | 0 | 128.751 | 0 | 1 |
| cscope/cscopestatusmessage.cpp | 48 | | CScopeStatusMessage | GetFindWhat() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 127.785 | 0 | 127.785 | 0 | 2 |
| cscope/cscopestatusmessage.cpp | 53 | | CScopeStatusMessage | SetFindWhat(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 125.413 | 0 | 125.413 | 2 | 1 |
| cscope/cscopetab.cpp | 47 | | CscopeTab | CscopeTab(wxWindow *, IManager *) | 2 | 24 | 19 | 1 | 5 | 1 | 0 | 76 | 189 | 1180.86 | 13.0357 | 15393.3 | 855.185 | 0.206269 | 82.5007 | 15.5492 | 98.0499 | 26 | 1 |
| cscope/cscopetab.cpp | 72 | | CscopeTab | ~CscopeTab() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 6.25 | 781.861 | 43.4367 | 0.0282899 | 119.586 | 0 | 119.586 | 5 | 0 |
| cscope/cscopetab.cpp | 78 | | CscopeTab | Clear() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 6.66667 | 1076.14 | 59.7856 | 0.0350046 | 110.646 | 0 | 110.646 | 5 | 8 |
| cscope/cscopetab.cpp | 87 | | CscopeTab | BuildTable(CScopeResultTable_t *) | 1 | 32 | 25 | 5 | 3 | 4 | 3 | 62 | 179 | 1065.8 | 16.1905 | 17255.8 | 958.657 | 0.222588 | 77.6834 | 28.7405 | 106.424 | 30 | 1 |
| cscope/cscopetab.cpp | 120 | | CscopeTab | FreeTable() | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 25 | 43 | 199.686 | 11.5556 | 2307.48 | 128.193 | 0.0582064 | 103.921 | 22.5149 | 126.436 | 4 | 3 |
| cscope/cscopetab.cpp | 132 | | CscopeTab | SetMessage(const wxString &, int) | 2 | 5 | 5 | 0 | 0 | 2 | 1 | 23 | 45 | 203.56 | 6.92308 | 1409.26 | 78.2924 | 0.0418993 | 116.824 | 0 | 116.824 | 4 | 4 |
| cscope/cscopetab.cpp | 138 | | CscopeTab | OnClearResults(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 4.36364 | 556.092 | 30.894 | 0.0225412 | 116.536 | 0 | 116.536 | 5 | 0 |
| cscope/cscopetab.cpp | 145 | | CscopeTab | OnClearResultsUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 120.037 | 0 | 120.037 | 3 | 0 |
| cscope/cscopetab.cpp | 151 | | CscopeTab | OnChangeSearchScope(wxCommandEvent &) [override] | 1 | 11 | 9 | 2 | 0 | 1 | 0 | 31 | 81 | 401.29 | 7.38095 | 2961.9 | 164.55 | 0.0687479 | 100.752 | 30.6787 | 131.43 | 13 | 0 |
| cscope/cscopetab.cpp | 163 | | CscopeTab | OnCreateDB(wxCommandEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 23 | 39 | 176.419 | 6.15385 | 1085.65 | 60.3142 | 0.0352106 | 112.347 | 27.6325 | 139.98 | 6 | 0 |
| cscope/cscopetab.cpp | 171 | | CscopeTab | OnWorkspaceOpenUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 120.962 | 0 | 120.962 | 3 | 0 |
| cscope/cscopetab.cpp | 177 | | CscopeTab | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 120.746 | 0 | 120.746 | 3 | 2 |
| cscope/cscopetab.cpp | 183 | | CscopeTab | ClearText() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 28 | 109.393 | 6.75 | 738.402 | 41.0224 | 0.0272317 | 117.33 | 0 | 117.33 | 3 | 1 |
| cscope/cscopetab.cpp | 190 | | CscopeTab | AddMatch(int, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 29 | 55 | 267.189 | 9.75 | 2605.09 | 144.727 | 0.0631094 | 110.189 | 0 | 110.189 | 7 | 1 |
| cscope/cscopetab.cpp | 198 | | CscopeTab | AddFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 7.7 | 1183.73 | 65.7628 | 0.0373004 | 115.56 | 0 | 115.56 | 4 | 1 |
| cscope/cscopetab.cpp | 205 | | CscopeTab | OnHotspotClicked(wxStyledTextEvent &) [override] | 1 | 28 | 21 | 5 | 2 | 6 | 3 | 64 | 176 | 1056 | 15.8721 | 16760.9 | 931.163 | 0.218312 | 79.4346 | 30.4442 | 109.879 | 28 | 0 |
| cscope/cscopetab.cpp | 234 | | CscopeTab | CenterEditorLine(int) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 20 | 33 | 142.624 | 6.5 | 927.054 | 51.503 | 0.0316919 | 118.674 | 0 | 118.674 | 2 | 1 |
| cscope/cscopetab.cpp | 240 | | CscopeTab | GetWorkingDirectory() const | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 30 | 76 | 372.924 | 8.41176 | 3136.95 | 174.275 | 0.0714305 | 99.2634 | 0 | 99.2634 | 12 | 1 |
| cscope/cscopetab.cpp | 253 | | CscopeTab | IsWorkspaceOpen() const | 0 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 30 | 125.098 | 6.25 | 781.861 | 43.4367 | 0.0282899 | 122.971 | 0 | 122.971 | 4 | 3 |
| cscope/cscoptviewresultsmodel.cpp | 17 | | CScoptViewResultsModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 31 | | CScoptViewResultsModel | CScoptViewResultsModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 36 | | CScoptViewResultsModel | ~CScoptViewResultsModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 44 | | CScoptViewResultsModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 64 | | CScoptViewResultsModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 69 | | CScoptViewResultsModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 77 | | CScoptViewResultsModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 90 | | CScoptViewResultsModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 99 | | CScoptViewResultsModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 106 | | CScoptViewResultsModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| cscope/cscoptviewresultsmodel.cpp | 125 | | CScoptViewResultsModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| cscope/cscoptviewresultsmodel.cpp | 162 | | CScoptViewResultsModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 169 | | CScoptViewResultsModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 179 | | CScoptViewResultsModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 188 | | CScoptViewResultsModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| cscope/cscoptviewresultsmodel.cpp | 217 | | CScoptViewResultsModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 228 | | CScoptViewResultsModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 8 | 1692.16 | 94.0088 | 0.0473339 | 107.103 | 0 | 107.103 | 6 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 238 | | CScoptViewResultsModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| cscope/cscoptviewresultsmodel.cpp | 243 | | CScoptViewResultsModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 252 | | CScoptViewResultsModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 260 | | CScoptViewResultsModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 269 | | CScoptViewResultsModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 279 | | CScoptViewResultsModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 291 | | CScoptViewResultsModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| cscope/cscoptviewresultsmodel.cpp | 303 | | CScoptViewResultsModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| cscope/csscopeconfdata.cpp | 30 | | CScopeConfData | CScopeConfData() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 6.41667 | 1248.13 | 69.3403 | 0.0386412 | 109.676 | 0 | 109.676 | 6 | 11 |
| cscope/csscopeconfdata.cpp | 39 | | CScopeConfData | DeSerialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| cscope/csscopeconfdata.cpp | 47 | | CScopeConfData | Serialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| EOSWiki/EOSProjectData.cpp | 3 | | EOSProjectData | EOSProjectData() | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 137.915 | 0 | 137.915 | 0 | 1 |
| EOSWiki/EOSProjectData.cpp | 7 | | EOSProjectData | [virtual] ~EOSProjectData() | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| EOSWiki/EOSProjectWizard.cpp | 10 | | EOSProjectWizard | EOSProjectWizard(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.78571 | 555.429 | 30.8571 | 0.0225232 | 120.962 | 0 | 120.962 | 3 | 1 |
| EOSWiki/EOSProjectWizard.cpp | 16 | | EOSProjectWizard | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 19 | 34 | 144.43 | 6.11111 | 882.625 | 49.0347 | 0.0306711 | 144.681 | 0 | 144.681 | 5 | 0 |
| EOSWiki/EOSProjectWizard.cpp | 18 | | EOSProjectWizard | GetName() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 116.2 | 0 | 116.2 | 4 | 4 |
| EOSWiki/EOSProjectWizard.cpp | 25 | | EOSProjectWizard | GetPath() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 9.42857 | 1258.13 | 69.8959 | 0.0388474 | 116.297 | 0 | 116.297 | 4 | 2 |
| EOSWiki/EOSProjectWizard.cpp | 32 | | EOSProjectWizard | OnNameUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| EOSWiki/EOSProjectWizard.cpp | 38 | | EOSProjectWizard | OnPathChanged(wxFileDirPickerEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| EOSWiki/EOSProjectWizard.cpp | 44 | | EOSProjectWizard | GetProjectFile() const | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 7.38462 | 1680.36 | 93.3534 | 0.0471137 | 113.291 | 0 | 113.291 | 8 | 4 |
| EOSWiki/EOSProjectWizard.cpp | 51 | | EOSProjectWizard | OnCreateInSeparateDir(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| EOSWiki/EOSProjectWizard.cpp | 57 | | EOSProjectWizard | [static] GetToolchainPath() | 0 | 15 | 13 | 2 | 1 | 5 | 2 | 38 | 105 | 551.032 | 10.2083 | 5625.12 | 312.507 | 0.105431 | 93.1583 | 26.7997 | 119.958 | 20 | 2 |
| EOSWiki/EOSProjectWizard.cpp | 73 | | EOSProjectWizard | GetData() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 51 | 227.431 | 6.57692 | 1495.8 | 83.0998 | 0.0435974 | 108.863 | 0 | 108.863 | 10 | 1 |
| EOSWiki/eosUI.cpp | 14 | | EOSProjectWizardBase | EOSProjectWizardBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 105 | 78 | 2 | 25 | 7 | 1 | 137 | 918 | 6515.99 | 34.1974 | 222830 | 12379.4 | 1.22516 | 48.3294 | 10.6092 | 58.9385 | 136 | 1 |
| EOSWiki/eosUI.cpp | 120 | | EOSProjectWizardBase | ~EOSProjectWizardBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 28 | 80 | 384.588 | 8.33333 | 3204.9 | 178.05 | 0.0724584 | 102.517 | 0 | 102.517 | 16 | 0 |
| EOSWiki/eosUI_eoswiki_bitmaps.cpp | 34 | | | wxCrafterWdIahzInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| EOSWiki/eoswiki.cpp | 19 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| EOSWiki/eoswiki.cpp | 24 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| EOSWiki/eoswiki.cpp | 34 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| EOSWiki/eoswiki.cpp | 36 | | EOSWiki | EOSWiki(IManager *) | 1 | 10 | 8 | 1 | 1 | 1 | 0 | 30 | 52 | 255.158 | 7.64706 | 1951.21 | 108.401 | 0.0520493 | 104.65 | 23.5268 | 128.177 | 9 | 1 |
| EOSWiki/eoswiki.cpp | 47 | | EOSWiki | CreateToolBar(clToolBarGeneric *) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 1 | 0 |
| EOSWiki/eoswiki.cpp | 53 | | EOSWiki | CreatePluginMenu(wxMenu *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 55 | 255.412 | 8.64286 | 2207.49 | 122.638 | 0.0565125 | 112.921 | 0 | 112.921 | 9 | 0 |
| EOSWiki/eoswiki.cpp | 60 | | EOSWiki | UnPlug() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| EOSWiki/eoswiki.cpp | 62 | | EOSWiki | OnNewProject(wxCommandEvent &) | 1 | 12 | 11 | 1 | 0 | 3 | 1 | 38 | 84 | 440.826 | 8.16667 | 3600.08 | 200.004 | 0.0782985 | 98.3935 | 21.6227 | 120.016 | 13 | 2 |
| EOSWiki/eoswiki.cpp | 77 | | EOSWiki | CreateProject(const EOSProjectData &) | 1 | 75 | 53 | 11 | 11 | 8 | 2 | 93 | 475 | 3106.1 | 23.2877 | 72333.8 | 4018.55 | 0.578682 | 57.4029 | 27.9548 | 85.3577 | 101 | 1 |
| EOSWiki/eoswiki.cpp | 153 | | EOSWiki | CreateSampleFile(ProjectPtr, const EOSProjectData &) | 2 | 16 | 14 | 1 | 1 | 2 | 1 | 45 | 111 | 609.596 | 10.5 | 6400.75 | 355.597 | 0.114912 | 92.2775 | 18.8844 | 111.162 | 23 | 1 |
| EOSWiki/eoswiki.cpp | 170 | | EOSWiki | ExtractResources() | 0 | 21 | 14 | 3 | 4 | 3 | 1 | 40 | 113 | 601.378 | 8.57143 | 5154.67 | 286.37 | 0.099467 | 87.7128 | 27.6325 | 115.345 | 25 | 1 |
| EOSWiki/eoswiki.cpp | 192 | | EOSWiki | ReadResource(const wxString &) const | 1 | 12 | 10 | 1 | 1 | 3 | 1 | 30 | 80 | 392.551 | 10 | 3925.51 | 218.084 | 0.0829487 | 98.9966 | 21.6227 | 120.619 | 13 | 2 |
| EOSWiki/eoswiki.cpp | 205 | | EOSWiki | ReplacePlaceHolders(wxString &, const wxStringMap_t &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 40 | 185.754 | 9.20833 | 1710.49 | 95.0271 | 0.0476751 | 114.346 | 0 | 114.346 | 2 | 2 |
| EOSWiki/eoswiki.cpp | 212 | | EOSWiki | CreateCMakeListsFile(ProjectPtr, const EOSProjectData &) | 2 | 21 | 18 | 1 | 2 | 2 | 1 | 51 | 148 | 839.519 | 10.973 | 9212.02 | 511.779 | 0.146481 | 86.208 | 16.583 | 102.791 | 34 | 1 |
| ContinuousBuild/buildprocess.cpp | 28 | | BuildProcess | BuildProcess() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| ContinuousBuild/buildprocess.cpp | 33 | | BuildProcess | [virtual] ~BuildProcess() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| ContinuousBuild/buildprocess.cpp | 35 | | BuildProcess | Execute(const wxString &, const wxString &, const wxString &, wxEvtHandler *) | 4 | 15 | 14 | 0 | 1 | 3 | 1 | 31 | 67 | 331.931 | 13.3333 | 4425.75 | 245.875 | 0.0898538 | 96.254 | 0 | 96.254 | 2 | 1 |
| ContinuousBuild/buildprocess.cpp | 51 | | BuildProcess | Stop() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 17 | 27 | 110.361 | 6.42857 | 709.467 | 39.4148 | 0.0265155 | 112.393 | 0 | 112.393 | 2 | 3 |
| ContinuousBuild/buildprocess.cpp | 60 | | BuildProcess | IsBusy() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 1 |
| ContinuousBuild/continuousbuild.cpp | 41 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| ContinuousBuild/continuousbuild.cpp | 46 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| ContinuousBuild/continuousbuild.cpp | 56 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| ContinuousBuild/continuousbuild.cpp | 60 | | ContinuousBuild | ContinuousBuild(IManager *) | 1 | 21 | 18 | 1 | 2 | 1 | 0 | 58 | 181 | 1060.29 | 12.9524 | 13733.3 | 762.963 | 0.19116 | 85.224 | 16.583 | 101.807 | 29 | 1 |
| ContinuousBuild/continuousbuild.cpp | 82 | | ContinuousBuild | CreateToolBar(clToolBarGeneric *) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 1 | 0 |
| ContinuousBuild/continuousbuild.cpp | 88 | | ContinuousBuild | CreatePluginMenu(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| ContinuousBuild/continuousbuild.cpp | 90 | | ContinuousBuild | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| ContinuousBuild/continuousbuild.cpp | 96 | | ContinuousBuild | UnPlug() [override] | 0 | 14 | 13 | 0 | 1 | 2 | 1 | 37 | 106 | 552.202 | 11.2609 | 6218.28 | 345.46 | 0.112718 | 94.9549 | 0 | 94.9549 | 18 | 0 |
| ContinuousBuild/continuousbuild.cpp | 111 | | ContinuousBuild | OnFileSaved(clCommandEvent &) | 1 | 19 | 16 | 1 | 2 | 3 | 1 | 36 | 85 | 439.444 | 8.59091 | 3775.22 | 209.734 | 0.0808178 | 90.9654 | 17.3987 | 108.364 | 26 | 2 |
| ContinuousBuild/continuousbuild.cpp | 131 | | ContinuousBuild | DoBuild(const wxString &) | 1 | 91 | 67 | 10 | 14 | 13 | 2 | 107 | 458 | 3087.59 | 21.494 | 66364.8 | 3686.94 | 0.546392 | 53.1513 | 24.5637 | 77.715 | 120 | 2 |
| ContinuousBuild/continuousbuild.cpp | 223 | | ContinuousBuild | OnBuildProcessEnded(clProcessEvent &) | 1 | 25 | 17 | 3 | 5 | 4 | 1 | 49 | 123 | 690.609 | 12.4844 | 8621.83 | 478.99 | 0.140156 | 83.9388 | 25.5633 | 109.502 | 16 | 1 |
| ContinuousBuild/continuousbuild.cpp | 249 | | ContinuousBuild | StopAll() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 3.5 | 266.515 | 14.8064 | 0.0138047 | 119.214 | 29.5564 | 148.77 | 2 | 1 |
| ContinuousBuild/continuousbuild.cpp | 256 | | ContinuousBuild | OnIgnoreFileSaved(wxCommandEvent &) | 1 | 12 | 7 | 2 | 3 | 1 | 0 | 22 | 33 | 147.161 | 6 | 882.967 | 49.0537 | 0.030679 | 104.559 | 29.5564 | 134.115 | 3 | 2 |
| ContinuousBuild/continuousbuild.cpp | 269 | | ContinuousBuild | OnStopIgnoreFileSaved(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| ContinuousBuild/continuousbuild.cpp | 275 | | ContinuousBuild | OnBuildProcessOutput(clProcessEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 5.53846 | 963.237 | 53.5132 | 0.0325113 | 114.919 | 0 | 114.919 | 6 | 1 |
| ContinuousBuild/continuousbuildbasepane.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| ContinuousBuild/continuousbuildbasepane.cpp | 27 | | ContinuousBuildBasePane | ContinuousBuildBasePane(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 78 | 55 | 2 | 21 | 3 | 1 | 104 | 637 | 4268.18 | 28.8095 | 122964 | 6831.35 | 0.824261 | 56.2648 | 12.2766 | 68.5415 | 79 | 1 |
| ContinuousBuild/continuousbuildbasepane.cpp | 106 | | ContinuousBuildBasePane | ~ContinuousBuildBasePane() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 92 | 427.235 | 12.5714 | 5370.95 | 298.386 | 0.10223 | 103.677 | 0 | 103.677 | 6 | 0 |
| ContinuousBuild/continuousbuildbasepane_continuousbuild_bitmaps.cpp | 34 | | | wxC47E7InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| ContinuousBuild/continuousbuildconf.cpp | 28 | | ContinuousBuildConf | ContinuousBuildConf() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 5 | 304.722 | 16.929 | 0.0150944 | 123.325 | 0 | 123.325 | 0 | 3 |
| ContinuousBuild/continuousbuildconf.cpp | 34 | | ContinuousBuildConf | DeSerialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| ContinuousBuild/continuousbuildconf.cpp | 40 | | ContinuousBuildConf | Serialize(Archive &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 118.598 | 0 | 118.598 | 4 | 0 |
| ContinuousBuild/continuousbuildpane.cpp | 33 | | ContinuousBuildPane | ContinuousBuildPane(wxWindow *, IManager *, ContinuousBuild *) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 37 | 86 | 448.013 | 8.16 | 3655.79 | 203.099 | 0.0791041 | 98.7694 | 0 | 98.7694 | 11 | 1 |
| ContinuousBuild/continuousbuildpane.cpp | 46 | | ContinuousBuildPane | OnStopAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 116.808 | 0 | 116.808 | 3 | 0 |
| ContinuousBuild/continuousbuildpane.cpp | 53 | | ContinuousBuildPane | OnStopUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 1 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 34.9714 | 159.554 | 2 | 0 |
| ContinuousBuild/continuousbuildpane.cpp | 58 | | ContinuousBuildPane | RemoveFile(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 41 | 190.398 | 8.66667 | 1650.12 | 91.6732 | 0.0465467 | 111.721 | 0 | 111.721 | 2 | 1 |
| ContinuousBuild/continuousbuildpane.cpp | 66 | | ContinuousBuildPane | AddFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 115.88 | 0 | 115.88 | 2 | 2 |
| ContinuousBuild/continuousbuildpane.cpp | 73 | | ContinuousBuildPane | ClearAll() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 1 |
| ContinuousBuild/continuousbuildpane.cpp | 79 | | ContinuousBuildPane | AddFailedFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 115.88 | 0 | 115.88 | 2 | 1 |
| ContinuousBuild/continuousbuildpane.cpp | 86 | | ContinuousBuildPane | OnEnableContBuildUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| ContinuousBuild/continuousbuildpane.cpp | 91 | | ContinuousBuildPane | OnEnableCB(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 42 | 192.568 | 6.07143 | 1169.17 | 64.9536 | 0.0369938 | 114.389 | 0 | 114.389 | 6 | 0 |
| AutoSave/AutoSaveDlg.cpp | 4 | | AutoSaveDlg | AutoSaveDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 49 | 224.663 | 8.46154 | 1901 | 105.611 | 0.0511524 | 111.09 | 0 | 111.09 | 6 | 1 |
| AutoSave/AutoSaveDlg.cpp | 12 | | AutoSaveDlg | OnEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| AutoSave/AutoSaveDlg.cpp | 14 | | AutoSaveDlg | OnOK(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 6.47059 | 1599.88 | 88.8822 | 0.0455971 | 108.429 | 0 | 108.429 | 7 | 0 |
| AutoSave/AutoSaveSettings.cpp | 3 | | AutoSaveSettings | AutoSaveSettings() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4 | 335.047 | 18.6137 | 0.0160799 | 118.718 | 0 | 118.718 | 2 | 2 |
| AutoSave/AutoSaveSettings.cpp | 10 | | AutoSaveSettings | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 6.75 | 1185.93 | 65.8848 | 0.0373465 | 117.82 | 0 | 117.82 | 6 | 0 |
| AutoSave/AutoSaveSettings.cpp | 16 | | AutoSaveSettings | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 7 | 0 |
| AutoSave/AutoSaveSettings.cpp | 24 | | AutoSaveSettings | [static] Load() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 7.71429 | 864 | 48 | 0.0302381 | 114.71 | 0 | 114.71 | 5 | 3 |
| AutoSave/AutoSaveSettings.cpp | 32 | | AutoSaveSettings | [static] Save(const AutoSaveSettings &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 3 | 1 |
| AutoSave/AutoSaveUI.cpp | 16 | | AutoSaveDlgBase | AutoSaveDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 64 | 47 | 2 | 15 | 4 | 1 | 109 | 545 | 3688.66 | 23.1461 | 85378 | 4743.22 | 0.646313 | 59.9984 | 13.5225 | 73.5209 | 81 | 1 |
| AutoSave/AutoSaveUI.cpp | 81 | | AutoSaveDlgBase | ~AutoSaveDlgBase() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 22 | 62 | 276.485 | 9.58333 | 2649.65 | 147.203 | 0.0638269 | 110.011 | 0 | 110.011 | 12 | 0 |
| AutoSave/AutoSaveUI_autosave_bitmaps.cpp | 34 | | | wxCrafter7A2fyVInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| AutoSave/autosave.cpp | 11 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| AutoSave/autosave.cpp | 16 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| AutoSave/autosave.cpp | 26 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| AutoSave/autosave.cpp | 28 | | AutoSave | AutoSave(IManager *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 32 | 57 | 285 | 7.52632 | 2145 | 119.167 | 0.0554409 | 104.075 | 0 | 104.075 | 9 | 1 |
| AutoSave/autosave.cpp | 39 | | AutoSave | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| AutoSave/autosave.cpp | 41 | | AutoSave | CreatePluginMenu(wxMenu *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 55 | 255.412 | 8.64286 | 2207.49 | 122.638 | 0.0565125 | 112.921 | 0 | 112.921 | 9 | 0 |
| AutoSave/autosave.cpp | 48 | | AutoSave | UnPlug() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.5 | 736.889 | 40.9383 | 0.0271944 | 119.229 | 0 | 119.229 | 4 | 0 |
| AutoSave/autosave.cpp | 54 | | AutoSave | OnSettings(wxCommandEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 24 | 41 | 187.983 | 5.92308 | 1113.44 | 61.8578 | 0.0358088 | 109.624 | 26.0372 | 135.661 | 5 | 2 |
| AutoSave/autosave.cpp | 63 | | AutoSave | UpdateTimers() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 37 | 79 | 411.547 | 11.8421 | 4873.58 | 270.754 | 0.0958174 | 98.9809 | 0 | 98.9809 | 8 | 2 |
| AutoSave/autosave.cpp | 76 | | AutoSave | OnTimer(wxTimerEvent &) | 1 | 19 | 14 | 3 | 2 | 6 | 2 | 46 | 109 | 602.068 | 14.0741 | 8473.55 | 470.753 | 0.138544 | 88.6382 | 28.8719 | 117.51 | 12 | 2 |
| AutoSave/autosave.cpp | 96 | | AutoSave | DeleteTimer() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 37 | 159.911 | 7.33333 | 1172.68 | 65.1491 | 0.037068 | 110.465 | 0 | 110.465 | 3 | 2 |
| CodeLiteDiff/CodeLiteDiff_UI.cpp | 16 | | NewFileComparisonBase | NewFileComparisonBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 97 | 71 | 2 | 24 | 8 | 1 | 136 | 796 | 5641.62 | 32.4643 | 183151 | 10175.1 | 1.07502 | 50.1325 | 11.0311 | 61.1635 | 107 | 1 |
| CodeLiteDiff/CodeLiteDiff_UI.cpp | 114 | | NewFileComparisonBase | ~NewFileComparisonBase() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 24 | 62 | 284.268 | 8.21429 | 2335.06 | 129.725 | 0.0586692 | 109.867 | 0 | 109.867 | 12 | 0 |
| CodeLiteDiff/CodeLiteDiff_UI_codelitediff_bitmaps.cpp | 32 | | | wxC847InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| CodeLiteDiff/NewFileComparison.cpp | 8 | | NewFileComparison | NewFileComparison(wxWindow *, const wxFileName &) | 2 | 12 | 12 | 0 | 0 | 3 | 2 | 34 | 82 | 417.172 | 11.8421 | 4940.19 | 274.455 | 0.0966885 | 98.6803 | 0 | 98.6803 | 12 | 1 |
| CodeLiteDiff/NewFileComparison.cpp | 21 | | NewFileComparison | OnBrowse(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 36 | 92 | 475.633 | 13.2143 | 6285.15 | 349.175 | 0.113524 | 96.7017 | 0 | 96.7017 | 17 | 0 |
| CodeLiteDiff/NewFileComparison.cpp | 35 | | NewFileComparison | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 46 | 210.908 | 6.42857 | 1355.84 | 75.3244 | 0.0408336 | 116.64 | 0 | 116.64 | 8 | 0 |
| CodeLiteDiff/NewFileComparison.cpp | 41 | | NewFileComparison | OnFileSelected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 4.875 | 685.202 | 38.0668 | 0.0259074 | 118.98 | 0 | 118.98 | 4 | 0 |
| CodeLiteDiff/codelitediff.cpp | 69 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| CodeLiteDiff/codelitediff.cpp | 71 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| CodeLiteDiff/codelitediff.cpp | 81 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| CodeLiteDiff/codelitediff.cpp | 44 | {anonymous} | | GetWindowFromEvent(wxEvent &) | 1 | 13 | 12 | 1 | 0 | 5 | 1 | 32 | 91 | 455 | 18 | 8190 | 455 | 0.135436 | 96.4723 | 20.8285 | 117.301 | 8 | 1 |
| CodeLiteDiff/codelitediff.cpp | 59 | {anonymous} | | GetEditorFromEvent(wxEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 20 | 33 | 142.624 | 6.5 | 927.054 | 51.503 | 0.0316919 | 113.453 | 0 | 113.453 | 3 | 1 |
| CodeLiteDiff/codelitediff.cpp | 83 | | CodeLiteDiff | CodeLiteDiff(IManager *) | 1 | 15 | 13 | 0 | 2 | 1 | 0 | 43 | 137 | 743.398 | 10.8333 | 8053.48 | 447.416 | 0.133927 | 92.5212 | 0 | 92.5212 | 24 | 1 |
| CodeLiteDiff/codelitediff.cpp | 99 | | CodeLiteDiff | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeLiteDiff/codelitediff.cpp | 101 | | CodeLiteDiff | CreatePluginMenu(wxMenu *) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 72 | 346.13 | 9.70588 | 3359.49 | 186.638 | 0.0747701 | 108.843 | 0 | 108.843 | 16 | 0 |
| CodeLiteDiff/codelitediff.cpp | 109 | | CodeLiteDiff | UnPlug() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 62 | 287.919 | 7.33333 | 2111.41 | 117.3 | 0.0548605 | 112.298 | 0 | 112.298 | 7 | 0 |
| CodeLiteDiff/codelitediff.cpp | 116 | | CodeLiteDiff | OnNewDiff(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6.5 | 1014.52 | 56.3623 | 0.0336552 | 118.435 | 0 | 118.435 | 4 | 2 |
| CodeLiteDiff/codelitediff.cpp | 122 | | CodeLiteDiff | OnTabContextMenu(clContextMenuEvent &) | 1 | 20 | 15 | 1 | 4 | 1 | 1 | 52 | 153 | 872.167 | 13.6 | 11861.5 | 658.971 | 0.173369 | 87.03 | 16.9762 | 104.006 | 25 | 2 |
| CodeLiteDiff/codelitediff.cpp | 143 | | CodeLiteDiff | DoClear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| CodeLiteDiff/codelitediff.cpp | 145 | | CodeLiteDiff | OnDiff(wxCommandEvent &) | 1 | 52 | 47 | 2 | 3 | 11 | 4 | 67 | 314 | 1904.75 | 24.9333 | 47491.8 | 2638.43 | 0.437144 | 65.1889 | 14.9585 | 80.1474 | 70 | 3 |
| CodeLiteDiff/codelitediff.cpp | 198 | | CodeLiteDiff | SaveEditorToTmpfile(IEditor *) const | 1 | 26 | 23 | 1 | 3 | 4 | 1 | 48 | 171 | 955.029 | 15.9032 | 15188 | 843.78 | 0.204431 | 81.6178 | 14.9585 | 96.5762 | 28 | 3 |
| CodeLiteDiff/codelitediff.cpp | 225 | | CodeLiteDiff | OnNewDiffFolder(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 6.5 | 1014.52 | 56.3623 | 0.0336552 | 118.435 | 0 | 118.435 | 4 | 1 |
| git/GitApplyPatchDlg.cpp | 30 | | GitApplyPatchDlg | GitApplyPatchDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 4 | 1 |
| git/GitApplyPatchDlg.cpp | 37 | | GitApplyPatchDlg | [virtual] OnApplyGitPatchUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 117.778 | 0 | 117.778 | 5 | 0 |
| git/GitBlamePage.cpp | 108 | | | ParseBlameOutputInternal(wxArrayString &, size_t *) | 2 | 18 | 16 | 0 | 2 | 3 | 2 | 38 | 102 | 535.289 | 17.1 | 9153.44 | 508.524 | 0.14586 | 90.8154 | 0 | 90.8154 | 9 | 1 |
| git/GitBlamePage.cpp | 31 | git::blame | LineInfo | FromPorcelainFormat(wxArrayString &) | 1 | 74 | 62 | 4 | 10 | 14 | 3 | 96 | 478 | 3147.61 | 40.75 | 128265 | 7125.84 | 0.847783 | 56.1713 | 17.6221 | 73.7934 | 85 | 1 |
| git/GitBlamePage.cpp | 127 | | GitBlamePage | GitBlamePage(wxWindow *, const wxString &) | 2 | 11 | 11 | 0 | 0 | 1 | 0 | 36 | 78 | 403.254 | 8 | 3226.03 | 179.224 | 0.0727765 | 100.726 | 0 | 100.726 | 9 | 1 |
| git/GitBlamePage.cpp | 139 | | GitBlamePage | ~GitBlamePage() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 57 | 261.343 | 8.88462 | 2321.93 | 128.996 | 0.0584492 | 106.233 | 0 | 106.233 | 7 | 0 |
| git/GitBlamePage.cpp | 149 | | GitBlamePage | ParseBlameOutput(const wxString &) | 1 | 30 | 23 | 4 | 5 | 2 | 1 | 68 | 184 | 1120.09 | 16.4583 | 18434.9 | 1024.16 | 0.232616 | 78.9305 | 26.7997 | 105.73 | 37 | 1 |
| git/GitBlamePage.cpp | 180 | | GitBlamePage | current_info() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 47 | 209.593 | 7.91667 | 1659.28 | 92.1822 | 0.0467188 | 109.058 | 0 | 109.058 | 3 | 8 |
| git/GitBlamePage.cpp | 189 | | GitBlamePage | InitialiseView() | 0 | 42 | 35 | 1 | 6 | 4 | 1 | 65 | 258 | 1553.77 | 18.2396 | 28340.1 | 1574.45 | 0.309847 | 71.3179 | 11.8388 | 83.1566 | 39 | 1 |
| git/GitBlamePage.cpp | 232 | | GitBlamePage | OnMarginRightClick(wxStyledTextEvent &) | 1 | 61 | 59 | 0 | 2 | 5 | 2 | 66 | 417 | 2520.51 | 26.0625 | 65690.9 | 3649.49 | 0.542686 | 62.5263 | 0 | 62.5263 | 74 | 2 |
| git/GitBlamePage.cpp | 294 | | GitBlamePage | OnIdle(wxIdleEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 8 | 1577.23 | 87.6237 | 0.0451656 | 107.468 | 0 | 107.468 | 3 | 2 |
| git/GitConsole.cpp | 93 | {anonymous} | | MakeFileBitmapLabel(const wxString &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 54 | 262.331 | 9.75 | 2557.73 | 142.096 | 0.0623421 | 106.213 | 0 | 106.213 | 8 | 0 |
| git/GitConsole.cpp | 103 | {anonymous} | | MakeStdFileBitmapLabel(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.72222 | 929.695 | 51.6497 | 0.0317521 | 122.679 | 0 | 122.679 | 4 | 2 |
| git/GitConsole.cpp | 127 | {anonymous} | | CreateAndOpenTempFile(const wxString &) | 1 | 20 | 14 | 3 | 3 | 3 | 2 | 39 | 89 | 470.401 | 10.7826 | 5072.15 | 281.786 | 0.0984026 | 89.7805 | 28.2321 | 118.013 | 10 | 3 |
| git/GitConsole.cpp | 148 | {anonymous} | | GenerateRandomFile() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 4.08333 | 287.092 | 15.9496 | 0.0145064 | 122.582 | 0 | 122.582 | 3 | 3 |
| git/GitConsole.cpp | 154 | {anonymous} | | DeleteAllItems(wxDataViewListCtrl *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 68 | 326.9 | 11.2667 | 3683.07 | 204.615 | 0.0794973 | 104.839 | 0 | 104.839 | 5 | 2 |
| git/GitConsole.cpp | 82 | {anonymous} | GitClientData | GitClientData(const wxString &, eGitFile) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.375 | 376.038 | 20.891 | 0.017366 | 121.537 | 0 | 121.537 | 1 | 2 |
| git/GitConsole.cpp | 87 | {anonymous} | GitClientData | [virtual] ~GitClientData() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| git/GitConsole.cpp | 89 | {anonymous} | GitClientData | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 9 |
| git/GitConsole.cpp | 90 | {anonymous} | GitClientData | GetKind() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3 | 99.6578 | 5.53655 | 0.00716506 | 152.554 | 0 | 152.554 | 0 | 6 |
| git/GitConsole.cpp | 119 | {anonymous} | GitFileEntry | GitFileEntry(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 38 | 164.233 | 9 | 1478.1 | 82.1166 | 0.0432528 | 115.217 | 0 | 115.217 | 5 | 1 |
| git/GitConsole.cpp | 614 | | GitCommandData | GitCommandData(const wxArrayString, const wxString, int) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 4.09091 | 501.643 | 27.8691 | 0.0210447 | 116.736 | 0 | 116.736 | 2 | 2 |
| git/GitConsole.cpp | 167 | | GitConsole | GitConsole(wxWindow *, GitPlugin *) | 2 | 124 | 100 | 7 | 17 | 3 | 2 | 179 | 1089 | 8149.88 | 24.1062 | 196463 | 10914.6 | 1.1265 | 45.3915 | 17.9913 | 63.3828 | 201 | 1 |
| git/GitConsole.cpp | 292 | | GitConsole | ~GitConsole() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 122 | 615.416 | 10.5 | 6461.87 | 358.993 | 0.115643 | 100.072 | 0 | 100.072 | 14 | 0 |
| git/GitConsole.cpp | 303 | | GitConsole | [virtual] OnClearGitLog(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| git/GitConsole.cpp | 309 | | GitConsole | [virtual] OnStopGitProcess(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 18 | 51 | 212.666 | 7.5 | 1595 | 88.6109 | 0.0455042 | 105.138 | 0 | 105.138 | 6 | 1 |
| git/GitConsole.cpp | 320 | | GitConsole | [virtual] OnStopGitProcessUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 123.233 | 0 | 123.233 | 3 | 1 |
| git/GitConsole.cpp | 325 | | GitConsole | [virtual] OnClearGitLogUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 1 |
| git/GitConsole.cpp | 327 | | GitConsole | IsPatternFound(const wxString &, const std::unordered_set<wxString> &) const | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 32 | 60 | 300 | 14.7857 | 4435.71 | 246.429 | 0.0899887 | 103.348 | 0 | 103.348 | 3 | 0 |
| git/GitConsole.cpp | 338 | | GitConsole | HasAnsiEscapeSequences(const wxString &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 30 | 133.783 | 7.5 | 1003.37 | 55.7429 | 0.0334082 | 119.237 | 0 | 119.237 | 1 | 0 |
| git/GitConsole.cpp | 344 | | GitConsole | AddText(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 41 | 187.983 | 7.61538 | 1431.57 | 79.5315 | 0.0423402 | 111.787 | 0 | 111.787 | 4 | 20 |
| git/GitConsole.cpp | 352 | | GitConsole | IsVerbose() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| git/GitConsole.cpp | 354 | | GitConsole | OnConfigurationChanged(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 48 | 220.078 | 6 | 1320.47 | 73.3594 | 0.0401203 | 109.034 | 0 | 109.034 | 6 | 2 |
| git/GitConsole.cpp | 363 | | GitConsole | UpdateTreeView(const wxString &) | 1 | 87 | 71 | 4 | 12 | 9 | 2 | 120 | 490 | 3384.38 | 33.1667 | 112248 | 6236.03 | 0.77565 | 54.3223 | 16.3053 | 70.6276 | 60 | 2 |
| git/GitConsole.cpp | 451 | | GitConsole | OnContextMenu(wxDataViewEvent &) [override] | 1 | 19 | 17 | 0 | 2 | 2 | 1 | 44 | 158 | 862.59 | 16.8571 | 14540.8 | 807.823 | 0.198581 | 87.6884 | 0 | 87.6884 | 23 | 0 |
| git/GitConsole.cpp | 471 | | GitConsole | [virtual] OnAddUnstagedFiles(wxCommandEvent &) | 1 | 26 | 21 | 1 | 4 | 5 | 2 | 49 | 129 | 724.298 | 13.9355 | 10093.4 | 560.747 | 0.155682 | 82.8258 | 14.9585 | 97.7842 | 18 | 1 |
| git/GitConsole.cpp | 498 | | GitConsole | [virtual] OnResetFile(wxCommandEvent &) | 1 | 38 | 32 | 0 | 6 | 12 | 3 | 64 | 245 | 1470 | 22.7195 | 33397.7 | 1855.43 | 0.345692 | 71.3874 | 0 | 71.3874 | 29 | 2 |
| git/GitConsole.cpp | 537 | | GitConsole | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 18 | 29 | 120.928 | 4.8 | 580.454 | 32.2474 | 0.0231948 | 112.148 | 0 | 112.148 | 4 | 2 |
| git/GitConsole.cpp | 546 | | GitConsole | [virtual] OnItemSelectedUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/GitConsole.cpp | 548 | | GitConsole | OnFileActivated(wxDataViewEvent &) [override] | 1 | 38 | 31 | 1 | 6 | 4 | 2 | 67 | 209 | 1267.81 | 13.77 | 17457.8 | 969.877 | 0.224322 | 73.9969 | 12.4338 | 86.4306 | 38 | 0 |
| git/GitConsole.cpp | 587 | | GitConsole | OnOpenFile(wxCommandEvent &) | 1 | 23 | 20 | 1 | 2 | 5 | 2 | 45 | 141 | 774.351 | 15.7857 | 12223.7 | 679.094 | 0.176881 | 84.4645 | 15.872 | 100.336 | 18 | 1 |
| git/GitConsole.cpp | 611 | | GitConsole | [virtual] OnApplyPatch(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| git/GitConsole.cpp | 625 | | GitConsole | OnGitAIDropDown(wxAuiToolBarEvent &) | 1 | 31 | 27 | 1 | 3 | 2 | 2 | 51 | 181 | 1026.71 | 14.1667 | 14545 | 808.058 | 0.19862 | 78.852 | 13.7333 | 92.5854 | 27 | 1 |
| git/GitConsole.cpp | 657 | | GitConsole | DoOnDropdown(const wxString &, int, const wxAuiToolBarEvent &) | 3 | 59 | 46 | 6 | 7 | 5 | 2 | 90 | 329 | 2135.82 | 21.3529 | 45606 | 2533.67 | 0.425494 | 63.9275 | 23.709 | 87.6365 | 47 | 4 |
| git/GitConsole.cpp | 717 | | GitConsole | OnDropDownMenuEvent(wxCommandEvent &) | 1 | 18 | 16 | 1 | 2 | 1 | 1 | 49 | 140 | 786.059 | 13.5758 | 10671.4 | 592.853 | 0.161569 | 89.2774 | 17.8544 | 107.132 | 16 | 2 |
| git/GitConsole.cpp | 736 | | GitConsole | HideProgress() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 3.5 | 239.863 | 13.3257 | 0.0128683 | 148.788 | 0 | 148.788 | 3 | 1 |
| git/GitConsole.cpp | 738 | | GitConsole | ShowProgress(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| git/GitConsole.cpp | 740 | | GitConsole | UpdateProgress(unsigned long, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 28 | 126.66 | 5.95833 | 754.681 | 41.9267 | 0.0276304 | 123.136 | 0 | 123.136 | 1 | 1 |
| git/GitConsole.cpp | 745 | | GitConsole | IsProgressShown() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| git/GitConsole.cpp | 747 | | GitConsole | IsDirty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 1 | 4 |
| git/GitConsole.cpp | 749 | | GitConsole | [virtual] OnStclogStcChange(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| git/GitConsole.cpp | 751 | | GitConsole | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 3.5 | 225.853 | 12.5474 | 0.0123622 | 123.028 | 0 | 123.028 | 2 | 2 |
| git/GitConsole.cpp | 757 | | GitConsole | OnUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/GitConsole.cpp | 759 | | GitConsole | OnUnversionedFileActivated(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 29 | 60 | 291.479 | 9.8 | 2856.49 | 158.694 | 0.067107 | 109.736 | 0 | 109.736 | 7 | 0 |
| git/GitConsole.cpp | 767 | | GitConsole | OnUnversionedFileContextMenu(wxDataViewEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 68 | 323.332 | 9.625 | 3112.07 | 172.893 | 0.0710524 | 105.126 | 0 | 105.126 | 6 | 0 |
| git/GitConsole.cpp | 777 | | GitConsole | GetSelectedModifiedFiles() const | 0 | 23 | 21 | 0 | 2 | 6 | 2 | 48 | 136 | 759.555 | 18.6667 | 14178.4 | 787.687 | 0.195267 | 84.3348 | 0 | 84.3348 | 14 | 1 |
| git/GitConsole.cpp | 801 | | GitConsole | GetSelectedUnversionedFiles() const | 0 | 22 | 21 | 0 | 1 | 6 | 2 | 48 | 137 | 765.14 | 19.0556 | 14580.2 | 810.009 | 0.198939 | 85.0168 | 0 | 85.0168 | 14 | 3 |
| git/GitConsole.cpp | 824 | | GitConsole | [virtual] OnOpenUnversionedFiles(wxCommandEvent &) | 1 | 14 | 13 | 0 | 1 | 4 | 2 | 32 | 65 | 325 | 9.70588 | 3154.41 | 175.245 | 0.0716954 | 97.2514 | 0 | 97.2514 | 7 | 1 |
| git/GitConsole.cpp | 839 | | GitConsole | [virtual] OnAddUnversionedFiles(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 2 |
| git/GitConsole.cpp | 845 | | GitConsole | ShowLog() | 0 | 5 | 3 | 2 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 128.171 | 41.5192 | 169.69 | 0 | 2 |
| git/GitConsole.cpp | 851 | | GitConsole | GetPrompt() const | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 29 | 56 | 272.047 | 10.2667 | 2793.02 | 155.168 | 0.0661091 | 102.543 | 0 | 102.543 | 7 | 1 |
| git/GitConsole.cpp | 863 | | GitConsole | AddLine(const wxString &) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 34 | 72 | 366.297 | 8.45455 | 3096.88 | 172.049 | 0.0708209 | 102.77 | 0 | 102.77 | 14 | 3 |
| git/GitConsole.cpp | 874 | | GitConsole | PrintPrompt() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 149.233 | 0 | 149.233 | 3 | 2 |
| git/GitConsole.cpp | 876 | | GitConsole | OnSysColoursChanged(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 3 |
| git/GitConsole.cpp | 878 | | GitConsole | [virtual] OnAddUnversionedFilesUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 36 | 165.059 | 7 | 1155.41 | 64.1895 | 0.0367031 | 117.914 | 0 | 117.914 | 4 | 1 |
| git/GitConsole.cpp | 884 | | GitConsole | [virtual] OnResetFileUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 36 | 165.059 | 7 | 1155.41 | 64.1895 | 0.0367031 | 117.914 | 0 | 117.914 | 4 | 1 |
| git/GitConsole.cpp | 890 | | GitConsole | OnOutputViewTabChanged(clCommandEvent &) | 1 | 11 | 10 | 1 | 0 | 5 | 1 | 31 | 60 | 297.252 | 11.5357 | 3429.01 | 190.501 | 0.0757981 | 101.392 | 22.5149 | 123.907 | 8 | 2 |
| git/GitConsole.cpp | 902 | | GitConsole | [virtual] OnAIAvailableUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 3 | 0 | 24 | 47 | 215.493 | 7.19231 | 1549.89 | 86.1052 | 0.0446423 | 116.298 | 0 | 116.298 | 6 | 1 |
| git/GitConsole.cpp | 908 | | GitConsole | DoCodeReview() | 0 | 74 | 63 | 2 | 9 | 10 | 3 | 124 | 507 | 3525.78 | 26.5417 | 93580 | 5198.89 | 0.68707 | 56.5013 | 12.5971 | 69.0984 | 79 | 1 |
| git/GitConsole.cpp | 983 | | GitConsole | GenerateReleaseNotes() | 0 | 103 | 88 | 3 | 12 | 13 | 4 | 160 | 676 | 4949.62 | 29.5581 | 146302 | 8127.87 | 0.925504 | 48.6906 | 13.0661 | 61.7567 | 104 | 1 |
| git/GitConsole.cpp | 1087 | | GitConsole | FinaliseReleaseNotes(const wxString &) | 1 | 33 | 29 | 0 | 4 | 2 | 3 | 84 | 288 | 1840.99 | 19.6935 | 36255.6 | 2014.2 | 0.365142 | 74.8027 | 0 | 74.8027 | 39 | 1 |
| git/GitConsole.cpp | 1121 | | GitConsole | AllocateBuffer() | 0 | 6 | 6 | 1 | 0 | 1 | 0 | 23 | 41 | 185.466 | 9.27273 | 1719.78 | 95.5431 | 0.0478476 | 114.585 | 29.5564 | 144.141 | 4 | 3 |
| git/GitConsole.cpp | 1128 | | GitConsole | UpdateStatusBarTokens(size_t) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 44 | 201.738 | 7.5 | 1513.04 | 84.0576 | 0.0439318 | 114.147 | 0 | 114.147 | 10 | 3 |
| git/GitDiffOutputParser.cpp | 4 | | GitDiffOutputParser | GetDiffMap(const wxString &, wxStringMap_t &, wxArrayString *) const | 3 | 64 | 55 | 7 | 4 | 13 | 3 | 74 | 298 | 1850.42 | 38.9302 | 72037.2 | 4002.06 | 0.577098 | 61.5156 | 24.5112 | 86.0269 | 32 | 4 |
| git/GitLocator.cpp | 12 | | GitLocator | GetExecutable(wxFileName &) const | 1 | 33 | 29 | 3 | 1 | 10 | 3 | 56 | 185 | 1074.36 | 19.1667 | 20591.9 | 1144 | 0.250424 | 75.7633 | 22.5149 | 98.2782 | 10 | 2 |
| git/GitLocator.cpp | 46 | | GitLocator | DoCheckGitInFolder(const wxString &, wxString &) const | 2 | 16 | 14 | 1 | 1 | 3 | 1 | 28 | 77 | 370.166 | 13 | 4812.16 | 267.342 | 0.0950106 | 94.6415 | 18.8844 | 113.526 | 10 | 1 |
| git/GitLocator.cpp | 63 | | GitLocator | MSWGetGitShellCommand(wxString &) const | 1 | 24 | 24 | 0 | 0 | 8 | 0 | 48 | 147 | 820.989 | 16.8 | 13792.6 | 766.257 | 0.191709 | 82.7809 | 0 | 82.7809 | 0 | 3 |
| git/GitReleaseNotesGenerationDlg.cpp | 5 | | GitReleaseNotesGenerationDlg | GitReleaseNotesGenerationDlg(wxWindow *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 26 | 49 | 230.322 | 6.85714 | 1579.35 | 87.7415 | 0.0452061 | 105.183 | 0 | 105.183 | 7 | 1 |
| git/GitReleaseNotesGenerationDlg.cpp | 16 | | GitReleaseNotesGenerationDlg | ~GitReleaseNotesGenerationDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| git/GitReleaseNotesGenerationDlg.cpp | 18 | | GitReleaseNotesGenerationDlg | OnButtonokUpdateUi(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| git/GitReleaseNotesGenerationDlg.cpp | 23 | | GitReleaseNotesGenerationDlg | OnChoiceProviders(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.14286 | 953.825 | 52.9903 | 0.0322992 | 114.585 | 0 | 114.585 | 5 | 0 |
| git/GitReleaseNotesGenerationDlg.cpp | 30 | | GitReleaseNotesGenerationDlg | OnChoiceProvidersUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| git/GitReleaseNotesGenerationDlg.cpp | 32 | | GitReleaseNotesGenerationDlg | UpdateEndpoints() | 0 | 14 | 13 | 0 | 1 | 4 | 2 | 37 | 99 | 515.736 | 10.9565 | 5650.67 | 313.926 | 0.10575 | 94.8502 | 0 | 94.8502 | 11 | 2 |
| git/GitResetDlg.cpp | 7 | | GitResetDlg | GitResetDlg(wxWindow *, const wxArrayString &, const wxArrayString &) | 3 | 27 | 25 | 0 | 2 | 3 | 1 | 60 | 272 | 1606.67 | 23.6341 | 37972.4 | 2109.58 | 0.37658 | 78.5315 | 0 | 78.5315 | 34 | 1 |
| git/GitResetDlg.cpp | 35 | | GitResetDlg | GetItemsToRevert() const | 0 | 11 | 10 | 0 | 1 | 3 | 2 | 27 | 58 | 275.783 | 11.8462 | 3266.97 | 181.499 | 0.0733909 | 102.242 | 0 | 102.242 | 6 | 1 |
| git/GitResetDlg.cpp | 46 | | GitResetDlg | GetItemsToRemove() const | 0 | 11 | 10 | 0 | 1 | 3 | 2 | 27 | 58 | 275.783 | 11.8462 | 3266.97 | 181.499 | 0.0733909 | 102.242 | 0 | 102.242 | 6 | 1 |
| git/GitResetDlg.cpp | 58 | | GitResetDlg | [virtual] OnToggleAllRevert(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 10.5 | 2220.96 | 123.387 | 0.0567421 | 111.174 | 0 | 111.174 | 2 | 1 |
| git/GitResetDlg.cpp | 66 | | GitResetDlg | [virtual] OnToggleAllRemove(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 10.5 | 2220.96 | 123.387 | 0.0567421 | 111.174 | 0 | 111.174 | 2 | 1 |
| git/GitResetDlg.cpp | 74 | | GitResetDlg | [virtual] OnToggleAllRevertUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 1 |
| git/GitResetDlg.cpp | 76 | | GitResetDlg | [virtual] OnToggleAllRemoveUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 1 |
| git/GitStatusCode.cpp | 3 | | GitStatusCode | GitStatusCode(const wxString &) | 1 | 23 | 23 | 0 | 0 | 13 | 2 | 52 | 207 | 1179.99 | 16.8889 | 19928.7 | 1107.15 | 0.245018 | 80.434 | 0 | 80.434 | 29 | 1 |
| git/GitUserEmailDialog.cpp | 3 | | GitUserEmailDialog | GitUserEmailDialog(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| git/GitUserEmailDialog.cpp | 8 | | GitUserEmailDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 30 | 129.658 | 6.72222 | 871.589 | 48.4216 | 0.0304149 | 122.785 | 0 | 122.785 | 3 | 0 |
| git/dataviewfilesmodel.cpp | 17 | | DataViewFilesModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| git/dataviewfilesmodel.cpp | 31 | | DataViewFilesModel | DataViewFilesModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| git/dataviewfilesmodel.cpp | 36 | | DataViewFilesModel | ~DataViewFilesModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| git/dataviewfilesmodel.cpp | 44 | | DataViewFilesModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| git/dataviewfilesmodel.cpp | 64 | | DataViewFilesModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| git/dataviewfilesmodel.cpp | 69 | | DataViewFilesModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| git/dataviewfilesmodel.cpp | 77 | | DataViewFilesModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| git/dataviewfilesmodel.cpp | 90 | | DataViewFilesModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| git/dataviewfilesmodel.cpp | 99 | | DataViewFilesModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| git/dataviewfilesmodel.cpp | 106 | | DataViewFilesModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| git/dataviewfilesmodel.cpp | 125 | | DataViewFilesModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| git/dataviewfilesmodel.cpp | 162 | | DataViewFilesModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 0 |
| git/dataviewfilesmodel.cpp | 169 | | DataViewFilesModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| git/dataviewfilesmodel.cpp | 179 | | DataViewFilesModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| git/dataviewfilesmodel.cpp | 188 | | DataViewFilesModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| git/dataviewfilesmodel.cpp | 217 | | DataViewFilesModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| git/dataviewfilesmodel.cpp | 228 | | DataViewFilesModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 0 |
| git/dataviewfilesmodel.cpp | 238 | | DataViewFilesModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| git/dataviewfilesmodel.cpp | 243 | | DataViewFilesModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| git/dataviewfilesmodel.cpp | 252 | | DataViewFilesModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| git/dataviewfilesmodel.cpp | 260 | | DataViewFilesModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| git/dataviewfilesmodel.cpp | 269 | | DataViewFilesModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| git/dataviewfilesmodel.cpp | 279 | | DataViewFilesModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| git/dataviewfilesmodel.cpp | 291 | | DataViewFilesModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| git/dataviewfilesmodel.cpp | 303 | | DataViewFilesModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| git/git.cpp | 176 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| git/git.cpp | 178 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| git/git.cpp | 188 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| git/git.cpp | 191 | | | GetAnyDefaultCommand(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 45 | 203.56 | 6.42857 | 1308.6 | 72.7001 | 0.0398796 | 109.44 | 0 | 109.44 | 6 | 2 |
| git/git.cpp | 85 | {anonymous} | | GetDirFromPath(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.5 | 1037.26 | 57.6257 | 0.0341563 | 116.11 | 0 | 116.11 | 6 | 2 |
| git/git.cpp | 152 | {anonymous} | | IsPaneShown() | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 15 | 29 | 113.3 | 7.5 | 849.749 | 47.2083 | 0.0299047 | 119.871 | 0 | 119.871 | 8 | 6 |
| git/git.cpp | 95 | {anonymous} | MockProcess | MockProcess(wxEvtHandler *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 3.75 | 161.944 | 8.99689 | 0.0099035 | 128.731 | 0 | 128.731 | 1 | 0 |
| git/git.cpp | 99 | {anonymous} | MockProcess | ~MockProcess() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 6 | 15.5098 | 2 | 31.0196 | 1.72331 | 0.00329081 | 156.514 | 0 | 156.514 | 0 | 0 |
| git/git.cpp | 104 | {anonymous} | MockProcess | Detach() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| git/git.cpp | 107 | {anonymous} | MockProcess | Read(wxString &, wxString &, std::string &, std::string &) [override] | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 49 | 221.655 | 9.27273 | 2055.34 | 114.186 | 0.053885 | 111.16 | 0 | 111.16 | 0 | 0 |
| git/git.cpp | 117 | {anonymous} | MockProcess | Write(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 5 | 388.309 | 21.5727 | 0.0177418 | 148.138 | 0 | 148.138 | 0 | 0 |
| git/git.cpp | 121 | {anonymous} | MockProcess | Write(const std::string &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 21 | 89.2065 | 5.5 | 490.636 | 27.2575 | 0.0207357 | 147.417 | 0 | 147.417 | 0 | 0 |
| git/git.cpp | 124 | {anonymous} | MockProcess | WriteRaw(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 5 | 388.309 | 21.5727 | 0.0177418 | 148.138 | 0 | 148.138 | 0 | 0 |
| git/git.cpp | 127 | {anonymous} | MockProcess | WriteRaw(const std::string &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 21 | 89.2065 | 5.5 | 490.636 | 27.2575 | 0.0207357 | 147.417 | 0 | 147.417 | 0 | 0 |
| git/git.cpp | 133 | {anonymous} | MockProcess | WriteToConsole(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 0 |
| git/git.cpp | 136 | {anonymous} | MockProcess | IsAlive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3.5 | 116.267 | 6.4593 | 0.00794056 | 152.554 | 0 | 152.554 | 0 | 0 |
| git/git.cpp | 140 | {anonymous} | MockProcess | Cleanup() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| git/git.cpp | 145 | {anonymous} | MockProcess | Terminate() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| git/git.cpp | 150 | {anonymous} | MockProcess | Signal(wxSignal) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3 | 150.568 | 8.36491 | 0.00943412 | 150.408 | 0 | 150.408 | 0 | 0 |
| git/git.cpp | 200 | | GitPlugin | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| git/git.cpp | 200 | | GitPlugin | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| git/git.cpp | 204 | | GitPlugin | GitPlugin(IManager *) | 1 | 105 | 89 | 5 | 11 | 3 | 2 | 188 | 1041 | 7864.33 | 26.3455 | 207189 | 11510.5 | 1.16714 | 48.2714 | 16.583 | 64.8543 | 179 | 1 |
| git/git.cpp | 310 | | GitPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| git/git.cpp | 312 | | GitPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 181 | 170 | 0 | 11 | 1 | 0 | 120 | 1613 | 11140.8 | 38.9393 | 433815 | 24100.8 | 1.91021 | 38.0988 | 0 | 38.0988 | 360 | 0 |
| git/git.cpp | 494 | | GitPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| git/git.cpp | 500 | | GitPlugin | UnPlug() [override] | 0 | 92 | 81 | 4 | 7 | 2 | 1 | 133 | 1025 | 7231.66 | 23.7076 | 171446 | 9524.76 | 1.02872 | 51.0787 | 15.872 | 66.9507 | 164 | 0 |
| git/git.cpp | 593 | | GitPlugin | DoSetRepoPath(const wxString &) | 1 | 22 | 20 | 0 | 2 | 3 | 2 | 43 | 124 | 672.857 | 9.89655 | 6658.96 | 369.942 | 0.117982 | 86.3751 | 0 | 86.3751 | 23 | 4 |
| git/git.cpp | 616 | | GitPlugin | OnSettings(wxCommandEvent &) | 1 | 43 | 34 | 3 | 6 | 7 | 2 | 74 | 241 | 1496.48 | 14.8545 | 22229.5 | 1234.97 | 0.263531 | 70.442 | 19.8936 | 90.3357 | 43 | 2 |
| git/git.cpp | 660 | | GitPlugin | OnFileAddSelected(wxCommandEvent &) | 1 | 33 | 25 | 3 | 5 | 4 | 1 | 59 | 174 | 1023.58 | 16.15 | 16530.8 | 918.379 | 0.216309 | 77.3951 | 22.5149 | 99.91 | 27 | 2 |
| git/git.cpp | 694 | | GitPlugin | OnFileDiffSelected(wxCommandEvent &) | 1 | 37 | 26 | 4 | 7 | 5 | 2 | 54 | 161 | 926.537 | 15.5 | 14361.3 | 797.851 | 0.196944 | 75.8296 | 24.3814 | 100.211 | 24 | 2 |
| git/git.cpp | 732 | | GitPlugin | OnFileResetSelected(wxCommandEvent &) | 1 | 36 | 26 | 4 | 6 | 4 | 1 | 62 | 184 | 1095.57 | 15.686 | 17185.2 | 954.733 | 0.221981 | 75.632 | 24.6875 | 100.32 | 29 | 2 |
| git/git.cpp | 769 | | GitPlugin | OnSwitchLocalBranch(wxCommandEvent &) | 1 | 34 | 29 | 0 | 5 | 4 | 1 | 58 | 178 | 1042.72 | 13.061 | 13618.9 | 756.608 | 0.190097 | 76.8151 | 0 | 76.8151 | 31 | 2 |
| git/git.cpp | 804 | | GitPlugin | OnSwitchRemoteBranch(wxCommandEvent &) | 1 | 40 | 35 | 0 | 5 | 5 | 1 | 67 | 242 | 1467.99 | 15.9796 | 23457.9 | 1303.22 | 0.273153 | 72.1736 | 0 | 72.1736 | 46 | 2 |
| git/git.cpp | 845 | | GitPlugin | OnCreateBranch(wxCommandEvent &) | 1 | 24 | 21 | 0 | 3 | 3 | 1 | 49 | 136 | 763.601 | 10.2 | 7788.73 | 432.707 | 0.130975 | 84.3077 | 0 | 84.3077 | 24 | 2 |
| git/git.cpp | 870 | | GitPlugin | OnCommit(wxCommandEvent &) | 1 | 19 | 15 | 2 | 2 | 2 | 1 | 46 | 98 | 541.309 | 9.19355 | 4976.55 | 276.475 | 0.0971623 | 90.1113 | 24.0864 | 114.198 | 18 | 2 |
| git/git.cpp | 890 | | GitPlugin | OnCommitList(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 5.14286 | 884.033 | 49.113 | 0.0307037 | 112.482 | 0 | 112.482 | 5 | 3 |
| git/git.cpp | 898 | | GitPlugin | OnShowDiffs(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 6.34615 | 1163.88 | 64.6597 | 0.0368822 | 114.643 | 0 | 114.643 | 5 | 2 |
| git/git.cpp | 905 | | GitPlugin | OnApplyPatch(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 7.5 | 2055.14 | 114.175 | 0.0538816 | 107.664 | 0 | 107.664 | 8 | 2 |
| git/git.cpp | 914 | | GitPlugin | OnPush(wxCommandEvent &) | 1 | 17 | 16 | 1 | 1 | 3 | 1 | 51 | 107 | 606.95 | 8.91429 | 5410.52 | 300.585 | 0.102732 | 91.088 | 18.3478 | 109.436 | 18 | 2 |
| git/git.cpp | 932 | | GitPlugin | OnPull(wxCommandEvent &) | 1 | 30 | 29 | 1 | 1 | 5 | 2 | 53 | 171 | 979.474 | 12.2368 | 11985.7 | 665.871 | 0.174577 | 78.9381 | 13.9543 | 92.8924 | 28 | 3 |
| git/git.cpp | 963 | | GitPlugin | OnResetRepository(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 40 | 79 | 420.432 | 7.22222 | 3036.46 | 168.692 | 0.0698967 | 97.5731 | 0 | 97.5731 | 13 | 2 |
| git/git.cpp | 977 | | GitPlugin | OnStartGitk(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 19 | 31 | 131.686 | 3.79167 | 499.308 | 27.7394 | 0.0209793 | 111.705 | 0 | 111.705 | 4 | 2 |
| git/git.cpp | 986 | | GitPlugin | OnListModified(wxCommandEvent &) | 1 | 27 | 22 | 1 | 4 | 6 | 2 | 59 | 157 | 923.575 | 16.9459 | 15650.9 | 869.492 | 0.208563 | 80.7205 | 14.6873 | 95.4078 | 23 | 2 |
| git/git.cpp | 1014 | | GitPlugin | OnGitBlame(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 22 | 39 | 173.918 | 7 | 1217.42 | 67.6347 | 0.038005 | 108.12 | 0 | 108.12 | 4 | 2 |
| git/git.cpp | 1024 | | GitPlugin | GetEditorRelativeFilepath() const | 0 | 14 | 11 | 2 | 2 | 3 | 1 | 33 | 78 | 393.463 | 10.6842 | 4203.84 | 233.547 | 0.0868246 | 96.4873 | 27.6325 | 124.12 | 10 | 1 |
| git/git.cpp | 1039 | | GitPlugin | DoGitBlame(const wxString &) | 1 | 6 | 6 | 1 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.25 | 714.85 | 39.7139 | 0.0266495 | 116.192 | 29.5564 | 145.748 | 3 | 2 |
| git/git.cpp | 1046 | | GitPlugin | OnRefresh(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| git/git.cpp | 1052 | | GitPlugin | OnGarbageColletion(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 5.14286 | 884.033 | 49.113 | 0.0307037 | 112.482 | 0 | 112.482 | 5 | 2 |
| git/git.cpp | 1060 | | GitPlugin | OnFileModifiedExternally(clFileSystemEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 117.797 | 0 | 117.797 | 3 | 2 |
| git/git.cpp | 1067 | | GitPlugin | DoAnyFileModified() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 28 | 52 | 249.982 | 6.93333 | 1733.21 | 96.2895 | 0.0480965 | 101.343 | 0 | 101.343 | 7 | 2 |
| git/git.cpp | 1079 | | GitPlugin | OnFileSaved(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| git/git.cpp | 1085 | | GitPlugin | OnFilesAddedToProject(clCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 3 | 2 | 29 | 63 | 306.053 | 7.76471 | 2376.41 | 132.023 | 0.0593599 | 101.701 | 0 | 101.701 | 9 | 2 |
| git/git.cpp | 1097 | | GitPlugin | OnFilesRemovedFromProject(clCommandEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 31.9355 | 153.715 | 2 | 1 |
| git/git.cpp | 1103 | | GitPlugin | ClearCodeLiteRemoteInfo() | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 24 | 41 | 187.983 | 5.92308 | 1113.44 | 61.8578 | 0.0358088 | 106.009 | 0 | 106.009 | 4 | 3 |
| git/git.cpp | 1114 | | GitPlugin | StartCodeLiteRemote() | 0 | 11 | 9 | 1 | 1 | 3 | 1 | 30 | 56 | 274.786 | 8.79412 | 2416.5 | 134.25 | 0.0600256 | 102.261 | 22.5149 | 124.776 | 7 | 1 |
| git/git.cpp | 1126 | | GitPlugin | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 24 | 20 | 1 | 3 | 3 | 1 | 41 | 102 | 546.47 | 8.55556 | 4675.36 | 259.742 | 0.0932013 | 86.0474 | 15.5492 | 101.597 | 17 | 2 |
| git/git.cpp | 1151 | | GitPlugin | ProcessGitActionQueue() | 0 | 260 | 212 | 6 | 42 | 50 | 3 | 189 | 1088 | 8227.72 | 40.4586 | 332882 | 18493.4 | 1.60105 | 22.5376 | 11.6587 | 34.1962 | 133 | 31 |
| git/git.cpp | 1412 | | GitPlugin | FinishGitListAction(const gitAction &) | 1 | 57 | 40 | 7 | 10 | 8 | 3 | 88 | 324 | 2092.86 | 22.1154 | 46284.3 | 2571.35 | 0.429703 | 63.9019 | 25.8309 | 89.7328 | 45 | 2 |
| git/git.cpp | 1470 | | GitPlugin | ListBranchAction(const gitAction &) | 1 | 23 | 20 | 0 | 3 | 7 | 2 | 52 | 142 | 809.462 | 17.6129 | 14257 | 792.055 | 0.195988 | 83.7739 | 0 | 83.7739 | 16 | 1 |
| git/git.cpp | 1494 | | GitPlugin | GetCurrentBranchAction(const gitAction &) | 1 | 20 | 16 | 1 | 3 | 4 | 2 | 53 | 134 | 767.541 | 14.8485 | 11396.8 | 633.157 | 0.168811 | 87.0045 | 16.9762 | 103.981 | 21 | 1 |
| git/git.cpp | 1515 | | GitPlugin | UpdateFileTree() | 0 | 116 | 91 | 8 | 17 | 37 | 3 | 152 | 942 | 6827.55 | 42.541 | 290451 | 16136.1 | 1.46193 | 39.5725 | 19.7854 | 59.3579 | 161 | 1 |
| git/git.cpp | 1632 | | GitPlugin | OnProcessTerminated(clProcessEvent &) | 1 | 214 | 183 | 14 | 17 | 53 | 2 | 204 | 1240 | 9513.81 | 48.0723 | 457351 | 25408.4 | 1.97869 | 24.2466 | 19.2978 | 43.5444 | 185 | 2 |
| git/git.cpp | 1847 | | GitPlugin | HandleErrorsOnRemoteRepo(const wxString &) const | 1 | 18 | 17 | 0 | 1 | 12 | 1 | 45 | 126 | 691.973 | 15.6667 | 10840.9 | 602.273 | 0.163276 | 87.4103 | 0 | 87.4103 | 25 | 1 |
| git/git.cpp | 1866 | | GitPlugin | OnProcessOutput(clProcessEvent &) | 1 | 109 | 94 | 5 | 10 | 21 | 3 | 139 | 573 | 4079.15 | 30.8037 | 125653 | 6980.73 | 0.836234 | 46.9392 | 16.2873 | 63.2265 | 68 | 2 |
| git/git.cpp | 1976 | | GitPlugin | InitDefaults() | 0 | 48 | 42 | 2 | 5 | 9 | 3 | 70 | 273 | 1673.29 | 13.1852 | 22062.7 | 1225.71 | 0.262211 | 67.6193 | 15.5492 | 83.1685 | 50 | 1 |
| git/git.cpp | 2025 | | GitPlugin | AddDefaultActions() | 0 | 26 | 15 | 4 | 7 | 1 | 0 | 25 | 91 | 422.591 | 11.5312 | 4873 | 270.722 | 0.0958098 | 86.5475 | 28.5467 | 115.094 | 8 | 14 |
| git/git.cpp | 2052 | | GitPlugin | ColourFileTree(clTreeCtrl *, const wxStringSet_t &, OverlayTool::BmpType) const | 3 | 33 | 28 | 0 | 5 | 8 | 3 | 66 | 226 | 1366.03 | 19.6 | 26774.2 | 1487.46 | 0.298325 | 74.9743 | 0 | 74.9743 | 27 | 3 |
| git/git.cpp | 2086 | | GitPlugin | CreateFilesTreeIDsMap(std::map<wxString, wxTreeItemId> &, bool) const | 2 | 36 | 30 | 2 | 5 | 9 | 4 | 62 | 222 | 1321.83 | 23 | 30402.1 | 1689.01 | 0.324699 | 73.5058 | 17.8544 | 91.3602 | 25 | 2 |
| git/git.cpp | 2123 | | GitPlugin | OnProgressTimer(wxTimerEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 1 |
| git/git.cpp | 2125 | | GitPlugin | ShowProgress(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 6.1875 | 581.697 | 32.3165 | 0.0232279 | 121.071 | 0 | 121.071 | 2 | 12 |
| git/git.cpp | 2131 | | GitPlugin | HideProgress() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 122.167 | 0 | 122.167 | 2 | 1 |
| git/git.cpp | 2137 | | GitPlugin | OnEnableGitRepoExists(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 146.819 | 0 | 146.819 | 2 | 15 |
| git/git.cpp | 2139 | | GitPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 0 | 35 | 71 | 364.179 | 8.33333 | 3034.83 | 168.601 | 0.0698717 | 98.3201 | 0 | 98.3201 | 12 | 1 |
| git/git.cpp | 2153 | | GitPlugin | DoCleanup() | 0 | 24 | 23 | 1 | 0 | 1 | 0 | 42 | 141 | 760.317 | 7.1875 | 5464.78 | 303.599 | 0.103417 | 84.7901 | 15.5492 | 100.339 | 24 | 4 |
| git/git.cpp | 2178 | | GitPlugin | DoSetTreeItemImage(clTreeCtrl *, const wxTreeItemId &, OverlayTool::BmpType) const | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.75 | 1096.98 | 60.9434 | 0.0354551 | 115.271 | 0 | 115.271 | 3 | 2 |
| git/git.cpp | 2185 | | GitPlugin | OnClone(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 7.82609 | 3090.95 | 171.719 | 0.0707305 | 97.8982 | 0 | 97.8982 | 12 | 1 |
| git/git.cpp | 2199 | | GitPlugin | DoAddFiles(const wxArrayString &) | 1 | 19 | 16 | 0 | 3 | 3 | 1 | 37 | 76 | 395.918 | 11.0476 | 4373.96 | 242.998 | 0.0891514 | 91.5078 | 0 | 91.5078 | 11 | 10 |
| git/git.cpp | 2219 | | GitPlugin | DoResetFiles(const wxArrayString &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 32 | 64 | 320 | 8.1 | 2592 | 144 | 0.0628978 | 97.792 | 0 | 97.792 | 11 | 8 |
| git/git.cpp | 2234 | | GitPlugin | UndoAddFiles(const wxArrayString &) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 31 | 60 | 297.252 | 8.21053 | 2440.59 | 135.589 | 0.0604239 | 98.1755 | 0 | 98.1755 | 10 | 1 |
| git/git.cpp | 2249 | | GitPlugin | RefreshFileListView() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 114.494 | 0 | 114.494 | 3 | 11 |
| git/git.cpp | 2257 | | GitPlugin | DoShowDiffsForFiles(const wxArrayString &, bool) | 2 | 12 | 8 | 2 | 2 | 2 | 1 | 27 | 45 | 213.97 | 6.875 | 1471.04 | 81.7246 | 0.0431151 | 102.382 | 29.5564 | 131.939 | 4 | 8 |
| git/git.cpp | 2270 | | GitPlugin | ShowExternalDiff(const wxString &, const wxString &) | 2 | 9 | 7 | 2 | 0 | 1 | 0 | 27 | 51 | 242.499 | 6.76471 | 1640.44 | 91.1353 | 0.0463644 | 106.622 | 33.3545 | 139.976 | 9 | 1 |
| git/git.cpp | 2280 | | GitPlugin | OnStartGitkUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 30 | 127.438 | 6.11111 | 778.787 | 43.2659 | 0.0282157 | 122.874 | 0 | 122.874 | 3 | 1 |
| git/git.cpp | 2285 | | GitPlugin | ApplyPatch(const wxString &, const wxString &) | 2 | 11 | 8 | 1 | 2 | 1 | 0 | 28 | 61 | 293.249 | 7.77778 | 2280.82 | 126.712 | 0.0577572 | 102.383 | 22.5149 | 124.898 | 11 | 1 |
| git/git.cpp | 2297 | | GitPlugin | OnWorkspaceConfigurationChanged(wxCommandEvent &) | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 22 | 36 | 160.54 | 5.19231 | 833.571 | 46.3095 | 0.0295239 | 108.767 | 24.6875 | 133.454 | 5 | 2 |
| git/git.cpp | 2307 | | GitPlugin | IsWorkspaceOpened() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 1 |
| git/git.cpp | 2309 | | GitPlugin | RevertCommit(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.25 | 714.85 | 39.7139 | 0.0266495 | 116.192 | 0 | 116.192 | 3 | 1 |
| git/git.cpp | 2316 | | GitPlugin | LoadDefaultGitCommands(GitEntry &, bool) | 2 | 38 | 32 | 2 | 6 | 11 | 3 | 72 | 291 | 1795.45 | 28.7234 | 51571.4 | 2865.08 | 0.461833 | 70.5775 | 17.3987 | 87.9762 | 29 | 1 |
| git/git.cpp | 2355 | | GitPlugin | DoShowDiffViewer(const wxString &, const wxString &) | 2 | 42 | 35 | 3 | 4 | 5 | 1 | 73 | 258 | 1596.97 | 18.4906 | 29529 | 1640.5 | 0.318452 | 70.9452 | 20.1155 | 91.0608 | 44 | 2 |
| git/git.cpp | 2398 | | GitPlugin | OnRebase(wxCommandEvent &) | 1 | 28 | 27 | 1 | 1 | 5 | 2 | 50 | 162 | 914.305 | 11.4722 | 10489.1 | 582.728 | 0.159724 | 80.4138 | 14.4303 | 94.8441 | 26 | 2 |
| git/git.cpp | 2427 | | GitPlugin | OnMainFrameTitle(clCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 1 |
| git/git.cpp | 2433 | | GitPlugin | DoRecoverFromGitCommandError(bool) | 1 | 20 | 17 | 3 | 0 | 5 | 2 | 24 | 75 | 343.872 | 8.46154 | 2909.69 | 161.649 | 0.0679375 | 90.9497 | 28.2321 | 119.182 | 7 | 3 |
| git/git.cpp | 2454 | | GitPlugin | OnFileMenu(clContextMenuEvent &) | 1 | 34 | 28 | 0 | 6 | 1 | 0 | 57 | 293 | 1709.04 | 17.4318 | 29791.6 | 1655.09 | 0.320338 | 74.9358 | 0 | 74.9358 | 62 | 2 |
| git/git.cpp | 2489 | | GitPlugin | OnOpenMSYSGit(wxCommandEvent &) | 1 | 18 | 18 | 0 | 0 | 3 | 2 | 51 | 109 | 618.294 | 10 | 6182.94 | 343.497 | 0.11229 | 90.0658 | 0 | 90.0658 | 16 | 2 |
| git/git.cpp | 2508 | | GitPlugin | OnFolderMenu(clContextMenuEvent &) | 1 | 42 | 34 | 0 | 8 | 1 | 0 | 63 | 341 | 2038.25 | 19.7143 | 40182.7 | 2232.37 | 0.391055 | 70.5965 | 0 | 70.5965 | 62 | 2 |
| git/git.cpp | 2551 | | GitPlugin | OnFolderPullRebase(wxCommandEvent &) | 1 | 9 | 7 | 2 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.78571 | 1073.05 | 59.6141 | 0.0349376 | 108.016 | 33.3545 | 141.371 | 6 | 2 |
| git/git.cpp | 2561 | | GitPlugin | OnCommandEnded(clCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 25 | 52 | 241.481 | 8.76923 | 2117.6 | 117.644 | 0.0549677 | 104.937 | 23.5268 | 128.464 | 4 | 2 |
| git/git.cpp | 2572 | | GitPlugin | OnCommandOutput(clCommandEvent &) | 1 | 18 | 18 | 0 | 0 | 5 | 2 | 34 | 125 | 635.933 | 13.3095 | 8463.96 | 470.22 | 0.13844 | 89.4595 | 0 | 89.4595 | 18 | 2 |
| git/git.cpp | 2591 | | GitPlugin | DoExecuteCommands(const GitCmd::Vec_t &, const wxString &) | 2 | 28 | 24 | 2 | 2 | 4 | 1 | 61 | 200 | 1186.15 | 23.6053 | 27999.3 | 1555.52 | 0.307357 | 79.2903 | 20.1155 | 99.4058 | 21 | 5 |
| git/git.cpp | 2620 | | GitPlugin | DoShowCommitDialog(const wxString &, wxString &) | 2 | 74 | 61 | 7 | 7 | 14 | 5 | 104 | 420 | 2814.18 | 31.7778 | 89428.5 | 4968.25 | 0.666596 | 56.7535 | 22.9324 | 79.6859 | 73 | 2 |
| git/git.cpp | 2695 | | GitPlugin | OnFolderCommit(wxCommandEvent &) | 1 | 20 | 19 | 1 | 0 | 5 | 2 | 42 | 121 | 652.47 | 11 | 7177.17 | 398.732 | 0.124026 | 87.6192 | 16.9762 | 104.595 | 19 | 2 |
| git/git.cpp | 2733 | | GitPlugin | DoExecuteCommandSync(const wxString &, wxString *, const wxString &) | 3 | 42 | 36 | 2 | 4 | 8 | 2 | 70 | 231 | 1415.86 | 21.6522 | 30656.5 | 1703.14 | 0.326508 | 70.8812 | 16.583 | 87.4641 | 41 | 11 |
| git/git.cpp | 2776 | | GitPlugin | OnFolderPush(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 5.53846 | 864.444 | 48.0246 | 0.0302485 | 115.482 | 0 | 115.482 | 5 | 2 |
| git/git.cpp | 2783 | | GitPlugin | OnFolderStash(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 5.53846 | 864.444 | 48.0246 | 0.0302485 | 115.482 | 0 | 115.482 | 5 | 2 |
| git/git.cpp | 2790 | | GitPlugin | OnFolderStashPop(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 5.53846 | 864.444 | 48.0246 | 0.0302485 | 115.482 | 0 | 115.482 | 5 | 2 |
| git/git.cpp | 2797 | | GitPlugin | OnFolderGitBash(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 36 | 70 | 361.895 | 7 | 2533.26 | 140.737 | 0.061944 | 98.3528 | 0 | 98.3528 | 11 | 1 |
| git/git.cpp | 2811 | | GitPlugin | OnActiveProjectChanged(clProjectSettingsEvent &) | 1 | 24 | 19 | 3 | 2 | 4 | 2 | 45 | 125 | 686.482 | 10.6129 | 7285.56 | 404.754 | 0.125272 | 84.6313 | 26.0372 | 110.669 | 22 | 2 |
| git/git.cpp | 2836 | | GitPlugin | WorkspaceClosed() | 0 | 7 | 5 | 2 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 117.412 | 36.8317 | 154.244 | 2 | 1 |
| git/git.cpp | 2844 | | GitPlugin | FetchNextCommits(int, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 45 | 213.97 | 7.5625 | 1618.15 | 89.8971 | 0.0459435 | 109.181 | 0 | 109.181 | 7 | 2 |
| git/git.cpp | 2853 | | GitPlugin | OnFileGitBlame(wxCommandEvent &) | 1 | 13 | 9 | 2 | 2 | 3 | 1 | 32 | 69 | 345 | 8.1 | 2794.5 | 155.25 | 0.0661325 | 98.3714 | 28.5467 | 126.918 | 9 | 2 |
| git/git.cpp | 2867 | | GitPlugin | OnFileCommitListSelected(wxCommandEvent &) | 1 | 20 | 15 | 2 | 3 | 4 | 1 | 52 | 135 | 769.559 | 12.9706 | 9981.64 | 554.535 | 0.15453 | 86.9909 | 23.5268 | 110.518 | 19 | 2 |
| git/git.cpp | 2888 | | GitPlugin | DisplayMessage(const wxString &) const | 1 | 6 | 6 | 0 | 0 | 2 | 2 | 18 | 29 | 120.928 | 6.875 | 831.379 | 46.1877 | 0.0294721 | 116.578 | 0 | 116.578 | 4 | 1 |
| git/git.cpp | 2895 | | GitPlugin | DoRefreshView(bool) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 31 | 64 | 317.069 | 6.325 | 2005.46 | 111.414 | 0.0530096 | 99.0404 | 0 | 99.0404 | 10 | 8 |
| git/git.cpp | 2909 | | GitPlugin | OnAppActivated(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 7.09091 | 1379.28 | 76.6264 | 0.0413028 | 105.832 | 0 | 105.832 | 4 | 2 |
| git/git.cpp | 2920 | | GitPlugin | IsGitEnabled() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 15 |
| git/git.cpp | 2922 | | GitPlugin | OnFileCreated(clFileSystemEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 22 | 41 | 182.837 | 5.53846 | 1012.63 | 56.2574 | 0.0336135 | 106.383 | 23.5268 | 129.91 | 5 | 2 |
| git/git.cpp | 2933 | | GitPlugin | OnReplaceInFiles(clFileSystemEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 17 | 26 | 106.274 | 5.0625 | 538.012 | 29.8896 | 0.0220499 | 117.48 | 0 | 117.48 | 3 | 2 |
| git/git.cpp | 2940 | | GitPlugin | OnEditorChanged(wxCommandEvent &) | 1 | 9 | 7 | 1 | 1 | 1 | 1 | 18 | 30 | 125.098 | 5 | 625.489 | 34.7494 | 0.0243795 | 110.064 | 24.6875 | 134.751 | 4 | 2 |
| git/git.cpp | 2950 | | GitPlugin | DoLoadBlameInfo(bool) | 1 | 25 | 19 | 1 | 5 | 5 | 1 | 42 | 105 | 566.193 | 9.72222 | 5504.66 | 305.814 | 0.10392 | 84.7417 | 15.2452 | 99.987 | 10 | 4 |
| git/git.cpp | 2976 | | GitPlugin | DoUpdateBlameInfo(const wxString &, const wxString &) | 2 | 31 | 28 | 3 | 0 | 7 | 3 | 63 | 214 | 1279.14 | 21.7317 | 27797.9 | 1544.33 | 0.305881 | 76.5589 | 23.1746 | 99.7335 | 30 | 1 |
| git/git.cpp | 3008 | | GitPlugin | OnUpdateNavBar(clCodeCompletionEvent &) | 1 | 31 | 26 | 0 | 5 | 5 | 2 | 57 | 183 | 1067.42 | 16 | 17078.7 | 948.817 | 0.221063 | 77.9598 | 0 | 77.9598 | 39 | 2 |
| git/git.cpp | 3040 | | GitPlugin | OnEditorClosed(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 1 | 1 | 28 | 61 | 293.249 | 7.11765 | 2087.24 | 115.958 | 0.0544411 | 103.927 | 0 | 103.927 | 7 | 2 |
| git/git.cpp | 3051 | | GitPlugin | OnGitActionDone(clSourceControlEvent &) | 1 | 9 | 7 | 2 | 0 | 1 | 0 | 19 | 34 | 144.43 | 5.4 | 779.919 | 43.3289 | 0.0282431 | 109.316 | 33.3545 | 142.671 | 4 | 8 |
| git/git.cpp | 3061 | | GitPlugin | AsyncRunGit(wxEvtHandler *, const wxString &, size_t, const wxString &, bool) | 5 | 32 | 27 | 1 | 4 | 4 | 2 | 49 | 143 | 802.904 | 17.129 | 13753 | 764.053 | 0.191342 | 79.1563 | 13.5225 | 92.6788 | 17 | 3 |
| git/git.cpp | 3094 | | GitPlugin | AsyncRunGitWithCallback(const wxString &, std::function<void (const wxString &)>, size_t, const wxString &, bool) | 5 | 23 | 20 | 1 | 2 | 2 | 2 | 51 | 135 | 765.777 | 14.75 | 11295.2 | 627.512 | 0.167806 | 85.2124 | 15.872 | 101.084 | 18 | 5 |
| git/git.cpp | 3118 | | GitPlugin | OpenFile(const wxString &) | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 36 | 79 | 408.424 | 11.1842 | 4567.9 | 253.772 | 0.0917677 | 97.4938 | 0 | 97.4938 | 11 | 2 |
| git/git.cpp | 3132 | | GitPlugin | GetCommitMessageFile() const | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 28 | 53 | 254.79 | 7.36667 | 1876.95 | 104.275 | 0.0507202 | 105.905 | 0 | 105.905 | 8 | 1 |
| git/git.cpp | 3142 | | GitPlugin | FindRepositoryRoot(const wxString &) const | 1 | 24 | 21 | 3 | 1 | 6 | 3 | 37 | 139 | 724.114 | 16.7045 | 12096 | 672 | 0.175647 | 83.8938 | 26.0372 | 109.931 | 23 | 1 |
| git/git.cpp | 3167 | | GitPlugin | OnFindPath(clCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 33 | 94 | 474.173 | 10.725 | 5085.51 | 282.528 | 0.0985753 | 95.5171 | 0 | 95.5171 | 28 | 4 |
| git/git.cpp | 3182 | | GitPlugin | OpenURLInBrowser(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 1 | 1 |
| git/git.cpp | 3184 | | GitPlugin | OnSideBarPageChanged(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.72222 | 987.801 | 54.8778 | 0.0330617 | 113.068 | 0 | 113.068 | 4 | 2 |
| git/git.cpp | 3192 | | GitPlugin | GenerateCommitMessage(const wxString &) | 1 | 42 | 39 | 0 | 3 | 8 | 2 | 83 | 292 | 1861.51 | 29.717 | 55318.5 | 3073.25 | 0.483941 | 69.4582 | 0 | 69.4582 | 34 | 1 |
| git/git.cpp | 3235 | | GitPlugin | FetchLogBetweenCommits(const wxString &, const wxString &, bool, size_t) | 4 | 55 | 46 | 2 | 7 | 13 | 2 | 79 | 308 | 1941.56 | 26.2857 | 51035.4 | 2835.3 | 0.458627 | 63.7207 | 14.5571 | 78.2778 | 61 | 2 |
| git/git.cpp | 3291 | | GitPlugin | CheckForIndexLock() const | 0 | 18 | 18 | 0 | 0 | 5 | 2 | 39 | 94 | 496.828 | 11.1304 | 5529.91 | 307.217 | 0.104238 | 90.7431 | 0 | 90.7431 | 14 | 1 |
| git/gitCloneDlg.cpp | 30 | | gitCloneDlg | gitCloneDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6 | 855.742 | 47.5412 | 0.0300451 | 113.453 | 0 | 113.453 | 5 | 1 |
| git/gitCloneDlg.cpp | 38 | | gitCloneDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 34 | 149.339 | 6.6 | 985.636 | 54.7576 | 0.0330134 | 122.05 | 0 | 122.05 | 4 | 0 |
| git/gitCloneDlg.cpp | 43 | | gitCloneDlg | GetCloneURL() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.78571 | 486 | 27 | 0.0206049 | 121.657 | 0 | 121.657 | 2 | 1 |
| git/gitCommitDlg.cpp | 41 | {anonymous} | | GetTempCommitFile() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.5 | 478.233 | 26.5685 | 0.0203847 | 124.049 | 0 | 124.049 | 5 | 3 |
| git/gitCommitDlg.cpp | 47 | | GitCommitDlg | GitCommitDlg(wxWindow *, GitPlugin *, const wxString &) | 3 | 53 | 43 | 2 | 8 | 4 | 1 | 109 | 426 | 2883.25 | 15.9231 | 45910.2 | 2550.56 | 0.427384 | 64.3346 | 14.821 | 79.1556 | 71 | 1 |
| git/gitCommitDlg.cpp | 102 | | GitCommitDlg | ~GitCommitDlg() [override] | 0 | 20 | 15 | 3 | 2 | 3 | 1 | 39 | 112 | 591.965 | 10.64 | 6298.51 | 349.917 | 0.113685 | 88.5852 | 28.2321 | 116.817 | 18 | 0 |
| git/gitCommitDlg.cpp | 124 | | GitCommitDlg | AppendDiff(const wxString &) | 1 | 32 | 28 | 1 | 3 | 4 | 2 | 75 | 244 | 1519.83 | 20.125 | 30586.6 | 1699.26 | 0.326012 | 75.838 | 13.5225 | 89.3606 | 30 | 1 |
| git/gitCommitDlg.cpp | 158 | | GitCommitDlg | GetSelectedFiles() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 31 | 82 | 406.244 | 15 | 6093.66 | 338.537 | 0.111207 | 98.8184 | 0 | 98.8184 | 9 | 3 |
| git/gitCommitDlg.cpp | 172 | | GitCommitDlg | GetCommitMessage() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 6 | 468.827 | 26.0459 | 0.0201166 | 122.033 | 0 | 122.033 | 2 | 1 |
| git/gitCommitDlg.cpp | 179 | | GitCommitDlg | OnChangeFile(wxDataViewEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 57 | 282.389 | 10.3125 | 2912.14 | 161.785 | 0.0679757 | 107.738 | 0 | 107.738 | 7 | 0 |
| git/gitCommitDlg.cpp | 188 | | GitCommitDlg | OnCommitOK(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 36 | 58 | 299.856 | 8.5 | 2548.77 | 141.599 | 0.0621965 | 105.058 | 0 | 105.058 | 8 | 0 |
| git/gitCommitDlg.cpp | 199 | | GitCommitDlg | [virtual] OnToggleCheckAll(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 52 | 247.254 | 11.3077 | 2795.87 | 155.326 | 0.0661542 | 110.362 | 0 | 110.362 | 3 | 1 |
| git/gitCommitDlg.cpp | 207 | | GitCommitDlg | [virtual] OnCommitHistory(wxCommandEvent &) | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 42 | 99 | 533.839 | 11.9 | 6352.69 | 352.927 | 0.114336 | 92.5076 | 0 | 92.5076 | 14 | 1 |
| git/gitCommitDlg.cpp | 224 | | GitCommitDlg | OnAmendClicked(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 4 | 2 | 25 | 68 | 315.782 | 10.8333 | 3420.97 | 190.054 | 0.0756796 | 98.6015 | 0 | 98.6015 | 7 | 0 |
| git/gitCommitDlg.cpp | 238 | | GitCommitDlg | [virtual] OnGenerate(wxCommandEvent &) | 1 | 39 | 32 | 1 | 6 | 6 | 2 | 77 | 230 | 1441.36 | 17.8889 | 25784.3 | 1432.46 | 0.290926 | 72.4489 | 12.2766 | 84.7256 | 36 | 1 |
| git/gitCommitDlg.cpp | 278 | | GitCommitDlg | [virtual] OnGenerateUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 24 | 51 | 233.833 | 6.42857 | 1503.21 | 83.5118 | 0.0437414 | 115.643 | 0 | 115.643 | 6 | 1 |
| git/gitCommitDlg.cpp | 284 | | GitCommitDlg | ClearCommitMessage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| git/gitCommitDlg.cpp | 286 | | GitCommitDlg | SetCommitMessageGenerationCompleted() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 2 | 1 |
| git/gitCommitDlg.cpp | 292 | | GitCommitDlg | AppendCommitMessage(const wxString &) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 19 | 37 | 157.173 | 5.45455 | 857.309 | 47.6283 | 0.0300818 | 110.785 | 26.0372 | 136.822 | 4 | 1 |
| git/gitCommitDlg.cpp | 301 | | GitCommitDlg | SetIndicatorMessage(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 39 | 168.555 | 7 | 1179.89 | 65.5492 | 0.0372196 | 110.191 | 0 | 110.191 | 3 | 3 |
| git/gitCommitEditor.cpp | 32 | | GitCommitEditor | GitCommitEditor(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 8.06667 | 1706.26 | 94.7922 | 0.0475966 | 107.333 | 0 | 107.333 | 2 | 2 |
| git/gitCommitEditor.cpp | 42 | | GitCommitEditor | InitStyles() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 5.76923 | 1148.29 | 63.7938 | 0.0365521 | 109.327 | 0 | 109.327 | 7 | 2 |
| git/gitCommitListDlg.cpp | 45 | | GitCommitListDlg | GitCommitListDlg(wxWindow *, const wxString &, GitPlugin *) | 3 | 28 | 25 | 0 | 3 | 2 | 1 | 53 | 144 | 824.821 | 10.6579 | 8790.85 | 488.381 | 0.141982 | 81.6394 | 0 | 81.6394 | 20 | 2 |
| git/gitCommitListDlg.cpp | 75 | | GitCommitListDlg | ~GitCommitListDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 5.625 | 291.41 | 16.1894 | 0.0146515 | 150.243 | 0 | 150.243 | 0 | 0 |
| git/gitCommitListDlg.cpp | 78 | | GitCommitListDlg | SetCommitList(const wxString &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 24 | 35 | 160.474 | 5.71429 | 916.993 | 50.944 | 0.0314622 | 112.84 | 27.6325 | 140.472 | 5 | 3 |
| git/gitCommitListDlg.cpp | 86 | | GitCommitListDlg | Display() | 0 | 7 | 7 | 1 | 0 | 1 | 0 | 17 | 31 | 126.711 | 4.44444 | 563.162 | 31.2868 | 0.0227318 | 114.068 | 27.6325 | 141.701 | 5 | 1 |
| git/gitCommitListDlg.cpp | 95 | | GitCommitListDlg | OnChangeFile(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 54 | 262.331 | 8.9375 | 2344.58 | 130.255 | 0.0588287 | 108.121 | 0 | 108.121 | 6 | 0 |
| git/gitCommitListDlg.cpp | 105 | | GitCommitListDlg | OnProcessTerminated(clProcessEvent &) | 1 | 36 | 29 | 0 | 7 | 5 | 2 | 66 | 204 | 1233.06 | 16.7391 | 20640.3 | 1146.68 | 0.250816 | 74.7873 | 0 | 74.7873 | 27 | 1 |
| git/gitCommitListDlg.cpp | 142 | | GitCommitListDlg | OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 1 |
| git/gitCommitListDlg.cpp | 144 | | GitCommitListDlg | OnSelectionChanged(wxDataViewEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 38 | 71 | 372.603 | 11.3333 | 4222.83 | 234.602 | 0.0870859 | 99.4978 | 0 | 99.4978 | 9 | 0 |
| git/gitCommitListDlg.cpp | 157 | | GitCommitListDlg | OnContextMenu(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 46 | 213.617 | 6.66667 | 1424.12 | 79.1175 | 0.0421932 | 111.352 | 0 | 111.352 | 8 | 0 |
| git/gitCommitListDlg.cpp | 165 | | GitCommitListDlg | OnCopyCommitHashToClipboard(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 1 | 23 | 41 | 185.466 | 5.78571 | 1073.05 | 59.6141 | 0.0349376 | 109.924 | 0 | 109.924 | 4 | 1 |
| git/gitCommitListDlg.cpp | 174 | | GitCommitListDlg | OnRevertCommit(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 41 | 76 | 407.174 | 9.6 | 3908.87 | 217.159 | 0.0827141 | 95.4215 | 0 | 95.4215 | 10 | 1 |
| git/gitCommitListDlg.cpp | 190 | | GitCommitListDlg | OnClose(wxCloseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| git/gitCommitListDlg.cpp | 196 | | GitCommitListDlg | DoLoadCommits(const wxString &) | 1 | 27 | 22 | 2 | 3 | 4 | 2 | 58 | 184 | 1077.87 | 19.2105 | 20706.4 | 1150.36 | 0.251352 | 80.3772 | 20.4627 | 100.84 | 29 | 1 |
| git/gitCommitListDlg.cpp | 224 | | GitCommitListDlg | ClearAll(bool) | 1 | 14 | 14 | 1 | 0 | 2 | 1 | 25 | 74 | 343.645 | 9.42857 | 3240.08 | 180.005 | 0.0729877 | 97.4213 | 20.1155 | 117.537 | 9 | 3 |
| git/gitCommitListDlg.cpp | 239 | | GitCommitListDlg | OnSearchCommitList(wxCommandEvent &) [override] | 1 | 23 | 18 | 2 | 5 | 3 | 1 | 34 | 83 | 422.259 | 10.5 | 4433.72 | 246.318 | 0.0899617 | 88.0778 | 22.0554 | 110.133 | 10 | 0 |
| git/gitCommitListDlg.cpp | 263 | | GitCommitListDlg | GetFilterString() const | 0 | 30 | 22 | 2 | 6 | 7 | 1 | 45 | 145 | 796.319 | 16.6667 | 13272 | 737.332 | 0.186854 | 79.5546 | 19.4709 | 99.0255 | 22 | 1 |
| git/gitCommitListDlg.cpp | 294 | | GitCommitListDlg | OnNext(wxCommandEvent &) [override] | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 29 | 55 | 267.189 | 8.53125 | 2279.46 | 126.636 | 0.0577342 | 102.637 | 22.5149 | 125.152 | 6 | 0 |
| git/gitCommitListDlg.cpp | 306 | | GitCommitListDlg | OnPrevious(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 9.1 | 2187.35 | 121.519 | 0.0561682 | 106.438 | 0 | 106.438 | 5 | 0 |
| git/gitCommitListDlg.cpp | 316 | | GitCommitListDlg | OnPreviousUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 147.871 | 0 | 147.871 | 1 | 0 |
| git/gitCommitListDlg.cpp | 318 | | GitCommitListDlg | OnNextUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| git/gitCommitListDlg.cpp | 323 | | GitCommitListDlg | OnBtnClose(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| git/gitDiffDlg.cpp | 42 | | GitDiffDlg | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| git/gitDiffDlg.cpp | 42 | | GitDiffDlg | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| git/gitDiffDlg.cpp | 46 | | GitDiffDlg | GitDiffDlg(wxWindow *, const wxString &, GitPlugin *) | 3 | 19 | 16 | 0 | 3 | 1 | 0 | 44 | 108 | 589.619 | 8.59677 | 5068.82 | 281.601 | 0.0983596 | 89.8968 | 0 | 89.8968 | 15 | 1 |
| git/gitDiffDlg.cpp | 67 | | GitDiffDlg | ~GitDiffDlg() [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 21 | 44 | 193.262 | 7.72727 | 1493.39 | 82.966 | 0.0435506 | 107.802 | 0 | 107.802 | 7 | 0 |
| git/gitDiffDlg.cpp | 79 | | GitDiffDlg | CreateDiff() | 0 | 9 | 8 | 1 | 1 | 1 | 0 | 29 | 51 | 247.757 | 8.125 | 2013.03 | 111.835 | 0.0531429 | 106.51 | 24.6875 | 131.198 | 6 | 3 |
| git/gitDiffDlg.cpp | 89 | | GitDiffDlg | PrepareCommand() const | 0 | 24 | 21 | 5 | 2 | 5 | 2 | 37 | 83 | 432.385 | 13.2632 | 5734.79 | 318.599 | 0.106796 | 86.8051 | 32.4818 | 119.287 | 10 | 1 |
| git/gitDiffDlg.cpp | 114 | | GitDiffDlg | SetDiff(const wxString &) | 1 | 23 | 20 | 0 | 3 | 3 | 1 | 52 | 142 | 809.462 | 14.8235 | 11999.1 | 666.616 | 0.174707 | 84.6939 | 0 | 84.6939 | 19 | 1 |
| git/gitDiffDlg.cpp | 139 | | GitDiffDlg | OnChangeFile(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 54 | 262.331 | 8.9375 | 2344.58 | 130.255 | 0.0588287 | 108.121 | 0 | 108.121 | 6 | 0 |
| git/gitDiffDlg.cpp | 148 | | GitDiffDlg | OnChoseCommits(wxCommandEvent &) [override] | 1 | 12 | 11 | 1 | 1 | 2 | 1 | 33 | 70 | 353.108 | 10.3158 | 3642.58 | 202.366 | 0.0789136 | 99.7773 | 21.6227 | 121.4 | 9 | 0 |
| git/gitDiffDlg.cpp | 161 | | GitDiffDlg | OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 1 |
| git/gitDiffDlg.cpp | 163 | | GitDiffDlg | OnProcessTerminated(clProcessEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 17 | 26 | 106.274 | 3.85 | 409.155 | 22.7308 | 0.0183712 | 114.983 | 0 | 114.983 | 3 | 1 |
| git/gitDiffDlg.cpp | 171 | | GitDiffDlg | OnOptionsChanged(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| git/gitFileDiffDlg.cpp | 38 | | GitFileDiffDlg | GitFileDiffDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.76923 | 1070 | 59.4442 | 0.0348712 | 109.924 | 0 | 109.924 | 7 | 0 |
| git/gitFileDiffDlg.cpp | 48 | | GitFileDiffDlg | OnSaveAsPatch(wxCommandEvent &) [override] | 1 | 12 | 10 | 2 | 0 | 2 | 1 | 42 | 80 | 431.385 | 9.23077 | 3982.02 | 221.223 | 0.0837428 | 98.7361 | 29.5564 | 128.292 | 14 | 0 |
| git/gitFileDiffDlg.cpp | 61 | | GitFileDiffDlg | OnCloseDialog(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| git/gitLogDlg.cpp | 33 | | GitLogDlg | GitLogDlg(wxWindow *, const wxString) | 2 | 21 | 19 | 0 | 2 | 1 | 0 | 62 | 180 | 1071.76 | 10.9375 | 11722.3 | 651.24 | 0.17201 | 85.1681 | 0 | 85.1681 | 22 | 0 |
| git/gitSettingsDlg.cpp | 33 | | GitSettingsDlg | GitSettingsDlg(wxWindow *, const wxString &, const wxString &, const wxString &) | 4 | 28 | 24 | 0 | 4 | 1 | 0 | 62 | 201 | 1196.79 | 12.25 | 14660.7 | 814.484 | 0.199671 | 79.9338 | 0 | 79.9338 | 28 | 1 |
| git/gitSettingsDlg.cpp | 62 | | GitSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 55 | 41 | 4 | 11 | 8 | 1 | 81 | 292 | 1851.24 | 15.8571 | 29355.3 | 1630.85 | 0.317202 | 65.1184 | 20.2869 | 85.4053 | 42 | 0 |
| git/gitSettingsDlg.cpp | 118 | | GitSettingsDlg | OnLocalRepoUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 147.144 | 0 | 147.144 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 38 | | GitDiffChooseCommitishDlg | GitDiffChooseCommitishDlg(wxWindow *, GitPlugin *) | 2 | 64 | 55 | 3 | 6 | 5 | 1 | 91 | 421 | 2739.78 | 26.1449 | 71631.4 | 3979.52 | 0.574929 | 61.3148 | 16.4578 | 77.7726 | 42 | 1 |
| git/gitdiffchoosecommitishdlg.cpp | 103 | | GitDiffChooseCommitishDlg | ~GitDiffChooseCommitishDlg() [override] | 0 | 33 | 31 | 0 | 2 | 7 | 3 | 46 | 193 | 1066.05 | 18.9333 | 20183.8 | 1121.32 | 0.247105 | 76.4937 | 0 | 76.4937 | 25 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 137 | | GitDiffChooseCommitishDlg | GetAncestorSetting(wxSpinCtrl *) const | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 26 | 52 | 244.423 | 10.5 | 2566.44 | 142.58 | 0.0624836 | 102.87 | 0 | 102.87 | 6 | 4 |
| git/gitdiffchoosecommitishdlg.cpp | 149 | | GitDiffChooseCommitishDlg | OnUpdateUIBranch1(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 150 | | GitDiffChooseCommitishDlg | OnUpdateUIBranch2(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 151 | | GitDiffChooseCommitishDlg | OnUpdateUICommit1(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 152 | | GitDiffChooseCommitishDlg | OnUpdateUICommit2(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 153 | | GitDiffChooseCommitishDlg | OnUpdateUICommitish1(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 157 | | GitDiffChooseCommitishDlg | OnUpdateUICommitish2(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 161 | | GitDiffChooseCommitishDlg | OnUpdateUITags1(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 162 | | GitDiffChooseCommitishDlg | OnUpdateUITags2(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 163 | | GitDiffChooseCommitishDlg | OnRadioBranch1Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 168 | | GitDiffChooseCommitishDlg | OnRadioBranch2Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 173 | | GitDiffChooseCommitishDlg | OnRadioTag1Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 178 | | GitDiffChooseCommitishDlg | OnRadioTag2Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 183 | | GitDiffChooseCommitishDlg | OnRadioCommit1Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 188 | | GitDiffChooseCommitishDlg | OnRadioCommit2Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 193 | | GitDiffChooseCommitishDlg | OnRadioUser1Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 198 | | GitDiffChooseCommitishDlg | OnRadioUser2Selected(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 4 | 366.953 | 20.3863 | 0.0170852 | 121.199 | 0 | 121.199 | 0 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 203 | | GitDiffChooseCommitishDlg | OnTextFirstUI(wxUpdateUIEvent &) [override] | 1 | 13 | 12 | 2 | 1 | 4 | 1 | 41 | 96 | 514.325 | 14.25 | 7329.13 | 407.174 | 0.125771 | 96.065 | 28.5467 | 124.612 | 13 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 216 | | GitDiffChooseCommitishDlg | OnTextSecondUI(wxUpdateUIEvent &) [override] | 1 | 13 | 12 | 2 | 1 | 4 | 1 | 41 | 96 | 514.325 | 14.25 | 7329.13 | 407.174 | 0.125771 | 96.065 | 28.5467 | 124.612 | 13 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 229 | | GitDiffChooseCommitishDlg | OnBranch1Changed(wxCommandEvent &) [override] | 1 | 14 | 14 | 1 | 0 | 2 | 1 | 46 | 95 | 524.738 | 11.1379 | 5844.5 | 324.694 | 0.108154 | 95.2202 | 20.1155 | 115.336 | 13 | 0 |
| git/gitdiffchoosecommitishdlg.cpp | 243 | | GitDiffChooseCommitishDlg | [virtual] OnBranch2Changed(wxCommandEvent &) | 1 | 15 | 14 | 1 | 1 | 2 | 1 | 46 | 95 | 524.738 | 11.1379 | 5844.5 | 324.694 | 0.108154 | 94.1025 | 19.4709 | 113.573 | 13 | 0 |
| git/gitentry.cpp | 393 | | GitCommandsEntries | FromJSON(const JSONItem &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 41 | 124 | 664.336 | 10.5517 | 7009.89 | 389.439 | 0.122092 | 93.9936 | 0 | 93.9936 | 23 | 1 |
| git/gitentry.cpp | 408 | | GitCommandsEntries | ToJSON(JSONItem &) const | 1 | 17 | 15 | 0 | 2 | 2 | 1 | 37 | 112 | 583.459 | 12 | 7001.51 | 388.973 | 0.121994 | 91.5233 | 0 | 91.5233 | 16 | 1 |
| git/gitentry.cpp | 42 | | GitEntry | GitEntry() | 0 | 26 | 26 | 0 | 0 | 2 | 1 | 46 | 118 | 651.78 | 9.84375 | 6415.96 | 356.442 | 0.115094 | 84.0644 | 0 | 84.0644 | 12 | 24 |
| git/gitentry.cpp | 69 | | GitEntry | FromJSON(const JSONItem &) [override] | 1 | 69 | 59 | 4 | 6 | 8 | 2 | 110 | 531 | 3600.9 | 23.7778 | 85621.4 | 4756.75 | 0.647541 | 57.985 | 18.2206 | 76.2056 | 108 | 0 |
| git/gitentry.cpp | 139 | | GitEntry | ToJSON() const [override] | 0 | 45 | 40 | 2 | 3 | 5 | 1 | 78 | 317 | 1992.47 | 14.6562 | 29202.2 | 1622.34 | 0.316098 | 68.677 | 16.0412 | 84.7181 | 59 | 0 |
| git/gitentry.cpp | 185 | | GitEntry | GetGITExecutablePath() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 17 | 28 | 114.449 | 5.71429 | 653.994 | 36.333 | 0.0251147 | 110.296 | 0 | 110.296 | 3 | 4 |
| git/gitentry.cpp | 195 | | GitEntry | GetGITKExecutablePath() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 17 | 28 | 114.449 | 5.71429 | 653.994 | 36.333 | 0.0251147 | 110.296 | 0 | 110.296 | 3 | 4 |
| git/gitentry.cpp | 205 | | GitEntry | [static] ReadGitProperties(const wxString &) | 1 | 42 | 34 | 3 | 5 | 5 | 3 | 49 | 225 | 1263.31 | 14.2703 | 18027.8 | 1001.54 | 0.229178 | 72.164 | 20.1155 | 92.2795 | 40 | 1 |
| git/gitentry.cpp | 248 | | GitEntry | GetGitCommandsEntries(const wxString &) | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 34 | 73 | 371.385 | 11.8421 | 4397.98 | 244.332 | 0.0894776 | 99.5149 | 0 | 99.5149 | 6 | 4 |
| git/gitentry.cpp | 261 | | GitEntry | AddGitCommandsEntry(GitCommandsEntries &, const wxString &) | 2 | 7 | 6 | 1 | 0 | 2 | 1 | 24 | 42 | 192.568 | 7.19231 | 1385.01 | 76.9451 | 0.0414172 | 111.662 | 27.6325 | 139.294 | 3 | 1 |
| git/gitentry.cpp | 269 | | GitEntry | [static] WriteGitProperties(const wxString &, const GitEntry::GitProperties &) | 2 | 63 | 56 | 4 | 3 | 9 | 5 | 64 | 378 | 2268 | 18.2255 | 41335.4 | 2296.41 | 0.398499 | 61.6326 | 19.0261 | 80.6587 | 65 | 1 |
| git/gitentry.cpp | 333 | | GitEntry | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 3 |
| git/gitentry.cpp | 340 | | GitEntry | Save() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 3 | 3 |
| git/gitentry.cpp | 346 | | GitEntry | GetProjectUserEnteredRepoPath(const wxString &) | 1 | 24 | 18 | 1 | 5 | 4 | 1 | 43 | 128 | 694.562 | 16.2963 | 11318.8 | 628.821 | 0.16804 | 84.5705 | 15.5492 | 100.12 | 22 | 2 |
| git/gitentry.cpp | 371 | | GitEntry | SetProjectUserEnteredRepoPath(const wxString &, const wxString &) | 2 | 21 | 17 | 1 | 3 | 4 | 1 | 43 | 127 | 689.136 | 15.7037 | 10822 | 601.221 | 0.163086 | 86.7745 | 16.583 | 103.357 | 16 | 1 |
| git/gitentry.cpp | 426 | | GitWorkspace | GetProjectUserEnteredRepoPath(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 7.5 | 570 | 31.6667 | 0.0229155 | 125.792 | 0 | 125.792 | 2 | 1 |
| git/gitentry.cpp | 431 | | GitWorkspace | SetProjectUserEnteredRepoPath(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 8.25 | 841.09 | 46.7272 | 0.0297012 | 124.265 | 0 | 124.265 | 2 | 1 |
| git/gitentry.cpp | 436 | | GitWorkspace | FromJSON(const JSONItem &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 58 | 269.344 | 6.46875 | 1742.32 | 96.7954 | 0.0482648 | 110.147 | 0 | 110.147 | 13 | 1 |
| git/gitentry.cpp | 444 | | GitWorkspace | ToJSON(JSONItem &) const | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 73 | 354.633 | 9.88235 | 3504.6 | 194.7 | 0.076908 | 102.708 | 0 | 102.708 | 12 | 1 |
| git/gitui.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 10 |
| git/gitui.cpp | 1500 | | GitApplyPatchDlgBase | GitApplyPatchDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 65 | 1 | 16 | 5 | 1 | 114 | 584 | 3990.41 | 26.1848 | 104488 | 5804.89 | 0.739474 | 55.3446 | 8.51232 | 63.8569 | 86 | 1 |
| git/gitui.cpp | 1583 | | GitApplyPatchDlgBase | ~GitApplyPatchDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| git/gitui.cpp | 1686 | | GitBlameSettingsDlgBase | GitBlameSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 65 | 52 | 1 | 12 | 4 | 1 | 91 | 431 | 2804.86 | 22.2535 | 62418 | 3467.67 | 0.524508 | 61.1716 | 9.54867 | 70.7202 | 64 | 0 |
| git/gitui.cpp | 1752 | | GitBlameSettingsDlgBase | ~GitBlameSettingsDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| git/gitui.cpp | 297 | | GitCommitDlgBase | GitCommitDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 217 | 157 | 16 | 44 | 4 | 1 | 165 | 1512 | 11137.9 | 46 | 512342 | 28463.5 | 2.13428 | 34.4715 | 20.4184 | 54.8899 | 197 | 1 |
| git/gitui.cpp | 515 | | GitCommitDlgBase | ~GitCommitDlgBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 50 | 222.972 | 8.5 | 1895.26 | 105.292 | 0.0510494 | 113.627 | 0 | 113.627 | 3 | 0 |
| git/gitui.cpp | 522 | | GitCommitListDlgBase | GitCommitListDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 337 | 260 | 16 | 61 | 6 | 1 | 220 | 2302 | 17912.7 | 58.7821 | 1.05294e+06 | 58496.9 | 3.44997 | 24.4097 | 16.5593 | 40.969 | 315 | 1 |
| git/gitui.cpp | 860 | | GitCommitListDlgBase | ~GitCommitListDlgBase() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 37 | 162 | 843.931 | 11.8462 | 9997.34 | 555.408 | 0.154692 | 90.8161 | 0 | 90.8161 | 11 | 0 |
| git/gitui.cpp | 1585 | | GitConsoleBase | GitConsoleBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 89 | 69 | 2 | 18 | 3 | 1 | 109 | 671 | 4541.45 | 29.1011 | 132161 | 7342.3 | 0.864865 | 53.8049 | 11.5076 | 65.3125 | 84 | 1 |
| git/gitui.cpp | 1675 | | GitConsoleBase | ~GitConsoleBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 23 | 78 | 352.838 | 12.375 | 4366.37 | 242.576 | 0.0890483 | 102.965 | 0 | 102.965 | 5 | 0 |
| git/gitui.cpp | 1006 | | GitDiffChooseCommitishDlgBase | GitDiffChooseCommitishDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 296 | 221 | 2 | 73 | 8 | 1 | 208 | 2440 | 18789.1 | 58.5568 | 1.10023e+06 | 61123.7 | 3.5525 | 25.8028 | 6.34995 | 32.1528 | 328 | 1 |
| git/gitui.cpp | 1303 | | GitDiffChooseCommitishDlgBase | ~GitDiffChooseCommitishDlgBase() [override] | 0 | 28 | 28 | 0 | 0 | 1 | 0 | 53 | 274 | 1569.45 | 12.7024 | 19935.8 | 1107.54 | 0.245076 | 78.5242 | 0 | 78.5242 | 19 | 0 |
| git/gitui.cpp | 877 | | GitDiffDlgBase | GitDiffDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 120 | 91 | 2 | 27 | 4 | 1 | 135 | 897 | 6347.9 | 34.0708 | 216278 | 12015.5 | 1.20103 | 46.9921 | 9.93347 | 56.9255 | 124 | 1 |
| git/gitui.cpp | 998 | | GitDiffDlgBase | ~GitDiffDlgBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 64 | 293.438 | 9.30769 | 2731.23 | 151.735 | 0.0651304 | 109.702 | 0 | 109.702 | 4 | 0 |
| git/gitui.cpp | 1415 | | GitFileDiffDlgBase | GitFileDiffDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 78 | 57 | 9 | 12 | 4 | 1 | 106 | 562 | 3781.09 | 26.4353 | 99954.3 | 5553.01 | 0.717926 | 56.6649 | 25.1141 | 81.779 | 72 | 1 |
| git/gitui.cpp | 1494 | | GitFileDiffDlgBase | ~GitFileDiffDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| git/gitui.cpp | 1949 | | GitReleaseNotesGenerationBaseDlg | GitReleaseNotesGenerationBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 112 | 83 | 2 | 27 | 7 | 1 | 141 | 960 | 6853.97 | 36.4103 | 249555 | 13864.2 | 1.32126 | 47.0209 | 10.2772 | 57.2981 | 135 | 1 |
| git/gitui.cpp | 2062 | | GitReleaseNotesGenerationBaseDlg | ~GitReleaseNotesGenerationBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 111.292 | 0 | 111.292 | 3 | 0 |
| git/gitui.cpp | 1754 | | GitResetDlgBase | GitResetDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 111 | 81 | 1 | 29 | 4 | 1 | 114 | 812 | 5548.31 | 34.2553 | 190059 | 10558.8 | 1.10189 | 48.9551 | 7.32568 | 56.2808 | 112 | 1 |
| git/gitui.cpp | 1866 | | GitResetDlgBase | ~GitResetDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| git/gitui.cpp | 27 | | GitSettingsDlgBase | GitSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 260 | 197 | 2 | 61 | 9 | 1 | 188 | 2072 | 15653.1 | 60.7317 | 950640 | 52813.3 | 3.22272 | 28.6231 | 6.77278 | 35.3959 | 308 | 1 |
| git/gitui.cpp | 288 | | GitSettingsDlgBase | ~GitSettingsDlgBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 78 | 347.836 | 13.5 | 4695.78 | 260.877 | 0.0934725 | 106.654 | 0 | 106.654 | 5 | 0 |
| git/gitui.cpp | 1868 | | GitUserEmailDialogBase | GitUserEmailDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 75 | 55 | 2 | 18 | 6 | 1 | 108 | 631 | 4262.33 | 30.0581 | 128118 | 7117.66 | 0.847133 | 56.2173 | 12.5146 | 68.7319 | 86 | 1 |
| git/gitui.cpp | 1944 | | GitUserEmailDialogBase | ~GitUserEmailDialogBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| git/gitui.cpp | 1332 | | gitCloneDlgBaseClass | gitCloneDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 77 | 58 | 2 | 17 | 5 | 1 | 114 | 607 | 4147.56 | 27.2609 | 113066 | 6281.46 | 0.779412 | 56.1629 | 12.3545 | 68.5174 | 87 | 1 |
| git/gitui.cpp | 1410 | | gitCloneDlgBaseClass | ~gitCloneDlgBaseClass() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| git/gitui_git_bitmaps.cpp | 34 | | | wxCrafterpca4kKInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 17 |
| Outline/outline.cpp | 54 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Outline/outline.cpp | 59 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| Outline/outline.cpp | 69 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Outline/outline.cpp | 75 | | SymbolViewPlugin | SymbolViewPlugin(IManager *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 31 | 72 | 356.702 | 9.47368 | 3379.28 | 187.738 | 0.0750634 | 102.908 | 0 | 102.908 | 14 | 1 |
| Outline/outline.cpp | 86 | | SymbolViewPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Outline/outline.cpp | 88 | | SymbolViewPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Outline/outline.cpp | 90 | | SymbolViewPlugin | UnPlug() [override] | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 34 | 149.339 | 7.33333 | 1095.15 | 60.8417 | 0.0354156 | 110.821 | 26.0372 | 136.858 | 2 | 0 |
| Outline/outline_tab.cpp | 29 | | OutlineTab | OutlineTab(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 87 | 413.675 | 12 | 4964.1 | 275.783 | 0.0970002 | 105.753 | 0 | 105.753 | 9 | 1 |
| Outline/outline_tab.cpp | 38 | | OutlineTab | ~OutlineTab() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 80 | 361.885 | 11.9167 | 4312.46 | 239.581 | 0.0883139 | 108.611 | 0 | 108.611 | 8 | 0 |
| Outline/outline_tab.cpp | 46 | | OutlineTab | OnOutlineSymbols(LSPEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 43 | 191.756 | 7.8 | 1495.69 | 83.0941 | 0.0435954 | 109.521 | 0 | 109.521 | 5 | 2 |
| Outline/outline_tab.cpp | 55 | | OutlineTab | RenderSymbols(const std::vector<LSP::SymbolInformation> &, const wxString &) | 2 | 119 | 99 | 8 | 13 | 26 | 3 | 159 | 872 | 6376.83 | 43.792 | 279254 | 15514.1 | 1.42412 | 42.044 | 19.5481 | 61.5921 | 140 | 1 |
| Outline/outline_tab.cpp | 175 | | OutlineTab | OnAllEditorsClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Outline/outline_tab.cpp | 181 | | OutlineTab | OnActiveEditorChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Outline/outline_tab.cpp | 187 | | OutlineTab | ClearView() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 16 | 26 | 104 | 4.5 | 468 | 26 | 0.0200929 | 115.095 | 27.6325 | 142.728 | 3 | 4 |
| Outline/outline_tab.cpp | 195 | | OutlineTab | OnItemSelected(wxDataViewEvent &) [override] | 1 | 23 | 14 | 4 | 5 | 1 | 1 | 48 | 126 | 703.705 | 12.8871 | 9068.72 | 503.818 | 0.144958 | 85.8819 | 30.1022 | 115.984 | 14 | 0 |
| Outline/outline_tab.cpp | 219 | | OutlineTab | OnSideBarPageChanged(clCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 24 | 42 | 192.568 | 5.92308 | 1140.6 | 63.3665 | 0.0363887 | 111.892 | 27.6325 | 139.524 | 7 | 2 |
| Outline/wxcrafter.cpp | 14 | | OutlineTabBaseClass | OutlineTabBaseClass(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 28 | 22 | 2 | 4 | 3 | 1 | 66 | 191 | 1154.48 | 13.9468 | 16101.3 | 894.517 | 0.212546 | 79.661 | 20.1155 | 99.7765 | 25 | 1 |
| Outline/wxcrafter.cpp | 43 | | OutlineTabBaseClass | ~OutlineTabBaseClass() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Outline/wxcrafter_outline_bitmaps.cpp | 34 | | | wxC682BInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| CodeFormatter/CodeFormatterManager.cpp | 16 | | CodeFormatterManager | [virtual] ~CodeFormatterManager() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| CodeFormatter/CodeFormatterManager.cpp | 18 | | CodeFormatterManager | GetFormatter(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 33 | 60 | 302.664 | 12.2188 | 3698.17 | 205.454 | 0.0797144 | 103.072 | 0 | 103.072 | 9 | 1 |
| CodeFormatter/CodeFormatterManager.cpp | 29 | | CodeFormatterManager | clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 4 |
| CodeFormatter/CodeFormatterManager.cpp | 31 | | CodeFormatterManager | initialize_defaults() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 22 | 72 | 321.079 | 5.6 | 1798.04 | 99.8913 | 0.0492885 | 98.0045 | 0 | 98.0045 | 21 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 46 | | CodeFormatterManager | push_back(GenericFormatter *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 7.22222 | 889.705 | 49.428 | 0.0308349 | 119.666 | 0 | 119.666 | 2 | 12 |
| CodeFormatter/CodeFormatterManager.cpp | 52 | | CodeFormatterManager | GetAllNames(wxArrayString *) const | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 28 | 60 | 288.441 | 10.5 | 3028.63 | 168.257 | 0.0697766 | 100.599 | 0 | 100.599 | 8 | 3 |
| CodeFormatter/CodeFormatterManager.cpp | 65 | | CodeFormatterManager | Load() | 0 | 24 | 21 | 0 | 3 | 5 | 1 | 51 | 140 | 794.14 | 16.45 | 13063.6 | 725.755 | 0.184893 | 83.6438 | 0 | 83.6438 | 19 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 90 | | CodeFormatterManager | Save() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 73 | 371.385 | 7.90909 | 2937.32 | 163.184 | 0.0683669 | 100.924 | 0 | 100.924 | 14 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 102 | | CodeFormatterManager | GetFormatterByName(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 45 | 216.331 | 10.6667 | 2307.53 | 128.196 | 0.0582072 | 106.756 | 0 | 106.756 | 7 | 3 |
| CodeFormatter/CodeFormatterManager.cpp | 112 | | CodeFormatterManager | CanFormat(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 30 | 55 | 269.879 | 11.4286 | 3084.33 | 171.352 | 0.0706295 | 103.669 | 0 | 103.669 | 7 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 123 | | CodeFormatterManager | RestoreDefaults() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 129 | | CodeFormatterManager | ClearRemoteCommands() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 6.25 | 755.799 | 41.9888 | 0.0276577 | 116.578 | 0 | 116.578 | 7 | 1 |
| CodeFormatter/CodeFormatterManager.cpp | 136 | | CodeFormatterManager | GetFormatterByContent(const wxString &) const | 1 | 14 | 13 | 0 | 1 | 5 | 2 | 35 | 72 | 369.308 | 13.2353 | 4887.9 | 271.55 | 0.096005 | 96.3568 | 0 | 96.3568 | 10 | 2 |
| CodeFormatter/CodeFormatterManager.cpp | 151 | | CodeFormatterManager | AddCustom(GenericFormatter *) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 37 | 82 | 427.175 | 17.7188 | 7569.01 | 420.501 | 0.1285 | 98.7871 | 0 | 98.7871 | 10 | 1 |
| CodeFormatter/CodeFormatterManager.cpp | 164 | | CodeFormatterManager | DeleteFormatter(const wxString &) | 1 | 12 | 11 | 1 | 0 | 2 | 1 | 38 | 82 | 430.33 | 15.5556 | 6694.02 | 371.89 | 0.118396 | 98.7488 | 21.6227 | 120.372 | 10 | 1 |
| CodeFormatter/FormatterPage.cpp | 33 | | FormatterPage | FormatterPage(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| CodeFormatter/FormatterPage.cpp | 38 | | FormatterPage | Load(std::shared_ptr<GenericFormatter>) | 1 | 14 | 13 | 0 | 1 | 1 | 2 | 46 | 150 | 828.534 | 8.8 | 7291.1 | 405.061 | 0.125336 | 93.075 | 0 | 93.075 | 71 | 1 |
| CodeFormatter/FormatterPage.cpp | 53 | | FormatterPage | Clear() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.8 | 319.718 | 17.7621 | 0.0155856 | 122.863 | 0 | 122.863 | 3 | 1 |
| CodeFormatter/GenericFormatter.cpp | 21 | {anonymous} | | join_array(const wxArrayString &) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 27 | 53 | 252.009 | 10.7692 | 2713.94 | 150.775 | 0.0648554 | 101.301 | 0 | 101.301 | 9 | 1 |
| CodeFormatter/GenericFormatter.cpp | 34 | {anonymous} | | to_wx_array(const std::vector<wxString> &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 50 | 235.022 | 10.5 | 2467.73 | 137.096 | 0.060871 | 104.848 | 0 | 104.848 | 6 | 1 |
| CodeFormatter/GenericFormatter.cpp | 45 | {anonymous} | | replace_macros(const wxString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 56 | 256.758 | 10.5769 | 2715.71 | 150.873 | 0.0648835 | 112.893 | 0 | 112.893 | 8 | 4 |
| CodeFormatter/GenericFormatter.cpp | 52 | {anonymous} | | get_command_with_desc(const wxArrayString &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 10.1538 | 2216.19 | 123.122 | 0.0566609 | 113.738 | 0 | 113.738 | 7 | 1 |
| CodeFormatter/GenericFormatter.cpp | 61 | | GenericFormatter | GenericFormatter() | 0 | 11 | 11 | 0 | 0 | 2 | 0 | 27 | 77 | 366.126 | 8.9375 | 3272.25 | 181.792 | 0.07347 | 100.999 | 0 | 100.999 | 7 | 2 |
| CodeFormatter/GenericFormatter.cpp | 73 | | GenericFormatter | ~GenericFormatter() [override] | 0 | 10 | 10 | 0 | 0 | 2 | 0 | 26 | 73 | 343.132 | 10.2857 | 3529.36 | 196.075 | 0.0772697 | 102.88 | 0 | 102.88 | 5 | 0 |
| CodeFormatter/GenericFormatter.cpp | 84 | | GenericFormatter | GetCommandAsString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| CodeFormatter/GenericFormatter.cpp | 93 | | GenericFormatter | SyncFormat(const wxString &, const wxString &, bool, wxString *) | 4 | 12 | 11 | 1 | 0 | 2 | 1 | 37 | 76 | 395.918 | 11.5909 | 4589.05 | 254.947 | 0.0920508 | 99.1822 | 21.6227 | 120.805 | 6 | 1 |
| CodeFormatter/GenericFormatter.cpp | 109 | | GenericFormatter | AsyncFormat(const wxString &, const wxString &, const wxString &, bool, wxEvtHandler *) | 5 | 14 | 11 | 1 | 2 | 2 | 1 | 41 | 91 | 487.537 | 9.28571 | 4527.13 | 251.507 | 0.0912209 | 95.6026 | 20.1155 | 115.718 | 8 | 1 |
| CodeFormatter/GenericFormatter.cpp | 124 | | GenericFormatter | DoFormatFile(const wxString &, wxEvtHandler *, wxString *) | 3 | 18 | 15 | 1 | 2 | 2 | 1 | 40 | 128 | 681.207 | 15.6 | 10626.8 | 590.379 | 0.161119 | 89.7919 | 17.8544 | 107.646 | 34 | 2 |
| CodeFormatter/GenericFormatter.cpp | 143 | | GenericFormatter | FormatFile(const wxFileName &, wxEvtHandler *) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 7.33333 | 887.436 | 49.302 | 0.0307825 | 123.373 | 0 | 123.373 | 2 | 0 |
| CodeFormatter/GenericFormatter.cpp | 148 | | GenericFormatter | FormatRemoteFile(const wxString &, wxEvtHandler *) [override] | 2 | 24 | 19 | 1 | 4 | 3 | 1 | 51 | 134 | 760.105 | 17.8276 | 13550.8 | 752.824 | 0.189462 | 84.3316 | 15.5492 | 99.8807 | 29 | 2 |
| CodeFormatter/GenericFormatter.cpp | 173 | | GenericFormatter | FormatFile(const wxString &, wxEvtHandler *) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 26 | 112.37 | 6.72222 | 755.377 | 41.9654 | 0.0276474 | 123.759 | 0 | 123.759 | 1 | 3 |
| CodeFormatter/GenericFormatter.cpp | 178 | | GenericFormatter | FormatString(const wxString &, const wxString &, wxString *) [override] | 3 | 28 | 22 | 1 | 5 | 5 | 1 | 50 | 152 | 857.866 | 14.625 | 12546.3 | 697.016 | 0.179979 | 80.7452 | 14.4303 | 95.1754 | 26 | 1 |
| CodeFormatter/GenericFormatter.cpp | 207 | | GenericFormatter | FromJSON(const JSONItem &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.19231 | 1352.03 | 75.1131 | 0.0407572 | 114.514 | 0 | 114.514 | 9 | 1 |
| CodeFormatter/GenericFormatter.cpp | 214 | | GenericFormatter | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 39 | 173.918 | 7.08333 | 1231.92 | 68.4399 | 0.038306 | 112.422 | 0 | 112.422 | 6 | 1 |
| CodeFormatter/GenericFormatter.cpp | 222 | | GenericFormatter | SetCommand(const std::vector<wxString> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 146.607 | 0 | 146.607 | 2 | 10 |
| CodeFormatter/GenericFormatter.cpp | 224 | | GenericFormatter | SetCommandFromString(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 3.88889 | 342.222 | 19.0123 | 0.0163086 | 125.03 | 0 | 125.03 | 2 | 1 |
| CodeFormatter/GenericFormatter.cpp | 229 | | GenericFormatter | GetCommandWithComments() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 1 |
| CodeFormatter/GenericFormatter.cpp | 231 | | GenericFormatter | SetRemoteCommand(const wxString &, const wxString &, const clEnvList_t &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.75 | 1008.04 | 56.002 | 0.0335117 | 115.711 | 0 | 115.711 | 3 | 2 |
| CodeFormatter/GenericFormatter.cpp | 238 | | GenericFormatter | OnAsyncShellProcessTerminated(clShellProcessEvent &) | 1 | 28 | 23 | 2 | 3 | 6 | 1 | 59 | 178 | 1047.11 | 16.4103 | 17183.4 | 954.631 | 0.221965 | 79.4786 | 20.1155 | 99.5941 | 38 | 2 |
| CodeFormatter/GenericFormatter.cpp | 267 | | GenericFormatter | OnRemoteCommandStdout(clCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 39 | 95 | 502.113 | 9.52 | 4780.12 | 265.562 | 0.0945884 | 94.1017 | 0 | 94.1017 | 18 | 2 |
| CodeFormatter/GenericFormatter.cpp | 283 | | GenericFormatter | OnRemoteCommandStderr(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 7.84615 | 1530.33 | 85.0183 | 0.0442658 | 114.323 | 0 | 114.323 | 6 | 2 |
| CodeFormatter/GenericFormatter.cpp | 290 | | GenericFormatter | OnRemoteCommandDone(clCommandEvent &) | 1 | 16 | 16 | 0 | 0 | 3 | 1 | 40 | 99 | 526.871 | 8.90741 | 4693.05 | 260.725 | 0.0934363 | 92.8059 | 0 | 92.8059 | 19 | 2 |
| CodeFormatter/GenericFormatter.cpp | 307 | | GenericFormatter | OnRemoteCommandError(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 56 | 260.056 | 7.46429 | 1941.13 | 107.841 | 0.0518699 | 106.028 | 0 | 106.028 | 20 | 2 |
| CodeFormatter/GenericFormatter.cpp | 317 | | GenericFormatter | CreateLocalEnv() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 61 | 275.937 | 10.9091 | 3010.22 | 167.235 | 0.0694936 | 107.628 | 0 | 107.628 | 8 | 2 |
| CodeFormatter/PHPFormatterBuffer.cpp | 30 | | PHPFormatterBuffer | PHPFormatterBuffer(const wxString &, const PHPFormatterOptions &) | 2 | 13 | 13 | 0 | 0 | 1 | 0 | 34 | 74 | 376.472 | 8.66667 | 3262.76 | 181.264 | 0.0733278 | 98.3774 | 0 | 98.3774 | 2 | 0 |
| CodeFormatter/PHPFormatterBuffer.cpp | 44 | | PHPFormatterBuffer | [virtual] ~PHPFormatterBuffer() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 21 | 75.2842 | 7.5 | 564.632 | 31.3684 | 0.0227714 | 119.043 | 0 | 119.043 | 1 | 0 |
| CodeFormatter/PHPFormatterBuffer.cpp | 51 | | PHPFormatterBuffer | ProcessToken(const phpLexerToken &) | 1 | 185 | 140 | 20 | 25 | 57 | 5 | 106 | 991 | 6667.37 | 52.1625 | 347787 | 19321.5 | 1.64849 | 27.5343 | 24.3814 | 51.9158 | 107 | 2 |
| CodeFormatter/PHPFormatterBuffer.cpp | 237 | | PHPFormatterBuffer | HandleOpenCurlyBrace() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.5 | 287.156 | 15.9531 | 0.0145086 | 118.826 | 0 | 118.826 | 3 | 1 |
| CodeFormatter/PHPFormatterBuffer.cpp | 244 | | PHPFormatterBuffer | AppendEOL(eDepthCommand) | 1 | 23 | 23 | 0 | 0 | 7 | 2 | 33 | 82 | 413.64 | 18.3214 | 7578.48 | 421.027 | 0.128608 | 87.265 | 0 | 87.265 | 3 | 13 |
| CodeFormatter/PHPFormatterBuffer.cpp | 268 | | PHPFormatterBuffer | UnIndent() | 0 | 11 | 9 | 0 | 2 | 7 | 1 | 30 | 92 | 451.434 | 15 | 6771.51 | 376.195 | 0.119308 | 98.7595 | 0 | 98.7595 | 12 | 1 |
| CodeFormatter/PHPFormatterBuffer.cpp | 280 | | PHPFormatterBuffer | RemoveLastSpace() | 0 | 6 | 6 | 0 | 0 | 3 | 1 | 19 | 33 | 140.182 | 6.875 | 963.749 | 53.5416 | 0.0325228 | 115.58 | 0 | 115.58 | 4 | 13 |
| CodeFormatter/PHPFormatterBuffer.cpp | 287 | | PHPFormatterBuffer | FormatDoxyComment(const wxString &) | 1 | 22 | 20 | 1 | 1 | 4 | 3 | 45 | 144 | 790.827 | 20.0962 | 15892.6 | 882.921 | 0.210705 | 85.3051 | 16.2158 | 101.521 | 21 | 1 |
| CodeFormatter/PHPFormatterBuffer.cpp | 309 | | PHPFormatterBuffer | GetIndent() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 10.5 | 2166.39 | 120.355 | 0.0558089 | 107.232 | 0 | 107.232 | 5 | 3 |
| CodeFormatter/PHPFormatterBuffer.cpp | 319 | | PHPFormatterBuffer | InsertSeparatorLine() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 41 | 185.466 | 7.79167 | 1445.09 | 80.2828 | 0.0426064 | 111.857 | 0 | 111.857 | 2 | 4 |
| CodeFormatter/PHPFormatterBuffer.cpp | 327 | | PHPFormatterBuffer | ReverseClearUntilFind(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 49 | 232.989 | 9.75 | 2271.65 | 126.203 | 0.0576022 | 110.671 | 0 | 110.671 | 4 | 1 |
| CodeFormatter/PHPFormatterBuffer.cpp | 335 | | PHPFormatterBuffer | format() | 0 | 66 | 42 | 20 | 4 | 19 | 7 | 58 | 273 | 1599.23 | 24.7368 | 39559.9 | 2197.77 | 0.387004 | 60.3958 | 37.6564 | 98.0521 | 25 | 0 |
| CodeFormatter/PHPFormatterBuffer.cpp | 402 | | PHPFormatterBuffer | NextToken(phpLexerToken &) | 1 | 17 | 16 | 0 | 1 | 4 | 2 | 34 | 88 | 447.697 | 15.75 | 7051.22 | 391.735 | 0.122571 | 92.4405 | 0 | 92.4405 | 8 | 2 |
| CodeFormatter/PHPFormatterBuffer.cpp | 420 | | PHPFormatterBuffer | PeekToken(phpLexerToken &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 35 | 158.325 | 8.55556 | 1354.56 | 75.2531 | 0.0408078 | 112.68 | 0 | 112.68 | 2 | 2 |
| CodeFormatter/PHPFormatterBuffer.cpp | 428 | | PHPFormatterBuffer | GetIndentationToLast(wxChar) | 1 | 38 | 33 | 3 | 2 | 7 | 3 | 55 | 217 | 1254.56 | 27.3333 | 34291.2 | 1905.07 | 0.351831 | 73.3615 | 21.0835 | 94.445 | 24 | 2 |
| CodeFormatter/PHPFormatterBuffer.cpp | 469 | | PHPFormatterBuffer | ProcessArray(int, int) | 2 | 48 | 38 | 5 | 5 | 17 | 4 | 57 | 246 | 1434.89 | 24.3243 | 34902.8 | 1939.04 | 0.356002 | 66.5786 | 23.9713 | 90.5498 | 24 | 1 |
| CodeFormatter/PHPFormatterBuffer.cpp | 11 | | PHPScannerCollectWhitespace | PHPScannerCollectWhitespace(PHPScanner_t) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 46 | 205.134 | 10.8333 | 2222.28 | 123.46 | 0.0567647 | 105.555 | 0 | 105.555 | 3 | 0 |
| CodeFormatter/PHPFormatterBuffer.cpp | 22 | | PHPScannerCollectWhitespace | ~PHPScannerCollectWhitespace() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 19 | 68.1143 | 5 | 340.571 | 18.9206 | 0.0162561 | 119.563 | 0 | 119.563 | 1 | 0 |
| CodeFormatter/SourceFormatterBase.cpp | 8 | | SourceFormatterBase | [virtual] FromJSON(const JSONItem &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 35 | 84 | 430.86 | 7.5625 | 3258.38 | 181.021 | 0.0732621 | 103.633 | 0 | 103.633 | 23 | 1 |
| CodeFormatter/SourceFormatterBase.cpp | 18 | | SourceFormatterBase | [virtual] ToJSON() const | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 78 | 382.737 | 8.5 | 3253.27 | 180.737 | 0.0731856 | 100.998 | 0 | 100.998 | 15 | 1 |
| CodeFormatter/SourceFormatterBase.cpp | 30 | | SourceFormatterBase | CanHandle(FileExtManager::FileType) const | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 26 | 40 | 188.018 | 7.71429 | 1450.42 | 80.579 | 0.0427112 | 117.237 | 0 | 117.237 | 3 | 4 |
| CodeFormatter/SourceFormatterBase.cpp | 36 | | SourceFormatterBase | SetFileTypes(const std::vector<FileExtManager::FileType> &) | 1 | 17 | 16 | 0 | 1 | 4 | 2 | 38 | 95 | 498.553 | 12.0652 | 6015.15 | 334.175 | 0.110249 | 91.8811 | 0 | 91.8811 | 10 | 10 |
| CodeFormatter/SourceFormatterBase.cpp | 54 | | SourceFormatterBase | SetConfigFilepath(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 30 | 133.783 | 6.5 | 869.589 | 48.3105 | 0.0303684 | 119.237 | 0 | 119.237 | 3 | 6 |
| CodeFormatter/codeformatter.cpp | 109 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| CodeFormatter/codeformatter.cpp | 111 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| CodeFormatter/codeformatter.cpp | 121 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| CodeFormatter/codeformatter.cpp | 63 | {anonymous} | | json_get_formatter_object(JSON *, const wxString &) | 2 | 17 | 17 | 0 | 0 | 4 | 2 | 43 | 108 | 586.037 | 20.4286 | 11971.9 | 665.105 | 0.174443 | 91.0404 | 0 | 91.0404 | 14 | 1 |
| CodeFormatter/codeformatter.cpp | 82 | {anonymous} | | dec_save_count_if_needed(const wxString &) | 1 | 14 | 11 | 2 | 1 | 3 | 1 | 25 | 54 | 250.768 | 13.5 | 3385.37 | 188.076 | 0.0751536 | 98.8297 | 27.6325 | 126.462 | 4 | 1 |
| CodeFormatter/codeformatter.cpp | 97 | {anonymous} | | inc_save_count(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 11.375 | 1898.58 | 105.477 | 0.0511091 | 110.242 | 0 | 110.242 | 3 | 2 |
| CodeFormatter/codeformatter.cpp | 123 | | CodeFormatter | CodeFormatter(IManager *) | 1 | 27 | 22 | 0 | 5 | 1 | 0 | 64 | 272 | 1632 | 14.3878 | 23480.8 | 1304.49 | 0.27333 | 78.9101 | 0 | 78.9101 | 40 | 1 |
| CodeFormatter/codeformatter.cpp | 151 | | CodeFormatter | CreateToolBar(clToolBarGeneric *) [override] | 1 | 16 | 12 | 3 | 1 | 1 | 0 | 42 | 173 | 932.871 | 13 | 12127.3 | 673.74 | 0.17595 | 90.2951 | 31.0814 | 121.377 | 30 | 0 |
| CodeFormatter/codeformatter.cpp | 168 | | CodeFormatter | CreatePluginMenu(wxMenu *) [override] | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 32 | 108 | 540 | 11.5238 | 6222.86 | 345.714 | 0.112773 | 97.7984 | 0 | 97.7984 | 18 | 0 |
| CodeFormatter/codeformatter.cpp | 181 | | CodeFormatter | OnFormatEditor(wxCommandEvent &) | 1 | 16 | 12 | 2 | 2 | 2 | 1 | 32 | 70 | 350 | 11.0294 | 3860.29 | 214.461 | 0.0820274 | 95.1628 | 26.0372 | 121.2 | 5 | 2 |
| CodeFormatter/codeformatter.cpp | 197 | | CodeFormatter | FindFormatter(const wxString &, const wxString &) const | 2 | 23 | 16 | 6 | 1 | 5 | 3 | 37 | 111 | 578.249 | 14.0952 | 8150.56 | 452.809 | 0.135001 | 85.983 | 35.5619 | 121.545 | 13 | 4 |
| CodeFormatter/codeformatter.cpp | 221 | | CodeFormatter | DoFormatEditor(IEditor *) | 1 | 36 | 29 | 4 | 3 | 8 | 3 | 54 | 184 | 1058.9 | 17.3714 | 18394.6 | 1021.92 | 0.232277 | 74.8891 | 24.6875 | 99.5766 | 23 | 2 |
| CodeFormatter/codeformatter.cpp | 258 | | CodeFormatter | DoFormatString(const wxString &, const wxString &, wxString *) | 3 | 13 | 12 | 0 | 1 | 3 | 1 | 33 | 76 | 383.374 | 14.875 | 5702.69 | 316.816 | 0.106398 | 97.823 | 0 | 97.823 | 13 | 1 |
| CodeFormatter/codeformatter.cpp | 272 | | CodeFormatter | DoFormatFile(const wxString &, bool) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 32 | 72 | 360 | 13.6 | 4896 | 272 | 0.096111 | 96.9495 | 0 | 96.9495 | 14 | 2 |
| CodeFormatter/codeformatter.cpp | 287 | | CodeFormatter | OnSettings(wxCommandEvent &) | 1 | 13 | 10 | 2 | 1 | 2 | 1 | 29 | 59 | 286.621 | 8.125 | 2328.79 | 129.377 | 0.0585643 | 99.5654 | 28.5467 | 128.112 | 7 | 2 |
| CodeFormatter/codeformatter.cpp | 301 | | CodeFormatter | OnFormatEditorUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 20 | 28 | 121.014 | 5.5 | 665.577 | 36.9765 | 0.0254104 | 119.758 | 0 | 119.758 | 3 | 2 |
| CodeFormatter/codeformatter.cpp | 307 | | CodeFormatter | OnSettingsUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 2 |
| CodeFormatter/codeformatter.cpp | 309 | | CodeFormatter | OnContextMenu(clContextMenuEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 44 | 204.33 | 6.67857 | 1364.63 | 75.8128 | 0.0410099 | 114.081 | 0 | 114.081 | 8 | 2 |
| CodeFormatter/codeformatter.cpp | 316 | | CodeFormatter | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 10 | 8 | 1 | 1 | 2 | 1 | 24 | 44 | 201.738 | 7.61538 | 1536.32 | 85.3508 | 0.0443812 | 105.642 | 23.5268 | 129.169 | 5 | 0 |
| CodeFormatter/codeformatter.cpp | 327 | | CodeFormatter | UnPlug() [override] | 0 | 19 | 16 | 0 | 3 | 1 | 0 | 45 | 257 | 1411.41 | 12.5714 | 17743.4 | 985.744 | 0.226762 | 85.3579 | 0 | 85.3579 | 29 | 0 |
| CodeFormatter/codeformatter.cpp | 347 | | CodeFormatter | GetManager() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| CodeFormatter/codeformatter.cpp | 349 | | CodeFormatter | OnFormatString(clSourceFormatEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 53 | 239.749 | 8.70833 | 2087.81 | 115.99 | 0.0544511 | 106.451 | 0 | 106.451 | 7 | 2 |
| CodeFormatter/codeformatter.cpp | 359 | | CodeFormatter | OnFormatFile(clSourceFormatEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 20 | 40 | 172.877 | 9 | 1555.89 | 86.4386 | 0.0447575 | 110.06 | 26.0372 | 136.097 | 4 | 2 |
| CodeFormatter/codeformatter.cpp | 368 | | CodeFormatter | OnFormatFiles(wxCommandEvent &) | 1 | 23 | 22 | 0 | 1 | 3 | 3 | 59 | 156 | 917.692 | 15.3846 | 14118.3 | 784.352 | 0.194716 | 84.0413 | 0 | 84.0413 | 23 | 2 |
| CodeFormatter/codeformatter.cpp | 392 | | CodeFormatter | OnFormatProject(wxCommandEvent &) | 1 | 23 | 19 | 0 | 4 | 4 | 2 | 59 | 141 | 829.453 | 13.0625 | 10834.7 | 601.929 | 0.163214 | 84.337 | 0 | 84.337 | 18 | 2 |
| CodeFormatter/codeformatter.cpp | 416 | | CodeFormatter | BatchFormat(const std::vector<wxString> &, bool) | 2 | 33 | 30 | 0 | 3 | 8 | 2 | 65 | 232 | 1397.19 | 24.0625 | 33619.9 | 1867.77 | 0.347224 | 74.857 | 0 | 74.857 | 45 | 2 |
| CodeFormatter/codeformatter.cpp | 450 | | CodeFormatter | OnScanFilesCompleted(const std::vector<wxString> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 24 | 103.726 | 6.11111 | 633.883 | 35.2157 | 0.0245971 | 146.633 | 0 | 146.633 | 1 | 1 |
| CodeFormatter/codeformatter.cpp | 452 | | CodeFormatter | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 48 | 34 | 5 | 9 | 8 | 2 | 72 | 265 | 1635.03 | 25.5319 | 41745.5 | 2319.19 | 0.40113 | 67.9696 | 23.9713 | 91.9409 | 51 | 1 |
| CodeFormatter/codeformatter.cpp | 501 | | CodeFormatter | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.625 | 551.807 | 30.656 | 0.0224252 | 120.85 | 0 | 120.85 | 3 | 1 |
| CodeFormatter/codeformatter.cpp | 507 | | CodeFormatter | OnFileSaved(clCommandEvent &) | 1 | 28 | 18 | 5 | 5 | 4 | 1 | 33 | 98 | 494.351 | 10.4 | 5141.25 | 285.625 | 0.0992943 | 83.8414 | 30.4442 | 114.286 | 11 | 2 |
| CodeFormatter/codeformatter.cpp | 536 | | CodeFormatter | OnFormatCompleted(clSourceFormatEvent &) | 1 | 27 | 23 | 3 | 2 | 4 | 2 | 49 | 169 | 948.886 | 10.4722 | 9936.94 | 552.052 | 0.154069 | 81.0399 | 24.6875 | 105.727 | 27 | 2 |
| CodeFormatter/codeformatter.cpp | 564 | | CodeFormatter | OnInplaceFormatCompleted(clSourceFormatEvent &) | 1 | 19 | 14 | 3 | 2 | 2 | 1 | 39 | 97 | 512.684 | 9.5 | 4870.5 | 270.583 | 0.0957769 | 90.3939 | 28.8719 | 119.266 | 13 | 2 |
| CodeFormatter/codeformatter.cpp | 584 | | CodeFormatter | OnInitDone(wxCommandEvent &) | 1 | 12 | 11 | 1 | 0 | 2 | 1 | 26 | 54 | 253.824 | 6.5625 | 1665.72 | 92.5399 | 0.0468396 | 101.494 | 21.6227 | 123.117 | 7 | 2 |
| CodeFormatter/codeformatterdlg.cpp | 41 | | CodeFormatterDlg | CodeFormatterDlg(wxWindow *, CodeFormatterManager &) | 2 | 11 | 10 | 0 | 1 | 1 | 0 | 39 | 79 | 417.547 | 9.0625 | 3784.02 | 210.223 | 0.0809433 | 100.545 | 0 | 100.545 | 9 | 1 |
| CodeFormatter/codeformatterdlg.cpp | 53 | | CodeFormatterDlg | ~CodeFormatterDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 58 | | CodeFormatterDlg | InitDialog() [override] | 0 | 17 | 16 | 0 | 1 | 3 | 1 | 37 | 86 | 448.013 | 10.9091 | 4887.41 | 271.523 | 0.0959986 | 92.6669 | 0 | 92.6669 | 12 | 4 |
| CodeFormatter/codeformatterdlg.cpp | 76 | | CodeFormatterDlg | OnOK(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 82 | | CodeFormatterDlg | OnSelectionChanged(wxDataViewEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 6.33333 | 1235.27 | 68.6259 | 0.0383753 | 114.323 | 0 | 114.323 | 5 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 89 | | CodeFormatterDlg | OnSelectionChanging(wxDataViewEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| CodeFormatter/codeformatterdlg.cpp | 91 | | CodeFormatterDlg | OnRevert(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 31 | 53 | 262.572 | 6.86111 | 1801.54 | 100.085 | 0.0493523 | 102.727 | 0 | 102.727 | 7 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 103 | | CodeFormatterDlg | OnSelectFileTypes(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 105 | | CodeFormatterDlg | OnNew(wxCommandEvent &) [override] | 1 | 17 | 17 | 0 | 0 | 3 | 1 | 41 | 104 | 557.185 | 11.52 | 6418.78 | 356.599 | 0.115128 | 91.5329 | 0 | 91.5329 | 17 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 122 | | CodeFormatterDlg | OnDelete(wxCommandEvent &) [override] | 1 | 17 | 16 | 0 | 1 | 3 | 1 | 44 | 93 | 507.727 | 10.7037 | 5434.56 | 301.92 | 0.103036 | 92.0162 | 0 | 92.0162 | 13 | 0 |
| CodeFormatter/codeformatterdlg.cpp | 140 | | CodeFormatterDlg | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 146.723 | 0 | 146.723 | 2 | 0 |
| CodeFormatter/codeformatterdlg_codeformatter_bitmaps.cpp | 34 | | | wxCrafterGgLOZbInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 4 |
| CodeFormatter/codeformatterdlgbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| CodeFormatter/codeformatterdlgbase.cpp | 26 | | CodeFormatterBaseDlg | CodeFormatterBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 103 | 74 | 2 | 27 | 5 | 1 | 131 | 863 | 6069.84 | 31.7864 | 192938 | 10718.8 | 1.11299 | 49.4697 | 10.7101 | 60.1798 | 116 | 1 |
| CodeFormatter/codeformatterdlgbase.cpp | 130 | | CodeFormatterBaseDlg | ~CodeFormatterBaseDlg() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 92 | 437.45 | 11 | 4811.95 | 267.33 | 0.0950078 | 103.554 | 0 | 103.554 | 6 | 0 |
| CodeFormatter/fmtBlack.cpp | 5 | | fmtBlack | fmtBlack() | 0 | 14 | 12 | 1 | 1 | 1 | 0 | 46 | 105 | 579.974 | 6.44286 | 3736.69 | 207.594 | 0.080267 | 94.9298 | 20.1155 | 115.045 | 22 | 1 |
| CodeFormatter/fmtCMakeFormat.cpp | 5 | | fmtCMakeFormat | fmtCMakeFormat() | 0 | 14 | 12 | 1 | 1 | 1 | 0 | 35 | 81 | 415.472 | 6.875 | 2856.37 | 158.687 | 0.067105 | 96.6643 | 20.1155 | 116.78 | 21 | 1 |
| CodeFormatter/fmtClangFormat.cpp | 5 | | fmtClangFormat | fmtClangFormat() | 0 | 21 | 17 | 2 | 2 | 1 | 0 | 63 | 143 | 854.751 | 7.29412 | 6234.65 | 346.37 | 0.112916 | 86.3445 | 23.0043 | 109.349 | 21 | 1 |
| CodeFormatter/fmtJQ.cpp | 5 | | fmtJQ | fmtJQ() | 0 | 16 | 12 | 1 | 3 | 1 | 0 | 38 | 95 | 498.553 | 6.96429 | 3472.07 | 192.893 | 0.0764312 | 93.5532 | 18.8844 | 112.438 | 18 | 1 |
| CodeFormatter/fmtPHPCBF.cpp | 5 | | fmtPHPCBF | fmtPHPCBF() | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 37 | 85 | 442.804 | 7.44 | 3294.46 | 183.025 | 0.073802 | 97.5336 | 0 | 97.5336 | 20 | 1 |
| CodeFormatter/fmtPHPCSFixer.cpp | 5 | | fmtPHPCSFixer | fmtPHPCSFixer() | 0 | 18 | 17 | 0 | 1 | 1 | 0 | 40 | 92 | 489.617 | 7.28571 | 3567.21 | 198.178 | 0.0778212 | 91.7391 | 0 | 91.7391 | 22 | 1 |
| CodeFormatter/fmtRustfmt.cpp | 5 | | fmtRustfmt | fmtRustfmt() | 0 | 14 | 12 | 1 | 1 | 1 | 0 | 37 | 85 | 442.804 | 6.76923 | 2997.44 | 166.524 | 0.0692967 | 96.333 | 20.1155 | 116.449 | 21 | 1 |
| CodeFormatter/fmtShfmtFormat.cpp | 5 | | fmtShfmtFormat | fmtShfmtFormat() | 0 | 14 | 12 | 1 | 1 | 1 | 0 | 36 | 85 | 439.444 | 7.04 | 3093.68 | 171.871 | 0.0707722 | 96.3726 | 20.1155 | 116.488 | 21 | 1 |
| CodeFormatter/fmtShfmtFormat.cpp | 20 | | fmtShfmtFormat | ~fmtShfmtFormat() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| CodeFormatter/fmtXmlLint.cpp | 5 | | fmtXmlLint | fmtXmlLint() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 77 | 388.418 | 6.52174 | 2533.16 | 140.731 | 0.0619423 | 102.465 | 0 | 102.465 | 18 | 1 |
| CodeFormatter/fmtYQ.cpp | 7 | | fmtYQ | fmtYQ() | 0 | 14 | 10 | 1 | 3 | 1 | 0 | 32 | 73 | 365 | 6.36364 | 2322.73 | 129.04 | 0.0584625 | 97.3378 | 20.1155 | 117.453 | 18 | 1 |
| Copyright/copyright.cpp | 58 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| Copyright/copyright.cpp | 60 | | | GetPluginInfo() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 105.785 | 0 | 105.785 | 10 | 0 |
| Copyright/copyright.cpp | 71 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Copyright/copyright.cpp | 73 | | Copyright | Copyright(IManager *) | 1 | 18 | 15 | 1 | 2 | 1 | 0 | 46 | 163 | 900.341 | 11.6212 | 10463 | 581.281 | 0.15946 | 88.5716 | 17.8544 | 106.426 | 30 | 1 |
| Copyright/copyright.cpp | 92 | | Copyright | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Copyright/copyright.cpp | 94 | | Copyright | CreatePluginMenu(wxMenu *) [override] | 1 | 22 | 18 | 0 | 4 | 1 | 0 | 34 | 140 | 712.245 | 13.6304 | 9708.21 | 539.345 | 0.151695 | 86.5393 | 0 | 86.5393 | 25 | 0 |
| Copyright/copyright.cpp | 117 | | Copyright | UnPlug() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 102 | 495.514 | 9.73684 | 4824.74 | 268.041 | 0.0951762 | 104.814 | 0 | 104.814 | 14 | 0 |
| Copyright/copyright.cpp | 126 | | Copyright | OnInsertCopyrights(wxCommandEvent &) | 1 | 62 | 46 | 6 | 10 | 8 | 2 | 80 | 343 | 2168.42 | 18.2213 | 39511.5 | 2195.08 | 0.386688 | 62.3553 | 23.1746 | 85.5299 | 69 | 2 |
| Copyright/copyright.cpp | 189 | | Copyright | OnOptions(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 22 | 37 | 164.999 | 5.83333 | 962.494 | 53.4719 | 0.0324946 | 115.193 | 29.5564 | 144.749 | 5 | 2 |
| Copyright/copyright.cpp | 196 | | Copyright | OnBatchInsertCopyrights(wxCommandEvent &) | 1 | 56 | 41 | 6 | 9 | 10 | 3 | 85 | 315 | 2018.96 | 19.2063 | 38776.8 | 2154.27 | 0.38188 | 63.9156 | 24.2819 | 88.1974 | 46 | 2 |
| Copyright/copyright.cpp | 253 | | Copyright | OnProjectInsertCopyrights(wxCommandEvent &) | 1 | 56 | 38 | 8 | 10 | 8 | 2 | 83 | 270 | 1721.26 | 17.4918 | 30108 | 1672.66 | 0.322601 | 65.2051 | 27.6325 | 92.8376 | 40 | 2 |
| Copyright/copyright.cpp | 310 | | Copyright | MassUpdate(const std::vector<wxFileName> &, const wxString &) | 2 | 52 | 40 | 3 | 9 | 8 | 4 | 87 | 334 | 2151.94 | 29.75 | 64020.3 | 3556.68 | 0.533446 | 65.2444 | 18.1788 | 83.4232 | 55 | 2 |
| Copyright/copyright.cpp | 363 | | Copyright | Validate(wxString &) | 1 | 38 | 30 | 3 | 5 | 5 | 2 | 57 | 207 | 1207.41 | 14.6625 | 17703.6 | 983.535 | 0.226423 | 74.0207 | 21.0835 | 95.1042 | 39 | 2 |
| Copyright/copyright.cpp | 402 | | Copyright | OnEditorContextMenu(clContextMenuEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.83333 | 936.481 | 52.0267 | 0.0319064 | 118.289 | 0 | 118.289 | 6 | 2 |
| Copyright/copyrights_options_base_dlg.cpp | 37 | | CopyrightsOptionsBaseDlg | CopyrightsOptionsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 54 | 1 | 27 | 1 | 0 | 104 | 710 | 4757.31 | 28.8218 | 137114 | 7617.47 | 0.886341 | 55.3505 | 8.51232 | 63.8628 | 91 | 1 |
| Copyright/copyrights_options_base_dlg.cpp | 120 | | CopyrightsOptionsBaseDlg | ~CopyrightsOptionsBaseDlg() [override] | 0 | 7 | 5 | 1 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 27.6325 | 139.68 | 8 | 0 |
| Copyright/copyrights_options_dlg.cpp | 30 | | CopyrightsOptionsDlg | CopyrightsOptionsDlg(wxWindow *, IConfigTool *) | 2 | 15 | 13 | 0 | 2 | 1 | 0 | 35 | 94 | 482.153 | 9.3913 | 4528.04 | 251.558 | 0.0912331 | 94.7726 | 0 | 94.7726 | 14 | 1 |
| Copyright/copyrights_options_dlg.cpp | 46 | | CopyrightsOptionsDlg | OnSelectFile(wxCommandEvent &) [override] | 1 | 12 | 10 | 2 | 0 | 2 | 1 | 32 | 60 | 300 | 9.70588 | 2911.76 | 161.765 | 0.0679698 | 100.625 | 29.5564 | 130.181 | 7 | 0 |
| Copyright/copyrights_options_dlg.cpp | 59 | | CopyrightsOptionsDlg | OnButtonSave(wxCommandEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 34 | 81 | 412.084 | 6.66667 | 2747.23 | 152.624 | 0.0653846 | 99.2041 | 0 | 99.2041 | 13 | 0 |
| Copyright/copyrights_proj_sel_base_dlg.cpp | 37 | | CopyrightsProjectSelBaseDlg | CopyrightsProjectSelBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 55 | 37 | 1 | 17 | 1 | 0 | 80 | 440 | 2781.65 | 23.25 | 64673.3 | 3592.96 | 0.537067 | 64.611 | 10.3689 | 74.9799 | 52 | 1 |
| Copyright/copyrights_proj_sel_base_dlg.cpp | 93 | | CopyrightsProjectSelBaseDlg | ~CopyrightsProjectSelBaseDlg() [override] | 0 | 7 | 5 | 1 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 27.6325 | 139.68 | 8 | 0 |
| Copyright/copyrights_proj_sel_dlg.cpp | 28 | | CopyrightsProjectSelDlg | CopyrightsProjectSelDlg(wxWindow *, clCxxWorkspace *) | 2 | 12 | 11 | 0 | 1 | 2 | 1 | 38 | 83 | 435.578 | 14.4 | 6272.32 | 348.462 | 0.11337 | 98.6858 | 0 | 98.6858 | 8 | 1 |
| Copyright/copyrights_proj_sel_dlg.cpp | 41 | | CopyrightsProjectSelDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 10.9091 | 2282.35 | 126.797 | 0.057783 | 113.728 | 0 | 113.728 | 2 | 0 |
| Copyright/copyrights_proj_sel_dlg.cpp | 48 | | CopyrightsProjectSelDlg | OnUnCheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 27 | 44 | 209.215 | 10.9091 | 2282.35 | 126.797 | 0.057783 | 113.728 | 0 | 113.728 | 2 | 0 |
| Copyright/copyrights_proj_sel_dlg.cpp | 54 | | CopyrightsProjectSelDlg | GetProjects(wxArrayString &) | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 29 | 62 | 301.195 | 12.3077 | 3707.01 | 205.945 | 0.0798414 | 106.943 | 0 | 106.943 | 4 | 1 |
| Copyright/copyrightsconfigdata.cpp | 26 | | CopyrightsConfigData | CopyrightsConfigData() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 25 | 97.6723 | 4.57143 | 446.502 | 24.8057 | 0.0194728 | 117.919 | 0 | 117.919 | 2 | 7 |
| Copyright/copyrightsconfigdata.cpp | 33 | | CopyrightsConfigData | DeSerialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| Copyright/copyrightsconfigdata.cpp | 41 | | CopyrightsConfigData | Serialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 36 | | ClassGenerateDialog | ClassGenerateDialog(wxWindow *, IDbAdapter *, xsSerializable *, IManager *) | 4 | 24 | 22 | 0 | 2 | 3 | 1 | 55 | 143 | 826.734 | 14.1081 | 11663.7 | 647.981 | 0.171436 | 83.8946 | 0 | 83.8946 | 18 | 2 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 61 | | ClassGenerateDialog | ~ClassGenerateDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 63 | | ClassGenerateDialog | GenerateClass(Table *, const wxString &) | 2 | 63 | 44 | 3 | 16 | 4 | 1 | 96 | 470 | 3094.93 | 27.6486 | 85570.7 | 4753.93 | 0.647285 | 61.1661 | 16.583 | 77.7491 | 89 | 2 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 127 | | ClassGenerateDialog | OnCancelClick(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 129 | | ClassGenerateDialog | OnGenerateClick(wxCommandEvent &) [override] | 1 | 45 | 40 | 1 | 5 | 9 | 5 | 74 | 324 | 2011.86 | 18.4821 | 37183.5 | 2065.75 | 0.371346 | 67.7066 | 11.4446 | 79.1513 | 61 | 0 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 175 | | ClassGenerateDialog | GenerateFile(Table *, wxTextFile &, wxString &, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &) | 8 | 360 | 323 | 1 | 37 | 92 | 5 | 181 | 3036 | 22769.5 | 100.069 | 2.27853e+06 | 126585 | 5.77185 | 2.31259 | 4.07795 | 6.39053 | 562 | 2 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 536 | | ClassGenerateDialog | GetFillData(Column *, int) | 2 | 48 | 47 | 0 | 1 | 16 | 2 | 53 | 589 | 3373.75 | 40.6579 | 137169 | 7620.52 | 0.886578 | 62.3629 | 0 | 62.3629 | 98 | 1 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 585 | | ClassGenerateDialog | GetAddParamFunction(IDbType::UNIVERSAL_TYPE) | 1 | 18 | 18 | 0 | 0 | 8 | 1 | 30 | 116 | 569.199 | 9.21429 | 5244.77 | 291.376 | 0.100623 | 89.346 | 0 | 89.346 | 8 | 5 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 604 | | ClassGenerateDialog | GetTypeName(IDbType::UNIVERSAL_TYPE) | 1 | 26 | 26 | 0 | 0 | 10 | 2 | 39 | 166 | 877.377 | 12.6667 | 11113.4 | 617.413 | 0.166001 | 80.6788 | 0 | 80.6788 | 16 | 3 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 631 | | ClassGenerateDialog | GetResTypeName(IDbType::UNIVERSAL_TYPE) | 1 | 26 | 26 | 0 | 0 | 10 | 2 | 39 | 166 | 877.377 | 12.6667 | 11113.4 | 617.413 | 0.166001 | 80.6788 | 0 | 80.6788 | 16 | 1 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 658 | | ClassGenerateDialog | GetDebeaBinding(Column *) | 1 | 52 | 48 | 0 | 4 | 10 | 2 | 60 | 287 | 1695.28 | 25.75 | 43653.4 | 2425.19 | 0.413261 | 66.0247 | 0 | 66.0247 | 40 | 1 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 711 | | ClassGenerateDialog | GetParamTypeName(IDbType::UNIVERSAL_TYPE) | 1 | 26 | 26 | 0 | 0 | 10 | 2 | 39 | 166 | 877.377 | 12.6667 | 11113.4 | 617.413 | 0.166001 | 80.6788 | 0 | 80.6788 | 16 | 6 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 738 | | ClassGenerateDialog | GetResultFunction(IDbType::UNIVERSAL_TYPE) | 1 | 18 | 18 | 0 | 0 | 8 | 1 | 30 | 116 | 569.199 | 9.21429 | 5244.77 | 291.376 | 0.100623 | 89.346 | 0 | 89.346 | 8 | 1 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 757 | | ClassGenerateDialog | OnBtnBrowseClick(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 52 | 249.982 | 7.8 | 1949.86 | 108.326 | 0.0520253 | 110.305 | 0 | 110.305 | 6 | 0 |
| DatabaseExplorer/ClassGenerateDialog.cpp | 765 | | ClassGenerateDialog | FormatFile(wxString &, const wxFileName &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 59 | 286.621 | 7.63889 | 2189.47 | 121.637 | 0.0562045 | 107.661 | 0 | 107.661 | 9 | 2 |
| DatabaseExplorer/DbExplorerFrame.cpp | 7 | | DbExplorerFrame | DbExplorerFrame(wxWindow *, wxWindow *, const wxString &, DbViewerPanel *) | 4 | 17 | 15 | 1 | 1 | 2 | 1 | 43 | 111 | 602.315 | 9.89655 | 5960.85 | 331.158 | 0.109585 | 91.3579 | 18.3478 | 109.706 | 11 | 1 |
| DatabaseExplorer/DbExplorerFrame.cpp | 25 | | DbExplorerFrame | ~DbExplorerFrame() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 7.5 | 571.103 | 31.728 | 0.022945 | 148.24 | 0 | 148.24 | 1 | 0 |
| DatabaseExplorer/DbExplorerFrame.cpp | 27 | | DbExplorerFrame | OnClose(wxCloseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 2 |
| DatabaseExplorer/DbSettingDialog.cpp | 45 | | DbSettingDialog | DbSettingDialog(DbViewerPanel *, wxWindow *) | 2 | 20 | 18 | 0 | 2 | 1 | 0 | 43 | 94 | 510.069 | 8.93103 | 4555.44 | 253.08 | 0.0916008 | 89.8195 | 0 | 89.8195 | 13 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 66 | | DbSettingDialog | [virtual] OnCancelClick(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 68 | | DbSettingDialog | [virtual] OnMySqlOkClick(wxCommandEvent &) | 1 | 25 | 22 | 2 | 1 | 3 | 0 | 63 | 196 | 1171.55 | 18 | 21087.8 | 1171.55 | 0.254429 | 81.4206 | 21.2145 | 102.635 | 5 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 94 | | DbSettingDialog | [virtual] OnSqliteOkClick(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 5.14286 | 514.286 | 28.5714 | 0.0213968 | 117.567 | 0 | 117.567 | 2 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 101 | | DbSettingDialog | OnHistoryClick(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 34 | 153.801 | 5.38462 | 828.16 | 46.0089 | 0.029396 | 113.061 | 0 | 113.061 | 1 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 109 | | DbSettingDialog | OnHistoryDClick(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 111 | | DbSettingDialog | LoadHistory() | 0 | 26 | 23 | 1 | 2 | 4 | 1 | 47 | 173 | 960.944 | 14.4242 | 13860.9 | 770.049 | 0.192341 | 81.5857 | 14.9585 | 96.5441 | 6 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 138 | | DbSettingDialog | [virtual] OnPgOkClick(wxCommandEvent &) | 1 | 28 | 24 | 2 | 2 | 3 | 0 | 69 | 221 | 1349.98 | 18.9574 | 25592.2 | 1421.79 | 0.289479 | 78.8475 | 20.1155 | 98.963 | 5 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 167 | | DbSettingDialog | OnPgHistoryClick(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 34 | 153.801 | 5.38462 | 828.16 | 46.0089 | 0.029396 | 113.061 | 0 | 113.061 | 1 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 175 | | DbSettingDialog | OnPgHistoryDClick(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 177 | | DbSettingDialog | OnItemActivated(wxListEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 59 | 292.298 | 7.94444 | 2322.14 | 129.008 | 0.0584527 | 105.421 | 0 | 105.421 | 5 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 187 | | DbSettingDialog | OnItemKeyDown(wxListEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 26 | 55 | 258.524 | 9 | 2326.72 | 129.262 | 0.0585295 | 104.122 | 0 | 104.122 | 7 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 198 | | DbSettingDialog | OnItemSelected(wxListEvent &) [override] | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 28 | 47 | 225.946 | 7.5 | 1694.59 | 94.144 | 0.0473793 | 111.061 | 0 | 111.061 | 3 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 206 | | DbSettingDialog | OnDlgOK(wxCommandEvent &) [override] | 1 | 29 | 24 | 5 | 3 | 4 | 1 | 37 | 82 | 427.175 | 9.54545 | 4077.58 | 226.532 | 0.0850773 | 84.0324 | 29.9907 | 114.023 | 5 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 236 | | DbSettingDialog | DoSaveSqliteHistory() | 0 | 17 | 13 | 1 | 3 | 2 | 1 | 36 | 88 | 454.953 | 10.8182 | 4921.77 | 273.432 | 0.0964479 | 92.8169 | 18.3478 | 111.165 | 14 | 2 |
| DatabaseExplorer/DbSettingDialog.cpp | 254 | | DbSettingDialog | DoLoadSqliteHistory() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 5.85 | 795.212 | 44.1784 | 0.0286111 | 113.703 | 0 | 113.703 | 6 | 1 |
| DatabaseExplorer/DbSettingDialog.cpp | 262 | | DbSettingDialog | DoLoadMySQLHistory() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 5.85 | 795.212 | 44.1784 | 0.0286111 | 113.703 | 0 | 113.703 | 5 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 270 | | DbSettingDialog | DoLoadPgSQLHistory() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 5.85 | 795.212 | 44.1784 | 0.0286111 | 113.703 | 0 | 113.703 | 5 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 278 | | DbSettingDialog | DoSaveMySQLHistory() | 0 | 30 | 25 | 1 | 4 | 4 | 2 | 57 | 191 | 1114.08 | 17.5 | 19496.4 | 1083.14 | 0.241462 | 78.4985 | 13.9543 | 92.4528 | 33 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 309 | | DbSettingDialog | DoSavePgSQLHistory() | 0 | 33 | 28 | 1 | 4 | 4 | 2 | 62 | 216 | 1286.11 | 17.6744 | 22731.2 | 1262.84 | 0.267481 | 76.2078 | 13.3211 | 89.529 | 36 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 343 | | DbSettingDialog | DoFindConnectionByName(const DbConnectionInfoVec &, const wxString &) | 2 | 25 | 21 | 3 | 1 | 4 | 3 | 54 | 248 | 1427.21 | 22.75 | 32469.1 | 1803.84 | 0.339254 | 80.1641 | 25.5633 | 105.727 | 38 | 0 |
| DatabaseExplorer/DbSettingDialog.cpp | 369 | | DbSettingDialog | DoSQLiteItemActivated() | 0 | 26 | 24 | 1 | 1 | 3 | 1 | 61 | 187 | 1109.05 | 19.6711 | 21816.1 | 1212.01 | 0.260254 | 81.0703 | 14.9585 | 96.0288 | 23 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 44 | | DbViewerPanel | DbViewerPanel(wxWindow *, wxWindow *, IManager *) | 3 | 37 | 28 | 2 | 7 | 1 | 0 | 69 | 282 | 1722.6 | 16.3019 | 28081.7 | 1560.09 | 0.30796 | 73.5248 | 17.6221 | 91.147 | 42 | 1 |
| DatabaseExplorer/DbViewerPanel.cpp | 82 | | DbViewerPanel | ~DbViewerPanel() [override] | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 34 | 121 | 615.583 | 16.9737 | 10448.7 | 580.484 | 0.159314 | 95.5905 | 0 | 95.5905 | 13 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 96 | | DbViewerPanel | [virtual] OnConnectClick(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 5.95833 | 997.257 | 55.4032 | 0.0332723 | 115.118 | 0 | 115.118 | 5 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 103 | | DbViewerPanel | [virtual] OnConnectUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 105 | | DbViewerPanel | OnItemActivate(wxTreeEvent &) [override] | 1 | 33 | 30 | 0 | 3 | 6 | 3 | 60 | 284 | 1677.56 | 21.8571 | 36666.6 | 2037.03 | 0.367897 | 74.3661 | 0 | 74.3661 | 42 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 139 | | DbViewerPanel | [virtual] OnRefreshClick(wxCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 27 | 45 | 213.97 | 6.4 | 1369.41 | 76.0782 | 0.0411056 | 105.336 | 23.5268 | 128.863 | 4 | 3 |
| DatabaseExplorer/DbViewerPanel.cpp | 150 | | DbViewerPanel | [virtual] OnRefreshUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 152 | | DbViewerPanel | RefreshDbView() | 0 | 103 | 83 | 15 | 7 | 17 | 8 | 97 | 690 | 4553.94 | 24.2378 | 110378 | 6132.08 | 0.767007 | 48.2039 | 27.8678 | 76.0717 | 102 | 9 |
| DatabaseExplorer/DbViewerPanel.cpp | 256 | | DbViewerPanel | OnItemSelectionChange(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 258 | | DbViewerPanel | OnDnDStart(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 260 | | DbViewerPanel | OnItemRightClick(wxTreeEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 42 | 181.521 | 7 | 1270.65 | 70.5915 | 0.0391047 | 111.969 | 0 | 111.969 | 5 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 268 | | DbViewerPanel | [virtual] OnToolCloseClick(wxCommandEvent &) | 1 | 28 | 16 | 9 | 3 | 4 | 3 | 47 | 118 | 655.441 | 11.0968 | 7273.29 | 404.071 | 0.125131 | 82.3747 | 38.4831 | 120.858 | 14 | 3 |
| DatabaseExplorer/DbViewerPanel.cpp | 297 | | DbViewerPanel | [virtual] OnToolCloseUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 33 | 73 | 368.241 | 12.2353 | 4505.53 | 250.307 | 0.0909305 | 102.283 | 0 | 102.283 | 7 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 308 | | DbViewerPanel | OnPopupClick(wxCommandEvent &) | 1 | 272 | 249 | 10 | 13 | 64 | 7 | 196 | 2185 | 16638.1 | 60.6667 | 1.00938e+06 | 56076.7 | 3.35415 | 14.9249 | 14.6348 | 29.5596 | 318 | 1 |
| DatabaseExplorer/DbViewerPanel.cpp | 581 | | DbViewerPanel | ImportDb(const wxString &, Database *) | 2 | 61 | 54 | 2 | 6 | 9 | 3 | 95 | 439 | 2884.17 | 27.0423 | 77994.4 | 4333.02 | 0.608491 | 60.9055 | 13.8425 | 74.748 | 78 | 1 |
| DatabaseExplorer/DbViewerPanel.cpp | 643 | | DbViewerPanel | OnPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 645 | | DbViewerPanel | OnPageClosing(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 647 | | DbViewerPanel | CreatePanelName(Database *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 145.921 | 0 | 145.921 | 3 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 649 | | DbViewerPanel | CreatePanelName(Table *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 6.81818 | 1167.96 | 64.8865 | 0.0369683 | 121.566 | 0 | 121.566 | 6 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 654 | | DbViewerPanel | CreatePanelName(View *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 6.81818 | 1167.96 | 64.8865 | 0.0369683 | 121.566 | 0 | 121.566 | 6 | 2 |
| DatabaseExplorer/DbViewerPanel.cpp | 659 | | DbViewerPanel | [static] InitStyledTextCtrl(wxStyledTextCtrl *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 7.38462 | 1440.31 | 80.0172 | 0.0425124 | 111.596 | 0 | 111.596 | 6 | 1 |
| DatabaseExplorer/DbViewerPanel.cpp | 667 | | DbViewerPanel | [virtual] OnShowThumbnail(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 669 | | DbViewerPanel | DoSelectPage(const wxString &) | 1 | 17 | 15 | 1 | 1 | 3 | 2 | 33 | 79 | 398.507 | 13.8125 | 5504.38 | 305.799 | 0.103916 | 93.2758 | 18.3478 | 111.624 | 5 | 3 |
| DatabaseExplorer/DbViewerPanel.cpp | 687 | | DbViewerPanel | AddEditorPage(wxWindow *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 32 | 57 | 285 | 9.70588 | 2766.18 | 153.676 | 0.0656849 | 109.853 | 0 | 109.853 | 5 | 7 |
| DatabaseExplorer/DbViewerPanel.cpp | 695 | | DbViewerPanel | OnContextMenu(wxTreeEvent &) [override] | 1 | 78 | 66 | 2 | 10 | 8 | 2 | 93 | 541 | 3537.68 | 21.2987 | 75348.1 | 4186.01 | 0.594648 | 56.0909 | 12.2766 | 68.3676 | 109 | 0 |
| DatabaseExplorer/DbViewerPanel.cpp | 774 | | DbViewerPanel | RemoveFrame(DbExplorerFrame *) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 29 | 118.536 | 6.1875 | 733.444 | 40.7469 | 0.0271096 | 116.682 | 0 | 116.682 | 2 | 1 |
| DatabaseExplorer/DbViewerPanel.cpp | 781 | | DbViewerPanel | OpenSQLiteFile(const wxFileName &, bool) | 2 | 23 | 21 | 1 | 1 | 4 | 2 | 62 | 208 | 1238.47 | 15.5455 | 19252.6 | 1069.59 | 0.239445 | 82.2525 | 15.872 | 98.1245 | 30 | 1 |
| DatabaseExplorer/GUI.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 28 | 38 | 182.679 | 7.5 | 1370.1 | 76.1165 | 0.0411193 | 109.313 | 0 | 109.313 | 0 | 0 |
| DatabaseExplorer/GUI.cpp | 662 | | DbExplorerFrameBase | DbExplorerFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 39 | 35 | 2 | 2 | 5 | 1 | 72 | 236 | 1456.1 | 14.5189 | 21141 | 1174.5 | 0.254856 | 72.626 | 17.1835 | 89.8096 | 34 | 1 |
| DatabaseExplorer/GUI.cpp | 702 | | DbExplorerFrameBase | ~DbExplorerFrameBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| DatabaseExplorer/GUI.cpp | 515 | | _ClassGenerateDialog | _ClassGenerateDialog(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 139 | 98 | 2 | 39 | 8 | 1 | 142 | 1242 | 8879.99 | 45.0336 | 399898 | 22216.5 | 1.8093 | 41.9454 | 9.23806 | 51.1835 | 180 | 1 |
| DatabaseExplorer/GUI.cpp | 655 | | _ClassGenerateDialog | ~_ClassGenerateDialog() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| DatabaseExplorer/GUI.cpp | 156 | | _DBSettingsDialog | _DBSettingsDialog(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 279 | 204 | 2 | 73 | 17 | 1 | 199 | 2480 | 18938.8 | 67.8171 | 1.28438e+06 | 71354.3 | 3.93859 | 24.6497 | 6.53947 | 31.1892 | 342 | 1 |
| DatabaseExplorer/GUI.cpp | 436 | | _DBSettingsDialog | ~_DBSettingsDialog() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 38 | 176 | 923.635 | 12.6296 | 11665.2 | 648.065 | 0.171451 | 91.3923 | 0 | 91.3923 | 12 | 0 |
| DatabaseExplorer/GUI.cpp | 116 | | _DbViewerPanel | _DbViewerPanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 30 | 24 | 2 | 4 | 3 | 1 | 71 | 237 | 1457.49 | 14.434 | 21037.4 | 1168.74 | 0.254023 | 77.3314 | 19.4709 | 96.8023 | 26 | 1 |
| DatabaseExplorer/GUI.cpp | 147 | | _DbViewerPanel | ~_DbViewerPanel() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 78 | 357.627 | 11.4231 | 4085.2 | 226.956 | 0.0851833 | 106.51 | 0 | 106.51 | 5 | 0 |
| DatabaseExplorer/GUI.cpp | 452 | | _LogDialog | _LogDialog(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 56 | 44 | 2 | 10 | 5 | 1 | 106 | 451 | 3034.29 | 20.3824 | 61846 | 3435.89 | 0.521299 | 62.9471 | 14.4303 | 77.3774 | 62 | 1 |
| DatabaseExplorer/GUI.cpp | 509 | | _LogDialog | ~_LogDialog() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| DatabaseExplorer/GUI.cpp | 26 | | _SqlCommandPanel | _SqlCommandPanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 87 | 61 | 8 | 18 | 3 | 1 | 98 | 622 | 4114.35 | 31.7949 | 130815 | 7267.51 | 0.858982 | 54.6867 | 22.6343 | 77.321 | 76 | 1 |
| DatabaseExplorer/GUI.cpp | 114 | | _SqlCommandPanel | ~_SqlCommandPanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| DatabaseExplorer/GUI_databaseexplorer_bitmaps.cpp | 59 | | | wxCrafterwyt5ghInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 6 |
| DatabaseExplorer/LogDialog.cpp | 28 | | LogDialog | LogDialog(wxWindow *) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 24 | 39 | 178.814 | 7.5 | 1341.1 | 74.5056 | 0.0405371 | 112.277 | 0 | 112.277 | 8 | 1 |
| DatabaseExplorer/LogDialog.cpp | 36 | | LogDialog | AppendText(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 31 | 138.242 | 5.83333 | 806.414 | 44.8008 | 0.0288791 | 119.066 | 0 | 119.066 | 3 | 1 |
| DatabaseExplorer/LogDialog.cpp | 42 | | LogDialog | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| DatabaseExplorer/LogDialog.cpp | 48 | | LogDialog | OnCloseClick(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 122.434 | 0 | 122.434 | 2 | 0 |
| DatabaseExplorer/LogDialog.cpp | 53 | | LogDialog | OnCloseUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 126.196 | 0 | 126.196 | 1 | 0 |
| DatabaseExplorer/LogDialog.cpp | 58 | | LogDialog | AppendSeparator() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 1 |
| DatabaseExplorer/LogDialog.cpp | 64 | | LogDialog | AppendComment(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 5.76923 | 913.412 | 50.7451 | 0.0313803 | 118.361 | 0 | 118.361 | 5 | 4 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 37 | | MySqlDbAdapter | MySqlDbAdapter() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 19 | 46 | 195.405 | 6.75 | 1318.98 | 73.2767 | 0.0400902 | 109.653 | 0 | 109.653 | 5 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 45 | | MySqlDbAdapter | MySqlDbAdapter(const wxString &, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 8.88462 | 2077.52 | 115.418 | 0.0542719 | 108.719 | 0 | 108.719 | 5 | 1 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 54 | | MySqlDbAdapter | CloseConnection() [override] | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 14 | 22 | 83.7618 | 5.4 | 452.314 | 25.1285 | 0.0196414 | 121.442 | 0 | 121.442 | 3 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 60 | | MySqlDbAdapter | GetDatabaseLayer(const wxString &) [override] | 1 | 13 | 11 | 0 | 2 | 2 | 0 | 37 | 73 | 380.29 | 11.475 | 4363.83 | 242.435 | 0.0890138 | 98.095 | 0 | 98.095 | 3 | 4 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 74 | | MySqlDbAdapter | IsConnected() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 27 | 110.361 | 7.2 | 794.603 | 44.1446 | 0.0285965 | 114.557 | 0 | 114.557 | 3 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 82 | | MySqlDbAdapter | GetCreateTableSql(Table *, bool) [override] | 2 | 48 | 34 | 9 | 5 | 11 | 4 | 55 | 327 | 1890.5 | 23.5897 | 44596.5 | 2477.58 | 0.419192 | 66.5246 | 31.0814 | 97.6061 | 51 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 131 | | MySqlDbAdapter | GetDbTypeByName(const wxString &) [override] | 1 | 53 | 52 | 1 | 0 | 21 | 1 | 60 | 673 | 3975.34 | 49.4186 | 196456 | 10914.2 | 1.12648 | 58.7544 | 10.5598 | 69.3142 | 58 | 8 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 185 | | MySqlDbAdapter | GetDbTypes() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 35 | 116 | 594.997 | 8.8 | 5235.97 | 290.887 | 0.10051 | 106.026 | 0 | 106.026 | 2 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 192 | | MySqlDbAdapter | GetDefaultSelect(const wxString &, const wxString &) [override] | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 22 | 45 | 200.674 | 10 | 2006.74 | 111.486 | 0.0530323 | 114.175 | 29.5564 | 143.731 | 5 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 198 | | MySqlDbAdapter | GetDefaultSelect(const wxString &, const wxString &, const wxString &) [override] | 3 | 6 | 5 | 1 | 0 | 1 | 0 | 23 | 56 | 253.319 | 11.4583 | 2902.62 | 161.257 | 0.0678274 | 112.963 | 29.5564 | 142.52 | 6 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 204 | | MySqlDbAdapter | GetColumns(Table *) [override] | 1 | 64 | 57 | 3 | 4 | 14 | 3 | 86 | 497 | 3193.85 | 30.5308 | 97510.8 | 5417.27 | 0.706178 | 58.4474 | 16.4578 | 74.9052 | 74 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 269 | | MySqlDbAdapter | parseTypeString(const wxString &) | 1 | 27 | 25 | 0 | 2 | 6 | 3 | 49 | 167 | 937.657 | 15.0303 | 14093.3 | 782.959 | 0.194485 | 80.6418 | 0 | 80.6418 | 17 | 1 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 297 | | MySqlDbAdapter | CanConnect() [override] | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 29 | 116 | 5.78571 | 671.143 | 37.2857 | 0.0255518 | 145.821 | 0 | 145.821 | 2 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 298 | | MySqlDbAdapter | GetDatabases(DbConnection *) [override] | 1 | 20 | 17 | 2 | 1 | 5 | 3 | 38 | 104 | 545.784 | 12 | 6549.41 | 363.856 | 0.116685 | 88.5476 | 23.5268 | 112.074 | 16 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 319 | | MySqlDbAdapter | GetTables(Database *, bool) [override] | 2 | 37 | 31 | 4 | 2 | 7 | 4 | 52 | 198 | 1128.69 | 17.4706 | 19718.8 | 1095.49 | 0.243295 | 74.3433 | 24.3814 | 98.7248 | 31 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 356 | | MySqlDbAdapter | GetCreateDatabaseSql(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.66667 | 821.266 | 45.6259 | 0.0292326 | 123.281 | 0 | 123.281 | 3 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 360 | | MySqlDbAdapter | GetDropTableSql(Table *) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 118.98 | 0 | 118.98 | 4 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 365 | | MySqlDbAdapter | GetAlterTableConstraintSql(Table *) [override] | 1 | 57 | 53 | 3 | 2 | 12 | 4 | 64 | 387 | 2322 | 31.1364 | 72298.6 | 4016.59 | 0.578494 | 62.4416 | 17.3987 | 79.8403 | 45 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 422 | | MySqlDbAdapter | GetDropDatabaseSql(Database *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 426 | | MySqlDbAdapter | GetUseDb(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.66667 | 821.266 | 45.6259 | 0.0292326 | 145.739 | 0 | 145.739 | 3 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 427 | | MySqlDbAdapter | GetViews(Database *) [override] | 1 | 17 | 14 | 2 | 1 | 3 | 1 | 44 | 124 | 676.97 | 13.8519 | 9377.28 | 520.96 | 0.148228 | 90.5203 | 25.3357 | 115.856 | 20 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 445 | | MySqlDbAdapter | GetCreateViewSql(View *, bool) [override] | 2 | 13 | 13 | 0 | 0 | 3 | 2 | 31 | 107 | 530.099 | 14.0833 | 7465.56 | 414.753 | 0.127327 | 96.1379 | 0 | 96.1379 | 15 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 458 | | MySqlDbAdapter | ConvertTable(Table *) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 29 | 82 | 398.354 | 8.86111 | 3529.86 | 196.103 | 0.0772771 | 100.33 | 0 | 100.33 | 13 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 470 | | MySqlDbAdapter | ConvertType(IDbType *) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 47 | 212.607 | 13.2222 | 2811.14 | 156.175 | 0.0663948 | 107.076 | 0 | 107.076 | 4 | 1 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 480 | | MySqlDbAdapter | GetDbTypeByUniversalName(IDbType::UNIVERSAL_TYPE) [override] | 1 | 28 | 28 | 0 | 0 | 8 | 1 | 36 | 147 | 759.979 | 14.9783 | 11383.2 | 632.398 | 0.168676 | 80.6852 | 0 | 80.6852 | 14 | 1 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 508 | | MySqlDbAdapter | Clone() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.83333 | 466.667 | 25.9259 | 0.0200547 | 147.983 | 0 | 147.983 | 1 | 0 |
| DatabaseExplorer/MySqlDbAdapter.cpp | 510 | | MySqlDbAdapter | GetDropViewSql(View *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/MySqlType.cpp | 27 | | MySqlType | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/MySqlType.cpp | 27 | | MySqlType | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/MySqlType.cpp | 27 | | MySqlType | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/MySqlType.cpp | 28 | | MySqlType | MySqlType() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 127.776 | 0 | 127.776 | 1 | 1 |
| DatabaseExplorer/MySqlType.cpp | 33 | | MySqlType | MySqlType(const MySqlType &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 24 | 74 | 339.287 | 12.5 | 4241.09 | 235.616 | 0.0873368 | 100.215 | 0 | 100.215 | 3 | 1 |
| DatabaseExplorer/MySqlType.cpp | 46 | | MySqlType | MySqlType(const wxString &, long, UNIVERSAL_TYPE) | 3 | 13 | 12 | 0 | 1 | 1 | 0 | 29 | 57 | 276.905 | 6.31579 | 1748.87 | 97.1596 | 0.0483858 | 99.9747 | 0 | 99.9747 | 2 | 19 |
| DatabaseExplorer/MySqlType.cpp | 60 | | MySqlType | ReturnSql() [override] | 0 | 9 | 9 | 0 | 0 | 11 | 1 | 39 | 149 | 787.525 | 16.875 | 13289.5 | 738.305 | 0.187018 | 98.1967 | 0 | 98.1967 | 14 | 0 |
| DatabaseExplorer/MySqlType.cpp | 70 | | MySqlType | InitSerialize() | 0 | 12 | 11 | 0 | 1 | 1 | 0 | 31 | 98 | 485.511 | 5.6875 | 2761.35 | 153.408 | 0.0656084 | 98.3515 | 0 | 98.3515 | 31 | 3 |
| DatabaseExplorer/MySqlType.cpp | 84 | | MySqlType | GetUniversalType() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 131.303 | 0 | 131.303 | 0 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 35 | | PostgreSqlDbAdapter | PostgreSqlDbAdapter() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 19 | 46 | 195.405 | 6.75 | 1318.98 | 73.2767 | 0.0400902 | 109.653 | 0 | 109.653 | 5 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 43 | | PostgreSqlDbAdapter | PostgreSqlDbAdapter(const wxString &, const int, const wxString &, const wxString &, const wxString &) | 5 | 11 | 11 | 0 | 0 | 1 | 0 | 29 | 72 | 349.775 | 9.47222 | 3313.14 | 184.064 | 0.0740808 | 101.466 | 0 | 101.466 | 6 | 1 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 55 | | PostgreSqlDbAdapter | CloseConnection() [override] | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 14 | 22 | 83.7618 | 5.4 | 452.314 | 25.1285 | 0.0196414 | 121.442 | 0 | 121.442 | 3 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 61 | | PostgreSqlDbAdapter | GetDatabaseLayer(const wxString &) [override] | 1 | 20 | 18 | 0 | 2 | 4 | 0 | 43 | 124 | 672.857 | 18.2609 | 12287 | 682.608 | 0.17749 | 87.6892 | 0 | 87.6892 | 3 | 4 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 82 | | PostgreSqlDbAdapter | IsConnected() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 27 | 110.361 | 7.2 | 794.603 | 44.1446 | 0.0285965 | 114.557 | 0 | 114.557 | 3 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 90 | | PostgreSqlDbAdapter | GetCreateTableSql(Table *, bool) [override] | 2 | 47 | 33 | 9 | 5 | 11 | 4 | 55 | 337 | 1948.32 | 24.2051 | 47159.3 | 2619.96 | 0.435101 | 66.7091 | 31.3587 | 98.0677 | 53 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 138 | | PostgreSqlDbAdapter | GetDbTypeByName(const wxString &) [override] | 1 | 113 | 90 | 12 | 11 | 39 | 1 | 75 | 1272 | 7923.06 | 62.9153 | 498481 | 27693.4 | 2.09561 | 38.7631 | 24.1835 | 62.9467 | 114 | 8 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 252 | | PostgreSqlDbAdapter | GetDbTypes() [override] | 0 | 39 | 17 | 11 | 11 | 1 | 0 | 54 | 211 | 1214.28 | 9.31818 | 11314.9 | 628.605 | 0.168001 | 74.4904 | 36.6511 | 111.141 | 2 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 291 | | PostgreSqlDbAdapter | GetDefaultSelect(const wxString &, const wxString &) [override] | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 22 | 39 | 173.918 | 9 | 1565.26 | 86.9589 | 0.0449369 | 114.919 | 29.5564 | 144.475 | 4 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 297 | | PostgreSqlDbAdapter | GetDefaultSelect(const wxString &, const wxString &, const wxString &) [override] | 3 | 6 | 5 | 1 | 0 | 1 | 0 | 23 | 50 | 226.178 | 10.5417 | 2384.29 | 132.461 | 0.0594911 | 113.553 | 29.5564 | 143.109 | 5 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 304 | | PostgreSqlDbAdapter | GetColumns(Table *) [override] | 1 | 93 | 70 | 16 | 7 | 17 | 5 | 102 | 585 | 3903.37 | 30.6625 | 119687 | 6649.28 | 0.80955 | 50.66 | 29.963 | 80.623 | 88 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 397 | | PostgreSqlDbAdapter | parseTypeString(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 9.45455 | 1733.95 | 96.3305 | 0.0481101 | 114.643 | 0 | 114.643 | 4 | 1 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 404 | | PostgreSqlDbAdapter | CanConnect() [override] | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 29 | 116 | 5.78571 | 671.143 | 37.2857 | 0.0255518 | 145.821 | 0 | 145.821 | 2 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 405 | | PostgreSqlDbAdapter | GetDatabases(DbConnection *) [override] | 1 | 21 | 18 | 2 | 1 | 5 | 3 | 38 | 104 | 545.784 | 12 | 6549.41 | 363.856 | 0.116685 | 87.7572 | 23.0043 | 110.761 | 16 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 427 | | PostgreSqlDbAdapter | GetTables(Database *, bool) [override] | 2 | 35 | 27 | 7 | 1 | 6 | 3 | 50 | 172 | 970.743 | 16.5938 | 16108.3 | 894.904 | 0.212607 | 76.2574 | 31.9355 | 108.193 | 27 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 462 | | PostgreSqlDbAdapter | GetCreateDatabaseSql(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.66667 | 821.266 | 45.6259 | 0.0292326 | 123.281 | 0 | 123.281 | 3 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 466 | | PostgreSqlDbAdapter | GetDropTableSql(Table *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 470 | | PostgreSqlDbAdapter | GetAlterTableConstraintSql(Table *) [override] | 1 | 56 | 52 | 3 | 2 | 12 | 4 | 64 | 387 | 2322 | 31.1364 | 72298.6 | 4016.59 | 0.578494 | 62.7283 | 17.5467 | 80.2751 | 45 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 526 | | PostgreSqlDbAdapter | GetDropDatabaseSql(Database *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 530 | | PostgreSqlDbAdapter | GetUseDb(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 531 | | PostgreSqlDbAdapter | GetViews(Database *) [override] | 1 | 28 | 19 | 7 | 2 | 5 | 3 | 41 | 129 | 691.124 | 13.44 | 9288.71 | 516.039 | 0.147293 | 81.869 | 34.9714 | 116.84 | 21 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 559 | | PostgreSqlDbAdapter | GetCreateViewSql(View *, bool) [override] | 2 | 13 | 13 | 0 | 0 | 3 | 2 | 31 | 107 | 530.099 | 14.0833 | 7465.56 | 414.753 | 0.127327 | 96.1379 | 0 | 96.1379 | 15 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 572 | | PostgreSqlDbAdapter | ConvertTable(Table *) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 29 | 82 | 398.354 | 8.86111 | 3529.86 | 196.103 | 0.0772771 | 100.33 | 0 | 100.33 | 13 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 584 | | PostgreSqlDbAdapter | ConvertType(IDbType *) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 47 | 212.607 | 13.2222 | 2811.14 | 156.175 | 0.0663948 | 107.076 | 0 | 107.076 | 4 | 1 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 594 | | PostgreSqlDbAdapter | GetDbTypeByUniversalName(IDbType::UNIVERSAL_TYPE) [override] | 1 | 28 | 28 | 0 | 0 | 8 | 1 | 36 | 147 | 759.979 | 14.9783 | 11383.2 | 632.398 | 0.168676 | 80.6852 | 0 | 80.6852 | 14 | 1 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 622 | | PostgreSqlDbAdapter | Clone() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 124.361 | 0 | 124.361 | 1 | 0 |
| DatabaseExplorer/PostgreSqlDbAdapter.cpp | 627 | | PostgreSqlDbAdapter | GetDropViewSql(View *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/PostgreSqlType.cpp | 27 | | PostgreSqlType | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/PostgreSqlType.cpp | 27 | | PostgreSqlType | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/PostgreSqlType.cpp | 27 | | PostgreSqlType | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/PostgreSqlType.cpp | 28 | | PostgreSqlType | PostgreSqlType() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 127.776 | 0 | 127.776 | 1 | 1 |
| DatabaseExplorer/PostgreSqlType.cpp | 33 | | PostgreSqlType | PostgreSqlType(const PostgreSqlType &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 24 | 74 | 339.287 | 12.5 | 4241.09 | 235.616 | 0.0873368 | 100.215 | 0 | 100.215 | 3 | 1 |
| DatabaseExplorer/PostgreSqlType.cpp | 46 | | PostgreSqlType | PostgreSqlType(const wxString &, long, UNIVERSAL_TYPE) | 3 | 13 | 12 | 0 | 1 | 1 | 0 | 29 | 57 | 276.905 | 6.31579 | 1748.87 | 97.1596 | 0.0483858 | 99.9747 | 0 | 99.9747 | 2 | 38 |
| DatabaseExplorer/PostgreSqlType.cpp | 60 | | PostgreSqlType | ReturnSql() [override] | 0 | 8 | 8 | 0 | 0 | 9 | 1 | 36 | 129 | 666.92 | 16.7857 | 11194.7 | 621.93 | 0.16681 | 101.429 | 0 | 101.429 | 13 | 0 |
| DatabaseExplorer/PostgreSqlType.cpp | 69 | | PostgreSqlType | InitSerialize() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 31 | 98 | 485.511 | 5.6875 | 2761.35 | 153.408 | 0.0656084 | 99.761 | 0 | 99.761 | 31 | 3 |
| DatabaseExplorer/PostgreSqlType.cpp | 82 | | PostgreSqlType | GetUniversalType() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 131.303 | 0 | 131.303 | 0 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 60 | | SQLCommandPanel | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 60 | | SQLCommandPanel | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 64 | | SQLCommandPanel | SQLCommandPanel(wxWindow *, IDbAdapter *, const wxString &, const wxString &) | 4 | 49 | 40 | 2 | 7 | 5 | 2 | 103 | 396 | 2647.85 | 25.3247 | 67056 | 3725.34 | 0.550179 | 65.8187 | 15.395 | 81.2137 | 61 | 7 |
| DatabaseExplorer/SqlCommandPanel.cpp | 114 | | SQLCommandPanel | ~SQLCommandPanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 116 | | SQLCommandPanel | [virtual] OnExecuteClick(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 118 | | SQLCommandPanel | [virtual] OnScintilaKeyDown(wxKeyEvent &) | 1 | 7 | 7 | 0 | 0 | 4 | 1 | 23 | 51 | 230.702 | 8.72727 | 2013.4 | 111.855 | 0.0531494 | 110.262 | 0 | 110.262 | 5 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 126 | | SQLCommandPanel | ExecuteSql() | 0 | 152 | 119 | 10 | 23 | 25 | 6 | 158 | 893 | 6522.28 | 50.6667 | 330462 | 18359 | 1.59328 | 38.1916 | 19.3493 | 57.5409 | 138 | 6 |
| DatabaseExplorer/SqlCommandPanel.cpp | 279 | | SQLCommandPanel | [virtual] OnLoadClick(wxCommandEvent &) | 1 | 16 | 16 | 0 | 0 | 4 | 3 | 47 | 130 | 722.097 | 13.0333 | 9411.33 | 522.851 | 0.148586 | 90.9368 | 0 | 90.9368 | 20 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 296 | | SQLCommandPanel | [virtual] OnSaveClick(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 39 | 94 | 496.828 | 9.52 | 4729.8 | 262.767 | 0.0939234 | 96.475 | 0 | 96.475 | 13 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 310 | | SQLCommandPanel | [virtual] OnTemplatesBtnClick(wxAuiToolBarEvent &) | 1 | 22 | 21 | 0 | 1 | 2 | 1 | 60 | 191 | 1128.22 | 14.8256 | 16726.5 | 929.248 | 0.218013 | 83.9175 | 0 | 83.9175 | 37 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 333 | | SQLCommandPanel | OnPopupClick(wxCommandEvent &) | 1 | 25 | 19 | 0 | 6 | 5 | 1 | 45 | 171 | 939.107 | 16.2759 | 15284.8 | 849.154 | 0.205298 | 82.1106 | 0 | 82.1106 | 22 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 359 | | SQLCommandPanel | OnExecuteSQL(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 365 | | SQLCommandPanel | OnCopyCellValue(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 28 | 118.942 | 6.1875 | 735.953 | 40.8863 | 0.0271714 | 116.665 | 0 | 116.665 | 2 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 372 | | SQLCommandPanel | IsBlobColumn(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 53 | 257.473 | 12.0417 | 3100.4 | 172.245 | 0.0708747 | 105.85 | 0 | 105.85 | 3 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 382 | | SQLCommandPanel | SetDefaultSelect() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 68 | 333.669 | 8 | 2669.35 | 148.297 | 0.0641429 | 104.732 | 0 | 104.732 | 11 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 392 | | SQLCommandPanel | [virtual] OnHistoryToolClicked(wxAuiToolBarEvent &) | 1 | 32 | 27 | 0 | 5 | 5 | 2 | 70 | 209 | 1281.02 | 19.0208 | 24366.1 | 1353.67 | 0.280158 | 76.4969 | 0 | 76.4969 | 25 | 0 |
| DatabaseExplorer/SqlCommandPanel.cpp | 425 | | SQLCommandPanel | ParseSql() const | 0 | 74 | 55 | 6 | 13 | 13 | 3 | 75 | 341 | 2124.03 | 47.5568 | 101012 | 5611.78 | 0.722982 | 58.4466 | 21.348 | 79.7946 | 24 | 1 |
| DatabaseExplorer/SqlCommandPanel.cpp | 500 | | SQLCommandPanel | SaveSqlHistory(wxArrayString) | 1 | 25 | 19 | 2 | 4 | 5 | 2 | 46 | 138 | 762.252 | 16.7143 | 12740.5 | 707.805 | 0.181832 | 83.1956 | 21.2145 | 104.41 | 16 | 1 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 33 | | SQLiteDbAdapter | SQLiteDbAdapter() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.08333 | 271.982 | 15.1101 | 0.0139928 | 122.863 | 0 | 122.863 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 38 | | SQLiteDbAdapter | SQLiteDbAdapter(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 122.3 | 0 | 122.3 | 1 | 3 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 44 | | SQLiteDbAdapter | CloseConnection() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 45 | | SQLiteDbAdapter | GetDatabaseLayer(const wxString &) [override] | 1 | 10 | 8 | 0 | 2 | 1 | 0 | 26 | 35 | 164.515 | 7.28571 | 1198.61 | 66.5896 | 0.0376124 | 106.933 | 0 | 106.933 | 4 | 3 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 56 | | SQLiteDbAdapter | GetDbTypeByName(const wxString &) [override] | 1 | 47 | 41 | 0 | 6 | 17 | 1 | 51 | 548 | 3108.49 | 45.4857 | 141392 | 7855.1 | 0.90468 | 62.8998 | 0 | 62.8998 | 50 | 8 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 103 | | SQLiteDbAdapter | GetDbTypes() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 51 | 227.431 | 7.5 | 1705.73 | 94.7629 | 0.0475867 | 116.478 | 0 | 116.478 | 2 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 109 | | SQLiteDbAdapter | IsConnected() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 110 | | SQLiteDbAdapter | GetDefaultSelect(const wxString &, const wxString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 40 | 172.877 | 8.5 | 1469.46 | 81.6364 | 0.043084 | 121.519 | 0 | 121.519 | 4 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 114 | | SQLiteDbAdapter | GetDefaultSelect(const wxString &, const wxString &, const wxString &) [override] | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 51 | 224.008 | 10 | 2240.08 | 124.449 | 0.0570674 | 116.556 | 0 | 116.556 | 5 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 119 | | SQLiteDbAdapter | GetColumns(Table *) [override] | 1 | 67 | 59 | 2 | 6 | 15 | 4 | 86 | 537 | 3450.9 | 32.6308 | 112606 | 6255.87 | 0.777294 | 57.0727 | 13.2238 | 70.2965 | 76 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 186 | | SQLiteDbAdapter | GetCreateTableSql(Table *, bool) [override] | 2 | 56 | 47 | 4 | 5 | 14 | 3 | 62 | 420 | 2500.76 | 27.5778 | 68965.5 | 3831.42 | 0.560574 | 61.8827 | 20.1155 | 81.9982 | 67 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 243 | | SQLiteDbAdapter | CanConnect() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 245 | | SQLiteDbAdapter | GetDatabases(DbConnection *) [override] | 1 | 16 | 14 | 1 | 1 | 4 | 2 | 38 | 96 | 503.801 | 11.6364 | 5862.41 | 325.69 | 0.108375 | 92.8087 | 18.8844 | 111.693 | 16 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 262 | | SQLiteDbAdapter | GetTables(Database *, bool) [override] | 2 | 35 | 30 | 1 | 4 | 6 | 2 | 58 | 275 | 1610.94 | 21.825 | 35158.9 | 1953.27 | 0.357741 | 73.6236 | 12.944 | 86.5675 | 47 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 297 | | SQLiteDbAdapter | GetCreateDatabaseSql(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 298 | | SQLiteDbAdapter | GetDropTableSql(Table *) [override] | 1 | 6 | 4 | 2 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 116.026 | 38.9925 | 155.019 | 4 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 304 | | SQLiteDbAdapter | GetAlterTableConstraintSql(Table *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 305 | | SQLiteDbAdapter | GetDropDatabaseSql(Database *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 306 | | SQLiteDbAdapter | GetUseDb(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 307 | | SQLiteDbAdapter | GetViews(Database *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 308 | | SQLiteDbAdapter | GetCreateViewSql(View *, bool) [override] | 2 | 13 | 13 | 0 | 0 | 3 | 2 | 31 | 107 | 530.099 | 14.0833 | 7465.56 | 414.753 | 0.127327 | 96.1379 | 0 | 96.1379 | 15 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 321 | | SQLiteDbAdapter | ConvertTable(Table *) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 29 | 82 | 398.354 | 8.86111 | 3529.86 | 196.103 | 0.0772771 | 100.33 | 0 | 100.33 | 13 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 333 | | SQLiteDbAdapter | ConvertType(IDbType *) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 51 | 230.702 | 14 | 3229.82 | 179.435 | 0.0728335 | 106.651 | 0 | 106.651 | 4 | 1 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 343 | | SQLiteDbAdapter | GetDbTypeByUniversalName(IDbType::UNIVERSAL_TYPE) [override] | 1 | 28 | 28 | 0 | 0 | 8 | 1 | 33 | 147 | 741.526 | 17.225 | 12772.8 | 709.599 | 0.182139 | 80.813 | 0 | 80.813 | 14 | 1 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 371 | | SQLiteDbAdapter | Clone() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| DatabaseExplorer/SqliteDbAdapter.cpp | 373 | | SQLiteDbAdapter | GetDropViewSql(View *) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.6 | 927.657 | 51.5365 | 0.0317057 | 122.595 | 0 | 122.595 | 4 | 0 |
| DatabaseExplorer/SqliteType.cpp | 27 | | SqliteType | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/SqliteType.cpp | 27 | | SqliteType | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/SqliteType.cpp | 27 | | SqliteType | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/SqliteType.cpp | 28 | | SqliteType | SqliteType() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 127.776 | 0 | 127.776 | 1 | 1 |
| DatabaseExplorer/SqliteType.cpp | 33 | | SqliteType | SqliteType(const SqliteType &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 22 | 69 | 307.701 | 11.4231 | 3514.89 | 195.272 | 0.0770584 | 100.723 | 0 | 100.723 | 2 | 1 |
| DatabaseExplorer/SqliteType.cpp | 46 | | SqliteType | SqliteType(const wxString &, long, UNIVERSAL_TYPE) | 3 | 13 | 12 | 0 | 1 | 1 | 0 | 29 | 57 | 276.905 | 6.31579 | 1748.87 | 97.1596 | 0.0483858 | 99.9747 | 0 | 99.9747 | 2 | 17 |
| DatabaseExplorer/SqliteType.cpp | 60 | | SqliteType | ReturnSql() [override] | 0 | 6 | 6 | 0 | 0 | 3 | 1 | 27 | 52 | 247.254 | 9.28571 | 2295.93 | 127.552 | 0.058012 | 112.629 | 0 | 112.629 | 7 | 0 |
| DatabaseExplorer/SqliteType.cpp | 66 | | SqliteType | InitSerialize() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 31 | 98 | 485.511 | 5.6875 | 2761.35 | 153.408 | 0.0656084 | 99.761 | 0 | 99.761 | 31 | 3 |
| DatabaseExplorer/SqliteType.cpp | 77 | | SqliteType | GetUniversalType() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.9 | 316.194 | 17.5663 | 0.0154709 | 131.303 | 0 | 131.303 | 0 | 0 |
| DatabaseExplorer/column.cpp | 28 | | Column | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/column.cpp | 28 | | Column | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/column.cpp | 28 | | Column | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/column.cpp | 30 | | Column | Column() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 124.162 | 0 | 124.162 | 1 | 1 |
| DatabaseExplorer/column.cpp | 36 | | Column | ~Column() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 6 | 219.247 | 12.1804 | 0.01212 | 129.6 | 0 | 129.6 | 1 | 0 |
| DatabaseExplorer/column.cpp | 41 | | Column | Column(const Column &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 11.4 | 2338.53 | 129.918 | 0.0587273 | 111.563 | 0 | 111.563 | 5 | 1 |
| DatabaseExplorer/column.cpp | 49 | | Column | Column(const wxString &, const wxString &, IDbType *) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 9.27273 | 1761.72 | 97.8734 | 0.0486225 | 107.891 | 0 | 107.891 | 3 | 3 |
| DatabaseExplorer/column.cpp | 59 | | Column | Edit(wxString &, wxString &, IDbType *) | 3 | 11 | 10 | 0 | 1 | 2 | 1 | 26 | 54 | 253.824 | 11.0833 | 2813.21 | 156.29 | 0.0664274 | 102.904 | 0 | 102.904 | 3 | 0 |
| DatabaseExplorer/column.cpp | 71 | | Column | initSerializable() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 4.375 | 706.218 | 39.2343 | 0.0264345 | 115.307 | 0 | 115.307 | 10 | 3 |
| DatabaseExplorer/constraint.cpp | 27 | | Constraint | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/constraint.cpp | 27 | | Constraint | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/constraint.cpp | 27 | | Constraint | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/constraint.cpp | 28 | | Constraint | Constraint() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 4.5 | 394.061 | 21.8923 | 0.0179166 | 115.99 | 0 | 115.99 | 1 | 5 |
| DatabaseExplorer/constraint.cpp | 35 | | Constraint | Constraint(const Constraint &) | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 22 | 62 | 276.485 | 12.0833 | 3340.86 | 185.603 | 0.0744933 | 101.279 | 0 | 101.279 | 6 | 1 |
| DatabaseExplorer/constraint.cpp | 47 | | Constraint | Constraint(const wxString &, const wxString &, constraintType, constraintAction, constraintAction) | 5 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 49 | 227.549 | 7.03125 | 1599.95 | 88.8863 | 0.0455985 | 106.953 | 0 | 106.953 | 3 | 0 |
| DatabaseExplorer/constraint.cpp | 57 | | Constraint | InitSerializable() | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 27 | 78 | 370.881 | 5.425 | 2012.03 | 111.779 | 0.0531254 | 101.162 | 0 | 101.162 | 24 | 3 |
| DatabaseExplorer/database.cpp | 29 | | Database | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/database.cpp | 29 | | Database | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/database.cpp | 29 | | Database | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/database.cpp | 31 | | Database | Database() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.08333 | 271.982 | 15.1101 | 0.0139928 | 122.863 | 0 | 122.863 | 1 | 1 |
| DatabaseExplorer/database.cpp | 37 | | Database | Database(const Database &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 10.8333 | 1213.33 | 67.4074 | 0.0379198 | 120.161 | 0 | 120.161 | 2 | 1 |
| DatabaseExplorer/database.cpp | 43 | | Database | Database(IDbAdapter *, const wxString &) | 2 | 18 | 17 | 0 | 1 | 4 | 3 | 35 | 96 | 492.411 | 12.75 | 6278.24 | 348.791 | 0.113441 | 91.0195 | 0 | 91.0195 | 12 | 3 |
| DatabaseExplorer/database.cpp | 62 | | Database | ~Database() [override] | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 132.131 | 34.9714 | 167.103 | 0 | 0 |
| DatabaseExplorer/database.cpp | 66 | | Database | RefreshChildren(bool) | 1 | 18 | 17 | 0 | 1 | 4 | 3 | 36 | 100 | 516.993 | 11.7857 | 6093.13 | 338.507 | 0.1112 | 90.7662 | 0 | 90.7662 | 15 | 2 |
| DatabaseExplorer/database.cpp | 85 | | Database | RefreshChildrenDetails() | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 25 | 56 | 260.056 | 9.23077 | 2400.52 | 133.362 | 0.0597606 | 105.798 | 0 | 105.798 | 9 | 1 |
| DatabaseExplorer/databaseexplorer.cpp | 62 | | | wxbuildinfo(wxbuildinfoformat) | 1 | 22 | 19 | 1 | 3 | 4 | 1 | 31 | 87 | 431.015 | 9.9 | 4267.05 | 237.058 | 0.0876928 | 88.4612 | 16.2158 | 104.677 | 4 | 1 |
| DatabaseExplorer/databaseexplorer.cpp | 86 | | | CreatePlugin(IManager *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 7.85714 | 950.147 | 52.786 | 0.0322161 | 114.081 | 0 | 114.081 | 1 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 94 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 104 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 58 | | DatabaseExplorer | [static] GetManager() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4.5 | 239.863 | 13.3257 | 0.0128683 | 150.095 | 0 | 150.095 | 0 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 106 | | DatabaseExplorer | DatabaseExplorer(IManager *) | 1 | 35 | 25 | 2 | 8 | 3 | 1 | 72 | 226 | 1394.4 | 12.7143 | 17728.8 | 984.935 | 0.226638 | 75.0642 | 18.0961 | 93.1603 | 42 | 1 |
| DatabaseExplorer/databaseexplorer.cpp | 142 | | DatabaseExplorer | ~DatabaseExplorer() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 4.66667 | 217.033 | 12.0574 | 0.0120382 | 150.804 | 0 | 150.804 | 1 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 144 | | DatabaseExplorer | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 146 | | DatabaseExplorer | CreatePluginMenu(wxMenu *) [override] | 1 | 14 | 12 | 1 | 1 | 1 | 0 | 38 | 126 | 661.239 | 11.7692 | 7782.27 | 432.348 | 0.130903 | 94.2479 | 20.1155 | 114.363 | 22 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 161 | | DatabaseExplorer | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 167 | | DatabaseExplorer | OnExecuteSQL(wxCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 1 | 2 |
| DatabaseExplorer/databaseexplorer.cpp | 173 | | DatabaseExplorer | UnPlug() [override] | 0 | 12 | 11 | 1 | 0 | 2 | 1 | 38 | 93 | 488.057 | 9.33333 | 4555.2 | 253.067 | 0.0915975 | 98.0943 | 21.6227 | 119.717 | 12 | 0 |
| DatabaseExplorer/databaseexplorer.cpp | 186 | | DatabaseExplorer | OnAbout(wxCommandEvent &) | 1 | 17 | 15 | 0 | 2 | 1 | 0 | 40 | 104 | 553.481 | 7.66667 | 4243.35 | 235.742 | 0.0873678 | 92.0276 | 0 | 92.0276 | 24 | 1 |
| DatabaseExplorer/databaseexplorer.cpp | 204 | | DatabaseExplorer | OnOpenWithDBE(clCommandEvent &) | 1 | 10 | 8 | 2 | 0 | 2 | 1 | 22 | 52 | 231.89 | 9 | 2087.01 | 115.945 | 0.0544372 | 104.918 | 31.9355 | 136.853 | 7 | 2 |
| DatabaseExplorer/databaseexplorer.cpp | 215 | | DatabaseExplorer | DoOpenFile(const wxFileName &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 27 | 114.694 | 6.875 | 788.522 | 43.8068 | 0.0284504 | 116.854 | 0 | 116.854 | 1 | 1 |
| DatabaseExplorer/databaseexplorer.cpp | 222 | | DatabaseExplorer | OnToggleTab(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.66667 | 319.818 | 17.7677 | 0.0155888 | 122.715 | 0 | 122.715 | 1 | 2 |
| DatabaseExplorer/db_explorer_settings.cpp | 120 | | DbConnectionInfo | DbConnectionInfo() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 2 | 3 |
| DatabaseExplorer/db_explorer_settings.cpp | 126 | | DbConnectionInfo | ToJSON() const [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 32 | 87 | 435 | 8.63636 | 3756.82 | 208.712 | 0.0805549 | 98.9227 | 0 | 98.9227 | 17 | 1 |
| DatabaseExplorer/db_explorer_settings.cpp | 139 | | DbConnectionInfo | FromJSON(const JSONItem &) [override] | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 32 | 110 | 550 | 9.3913 | 5165.22 | 286.957 | 0.0996027 | 100.657 | 0 | 100.657 | 26 | 1 |
| DatabaseExplorer/db_explorer_settings.cpp | 32 | | DbExplorerSettings | DbExplorerSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 8 |
| DatabaseExplorer/db_explorer_settings.cpp | 37 | | DbExplorerSettings | SetRecentFiles(const wxArrayString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 68 | 333.669 | 11.375 | 3795.48 | 210.86 | 0.0811067 | 104.502 | 0 | 104.502 | 6 | 1 |
| DatabaseExplorer/db_explorer_settings.cpp | 47 | | DbExplorerSettings | GetMySQLConnections() | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 65 | 312.478 | 12 | 3749.74 | 208.319 | 0.0804537 | 103.137 | 0 | 103.137 | 7 | 3 |
| DatabaseExplorer/db_explorer_settings.cpp | 58 | | DbExplorerSettings | GetPgSQLConnections() | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 65 | 312.478 | 12 | 3749.74 | 208.319 | 0.0804537 | 103.137 | 0 | 103.137 | 7 | 3 |
| DatabaseExplorer/db_explorer_settings.cpp | 69 | | DbExplorerSettings | SetMySQLConnections(const DbConnectionInfoVec &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 71 | 321.173 | 10.3846 | 3335.26 | 185.292 | 0.0744101 | 107.069 | 0 | 107.069 | 12 | 1 |
| DatabaseExplorer/db_explorer_settings.cpp | 78 | | DbExplorerSettings | SetPgSQLConnections(const DbConnectionInfoVec &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 71 | 321.173 | 10.3846 | 3335.26 | 185.292 | 0.0744101 | 107.069 | 0 | 107.069 | 12 | 1 |
| DatabaseExplorer/db_explorer_settings.cpp | 87 | | DbExplorerSettings | FromJSON(const JSONItem &) [override] | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 35 | 90 | 461.635 | 9.91304 | 4576.21 | 254.234 | 0.091879 | 97.087 | 20.8285 | 117.915 | 15 | 0 |
| DatabaseExplorer/db_explorer_settings.cpp | 101 | | DbExplorerSettings | ToJSON() const [override] | 0 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 81 | 408.596 | 11.05 | 4514.98 | 250.832 | 0.0910576 | 96.5211 | 20.1155 | 116.637 | 13 | 0 |
| DatabaseExplorer/dbconnection.cpp | 28 | | DbConnection | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/dbconnection.cpp | 28 | | DbConnection | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/dbconnection.cpp | 28 | | DbConnection | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/dbconnection.cpp | 30 | | DbConnection | DbConnection() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 4.66667 | 170.526 | 9.47365 | 0.0102503 | 129.6 | 0 | 129.6 | 0 | 1 |
| DatabaseExplorer/dbconnection.cpp | 34 | | DbConnection | DbConnection(IDbAdapter *, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 6.66667 | 764.627 | 42.4793 | 0.0278727 | 117.084 | 0 | 117.084 | 2 | 2 |
| DatabaseExplorer/dbconnection.cpp | 41 | | DbConnection | DbConnection(const DbConnection &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 10.8333 | 1213.33 | 67.4074 | 0.0379198 | 120.161 | 0 | 120.161 | 2 | 1 |
| DatabaseExplorer/dbconnection.cpp | 46 | | DbConnection | ~DbConnection() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 13 | 21 | 77.7092 | 10 | 777.092 | 43.1718 | 0.0281748 | 116.381 | 0 | 116.381 | 1 | 0 |
| DatabaseExplorer/dbconnection.cpp | 54 | | DbConnection | Load() | 0 | 7 | 7 | 0 | 0 | 3 | 2 | 15 | 29 | 113.3 | 6 | 679.799 | 37.7666 | 0.0257711 | 114.19 | 0 | 114.19 | 2 | 2 |
| DatabaseExplorer/dbconnection.cpp | 61 | | DbConnection | RefreshChildren() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 29 | 113.3 | 4.57143 | 517.942 | 28.7746 | 0.0214981 | 117.147 | 0 | 117.147 | 5 | 1 |
| DatabaseExplorer/dbitem.cpp | 28 | | DbItem | DbItem(Database *, Table *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.33333 | 1014.21 | 56.3451 | 0.0336484 | 116.11 | 0 | 116.11 | 0 | 0 |
| DatabaseExplorer/dbitem.cpp | 35 | | DbItem | DbItem(xsSerializable *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.14286 | 817.493 | 45.4163 | 0.029143 | 117.095 | 0 | 117.095 | 0 | 5 |
| DatabaseExplorer/dumpclass.cpp | 28 | | DumpClass | DumpClass(IDbAdapter *, xsSerializable *, const wxString &) | 3 | 6 | 5 | 0 | 1 | 1 | 0 | 21 | 31 | 136.162 | 6.81818 | 928.376 | 51.5765 | 0.0317221 | 116.192 | 0 | 116.192 | 1 | 2 |
| DatabaseExplorer/dumpclass.cpp | 35 | | DumpClass | DumpData() | 0 | 27 | 25 | 0 | 2 | 6 | 3 | 50 | 168 | 948.168 | 16.5938 | 15733.7 | 874.092 | 0.209298 | 80.5839 | 0 | 80.5839 | 22 | 2 |
| DatabaseExplorer/dumpclass.cpp | 63 | | DumpClass | DumpTable(wxTextFile *, Table *) | 2 | 77 | 69 | 1 | 7 | 23 | 7 | 105 | 759 | 5096.11 | 41.875 | 213400 | 11855.5 | 1.19035 | 50.9519 | 8.78156 | 59.7335 | 109 | 1 |
| DatabaseExplorer/table.cpp | 28 | | Table | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/table.cpp | 28 | | Table | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/table.cpp | 28 | | Table | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/table.cpp | 30 | | Table | Table() | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 11 | 15 | 51.8915 | 5.33333 | 276.755 | 15.3753 | 0.014156 | 121.208 | 0 | 121.208 | 1 | 1 |
| DatabaseExplorer/table.cpp | 37 | | Table | Table(const Table &) | 1 | 11 | 8 | 1 | 2 | 1 | 0 | 21 | 52 | 228.401 | 13.3333 | 3045.34 | 169.186 | 0.070033 | 103.682 | 22.5149 | 126.197 | 4 | 1 |
| DatabaseExplorer/table.cpp | 49 | | Table | Table(IDbAdapter *, const wxString &, const wxString &, bool) | 4 | 10 | 9 | 0 | 1 | 1 | 0 | 28 | 57 | 274.019 | 8.625 | 2363.42 | 131.301 | 0.0591433 | 104.279 | 0 | 104.279 | 3 | 3 |
| DatabaseExplorer/table.cpp | 60 | | Table | SetName(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 6.1875 | 630.817 | 35.0454 | 0.0245178 | 120.65 | 0 | 120.65 | 1 | 0 |
| DatabaseExplorer/table.cpp | 66 | | Table | initSerializable() | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 68 | 315.782 | 6.46875 | 2042.72 | 113.484 | 0.0536641 | 105.249 | 0 | 105.249 | 16 | 3 |
| DatabaseExplorer/table.cpp | 76 | | Table | RefreshChildren() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 38 | 161.421 | 6.875 | 1109.77 | 61.6539 | 0.0357301 | 110.416 | 0 | 110.416 | 5 | 2 |
| DatabaseExplorer/view.cpp | 28 | | View | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| DatabaseExplorer/view.cpp | 28 | | View | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| DatabaseExplorer/view.cpp | 28 | | View | Clone() [override] | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 0 |
| DatabaseExplorer/view.cpp | 30 | | View | View() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 127.987 | 0 | 127.987 | 2 | 1 |
| DatabaseExplorer/view.cpp | 34 | | View | View(const View &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 38 | 158.457 | 10.625 | 1683.61 | 93.5337 | 0.0471744 | 112.906 | 0 | 112.906 | 5 | 1 |
| DatabaseExplorer/view.cpp | 42 | | View | View(IDbAdapter *, const wxString &, const wxString &, const wxString &) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 49 | 227.549 | 9.03571 | 2056.07 | 114.226 | 0.0538977 | 108.861 | 0 | 108.861 | 5 | 3 |
| DatabaseExplorer/view.cpp | 51 | | View | initSerializable() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 38 | 158.457 | 4.77273 | 756.273 | 42.0152 | 0.0276693 | 115.403 | 0 | 115.403 | 9 | 3 |
| ExternalTools/ExternalToolsManager.cpp | 8 | | ExternalToolsManager | ExternalToolsManager(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.6 | 393.727 | 21.8737 | 0.0179064 | 122.582 | 0 | 122.582 | 2 | 1 |
| ExternalTools/ExternalToolsManager.cpp | 14 | | ExternalToolsManager | OnKill(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 38 | 83 | 435.578 | 9.91667 | 4319.48 | 239.971 | 0.0884097 | 100.095 | 0 | 100.095 | 9 | 0 |
| ExternalTools/ExternalToolsManager.cpp | 26 | | ExternalToolsManager | OnKillAll(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4 | 408.746 | 22.7081 | 0.018359 | 120.638 | 0 | 120.638 | 3 | 0 |
| ExternalTools/ExternalToolsManager.cpp | 32 | | ExternalToolsManager | OnKillAllUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| ExternalTools/ExternalToolsManager.cpp | 33 | | ExternalToolsManager | OnKillUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| ExternalTools/ExternalToolsManager.cpp | 38 | | ExternalToolsManager | DoPopulateTable() | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 49 | 111 | 623.233 | 11.4219 | 7118.49 | 395.472 | 0.123349 | 96.8229 | 0 | 96.8229 | 17 | 4 |
| ExternalTools/ExternalToolsManager.cpp | 51 | | ExternalToolsManager | DoClear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 57 | 267.925 | 10.5 | 2813.21 | 156.29 | 0.0664274 | 105.873 | 0 | 105.873 | 5 | 1 |
| ExternalTools/ExternalToolsManager.cpp | 60 | | ExternalToolsManager | OnRefresh(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| ExternalTools/ExternalToolsProcessManager.cpp | 28 | | ExtToolsMyProcess | ExtToolsMyProcess() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 5 | 5 | 11.6096 | 1.5 | 17.4145 | 0.96747 | 0.00223951 | 158.02 | 0 | 158.02 | 0 | 1 |
| ExternalTools/ExternalToolsProcessManager.cpp | 29 | | ExtToolsMyProcess | ~ExtToolsMyProcess() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| ExternalTools/ExternalToolsProcessManager.cpp | 30 | | ExtToolsMyProcess | OnTerminate(int, int) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6.25 | 651.551 | 36.1973 | 0.0250521 | 120.534 | 0 | 120.534 | 3 | 0 |
| ExternalTools/ExternalToolsProcessManager.cpp | 39 | | ToolsTaskManager | ToolsTaskManager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 7.5 | 908.352 | 50.464 | 0.0312643 | 119.754 | 0 | 119.754 | 2 | 1 |
| ExternalTools/ExternalToolsProcessManager.cpp | 45 | | ToolsTaskManager | ~ToolsTaskManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| ExternalTools/ExternalToolsProcessManager.cpp | 51 | | ToolsTaskManager | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 7 |
| ExternalTools/ExternalToolsProcessManager.cpp | 59 | | ToolsTaskManager | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| ExternalTools/ExternalToolsProcessManager.cpp | 67 | | ToolsTaskManager | OnProcessEnd(clProcessEvent &) | 1 | 13 | 9 | 2 | 2 | 1 | 0 | 31 | 69 | 341.84 | 9.02778 | 3086.05 | 171.447 | 0.0706558 | 98.8792 | 28.5467 | 127.426 | 12 | 2 |
| ExternalTools/ExternalToolsProcessManager.cpp | 81 | | ToolsTaskManager | OnProcessOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 123.848 | 0 | 123.848 | 3 | 2 |
| ExternalTools/ExternalToolsProcessManager.cpp | 86 | | ToolsTaskManager | StartTool(const ToolInfo &, const wxString &) | 2 | 53 | 44 | 3 | 6 | 9 | 2 | 98 | 372 | 2460.67 | 21.4054 | 52671.7 | 2926.2 | 0.468378 | 64.0087 | 18.0144 | 82.0231 | 74 | 2 |
| ExternalTools/ExternalToolsProcessManager.cpp | 140 | | ToolsTaskManager | ProcessTerminated(int) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 34 | 141.777 | 6.5 | 921.553 | 51.1974 | 0.0315665 | 115.751 | 0 | 115.751 | 4 | 2 |
| ExternalTools/ExternalToolsProcessManager.cpp | 147 | | ToolsTaskManager | StopAll() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 35 | 160.474 | 5.92308 | 950.498 | 52.8054 | 0.032224 | 115.107 | 0 | 115.107 | 2 | 1 |
| ExternalTools/ExternalToolsProcessManager.cpp | 154 | | ToolsTaskManager | Stop(int) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 6.25 | 1086.99 | 60.3881 | 0.0352394 | 114.689 | 0 | 114.689 | 4 | 1 |
| ExternalTools/ExternalToolsProcessManager.cpp | 161 | | ToolsTaskManager | GetTools() | 0 | 15 | 13 | 2 | 0 | 3 | 0 | 32 | 64 | 320 | 13.6 | 4352 | 241.778 | 0.0888528 | 96.4443 | 26.7997 | 123.244 | 0 | 1 |
| ExternalTools/NewToolBase.cpp | 14 | | NewToolBase | NewToolBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 207 | 149 | 2 | 56 | 11 | 1 | 179 | 1941 | 14526.1 | 56.671 | 823207 | 45733.7 | 2.92787 | 32.2447 | 7.58448 | 39.8292 | 293 | 1 |
| ExternalTools/NewToolBase.cpp | 222 | | NewToolBase | ~NewToolBase() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 35 | 170 | 871.978 | 13 | 11335.7 | 629.762 | 0.168207 | 90.6461 | 0 | 90.6461 | 36 | 0 |
| ExternalTools/NewToolBase_formbuilder_bitmaps.cpp | 34 | | | wxC3E45InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| ExternalTools/external_tools.cpp | 14 | | ExternalToolBaseDlg | ExternalToolBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 86 | 66 | 2 | 18 | 6 | 1 | 126 | 761 | 5309.71 | 31.2621 | 165993 | 9221.83 | 1.00679 | 52.8577 | 11.7029 | 64.5606 | 119 | 1 |
| ExternalTools/external_tools.cpp | 101 | | ExternalToolBaseDlg | ~ExternalToolBaseDlg() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 30 | 134 | 657.523 | 12.75 | 8383.42 | 465.746 | 0.13756 | 92.114 | 0 | 92.114 | 28 | 0 |
| ExternalTools/external_tools.cpp | 118 | | ExternalToolsManagerBase | ExternalToolsManagerBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 79 | 60 | 2 | 17 | 6 | 1 | 120 | 677 | 4675.96 | 29.7577 | 139146 | 7730.34 | 0.895075 | 54.894 | 12.2003 | 67.0942 | 105 | 1 |
| ExternalTools/external_tools.cpp | 198 | | ExternalToolsManagerBase | ~ExternalToolsManagerBase() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 25 | 98 | 455.098 | 12.3333 | 5612.87 | 311.826 | 0.105278 | 98.6878 | 0 | 98.6878 | 20 | 0 |
| ExternalTools/external_tools_formbuilder_bitmaps.cpp | 34 | | | wxC403FInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| ExternalTools/externaltooldlg.cpp | 33 | | ExternalToolDlg | ExternalToolDlg(wxWindow *, IManager *) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 7.15 | 1161.99 | 64.5549 | 0.0368423 | 112.774 | 0 | 112.774 | 4 | 1 |
| ExternalTools/externaltooldlg.cpp | 41 | | ExternalToolDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| ExternalTools/externaltooldlg.cpp | 43 | | ExternalToolDlg | OnButtonNew(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 95 | 487.282 | 9.45455 | 4607.03 | 255.946 | 0.092291 | 102.763 | 0 | 102.763 | 13 | 0 |
| ExternalTools/externaltooldlg.cpp | 53 | | ExternalToolDlg | OnButtonNewUI(wxUpdateUIEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 120.65 | 31.9355 | 152.585 | 2 | 0 |
| ExternalTools/externaltooldlg.cpp | 59 | | ExternalToolDlg | OnButtonEdit(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4 | 320 | 17.7778 | 0.0155948 | 147.983 | 0 | 147.983 | 2 | 0 |
| ExternalTools/externaltooldlg.cpp | 61 | | ExternalToolDlg | OnButtonEditUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| ExternalTools/externaltooldlg.cpp | 66 | | ExternalToolDlg | OnButtonDelete(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 33 | 60 | 302.664 | 7.8 | 2360.78 | 131.154 | 0.0590993 | 107.147 | 0 | 107.147 | 8 | 0 |
| ExternalTools/externaltooldlg.cpp | 75 | | ExternalToolDlg | OnButtonDeleteUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 123.945 | 0 | 123.945 | 3 | 0 |
| ExternalTools/externaltooldlg.cpp | 80 | | ExternalToolDlg | DoUpdateEntry(const wxDataViewItem &, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, bool, bool, bool) | 10 | 12 | 11 | 0 | 1 | 2 | 1 | 43 | 133 | 721.693 | 15.6897 | 11323.1 | 629.062 | 0.168083 | 96.0602 | 0 | 96.0602 | 6 | 2 |
| ExternalTools/externaltooldlg.cpp | 93 | | ExternalToolDlg | DoEditEntry(const wxDataViewItem &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 39 | 107 | 565.538 | 10.92 | 6175.68 | 343.093 | 0.112202 | 98.7377 | 0 | 98.7377 | 13 | 2 |
| ExternalTools/externaltooldlg.cpp | 105 | | ExternalToolDlg | GetTools() | 0 | 23 | 22 | 0 | 1 | 3 | 2 | 52 | 166 | 946.273 | 15.3333 | 14509.5 | 806.084 | 0.198296 | 83.8818 | 0 | 83.8818 | 18 | 1 |
| ExternalTools/externaltooldlg.cpp | 129 | | ExternalToolDlg | SetTools(const std::vector<ToolInfo> &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 47 | 114 | 633.223 | 15.9464 | 10097.6 | 560.98 | 0.155725 | 98.1498 | 0 | 98.1498 | 10 | 1 |
| ExternalTools/externaltooldlg.cpp | 141 | | ExternalToolDlg | GetToolData(const wxDataViewItem &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 22 | 33 | 147.161 | 8.66667 | 1275.4 | 70.8554 | 0.0392021 | 118.741 | 0 | 118.741 | 2 | 3 |
| ExternalTools/externaltooldlg.cpp | 147 | | ExternalToolDlg | DoClear() | 0 | 4 | 4 | 0 | 0 | 1 | 1 | 22 | 32 | 142.702 | 7.875 | 1123.78 | 62.432 | 0.0360301 | 122.516 | 0 | 122.516 | 3 | 1 |
| ExternalTools/externaltooldlg.cpp | 152 | | ExternalToolDlg | DoDeleteItem(const wxDataViewItem &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 51 | 245.175 | 9.5 | 2329.16 | 129.398 | 0.0585705 | 110.406 | 0 | 110.406 | 5 | 1 |
| ExternalTools/externaltools.cpp | 47 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| ExternalTools/externaltools.cpp | 52 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| ExternalTools/externaltools.cpp | 62 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| ExternalTools/externaltools.cpp | 43 | | DecSort | operator()(const ToolInfo &, const ToolInfo &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.77778 | 1156.38 | 64.2433 | 0.0367237 | 144.761 | 0 | 144.761 | 3 | 3 |
| ExternalTools/externaltools.cpp | 64 | | ExternalToolsPlugin | ExternalToolsPlugin(IManager *) | 1 | 35 | 27 | 4 | 5 | 4 | 2 | 73 | 255 | 1578.41 | 17.4167 | 27490.6 | 1527.25 | 0.303623 | 74.1897 | 25.0054 | 99.1951 | 39 | 1 |
| ExternalTools/externaltools.cpp | 100 | | ExternalToolsPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 30 | 74 | 363.11 | 7.5 | 2723.32 | 151.296 | 0.0650047 | 104.522 | 24.6875 | 129.21 | 15 | 0 |
| ExternalTools/externaltools.cpp | 110 | | ExternalToolsPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.57143 | 339.341 | 18.8523 | 0.016217 | 122.3 | 0 | 122.3 | 1 | 0 |
| ExternalTools/externaltools.cpp | 116 | | ExternalToolsPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| ExternalTools/externaltools.cpp | 122 | | ExternalToolsPlugin | UnPlug() [override] | 0 | 14 | 12 | 1 | 1 | 2 | 1 | 48 | 127 | 709.29 | 10.9091 | 7737.71 | 429.873 | 0.130403 | 93.6531 | 20.1155 | 113.769 | 16 | 0 |
| ExternalTools/externaltools.cpp | 137 | | ExternalToolsPlugin | OnSettings(wxCommandEvent &) | 1 | 14 | 10 | 2 | 2 | 2 | 1 | 32 | 83 | 415 | 9 | 3735 | 207.5 | 0.0802428 | 96.4402 | 27.6325 | 124.073 | 12 | 2 |
| ExternalTools/externaltools.cpp | 152 | | ExternalToolsPlugin | OnRecreateTB() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 1 |
| ExternalTools/externaltools.cpp | 158 | | ExternalToolsPlugin | OnLaunchExternalTool(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 38 | 85 | 446.074 | 12.1429 | 5416.61 | 300.923 | 0.102809 | 102.992 | 0 | 102.992 | 11 | 2 |
| ExternalTools/externaltools.cpp | 168 | | ExternalToolsPlugin | DoRecreateToolbar() | 0 | 48 | 39 | 2 | 7 | 8 | 4 | 77 | 317 | 1986.57 | 22.3125 | 44325.4 | 2462.52 | 0.417491 | 66.9569 | 15.5492 | 82.5061 | 42 | 2 |
| ExternalTools/externaltools.cpp | 217 | | ExternalToolsPlugin | DoCreatePluginMenu() | 0 | 32 | 27 | 2 | 3 | 4 | 2 | 64 | 237 | 1422 | 16.6383 | 23659.7 | 1314.43 | 0.274716 | 76.184 | 18.8844 | 95.0684 | 36 | 2 |
| ExternalTools/externaltools.cpp | 250 | | ExternalToolsPlugin | OnShowRunningTools(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.25 | 830.148 | 46.1193 | 0.029443 | 115.414 | 0 | 115.414 | 5 | 2 |
| ExternalTools/externaltools.cpp | 257 | | ExternalToolsPlugin | OnFileSave(clCommandEvent &) | 1 | 16 | 13 | 3 | 1 | 3 | 2 | 40 | 88 | 468.33 | 11.6667 | 5463.85 | 303.547 | 0.103406 | 93.4184 | 31.0814 | 124.5 | 10 | 2 |
| ExternalTools/externaltoolsdata.cpp | 71 | | ExternalToolsData | GetTools() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 5.71429 | 443.782 | 24.6545 | 0.0193936 | 148.138 | 0 | 148.138 | 0 | 6 |
| ExternalTools/externaltoolsdata.cpp | 73 | | ExternalToolsData | SetTools(const std::vector<ToolInfo> &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 21 | 89.2065 | 5.55556 | 495.592 | 27.5329 | 0.0208751 | 147.417 | 0 | 147.417 | 1 | 1 |
| ExternalTools/externaltoolsdata.cpp | 75 | | ExternalToolsData | DeSerialize(Archive &) [override] | 1 | 14 | 11 | 2 | 1 | 2 | 1 | 34 | 84 | 427.347 | 11.9 | 5085.43 | 282.524 | 0.0985743 | 96.2878 | 27.6325 | 123.92 | 8 | 0 |
| ExternalTools/externaltoolsdata.cpp | 90 | | ExternalToolsData | Serialize(Archive &) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 32 | 80 | 400 | 12.0556 | 4822.22 | 267.901 | 0.095143 | 102.083 | 23.5268 | 125.609 | 8 | 0 |
| ExternalTools/externaltoolsdata.cpp | 28 | | ToolInfo | ToolInfo() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 22 | 81.4097 | 4.8 | 390.766 | 21.7092 | 0.0178165 | 118.866 | 0 | 118.866 | 0 | 2 |
| ExternalTools/externaltoolsdata.cpp | 35 | | ToolInfo | DeSerialize(Archive &) [override] | 1 | 18 | 15 | 0 | 3 | 1 | 0 | 37 | 128 | 666.81 | 11.2115 | 7475.97 | 415.331 | 0.127445 | 90.133 | 0 | 90.133 | 18 | 0 |
| ExternalTools/externaltoolsdata.cpp | 54 | | ToolInfo | Serialize(Archive &) [override] | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 34 | 116 | 590.146 | 8.82 | 5205.08 | 289.171 | 0.100115 | 97.3366 | 0 | 97.3366 | 18 | 0 |
| ExternalTools/newtooldlg.cpp | 36 | | NewToolDlg | NewToolDlg(wxWindow *, IManager *, ExternalToolData *) | 3 | 28 | 28 | 0 | 0 | 3 | 1 | 66 | 189 | 1142.39 | 15.5638 | 17780 | 987.776 | 0.227073 | 79.7157 | 0 | 79.7157 | 22 | 2 |
| ExternalTools/newtooldlg.cpp | 65 | | NewToolDlg | OnButtonBrowsePath(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 36 | 77 | 398.084 | 10.3571 | 4123.02 | 229.056 | 0.0857081 | 105.722 | 0 | 105.722 | 12 | 0 |
| ExternalTools/newtooldlg.cpp | 74 | | NewToolDlg | OnButtonBrowseWD(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 33 | 64 | 322.841 | 10 | 3228.41 | 179.356 | 0.0728123 | 106.812 | 0 | 106.812 | 7 | 0 |
| ExternalTools/newtooldlg.cpp | 83 | | NewToolDlg | OnButtonHelp(wxCommandEvent &) [override] | 1 | 12 | 10 | 0 | 2 | 1 | 0 | 37 | 83 | 432.385 | 9.47917 | 4098.65 | 227.703 | 0.0853701 | 98.9541 | 0 | 98.9541 | 10 | 0 |
| ExternalTools/newtooldlg.cpp | 96 | | NewToolDlg | OnButtonOk(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.2 | 463.518 | 25.751 | 0.0199644 | 117.284 | 0 | 117.284 | 2 | 0 |
| ExternalTools/newtooldlg.cpp | 103 | | NewToolDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| ExternalTools/newtooldlg.cpp | 108 | | NewToolDlg | OnButtonBrowseIcon16(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 36 | 77 | 398.084 | 10.3571 | 4123.02 | 229.056 | 0.0857081 | 105.722 | 0 | 105.722 | 12 | 0 |
| ExternalTools/newtooldlg.cpp | 117 | | NewToolDlg | OnButtonBrowseIcon24(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 36 | 77 | 398.084 | 10.3571 | 4123.02 | 229.056 | 0.0857081 | 105.722 | 0 | 105.722 | 12 | 0 |
| ExternalTools/newtooldlg.cpp | 126 | | NewToolDlg | OnIdSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| ExternalTools/newtooldlg.cpp | 128 | | NewToolDlg | OnButtonOkUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 3 | 0 | 24 | 40 | 183.399 | 7 | 1283.79 | 71.3216 | 0.0393739 | 117.136 | 0 | 117.136 | 4 | 0 |
| SnipWiz/editsnippetsbasedlg.cpp | 37 | | EditSnippetsBaseDlg | EditSnippetsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 117 | 83 | 1 | 33 | 1 | 0 | 134 | 1063 | 7511.25 | 35.069 | 263412 | 14634 | 1.36973 | 47.2172 | 7.13669 | 54.3539 | 136 | 1 |
| SnipWiz/editsnippetsbasedlg.cpp | 155 | | EditSnippetsBaseDlg | ~EditSnippetsBaseDlg() [override] | 0 | 13 | 11 | 1 | 1 | 1 | 0 | 31 | 152 | 753.038 | 13.8095 | 10399.1 | 577.727 | 0.158809 | 94.7724 | 20.8285 | 115.601 | 32 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 34 | | EditSnippetsDlg | EditSnippetsDlg(wxWindow *, SnipWiz *, IManager *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 112.557 | 0 | 112.557 | 3 | 1 |
| SnipWiz/editsnippetsdlg.cpp | 42 | | EditSnippetsDlg | OnItemSelected(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 116.446 | 0 | 116.446 | 3 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 49 | | EditSnippetsDlg | SelectItem(long) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 6.81818 | 1078.11 | 59.8952 | 0.0350474 | 115.414 | 0 | 115.414 | 3 | 2 |
| SnipWiz/editsnippetsdlg.cpp | 56 | | EditSnippetsDlg | DoItemSelected(const wxString &) | 1 | 17 | 16 | 0 | 1 | 5 | 2 | 45 | 113 | 620.579 | 14 | 8688.11 | 482.673 | 0.140873 | 90.5125 | 0 | 90.5125 | 17 | 2 |
| SnipWiz/editsnippetsdlg.cpp | 74 | | EditSnippetsDlg | OnAddSnippet(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 82 | 413.64 | 9.1 | 3764.13 | 209.118 | 0.0806594 | 100.364 | 0 | 100.364 | 13 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 86 | | EditSnippetsDlg | OnAddSnippetUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 91 | | EditSnippetsDlg | OnChangeSnippet(wxCommandEvent &) [override] | 1 | 21 | 16 | 2 | 3 | 4 | 1 | 42 | 132 | 711.786 | 13.8462 | 9855.5 | 547.528 | 0.153226 | 86.6063 | 23.0043 | 109.611 | 20 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 113 | | EditSnippetsDlg | OnChangeSnippetUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 118 | | EditSnippetsDlg | OnRemoveSnippet(wxCommandEvent &) [override] | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 30 | 64 | 314.041 | 6.94737 | 2181.76 | 121.209 | 0.0560725 | 99.0903 | 0 | 99.0903 | 7 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 132 | | EditSnippetsDlg | OnRemoveSnippetUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| SnipWiz/editsnippetsdlg.cpp | 137 | | EditSnippetsDlg | Initialize() | 0 | 21 | 18 | 0 | 3 | 3 | 1 | 49 | 118 | 662.536 | 11.3939 | 7548.89 | 419.383 | 0.128273 | 87.2091 | 0 | 87.2091 | 15 | 1 |
| SnipWiz/editsnippetsdlg.cpp | 159 | | EditSnippetsDlg | GetStringDb() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 9 |
| SnipWiz/editsnippetsdlg.cpp | 161 | | EditSnippetsDlg | OnButtonKeyShortcut(wxCommandEvent &) [override] | 1 | 28 | 23 | 0 | 5 | 4 | 3 | 61 | 191 | 1132.77 | 16.5119 | 18704.2 | 1039.12 | 0.234876 | 79.5297 | 0 | 79.5297 | 27 | 0 |
| SnipWiz/snipwiz.cpp | 72 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| SnipWiz/snipwiz.cpp | 78 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 52 | 235.225 | 6.75 | 1587.77 | 88.2095 | 0.0453667 | 106.78 | 0 | 106.78 | 9 | 0 |
| SnipWiz/snipwiz.cpp | 88 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| SnipWiz/snipwiz.cpp | 93 | | | GetEOLByOS() | 0 | 10 | 10 | 3 | 0 | 2 | 0 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 107.605 | 37.5154 | 145.12 | 0 | 2 |
| SnipWiz/snipwiz.cpp | 105 | | SnipWiz | SnipWiz(IManager *) | 1 | 39 | 32 | 3 | 4 | 4 | 2 | 62 | 208 | 1238.47 | 17.8571 | 22115.6 | 1228.64 | 0.26263 | 73.6978 | 20.8285 | 94.5263 | 31 | 1 |
| SnipWiz/snipwiz.cpp | 146 | | SnipWiz | ~SnipWiz() [override] | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 16 | 21 | 84 | 5.83333 | 490 | 27.2222 | 0.0207178 | 121.427 | 0 | 121.427 | 2 | 0 |
| SnipWiz/snipwiz.cpp | 153 | | SnipWiz | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| SnipWiz/snipwiz.cpp | 156 | | SnipWiz | CreatePluginMenu(wxMenu *) [override] | 1 | 22 | 18 | 0 | 4 | 1 | 0 | 41 | 183 | 980.432 | 15.3103 | 15010.8 | 833.931 | 0.202837 | 84.8775 | 0 | 84.8775 | 33 | 0 |
| SnipWiz/snipwiz.cpp | 180 | | SnipWiz | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 15 | 12 | 1 | 2 | 2 | 1 | 34 | 86 | 437.522 | 12.6 | 5512.77 | 306.265 | 0.104022 | 95.0477 | 19.4709 | 114.519 | 9 | 0 |
| SnipWiz/snipwiz.cpp | 198 | | SnipWiz | UnPlug() [override] | 0 | 15 | 14 | 0 | 1 | 1 | 0 | 34 | 128 | 651.195 | 10 | 6511.95 | 361.775 | 0.116239 | 93.2098 | 0 | 93.2098 | 21 | 0 |
| SnipWiz/snipwiz.cpp | 215 | | SnipWiz | OnMenuExpandSwitch(wxCommandEvent &) | 1 | 34 | 30 | 0 | 4 | 7 | 1 | 68 | 280 | 1704.49 | 28.6364 | 48810.4 | 2711.69 | 0.445198 | 73.5697 | 0 | 73.5697 | 38 | 2 |
| SnipWiz/snipwiz.cpp | 251 | | SnipWiz | OnMenuSnippets(wxCommandEvent &) | 1 | 75 | 50 | 12 | 13 | 13 | 3 | 96 | 411 | 2706.42 | 34.7727 | 94109.6 | 5228.31 | 0.689659 | 56.9691 | 29.0386 | 86.0077 | 61 | 2 |
| SnipWiz/snipwiz.cpp | 327 | | SnipWiz | OnMenuPaste(wxCommandEvent &) | 1 | 24 | 20 | 3 | 1 | 5 | 1 | 48 | 139 | 776.31 | 17.6897 | 13732.7 | 762.925 | 0.191153 | 83.7619 | 26.0372 | 109.799 | 14 | 2 |
| SnipWiz/snipwiz.cpp | 352 | | SnipWiz | FormatOutput(IEditor *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 33 | 69 | 348.063 | 15.0588 | 5241.42 | 291.19 | 0.10058 | 104.743 | 0 | 104.743 | 7 | 2 |
| SnipWiz/snipwiz.cpp | 363 | | SnipWiz | CreateSubMenu() | 0 | 21 | 18 | 0 | 3 | 3 | 1 | 43 | 164 | 889.907 | 24.5417 | 21839.8 | 1213.32 | 0.260442 | 85.6749 | 0 | 85.6749 | 21 | 1 |
| SnipWiz/snipwiz.cpp | 386 | | SnipWiz | OnSettings(wxCommandEvent &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 34 | 76 | 386.647 | 8.75 | 3383.16 | 187.953 | 0.0751209 | 96.8082 | 0 | 96.8082 | 10 | 2 |
| SnipWiz/snipwiz.cpp | 403 | | SnipWiz | IntSnippets() | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 40 | 203 | 1080.35 | 10.125 | 10938.6 | 607.698 | 0.164255 | 89.5318 | 0 | 89.5318 | 39 | 1 |
| SnipWiz/snipwiz.cpp | 422 | | SnipWiz | DetachDynMenus() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 38 | 176.467 | 6.92308 | 1221.69 | 67.8717 | 0.0380937 | 117.797 | 0 | 117.797 | 5 | 2 |
| SnipWiz/snipwiz.cpp | 429 | | SnipWiz | AttachDynMenus() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 38 | 176.467 | 6.92308 | 1221.69 | 67.8717 | 0.0380937 | 117.797 | 0 | 117.797 | 5 | 2 |
| SnipWiz/snipwiz.cpp | 436 | | SnipWiz | GetCurrentIndentation(IEditor *, long) | 2 | 12 | 11 | 0 | 1 | 4 | 2 | 44 | 106 | 578.7 | 17.9167 | 10368.4 | 576.021 | 0.158496 | 96.7484 | 0 | 96.7484 | 9 | 1 |
| SnipWiz/snipwiz.cpp | 450 | | SnipWiz | GetTabs(IEditor *, long) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 56 | 272.047 | 12.1333 | 3300.84 | 183.38 | 0.0738972 | 107.702 | 0 | 107.702 | 4 | 2 |
| SnipWiz/snipwiz.cpp | 461 | | SnipWiz | GetEditor() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8.75 | 1809.67 | 100.537 | 0.0495007 | 107.219 | 0 | 107.219 | 2 | 3 |
| SnipWiz/snipwiz.cpp | 472 | | SnipWiz | OnClassWizard(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 65 | 322.023 | 9.05882 | 2917.15 | 162.064 | 0.0680536 | 101.666 | 0 | 101.666 | 8 | 2 |
| SnipWiz/snipwiz.cpp | 484 | | SnipWiz | OnEditorContextMenu(clContextMenuEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 35 | 73 | 374.438 | 7.97727 | 2986.99 | 165.944 | 0.0691355 | 100.882 | 0 | 100.882 | 9 | 2 |
| SnipWiz/snipwiz.cpp | 496 | | SnipWiz | OnFolderContextMenu(clContextMenuEvent &) | 1 | 18 | 18 | 0 | 0 | 1 | 1 | 47 | 127 | 705.433 | 10.1818 | 7182.59 | 399.033 | 0.124089 | 89.8402 | 0 | 89.8402 | 19 | 2 |
| SnipWiz/swStringDb.cpp | 60 | | swBase | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| SnipWiz/swStringDb.cpp | 60 | | swBase | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| SnipWiz/swStringDb.cpp | 61 | | swString | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 1 |
| SnipWiz/swStringDb.cpp | 61 | | swString | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| SnipWiz/swStringDb.cpp | 63 | | swStringDb | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| SnipWiz/swStringDb.cpp | 63 | | swStringDb | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| SnipWiz/swStringDb.cpp | 208 | | swStringDb | swStringDb() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 6 | 219.247 | 12.1804 | 0.01212 | 129.6 | 0 | 129.6 | 0 | 1 |
| SnipWiz/swStringDb.cpp | 215 | | swStringDb | ~swStringDb() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| SnipWiz/swStringDb.cpp | 220 | | swStringDb | DeleteAll() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 38 | 174.229 | 10.8333 | 1887.48 | 104.86 | 0.0509096 | 108.111 | 0 | 108.111 | 4 | 1 |
| SnipWiz/swStringDb.cpp | 231 | | swStringDb | DeleteKey(const wxString &, const wxString &) | 2 | 15 | 13 | 1 | 1 | 3 | 1 | 36 | 83 | 429.104 | 17.5 | 7509.32 | 417.184 | 0.127824 | 94.9188 | 19.4709 | 114.39 | 7 | 2 |
| SnipWiz/swStringDb.cpp | 248 | | swStringDb | GetString(const wxString &, const wxString &) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 48 | 230.753 | 16.2273 | 3744.49 | 208.027 | 0.0803787 | 104.943 | 0 | 104.943 | 3 | 6 |
| SnipWiz/swStringDb.cpp | 260 | | swStringDb | SetString(const wxString &, const wxString &, const wxString &) | 3 | 13 | 10 | 0 | 3 | 2 | 1 | 30 | 65 | 318.948 | 21.75 | 6937.12 | 385.395 | 0.121245 | 99.0097 | 0 | 99.0097 | 4 | 4 |
| SnipWiz/swStringDb.cpp | 275 | | swStringDb | Load(const wxString &) | 1 | 28 | 27 | 0 | 1 | 6 | 2 | 36 | 120 | 620.391 | 13.5714 | 8419.59 | 467.755 | 0.137956 | 82.2005 | 0 | 82.2005 | 13 | 3 |
| SnipWiz/swStringDb.cpp | 305 | | swStringDb | Save(const wxString &) | 1 | 27 | 24 | 0 | 3 | 5 | 2 | 33 | 102 | 514.528 | 13.75 | 7074.76 | 393.042 | 0.122844 | 83.9925 | 0 | 83.9925 | 11 | 2 |
| SnipWiz/swStringDb.cpp | 334 | | swStringDb | Serialize(wxSerialize &) | 1 | 43 | 40 | 2 | 3 | 5 | 3 | 52 | 190 | 1083.08 | 28.2333 | 30579.1 | 1698.84 | 0.325958 | 72.5832 | 16.3963 | 88.9795 | 27 | 4 |
| SnipWiz/swStringDb.cpp | 379 | | swStringDb | GetAllSets(wxArrayString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 39 | 181.11 | 8.125 | 1471.52 | 81.7512 | 0.0431244 | 109.818 | 0 | 109.818 | 3 | 2 |
| SnipWiz/swStringDb.cpp | 389 | | swStringDb | IsSet(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 33 | 147.161 | 7.94444 | 1169.11 | 64.9508 | 0.0369928 | 115.558 | 0 | 115.558 | 3 | 4 |
| SnipWiz/swStringDb.cpp | 397 | | swStringDb | DeleteSnippetKey(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 1 | 2 |
| SnipWiz/swStringDb.cpp | 402 | | swStringDb | GetAllSnippetKeys(wxArrayString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 126.196 | 0 | 126.196 | 1 | 5 |
| SnipWiz/swStringDb.cpp | 407 | | swStringDb | GetSnippetString(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 125.525 | 0 | 125.525 | 1 | 2 |
| SnipWiz/swStringDb.cpp | 412 | | swStringDb | IsSnippetKey(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 125.413 | 0 | 125.413 | 1 | 2 |
| SnipWiz/swStringDb.cpp | 417 | | swStringDb | SetSnippetString(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 7.22222 | 828.346 | 46.0192 | 0.0294004 | 123.652 | 0 | 123.652 | 1 | 15 |
| SnipWiz/swStringDb.cpp | 62 | | swStringSet | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 1 |
| SnipWiz/swStringDb.cpp | 62 | | swStringSet | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| SnipWiz/swStringDb.cpp | 68 | | swStringSet | ~swStringSet() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 1 | 0 |
| SnipWiz/swStringDb.cpp | 75 | | swStringSet | Serialize(wxSerialize &) | 1 | 37 | 36 | 2 | 1 | 5 | 3 | 48 | 169 | 943.859 | 30.82 | 29089.7 | 1616.1 | 0.315286 | 75.7333 | 17.6221 | 93.3554 | 21 | 4 |
| SnipWiz/swStringDb.cpp | 115 | | swStringSet | DeleteAll() | 0 | 9 | 8 | 0 | 1 | 3 | 0 | 26 | 45 | 211.52 | 9.5 | 2009.44 | 111.635 | 0.0530797 | 106.873 | 0 | 106.873 | 5 | 4 |
| SnipWiz/swStringDb.cpp | 127 | | swStringSet | DeleteKey(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 63 | 315 | 13 | 4095 | 227.5 | 0.0853194 | 101.781 | 0 | 101.781 | 6 | 3 |
| SnipWiz/swStringDb.cpp | 141 | | swStringSet | GetString(const wxString &) | 1 | 18 | 17 | 0 | 1 | 3 | 2 | 36 | 75 | 387.744 | 16.2059 | 6283.74 | 349.097 | 0.113507 | 92.4922 | 0 | 92.4922 | 8 | 2 |
| SnipWiz/swStringDb.cpp | 162 | | swStringSet | SetString(const wxString &, const wxString &) | 2 | 18 | 13 | 0 | 5 | 3 | 1 | 39 | 89 | 470.401 | 21 | 9878.42 | 548.801 | 0.153463 | 91.4873 | 0 | 91.4873 | 9 | 2 |
| SnipWiz/swStringDb.cpp | 183 | | swStringSet | IsKey(const wxString &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 42 | 195.042 | 12 | 2340.5 | 130.028 | 0.0587604 | 105.817 | 0 | 105.817 | 3 | 1 |
| SnipWiz/swStringDb.cpp | 196 | | swStringSet | GetAllKeys(wxArrayString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 39 | 181.11 | 8.125 | 1471.52 | 81.7512 | 0.0431244 | 109.818 | 0 | 109.818 | 3 | 1 |
| SnipWiz/templateclassbasedlg.cpp | 14 | | TemplateClassBaseDlg | TemplateClassBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 389 | 286 | 16 | 87 | 16 | 1 | 237 | 3264 | 25748.9 | 77.2995 | 1.99037e+06 | 110576 | 5.27435 | 17.8981 | 15.4523 | 33.3503 | 499 | 1 |
| SnipWiz/templateclassbasedlg.cpp | 404 | | TemplateClassBaseDlg | ~TemplateClassBaseDlg() [override] | 0 | 45 | 45 | 0 | 0 | 1 | 0 | 56 | 404 | 2346.17 | 16.9565 | 39782.9 | 2210.16 | 0.388457 | 68.7473 | 0 | 68.7473 | 88 | 0 |
| SnipWiz/templateclassbasedlg_snipwiz_bitmaps.cpp | 34 | | | wxC61A6InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| SnipWiz/templateclassdlg.cpp | 49 | | TemplateClassDlg | TemplateClassDlg(wxWindow *, SnipWiz *, IManager *) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 7.19231 | 1516.92 | 84.2732 | 0.0440068 | 109.256 | 0 | 109.256 | 4 | 2 |
| SnipWiz/templateclassdlg.cpp | 58 | | TemplateClassDlg | Initialize() | 0 | 47 | 42 | 0 | 5 | 9 | 2 | 97 | 356 | 2349.57 | 19.5067 | 45832.3 | 2546.24 | 0.4269 | 66.1953 | 0 | 66.1953 | 58 | 1 |
| SnipWiz/templateclassdlg.cpp | 106 | | TemplateClassDlg | OnClassNameEntered(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 32 | 78 | 390 | 11.2778 | 4398.33 | 244.352 | 0.0894824 | 97.9639 | 0 | 97.9639 | 11 | 0 |
| SnipWiz/templateclassdlg.cpp | 120 | | TemplateClassDlg | OnBrowseVD(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 8.27273 | 3267.35 | 181.52 | 0.0733966 | 102.149 | 0 | 102.149 | 10 | 0 |
| SnipWiz/templateclassdlg.cpp | 131 | | TemplateClassDlg | OnBrowseFilePath(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 35 | 79 | 405.213 | 10 | 4052.13 | 225.119 | 0.084723 | 96.3343 | 0 | 96.3343 | 11 | 0 |
| SnipWiz/templateclassdlg.cpp | 146 | | TemplateClassDlg | OnGenerate(wxCommandEvent &) [override] | 1 | 59 | 43 | 8 | 8 | 7 | 2 | 87 | 390 | 2512.75 | 29.5238 | 74185.9 | 4121.44 | 0.588518 | 62.6224 | 27.0009 | 89.6233 | 69 | 0 |
| SnipWiz/templateclassdlg.cpp | 206 | | TemplateClassDlg | OnGenerateUI(wxUpdateUIEvent &) [override] | 1 | 15 | 14 | 1 | 0 | 6 | 1 | 40 | 121 | 643.953 | 12.6538 | 8148.49 | 452.694 | 0.134978 | 92.1179 | 19.4709 | 111.589 | 13 | 0 |
| SnipWiz/templateclassdlg.cpp | 222 | | TemplateClassDlg | OnQuit(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 4.875 | 685.202 | 38.0668 | 0.0259074 | 116.026 | 0 | 116.026 | 5 | 0 |
| SnipWiz/templateclassdlg.cpp | 229 | | TemplateClassDlg | OnTemplateClassSelected(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 70 | 340.059 | 7.94444 | 2701.58 | 150.088 | 0.0646582 | 104.634 | 0 | 104.634 | 10 | 0 |
| SnipWiz/templateclassdlg.cpp | 239 | | TemplateClassDlg | OnButtonAdd(wxCommandEvent &) [override] | 1 | 19 | 18 | 0 | 1 | 4 | 2 | 47 | 127 | 705.433 | 11.871 | 8374.17 | 465.232 | 0.137459 | 88.2743 | 0 | 88.2743 | 17 | 0 |
| SnipWiz/templateclassdlg.cpp | 259 | | TemplateClassDlg | OnButtonAddUI(wxUpdateUIEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 117.856 | 31.9355 | 149.792 | 5 | 0 |
| SnipWiz/templateclassdlg.cpp | 265 | | TemplateClassDlg | OnButtonChange(wxCommandEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 4 | 2 | 47 | 127 | 705.433 | 11.871 | 8374.17 | 465.232 | 0.137459 | 89.1502 | 0 | 89.1502 | 17 | 0 |
| SnipWiz/templateclassdlg.cpp | 284 | | TemplateClassDlg | OnButtonChangeUI(wxUpdateUIEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 4 | 1 | 27 | 61 | 290.048 | 11.25 | 3263.04 | 181.28 | 0.073332 | 105.001 | 0 | 105.001 | 6 | 0 |
| SnipWiz/templateclassdlg.cpp | 294 | | TemplateClassDlg | OnButtonRemove(wxCommandEvent &) [override] | 1 | 17 | 16 | 0 | 1 | 2 | 1 | 41 | 107 | 573.258 | 10.3704 | 5944.9 | 330.272 | 0.109389 | 91.615 | 0 | 91.615 | 14 | 0 |
| SnipWiz/templateclassdlg.cpp | 312 | | TemplateClassDlg | OnButtonRemoveUI(wxUpdateUIEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 36 | 162.848 | 9.33333 | 1519.92 | 84.4398 | 0.0440648 | 112.534 | 0 | 112.534 | 3 | 0 |
| SnipWiz/templateclassdlg.cpp | 320 | | TemplateClassDlg | OnButtonClear(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 41 | 174.165 | 6.18182 | 1076.66 | 59.8143 | 0.0350158 | 114.911 | 0 | 114.911 | 6 | 0 |
| SnipWiz/templateclassdlg.cpp | 327 | | TemplateClassDlg | OnButtonClearUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| SnipWiz/templateclassdlg.cpp | 329 | | TemplateClassDlg | OnInsertClassKeyword(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 2 | 1 | 29 | 92 | 446.934 | 12.3529 | 5520.95 | 306.72 | 0.104125 | 94.937 | 0 | 94.937 | 8 | 0 |
| SnipWiz/templateclassdlg.cpp | 345 | | TemplateClassDlg | OnInsertClassKeywordUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| SnipWiz/templateclassdlg.cpp | 347 | | TemplateClassDlg | GetStringDb() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 20 |
| SnipWiz/templateclassdlg.cpp | 349 | | TemplateClassDlg | RefreshTemplateList() | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 30 | 73 | 358.203 | 13 | 4656.64 | 258.702 | 0.0929524 | 96.9756 | 0 | 96.9756 | 9 | 3 |
| SnipWiz/templateclassdlg.cpp | 364 | | TemplateClassDlg | SaveBufferToFile(const wxString, const wxString, int) | 3 | 32 | 30 | 1 | 1 | 6 | 2 | 61 | 158 | 937.056 | 15.122 | 14170.1 | 787.229 | 0.195192 | 77.8928 | 13.5225 | 91.4154 | 16 | 2 |
| SnipWiz/templateclassdlg.cpp | 397 | | TemplateClassDlg | OnStcHeaderFileContentChnaged(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| SnipWiz/templateclassdlg.cpp | 398 | | TemplateClassDlg | OnStcImplFileContentChnaged(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| SnipWiz/templateclassdlg.cpp | 400 | | TemplateClassDlg | OnVirtualDirUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| SnipWiz/templateclassdlg.cpp | 402 | | TemplateClassDlg | SetConfigPath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 148.419 | 0 | 148.419 | 1 | 2 |
| SnipWiz/templateclassdlg.cpp | 404 | | TemplateClassDlg | SetProjectPath(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 6.11111 | 648.989 | 36.0549 | 0.0249864 | 120.438 | 0 | 120.438 | 2 | 1 |
| SnipWiz/wxSerialize.cpp | 47 | | wxSerialize | wxSerialize(wxInputStream &, size_t, const wxString &, bool) | 4 | 65 | 47 | 12 | 6 | 8 | 5 | 61 | 214 | 1269.18 | 17.869 | 22679 | 1259.94 | 0.267072 | 64.3751 | 30.8781 | 95.2532 | 23 | 2 |
| SnipWiz/wxSerialize.cpp | 113 | | wxSerialize | wxSerialize(wxOutputStream &, size_t, const wxString &, bool) | 4 | 31 | 24 | 3 | 4 | 3 | 2 | 48 | 125 | 698.12 | 10.6818 | 7457.19 | 414.289 | 0.127232 | 80.6278 | 23.1746 | 103.802 | 13 | 2 |
| SnipWiz/wxSerialize.cpp | 145 | | wxSerialize | InitAll() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4 | 392.396 | 21.7998 | 0.0178661 | 115.399 | 0 | 115.399 | 0 | 2 |
| SnipWiz/wxSerialize.cpp | 153 | | wxSerialize | [virtual] ~wxSerialize() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 1 | 0 |
| SnipWiz/wxSerialize.cpp | 158 | | wxSerialize | Eof() | 0 | 9 | 6 | 2 | 1 | 2 | 1 | 16 | 23 | 92 | 6.6 | 607.2 | 33.7333 | 0.0239019 | 111.432 | 33.3545 | 144.786 | 1 | 1 |
| SnipWiz/wxSerialize.cpp | 168 | | wxSerialize | CanStore() | 0 | 13 | 11 | 1 | 1 | 3 | 2 | 22 | 38 | 169.458 | 6 | 1016.75 | 56.4861 | 0.0337045 | 102.068 | 20.8285 | 122.897 | 2 | 19 |
| SnipWiz/wxSerialize.cpp | 182 | | wxSerialize | CanLoad() | 0 | 18 | 16 | 1 | 1 | 4 | 3 | 26 | 56 | 263.225 | 7 | 1842.57 | 102.365 | 0.0500989 | 94.2763 | 17.8544 | 112.131 | 4 | 15 |
| SnipWiz/wxSerialize.cpp | 201 | | wxSerialize | EnterObject() | 0 | 32 | 27 | 5 | 2 | 5 | 3 | 23 | 70 | 316.649 | 7.09091 | 2245.33 | 124.741 | 0.0571565 | 83.7645 | 28.7405 | 112.505 | 6 | 0 |
| SnipWiz/wxSerialize.cpp | 234 | | wxSerialize | LeaveObject() | 0 | 38 | 33 | 5 | 2 | 7 | 4 | 29 | 98 | 476.082 | 10.7333 | 5109.95 | 283.886 | 0.0988909 | 78.4 | 26.6419 | 105.042 | 8 | 0 |
| SnipWiz/wxSerialize.cpp | 273 | | wxSerialize | FindCurrentEnterLevel() | 0 | 25 | 17 | 5 | 4 | 6 | 2 | 33 | 73 | 368.241 | 11.2941 | 4158.95 | 231.053 | 0.0862055 | 86.7488 | 31.9355 | 118.684 | 6 | 1 |
| SnipWiz/wxSerialize.cpp | 299 | | wxSerialize | FindCurrentLeaveLevel() | 0 | 51 | 36 | 8 | 7 | 11 | 3 | 46 | 136 | 751.204 | 19.7083 | 14805 | 822.499 | 0.200979 | 70.3417 | 28.7896 | 99.1313 | 5 | 1 |
| SnipWiz/wxSerialize.cpp | 352 | | wxSerialize | SkipData(wxUint8) | 1 | 66 | 53 | 0 | 13 | 15 | 1 | 52 | 164 | 934.872 | 6.75 | 6310.39 | 350.577 | 0.113828 | 64.1075 | 0 | 64.1075 | 15 | 2 |
| SnipWiz/wxSerialize.cpp | 419 | | wxSerialize | ReadBool(bool &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 21 | 45 | 197.654 | 8.66667 | 1713 | 95.1669 | 0.0477219 | 97.9042 | 18.8844 | 116.789 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 436 | | wxSerialize | ReadUint8(wxUint8 &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 97.8253 | 18.8844 | 116.71 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 453 | | wxSerialize | ReadUint16(wxUint16 &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 97.8253 | 18.8844 | 116.71 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 470 | | wxSerialize | ReadUint32(wxUint32 &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 97.8253 | 18.8844 | 116.71 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 487 | | wxSerialize | ReadUint64(wxUint64 &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 97.8253 | 18.8844 | 116.71 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 504 | | wxSerialize | ReadInt(int &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 97.8253 | 18.8844 | 116.71 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 521 | | wxSerialize | ReadIntInt(int &, int &) | 2 | 20 | 17 | 1 | 2 | 3 | 2 | 26 | 66 | 310.229 | 12 | 3722.75 | 206.819 | 0.0800672 | 91.9451 | 16.9762 | 108.921 | 3 | 15 |
| SnipWiz/wxSerialize.cpp | 542 | | wxSerialize | ReadDouble(wxFloat64 &) | 1 | 17 | 13 | 2 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 96.8432 | 25.3357 | 122.179 | 3 | 10 |
| SnipWiz/wxSerialize.cpp | 560 | | wxSerialize | ReadString(wxString &) | 1 | 15 | 13 | 0 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 98.8708 | 0 | 98.8708 | 4 | 10 |
| SnipWiz/wxSerialize.cpp | 576 | | wxSerialize | ReadArrayString(wxArrayString &) | 1 | 15 | 13 | 0 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 98.8708 | 0 | 98.8708 | 4 | 10 |
| SnipWiz/wxSerialize.cpp | 592 | | wxSerialize | ReadDateTime(wxDateTime &) | 1 | 15 | 13 | 0 | 2 | 3 | 2 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 98.8708 | 0 | 98.8708 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 609 | | wxSerialize | Read(wxMemoryBuffer &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 19 | 31 | 131.686 | 6.1875 | 814.806 | 45.267 | 0.0290791 | 106.316 | 22.5149 | 128.831 | 2 | 0 |
| SnipWiz/wxSerialize.cpp | 621 | | wxSerialize | Load(wxMemoryBuffer &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 26 | 55 | 258.524 | 8.57143 | 2215.92 | 123.107 | 0.0566563 | 101.169 | 0 | 101.169 | 5 | 2 |
| SnipWiz/wxSerialize.cpp | 634 | | wxSerialize | LoadChunkHeader(int) | 1 | 29 | 23 | 2 | 4 | 6 | 2 | 33 | 94 | 474.173 | 15.0588 | 7140.49 | 396.694 | 0.123603 | 83.0296 | 19.7854 | 102.815 | 5 | 12 |
| SnipWiz/wxSerialize.cpp | 664 | | wxSerialize | LoadChar() | 0 | 14 | 9 | 3 | 2 | 2 | 1 | 23 | 41 | 185.466 | 11.25 | 2086.49 | 115.916 | 0.0544281 | 100.628 | 32.8615 | 133.49 | 2 | 13 |
| SnipWiz/wxSerialize.cpp | 679 | | wxSerialize | LoadInt() | 0 | 32 | 28 | 5 | 3 | 6 | 2 | 35 | 108 | 553.963 | 12.2105 | 6764.17 | 375.787 | 0.119222 | 80.6262 | 28.7405 | 109.367 | 7 | 2 |
| SnipWiz/wxSerialize.cpp | 712 | | wxSerialize | LoadIntInt(int &, int &) | 2 | 33 | 30 | 5 | 2 | 6 | 2 | 37 | 143 | 744.952 | 14.0952 | 10500.3 | 583.349 | 0.159838 | 78.5873 | 28.3567 | 106.944 | 11 | 2 |
| SnipWiz/wxSerialize.cpp | 746 | | wxSerialize | LoadString() | 0 | 31 | 20 | 7 | 4 | 4 | 3 | 39 | 104 | 549.682 | 21 | 11543.3 | 641.295 | 0.170255 | 81.6408 | 33.5725 | 115.213 | 8 | 4 |
| SnipWiz/wxSerialize.cpp | 778 | | wxSerialize | LoadArrayString() | 0 | 14 | 11 | 0 | 3 | 3 | 2 | 25 | 52 | 241.481 | 10.2917 | 2485.24 | 138.069 | 0.0611586 | 99.026 | 0 | 99.026 | 6 | 2 |
| SnipWiz/wxSerialize.cpp | 793 | | wxSerialize | LoadDateTime() | 0 | 22 | 16 | 3 | 3 | 2 | 1 | 27 | 95 | 451.714 | 11.4706 | 5181.43 | 287.857 | 0.099811 | 88.6773 | 27.069 | 115.746 | 12 | 2 |
| SnipWiz/wxSerialize.cpp | 816 | | wxSerialize | LoadUint8() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 128.521 | 0 | 128.521 | 1 | 5 |
| SnipWiz/wxSerialize.cpp | 821 | | wxSerialize | LoadUint16() | 0 | 13 | 10 | 1 | 2 | 2 | 1 | 24 | 47 | 215.493 | 11.6667 | 2514.09 | 139.672 | 0.061631 | 101.049 | 20.8285 | 121.877 | 2 | 8 |
| SnipWiz/wxSerialize.cpp | 835 | | wxSerialize | LoadUint32() | 0 | 13 | 10 | 1 | 2 | 2 | 1 | 24 | 47 | 215.493 | 11.6667 | 2514.09 | 139.672 | 0.061631 | 101.049 | 20.8285 | 121.877 | 2 | 9 |
| SnipWiz/wxSerialize.cpp | 849 | | wxSerialize | LoadUint64() | 0 | 13 | 10 | 1 | 2 | 2 | 1 | 24 | 47 | 215.493 | 11.6667 | 2514.09 | 139.672 | 0.061631 | 101.049 | 20.8285 | 121.877 | 2 | 5 |
| SnipWiz/wxSerialize.cpp | 863 | | wxSerialize | WriteInt(int) | 1 | 34 | 27 | 2 | 5 | 6 | 2 | 35 | 96 | 492.411 | 10.5263 | 5183.28 | 287.96 | 0.0998347 | 80.2565 | 18.3478 | 98.6043 | 9 | 5 |
| SnipWiz/wxSerialize.cpp | 898 | | wxSerialize | WriteIntInt(int, int) | 2 | 38 | 31 | 2 | 5 | 6 | 2 | 36 | 119 | 615.221 | 14 | 8613.1 | 478.505 | 0.140061 | 77.2968 | 17.3987 | 94.6955 | 13 | 10 |
| SnipWiz/wxSerialize.cpp | 937 | | wxSerialize | Write(const wxMemoryBuffer &) | 1 | 19 | 13 | 3 | 3 | 3 | 2 | 30 | 67 | 328.762 | 9.55882 | 3142.57 | 174.587 | 0.0715159 | 92.4744 | 28.8719 | 121.346 | 7 | 0 |
| SnipWiz/wxSerialize.cpp | 960 | | wxSerialize | LoadDouble() | 0 | 20 | 8 | 10 | 2 | 2 | 1 | 15 | 24 | 93.7654 | 6 | 562.592 | 31.2551 | 0.0227165 | 98.397 | 44.4566 | 142.854 | 1 | 2 |
| SnipWiz/wxSerialize.cpp | 981 | | wxSerialize | LoadBool() | 0 | 14 | 12 | 0 | 2 | 3 | 2 | 21 | 47 | 206.439 | 8.25 | 1703.12 | 94.6178 | 0.0475382 | 99.8412 | 0 | 99.8412 | 3 | 2 |
| SnipWiz/wxSerialize.cpp | 996 | | wxSerialize | SaveChar(wxUint8) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 21 | 33 | 144.946 | 8.125 | 1177.69 | 65.4272 | 0.0371734 | 118.59 | 0 | 118.59 | 2 | 27 |
| SnipWiz/wxSerialize.cpp | 1002 | | wxSerialize | WriteBool(bool) | 1 | 16 | 12 | 1 | 3 | 3 | 2 | 21 | 46 | 202.047 | 6.375 | 1288.05 | 71.5582 | 0.0394609 | 97.7899 | 18.8844 | 116.674 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1022 | | wxSerialize | WriteDouble(wxFloat64) | 1 | 22 | 10 | 10 | 2 | 2 | 1 | 26 | 43 | 202.119 | 6.85714 | 1385.96 | 76.9977 | 0.0414361 | 92.8591 | 43.2328 | 136.092 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1045 | | wxSerialize | WriteString(const wxString &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 20 | 35 | 151.267 | 4.90909 | 742.586 | 41.2548 | 0.0273344 | 105.595 | 22.5149 | 128.11 | 4 | 10 |
| SnipWiz/wxSerialize.cpp | 1057 | | wxSerialize | WriteArrayString(const wxArrayString &) | 1 | 13 | 11 | 1 | 1 | 3 | 2 | 32 | 65 | 325 | 11.5 | 3737.5 | 207.639 | 0.0802786 | 98.6819 | 20.8285 | 119.51 | 8 | 5 |
| SnipWiz/wxSerialize.cpp | 1071 | | wxSerialize | WriteDateTime(const wxDateTime &) | 1 | 28 | 22 | 3 | 3 | 2 | 1 | 38 | 128 | 671.735 | 10.5926 | 7115.41 | 395.301 | 0.123314 | 82.707 | 24.2819 | 106.989 | 17 | 5 |
| SnipWiz/wxSerialize.cpp | 1101 | | wxSerialize | SaveString(const wxString &) | 1 | 16 | 13 | 3 | 0 | 4 | 3 | 32 | 72 | 360 | 11.4706 | 4129.41 | 229.412 | 0.0857968 | 94.5563 | 31.0814 | 125.638 | 6 | 3 |
| SnipWiz/wxSerialize.cpp | 1118 | | wxSerialize | WriteUint8(wxUint8) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 17 | 33 | 134.886 | 4.88889 | 659.444 | 36.6358 | 0.025254 | 107.735 | 0 | 107.735 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1129 | | wxSerialize | WriteUint16(wxUint16) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 18 | 33 | 137.608 | 4.4 | 605.473 | 33.6374 | 0.0238566 | 107.631 | 0 | 107.631 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1140 | | wxSerialize | WriteUint32(wxUint32) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 18 | 33 | 137.608 | 4.4 | 605.473 | 33.6374 | 0.0238566 | 107.631 | 0 | 107.631 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1151 | | wxSerialize | WriteUint64(wxUint64) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 18 | 33 | 137.608 | 4.4 | 605.473 | 33.6374 | 0.0238566 | 107.631 | 0 | 107.631 | 4 | 5 |
| SnipWiz/wxSerialize.cpp | 1162 | | wxSerialize | SaveUint8(wxUint8) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 127.591 | 0 | 127.591 | 1 | 0 |
| SnipWiz/wxSerialize.cpp | 1167 | | wxSerialize | SaveUint16(wxUint16) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 8.4 | 1385.99 | 76.9995 | 0.0414368 | 114.963 | 0 | 114.963 | 2 | 7 |
| SnipWiz/wxSerialize.cpp | 1174 | | wxSerialize | SaveUint32(wxUint32) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 8.4 | 1385.99 | 76.9995 | 0.0414368 | 114.963 | 0 | 114.963 | 2 | 8 |
| SnipWiz/wxSerialize.cpp | 1181 | | wxSerialize | SaveUint64(wxUint64) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 8.4 | 1385.99 | 76.9995 | 0.0414368 | 114.963 | 0 | 114.963 | 2 | 4 |
| SnipWiz/wxSerialize.cpp | 1190 | | wxSerialize | GetHeaderName(int) | 1 | 48 | 38 | 0 | 10 | 11 | 1 | 47 | 161 | 894.289 | 19.3393 | 17294.9 | 960.828 | 0.222924 | 70.4172 | 0 | 70.4172 | 16 | 3 |
| SnipWiz/wxSerialize.cpp | 1239 | | wxSerialize | LogError(int, int, const wxString &, const wxString &) | 4 | 106 | 77 | 5 | 24 | 21 | 2 | 80 | 354 | 2237.96 | 21.6667 | 48489.2 | 2693.84 | 0.443243 | 50.513 | 16.5075 | 67.0206 | 47 | 20 |
| SnipWiz/wxSerialize.cpp | 1347 | | wxSerialize | [static] GetLibVersionString() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 4.5 | 486 | 27 | 0.0206049 | 123.965 | 0 | 123.965 | 4 | 0 |
| SnipWiz/wxSerialize.cpp | 1352 | | wxSerialize | [static] GetLibVersionMajor() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 129.389 | 0 | 129.389 | 0 | 1 |
| SnipWiz/wxSerialize.cpp | 1357 | | wxSerialize | [static] GetLibVersionMinor() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 129.389 | 0 | 129.389 | 0 | 1 |
| Subversion2/SvnBlameFrame.cpp | 32 | | SvnBlameFrame | SvnBlameFrame(wxWindow *, const wxFileName &, const wxString &) | 3 | 17 | 14 | 2 | 1 | 2 | 1 | 42 | 97 | 523.055 | 11.3846 | 5954.78 | 330.821 | 0.109511 | 92.0916 | 25.3357 | 117.427 | 14 | 1 |
| Subversion2/SvnCommitDialog.cpp | 49 | | CommitMessageStringData | CommitMessageStringData(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.08333 | 271.982 | 15.1101 | 0.0139928 | 126.478 | 0 | 126.478 | 2 | 0 |
| Subversion2/SvnCommitDialog.cpp | 53 | | CommitMessageStringData | ~CommitMessageStringData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Subversion2/SvnCommitDialog.cpp | 55 | | CommitMessageStringData | GetData() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| Subversion2/SvnCommitDialog.cpp | 58 | | SvnCommitDialog | SvnCommitDialog(wxWindow *, Subversion2 *) | 2 | 18 | 15 | 1 | 2 | 1 | 0 | 29 | 81 | 393.496 | 7.63158 | 3003 | 166.833 | 0.0693823 | 92.8756 | 17.8544 | 110.73 | 10 | 0 |
| Subversion2/SvnCommitDialog.cpp | 77 | | SvnCommitDialog | SvnCommitDialog(wxWindow *, const wxArrayString &, const wxString &, Subversion2 *, const wxString &) | 5 | 25 | 23 | 0 | 2 | 4 | 2 | 57 | 159 | 927.43 | 17.7917 | 16500.5 | 916.695 | 0.216045 | 82.4056 | 0 | 82.4056 | 16 | 1 |
| Subversion2/SvnCommitDialog.cpp | 103 | | SvnCommitDialog | DoCommonInit() | 0 | 33 | 28 | 1 | 4 | 5 | 1 | 60 | 200 | 1181.38 | 14.2326 | 16814 | 934.113 | 0.218773 | 76.4195 | 13.3211 | 89.7407 | 29 | 2 |
| Subversion2/SvnCommitDialog.cpp | 137 | | SvnCommitDialog | ~SvnCommitDialog() [override] | 0 | 14 | 12 | 0 | 2 | 1 | 0 | 32 | 81 | 405 | 7.5 | 3037.5 | 168.75 | 0.0699127 | 96.7971 | 0 | 96.7971 | 10 | 0 |
| Subversion2/SvnCommitDialog.cpp | 152 | | SvnCommitDialog | GetMesasge() | 0 | 63 | 48 | 4 | 11 | 9 | 4 | 71 | 403 | 2478.35 | 36.4167 | 90253.2 | 5014.07 | 0.670688 | 61.1714 | 19.0261 | 80.1975 | 57 | 1 |
| Subversion2/SvnCommitDialog.cpp | 216 | | SvnCommitDialog | [static] NormalizeMessage(const wxString &) | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 46 | 208.084 | 10.3636 | 2156.51 | 119.806 | 0.055639 | 107.418 | 24.6875 | 132.105 | 7 | 2 |
| Subversion2/SvnCommitDialog.cpp | 226 | | SvnCommitDialog | GetPaths() | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 26 | 57 | 267.925 | 12.25 | 3282.08 | 182.338 | 0.073617 | 103.936 | 0 | 103.936 | 6 | 1 |
| Subversion2/SvnCommitDialog.cpp | 237 | | SvnCommitDialog | OnFileSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Subversion2/SvnCommitDialog.cpp | 239 | | SvnCommitDialog | OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 1 |
| Subversion2/SvnCommitDialog.cpp | 241 | | SvnCommitDialog | OnProcessTerminatd(clProcessEvent &) | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 29 | 57 | 276.905 | 7.76471 | 2150.09 | 119.449 | 0.0555285 | 102.681 | 22.5149 | 125.196 | 7 | 1 |
| Subversion2/SvnCommitDialog.cpp | 253 | | SvnCommitDialog | DoShowDiff(int) | 1 | 27 | 21 | 2 | 4 | 4 | 1 | 52 | 139 | 792.361 | 13.5 | 10696.9 | 594.271 | 0.161827 | 81.9774 | 20.4627 | 102.44 | 28 | 2 |
| Subversion2/SvnCommitDialog.cpp | 281 | | SvnCommitDialog | [virtual] OnShowCommitHistory(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 70 | 359.05 | 9 | 3231.45 | 179.525 | 0.0728579 | 102.644 | 0 | 102.644 | 11 | 1 |
| Subversion2/SvnCommitDialog.cpp | 292 | | SvnCommitDialog | [virtual] OnShowCommitHistoryUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.19231 | 1352.03 | 75.1131 | 0.0407572 | 114.514 | 0 | 114.514 | 6 | 1 |
| Subversion2/SvnCommitDialog.cpp | 298 | | SvnCommitDialog | [virtual] OnClearHistory(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 32 | 50 | 250 | 7 | 1750 | 97.2222 | 0.0484065 | 110.305 | 0 | 110.305 | 6 | 5 |
| Subversion2/SvnCommitDialog.cpp | 306 | | SvnCommitDialog | [virtual] OnClearHistoryUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 123.652 | 0 | 123.652 | 3 | 1 |
| Subversion2/SvnCommitDialog.cpp | 311 | | SvnCommitDialog | DoCreateToolbar() | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 40 | 157 | 835.543 | 11.569 | 9666.36 | 537.02 | 0.151259 | 94.2318 | 0 | 94.2318 | 22 | 1 |
| Subversion2/SvnCommitDialog.cpp | 325 | | SvnCommitDialog | [virtual] OnShowCommitHistoryDropDown(wxCommandEvent &) | 1 | 16 | 16 | 0 | 0 | 2 | 2 | 42 | 107 | 576.978 | 10 | 5769.78 | 320.543 | 0.10723 | 92.5635 | 0 | 92.5635 | 16 | 1 |
| Subversion2/SvnInfoDialog.cpp | 28 | | SvnInfoDialog | SvnInfoDialog(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.42857 | 735.743 | 40.8746 | 0.0271662 | 117.095 | 0 | 117.095 | 4 | 1 |
| Subversion2/SvnLogDialog.cpp | 28 | | SvnLogDialog | SvnLogDialog(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| Subversion2/SvnShowFileChangesHandler.cpp | 6 | | SvnShowFileChangesHandler | SvnShowFileChangesHandler(Subversion2 *, int, wxEvtHandler *) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6 | 624 | 34.6667 | 0.0243408 | 124.161 | 0 | 124.161 | 1 | 1 |
| Subversion2/SvnShowFileChangesHandler.cpp | 11 | | SvnShowFileChangesHandler | Process(const wxString &) [override] | 1 | 61 | 52 | 5 | 5 | 11 | 2 | 72 | 319 | 1968.21 | 27.2245 | 53583.4 | 2976.86 | 0.473768 | 62.4325 | 21.4567 | 83.8891 | 53 | 0 |
| Subversion2/SvnShowRecentChangesDlg.cpp | 8 | | SvnShowDiffChunkUI | SvnShowDiffChunkUI(const SvnShowDiffChunk &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 1 |
| Subversion2/SvnShowRecentChangesDlg.cpp | 12 | | SvnShowDiffChunkUI | ~SvnShowDiffChunkUI() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| Subversion2/SvnShowRecentChangesDlg.cpp | 15 | | SvnShowRecentChangesDlg | SvnShowRecentChangesDlg(wxWindow *, const SvnShowDiffChunk::List_t &) | 2 | 20 | 18 | 0 | 2 | 4 | 1 | 45 | 123 | 675.498 | 13.5172 | 9130.87 | 507.27 | 0.14562 | 87.6688 | 0 | 87.6688 | 19 | 1 |
| Subversion2/SvnShowRecentChangesDlg.cpp | 36 | | SvnShowRecentChangesDlg | OnRevisionSelected(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 33 | 147.161 | 7.8 | 1147.86 | 63.7699 | 0.036543 | 115.558 | 0 | 115.558 | 2 | 0 |
| Subversion2/SvnShowRecentChangesDlg.cpp | 43 | | SvnShowRecentChangesDlg | DoSelectRevision(int) | 1 | 15 | 12 | 0 | 3 | 1 | 1 | 35 | 94 | 482.153 | 13.5 | 6509.06 | 361.614 | 0.116205 | 94.7726 | 0 | 94.7726 | 8 | 2 |
| Subversion2/changelogpage.cpp | 33 | | ChangeLogPage | ChangeLogPage(wxWindow *, Subversion2 *) | 2 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 71 | 329.714 | 12.9231 | 4260.92 | 236.718 | 0.0876087 | 105.024 | 0 | 105.024 | 13 | 0 |
| Subversion2/changelogpage.cpp | 43 | | ChangeLogPage | AppendText(const wxString &) | 1 | 14 | 11 | 1 | 2 | 1 | 0 | 30 | 94 | 461.248 | 13.0263 | 6008.36 | 333.798 | 0.110166 | 96.1208 | 20.1155 | 116.236 | 11 | 0 |
| Subversion2/changelogpage.cpp | 58 | | ChangeLogPage | OnURL(wxTextUrlEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 29 | 60 | 291.479 | 8.47059 | 2469 | 137.167 | 0.0608918 | 102.184 | 22.5149 | 124.699 | 6 | 0 |
| Subversion2/changelogpage.cpp | 70 | | ChangeLogPage | DoFormatLinesToUrl(const wxString &, const wxString &, const wxString &) | 3 | 35 | 29 | 1 | 5 | 7 | 4 | 55 | 236 | 1364.4 | 25.7143 | 35084.6 | 1949.14 | 0.357237 | 74.2573 | 12.944 | 87.2013 | 30 | 2 |
| Subversion2/changelogpage.cpp | 106 | | ChangeLogPage | DoMakeRegexFromPattern(const wxString &, wxRegEx &) | 2 | 35 | 26 | 4 | 5 | 4 | 1 | 61 | 281 | 1666.54 | 19.5556 | 32590.1 | 1810.56 | 0.340097 | 73.9071 | 25.0054 | 98.9125 | 46 | 1 |
| Subversion2/changelogpage.cpp | 142 | | ChangeLogPage | DoMakeBugFrIdToUrl(const wxString &, const wxString &) | 2 | 15 | 13 | 0 | 2 | 2 | 1 | 40 | 113 | 601.378 | 14.7 | 8840.25 | 491.125 | 0.142513 | 93.3936 | 0 | 93.3936 | 15 | 1 |
| Subversion2/clcommandlineparser.cpp | 28 | | clCommandLineParser | clCommandLineParser(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 2 | 1 |
| Subversion2/clcommandlineparser.cpp | 42 | | clCommandLineParser | DoParse() | 0 | 55 | 52 | 2 | 1 | 13 | 2 | 46 | 186 | 1027.38 | 22.3077 | 22918.5 | 1273.25 | 0.268949 | 67.0304 | 14.5571 | 81.5875 | 26 | 1 |
| Subversion2/commitmessagescache.cpp | 29 | | CommitMessagesCache | CommitMessagesCache() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.625 | 597.791 | 33.2106 | 0.0236544 | 120.434 | 0 | 120.434 | 6 | 0 |
| Subversion2/commitmessagescache.cpp | 35 | | CommitMessagesCache | [virtual] ~CommitMessagesCache() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5.78571 | 532.286 | 29.5714 | 0.0218932 | 121.184 | 0 | 121.184 | 4 | 0 |
| Subversion2/commitmessagescache.cpp | 41 | | CommitMessagesCache | GetMessages(wxArrayString &, wxArrayString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 67 | 325.485 | 10.9688 | 3570.16 | 198.342 | 0.0778641 | 108.933 | 0 | 108.933 | 7 | 3 |
| Subversion2/commitmessagescache.cpp | 49 | | CommitMessagesCache | AddMessage(const wxString &) | 1 | 12 | 10 | 1 | 1 | 3 | 1 | 30 | 64 | 314.041 | 9.94118 | 3121.94 | 173.441 | 0.0712024 | 100.157 | 21.6227 | 121.78 | 6 | 1 |
| Subversion2/commitmessagescache.cpp | 62 | | CommitMessagesCache | FormatMessage(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 62 | 280.461 | 11.4583 | 3213.61 | 178.534 | 0.0725896 | 107.774 | 0 | 107.774 | 10 | 1 |
| Subversion2/commitmessagescache.cpp | 71 | | CommitMessagesCache | IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 1 |
| Subversion2/commitmessagescache.cpp | 73 | | CommitMessagesCache | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Subversion2/diff_dialog.cpp | 30 | | DiffDialog | DiffDialog(wxWindow *, IManager *) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 42 | 192.568 | 6.76923 | 1303.54 | 72.4189 | 0.0397767 | 109.729 | 0 | 109.729 | 5 | 1 |
| Subversion2/diff_dialog.cpp | 39 | | DiffDialog | GetFromRevision() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 24 | 51 | 233.833 | 9.45455 | 2210.79 | 122.821 | 0.0565687 | 103.33 | 0 | 103.33 | 6 | 1 |
| Subversion2/diff_dialog.cpp | 51 | | DiffDialog | GetToRevision() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 116.2 | 0 | 116.2 | 4 | 1 |
| Subversion2/diff_dialog.cpp | 58 | | DiffDialog | IgnoreWhitespaces() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 1 |
| Subversion2/subversion2.cpp | 69 | | | ConvertToWindowsEOL(wxString &) | 1 | 28 | 23 | 0 | 5 | 8 | 2 | 40 | 152 | 808.933 | 23.7273 | 19193.8 | 1066.32 | 0.238957 | 80.3606 | 0 | 80.3606 | 14 | 1 |
| Subversion2/subversion2.cpp | 99 | | | ConvertToUnixEOL(wxString &) | 1 | 25 | 21 | 0 | 4 | 7 | 2 | 40 | 139 | 739.748 | 22.0909 | 16341.7 | 907.873 | 0.214656 | 82.8914 | 0 | 82.8914 | 13 | 1 |
| Subversion2/subversion2.cpp | 126 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Subversion2/subversion2.cpp | 131 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| Subversion2/subversion2.cpp | 141 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Subversion2/subversion2.cpp | 143 | | Subversion2 | Subversion2(IManager *) | 1 | 70 | 62 | 4 | 5 | 1 | 0 | 102 | 764 | 5097.73 | 21 | 107052 | 5947.36 | 0.751524 | 57.5543 | 18.0961 | 75.6504 | 167 | 1 |
| Subversion2/subversion2.cpp | 214 | | Subversion2 | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Subversion2/subversion2.cpp | 216 | | Subversion2 | CreatePluginMenu(wxMenu *) [override] | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 30 | 75 | 368.017 | 8.97368 | 3302.47 | 183.47 | 0.0739215 | 101.202 | 22.5149 | 123.717 | 11 | 0 |
| Subversion2/subversion2.cpp | 228 | | Subversion2 | CreateProjectPopMenu() | 0 | 10 | 8 | 0 | 2 | 1 | 0 | 26 | 57 | 267.925 | 9.42857 | 2526.15 | 140.342 | 0.061828 | 104.396 | 0 | 104.396 | 7 | 1 |
| Subversion2/subversion2.cpp | 239 | | Subversion2 | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 61 | 296.337 | 8.9375 | 2648.51 | 147.139 | 0.0638087 | 105.119 | 0 | 105.119 | 7 | 0 |
| Subversion2/subversion2.cpp | 249 | | Subversion2 | CreateFileExplorerPopMenu(bool) | 1 | 63 | 46 | 2 | 15 | 3 | 1 | 55 | 462 | 2670.99 | 31.4146 | 83908.1 | 4661.56 | 0.638873 | 62.1622 | 13.6267 | 75.7889 | 86 | 2 |
| Subversion2/subversion2.cpp | 313 | | Subversion2 | UnPlug() [override] | 0 | 50 | 46 | 1 | 3 | 2 | 1 | 81 | 593 | 3759.53 | 23.0682 | 86725.5 | 4818.09 | 0.653096 | 64.3586 | 10.867 | 75.2256 | 124 | 0 |
| Subversion2/subversion2.cpp | 364 | | Subversion2 | EnsureVisible() | 0 | 10 | 9 | 1 | 0 | 3 | 1 | 33 | 74 | 373.285 | 9.58333 | 3577.32 | 198.74 | 0.0779681 | 102.212 | 23.5268 | 125.739 | 12 | 1 |
| Subversion2/subversion2.cpp | 375 | | Subversion2 | DoInitialize() | 0 | 35 | 25 | 4 | 6 | 2 | 1 | 62 | 175 | 1041.98 | 13.2955 | 13853.7 | 769.648 | 0.192274 | 76.8092 | 25.0054 | 101.815 | 28 | 1 |
| Subversion2/subversion2.cpp | 411 | | Subversion2 | GetSettings() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 6.875 | 860.047 | 47.7804 | 0.0301458 | 116.632 | 0 | 116.632 | 6 | 33 |
| Subversion2/subversion2.cpp | 418 | | Subversion2 | SetSettings(SvnSettingsData &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 123.749 | 0 | 123.749 | 4 | 7 |
| Subversion2/subversion2.cpp | 423 | | Subversion2 | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| Subversion2/subversion2.cpp | 429 | | Subversion2 | DoSetSSH() | 0 | 17 | 12 | 2 | 3 | 2 | 1 | 32 | 94 | 470 | 10.9474 | 5145.26 | 285.848 | 0.099346 | 92.6477 | 25.3357 | 117.983 | 20 | 2 |
| Subversion2/subversion2.cpp | 451 | | Subversion2 | OnFolderAdd(wxCommandEvent &) | 1 | 20 | 18 | 0 | 2 | 3 | 1 | 49 | 140 | 786.059 | 15.2 | 11948.1 | 663.783 | 0.174212 | 87.1106 | 0 | 87.1106 | 28 | 2 |
| Subversion2/subversion2.cpp | 472 | | Subversion2 | OnCommit(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 2 | 0 | 28 | 45 | 216.331 | 7.125 | 1541.36 | 85.631 | 0.0444783 | 113.554 | 29.5564 | 143.11 | 6 | 2 |
| Subversion2/subversion2.cpp | 479 | | Subversion2 | OnDeleteFolder(wxCommandEvent &) | 1 | 23 | 18 | 2 | 3 | 3 | 1 | 49 | 139 | 780.445 | 16.5517 | 12917.7 | 717.65 | 0.183514 | 84.8837 | 22.0554 | 106.939 | 27 | 2 |
| Subversion2/subversion2.cpp | 503 | | Subversion2 | OnFileExplorerRevertItem(wxCommandEvent &) | 1 | 18 | 14 | 3 | 1 | 3 | 1 | 46 | 102 | 563.403 | 10.9286 | 6157.19 | 342.066 | 0.111978 | 90.5492 | 29.5564 | 120.106 | 18 | 2 |
| Subversion2/subversion2.cpp | 522 | | Subversion2 | OnUpdate(wxCommandEvent &) | 1 | 16 | 12 | 3 | 1 | 2 | 1 | 40 | 92 | 489.617 | 13.0909 | 6409.54 | 356.085 | 0.115017 | 93.4172 | 31.0814 | 124.499 | 16 | 2 |
| Subversion2/subversion2.cpp | 539 | | Subversion2 | OnFileExplorerDiff(wxCommandEvent &) | 1 | 31 | 27 | 0 | 4 | 5 | 1 | 63 | 194 | 1159.59 | 14.25 | 16524.2 | 918.011 | 0.216251 | 77.5291 | 0 | 77.5291 | 38 | 2 |
| Subversion2/subversion2.cpp | 571 | | Subversion2 | GetSvnExeName() | 0 | 16 | 12 | 0 | 4 | 1 | 0 | 26 | 69 | 324.33 | 10.2667 | 3329.79 | 184.988 | 0.0743287 | 95.7889 | 0 | 95.7889 | 12 | 39 |
| Subversion2/subversion2.cpp | 588 | | Subversion2 | DoGetFileExplorerFiles() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 5.55556 | 542.791 | 30.155 | 0.0221803 | 120.871 | 0 | 120.871 | 2 | 5 |
| Subversion2/subversion2.cpp | 594 | | Subversion2 | DoGetFileExplorerItemPath() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8 | 1767.37 | 98.187 | 0.0487262 | 106.876 | 0 | 106.876 | 5 | 3 |
| Subversion2/subversion2.cpp | 604 | | Subversion2 | GetUserConfigDir() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 24 | 53 | 243.003 | 9 | 2187.03 | 121.502 | 0.0561627 | 104.674 | 0 | 104.674 | 8 | 2 |
| Subversion2/subversion2.cpp | 615 | | Subversion2 | RecreateLocalSvnConfigFile() | 0 | 23 | 19 | 1 | 3 | 2 | 1 | 45 | 150 | 823.778 | 11.9844 | 9872.46 | 548.47 | 0.153401 | 84.8327 | 15.872 | 100.705 | 36 | 5 |
| Subversion2/subversion2.cpp | 639 | | Subversion2 | DoGetSvnVersion() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 6.34615 | 1163.88 | 64.6597 | 0.0368822 | 114.643 | 0 | 114.643 | 7 | 1 |
| Subversion2/subversion2.cpp | 646 | | Subversion2 | Patch(bool, const wxString &, wxEvtHandler *, int) | 4 | 57 | 48 | 5 | 6 | 11 | 5 | 82 | 283 | 1799.19 | 22.1491 | 39850.4 | 2213.91 | 0.388896 | 63.9981 | 22.145 | 86.1431 | 33 | 2 |
| Subversion2/subversion2.cpp | 704 | | Subversion2 | OnLog(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 2 | 2 |
| Subversion2/subversion2.cpp | 706 | | Subversion2 | GetNonInteractiveMode(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.71429 | 467.139 | 25.9521 | 0.0200682 | 147.871 | 0 | 147.871 | 1 | 1 |
| Subversion2/subversion2.cpp | 708 | | Subversion2 | LoginIfNeeded(wxCommandEvent &, const wxString &, wxString &) | 3 | 46 | 34 | 4 | 8 | 7 | 2 | 59 | 231 | 1358.89 | 19.2375 | 26141.7 | 1452.31 | 0.293608 | 69.851 | 22.0554 | 91.9064 | 36 | 20 |
| Subversion2/subversion2.cpp | 755 | | Subversion2 | IgnoreFiles(const wxArrayString &, bool) | 2 | 35 | 26 | 3 | 6 | 5 | 2 | 57 | 183 | 1067.42 | 16.3846 | 17489.2 | 971.625 | 0.224591 | 75.9938 | 21.9083 | 97.9021 | 26 | 4 |
| Subversion2/subversion2.cpp | 791 | | Subversion2 | OnIgnoreFile(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 2 | 2 |
| Subversion2/subversion2.cpp | 793 | | Subversion2 | OnIgnoreFilePattern(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 2 | 2 |
| Subversion2/subversion2.cpp | 795 | | Subversion2 | EditSettings() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 26 | 54 | 253.824 | 6.42857 | 1631.72 | 90.6513 | 0.0462001 | 104.448 | 23.5268 | 127.974 | 9 | 2 |
| Subversion2/subversion2.cpp | 806 | | Subversion2 | IsSubversionViewDetached() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 44 | 211.524 | 7.8 | 1649.88 | 91.6602 | 0.0465423 | 111.404 | 0 | 111.404 | 7 | 1 |
| Subversion2/subversion2.cpp | 814 | | Subversion2 | OnSelectAsView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 2 |
| Subversion2/subversion2.cpp | 820 | | Subversion2 | OnBlame(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 2 |
| Subversion2/subversion2.cpp | 822 | | Subversion2 | Blame(wxCommandEvent &, const wxArrayString &) | 2 | 29 | 23 | 1 | 5 | 5 | 1 | 56 | 177 | 1027.9 | 20.9091 | 21492.5 | 1194.03 | 0.257674 | 79.2364 | 14.1863 | 93.4227 | 27 | 2 |
| Subversion2/subversion2.cpp | 852 | | Subversion2 | OnGetCompileLine(clBuildEvent &) | 1 | 26 | 21 | 0 | 5 | 3 | 1 | 43 | 135 | 732.546 | 13.9259 | 10201.4 | 566.743 | 0.15679 | 83.2269 | 0 | 83.2269 | 22 | 2 |
| Subversion2/subversion2.cpp | 879 | | Subversion2 | DoGetSvnInfoSync(SvnInfo &, const wxString &) | 2 | 26 | 21 | 1 | 4 | 3 | 1 | 46 | 108 | 596.545 | 11.371 | 6783.29 | 376.849 | 0.119446 | 84.2948 | 14.9585 | 99.2533 | 18 | 12 |
| Subversion2/subversion2.cpp | 906 | | Subversion2 | IsPathUnderSvn(const wxString &) | 1 | 13 | 11 | 1 | 1 | 3 | 2 | 27 | 57 | 271.029 | 9.69231 | 2626.89 | 145.938 | 0.063461 | 99.6263 | 20.8285 | 120.455 | 6 | 5 |
| Subversion2/subversion2.cpp | 920 | | Subversion2 | OnSwitchURL(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 6.92308 | 1284 | 71.3331 | 0.0393781 | 112.087 | 0 | 112.087 | 5 | 0 |
| Subversion2/subversion2.cpp | 928 | | Subversion2 | DoSwitchURL(const wxString &, const wxString &, wxCommandEvent &) | 3 | 18 | 16 | 0 | 2 | 3 | 1 | 46 | 117 | 646.257 | 14.7857 | 9555.37 | 530.854 | 0.150099 | 89.8358 | 0 | 89.8358 | 19 | 2 |
| Subversion2/subversion2.cpp | 947 | | Subversion2 | ChangeLog(const wxString &, const wxString &, wxCommandEvent &) | 3 | 23 | 21 | 0 | 2 | 3 | 2 | 58 | 193 | 1130.59 | 15.3 | 17298 | 961.002 | 0.222951 | 82.9564 | 0 | 82.9564 | 37 | 2 |
| Subversion2/subversion2.cpp | 971 | | Subversion2 | OnLockFile(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.55556 | 660.789 | 36.7105 | 0.0252884 | 123.463 | 0 | 123.463 | 3 | 1 |
| Subversion2/subversion2.cpp | 976 | | Subversion2 | OnUnLockFile(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.55556 | 660.789 | 36.7105 | 0.0252884 | 123.463 | 0 | 123.463 | 3 | 1 |
| Subversion2/subversion2.cpp | 981 | | Subversion2 | DoLockFile(const wxString &, const wxArrayString &, wxCommandEvent &, bool) | 4 | 26 | 21 | 0 | 5 | 5 | 1 | 52 | 140 | 798.062 | 18.7 | 14923.8 | 829.097 | 0.202052 | 82.3215 | 0 | 82.3215 | 18 | 4 |
| Subversion2/subversion2.cpp | 1008 | | Subversion2 | OnWorkspaceConfigChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 1 |
| Subversion2/subversion2.cpp | 1014 | | Subversion2 | OnProjectFileRemoved(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 8 | 1335.26 | 74.1814 | 0.0404194 | 108.334 | 0 | 108.334 | 3 | 1 |
| Subversion2/subversion2.cpp | 1024 | | Subversion2 | OnFileExplorerRenameItem(wxCommandEvent &) | 1 | 22 | 22 | 0 | 0 | 6 | 2 | 45 | 194 | 1065.42 | 18.7586 | 19985.8 | 1110.32 | 0.245486 | 83.2953 | 0 | 83.2953 | 33 | 2 |
| Subversion2/subversion2.cpp | 1047 | | Subversion2 | DoRename(const wxString &, const wxString &, const wxString &, wxCommandEvent &) | 4 | 17 | 14 | 0 | 3 | 5 | 1 | 39 | 114 | 602.536 | 18 | 10845.6 | 602.536 | 0.163324 | 90.666 | 0 | 90.666 | 17 | 3 |
| Subversion2/subversion2.cpp | 1065 | | Subversion2 | GetConsole() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4.5 | 308.396 | 17.1331 | 0.0152154 | 148.788 | 0 | 148.788 | 2 | 54 |
| Subversion2/subversion2.cpp | 1067 | | Subversion2 | DoCommit(const wxArrayString &, const wxString &, wxCommandEvent &) | 3 | 42 | 34 | 2 | 6 | 7 | 2 | 82 | 277 | 1761.04 | 19.6864 | 34668.6 | 1926.04 | 0.354408 | 69.9767 | 16.583 | 86.5597 | 41 | 3 |
| Subversion2/subversion2.cpp | 1110 | | Subversion2 | DoGetSvnStatusQuiet(const wxString &) | 1 | 25 | 18 | 0 | 7 | 2 | 1 | 47 | 162 | 899.843 | 16.4062 | 14763.1 | 820.17 | 0.200599 | 83.0227 | 0 | 83.0227 | 33 | 0 |
| Subversion2/subversion2.cpp | 1136 | | Subversion2 | NormalizeDir(wxString &) | 1 | 24 | 19 | 4 | 2 | 4 | 1 | 38 | 115 | 603.512 | 14.1818 | 8558.89 | 475.494 | 0.139473 | 85.3011 | 29.5564 | 114.858 | 16 | 1 |
| Subversion2/subversion2.cpp | 1161 | | Subversion2 | GetLocalAddsDels(const wxString &) | 1 | 27 | 20 | 0 | 7 | 5 | 3 | 52 | 142 | 809.462 | 18.75 | 15177.4 | 843.19 | 0.204336 | 81.6363 | 0 | 81.6363 | 21 | 1 |
| Subversion2/subversion2.cpp | 1189 | | Subversion2 | GetFilesMarkedBinary(const wxString &) | 1 | 22 | 17 | 1 | 5 | 3 | 2 | 44 | 122 | 666.051 | 16.0556 | 10693.8 | 594.101 | 0.161796 | 86.428 | 16.2158 | 102.644 | 20 | 1 |
| Subversion2/subversion2.cpp | 1212 | | Subversion2 | RemoveExcludeExts(const std::vector<wxString> &, const wxString &) | 2 | 33 | 27 | 1 | 5 | 6 | 2 | 55 | 198 | 1144.71 | 22.8529 | 26160 | 1453.33 | 0.293745 | 76.3535 | 13.3211 | 89.6746 | 29 | 1 |
| Subversion2/subversion2.cpp | 1246 | | Subversion2 | OnSync(wxCommandEvent &) | 1 | 63 | 49 | 5 | 10 | 10 | 2 | 89 | 328 | 2124.04 | 21.9692 | 46663.5 | 2592.42 | 0.432047 | 61.7436 | 21.1356 | 82.8792 | 56 | 2 |
| Subversion2/subversion2.cpp | 1310 | | Subversion2 | FinishSyncProcess(ProjectPtr &, const wxString &, bool, const wxString &, const wxString &) | 5 | 59 | 48 | 4 | 7 | 7 | 3 | 89 | 428 | 2771.61 | 30.1439 | 83547.4 | 4641.52 | 0.637041 | 62.1125 | 19.6263 | 81.7388 | 70 | 1 |
| Subversion2/subversion2.cpp | 1370 | | Subversion2 | GetSvnExeNameNoConfigDir() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 7.27273 | 1213.88 | 67.4376 | 0.0379311 | 110.472 | 0 | 110.472 | 6 | 5 |
| Subversion2/subversion2.cpp | 1379 | | Subversion2 | OnRevertToRevision(wxCommandEvent &) | 1 | 33 | 28 | 1 | 4 | 4 | 1 | 63 | 221 | 1320.98 | 16.625 | 21961.3 | 1220.07 | 0.261407 | 76.0687 | 13.3211 | 89.3899 | 46 | 1 |
| Subversion2/subversion2.cpp | 1413 | | Subversion2 | DoGetSvnClientVersion() | 0 | 33 | 26 | 1 | 6 | 4 | 1 | 61 | 196 | 1162.42 | 17.1628 | 19950.4 | 1108.36 | 0.245196 | 76.7336 | 13.3211 | 90.0548 | 32 | 1 |
| Subversion2/subversion2.cpp | 1447 | | Subversion2 | AddCommandLineOption(wxString &, Subversion2::eCommandLineOption) | 2 | 10 | 10 | 0 | 0 | 3 | 1 | 26 | 39 | 183.317 | 9.54545 | 1749.85 | 97.2136 | 0.0484037 | 105.91 | 0 | 105.91 | 1 | 3 |
| Subversion2/subversion2.cpp | 1458 | | Subversion2 | OnFolderContextMenu(clContextMenuEvent &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 76 | 389.826 | 9.66667 | 3768.31 | 209.351 | 0.0807192 | 102.446 | 0 | 102.446 | 13 | 2 |
| Subversion2/subversion2.cpp | 1469 | | Subversion2 | OnFileContextMenu(clContextMenuEvent &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 42 | 102 | 550.016 | 11.3846 | 6261.72 | 347.874 | 0.113242 | 96.1761 | 0 | 96.1761 | 18 | 2 |
| Subversion2/subversion2.cpp | 1483 | | Subversion2 | DoFilesDeleted(const wxArrayString &, bool) | 2 | 49 | 40 | 3 | 6 | 10 | 4 | 79 | 282 | 1777.67 | 24.5283 | 43603.1 | 2422.4 | 0.412943 | 66.7406 | 18.7004 | 85.441 | 54 | 3 |
| Subversion2/subversion2.cpp | 1533 | | Subversion2 | OnFileDeleted(clFileSystemEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 5 | 520 | 28.8889 | 0.021555 | 120.546 | 0 | 120.546 | 3 | 2 |
| Subversion2/subversion2.cpp | 1539 | | Subversion2 | OnFolderDeleted(clFileSystemEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 6.25 | 729.737 | 40.5409 | 0.0270182 | 119.945 | 0 | 119.945 | 3 | 2 |
| Subversion2/subversion2.cpp | 1545 | | Subversion2 | OnShowFileChanges(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 2 |
| Subversion2/subversion2.cpp | 1551 | | Subversion2 | ShowRecentChanges(const wxString &) | 1 | 19 | 17 | 2 | 1 | 3 | 1 | 47 | 115 | 638.778 | 12.1833 | 7782.44 | 432.358 | 0.130905 | 89.0204 | 24.0864 | 113.107 | 20 | 1 |
| Subversion2/subversion2.cpp | 1571 | | Subversion2 | ShowRecentChangesDialog(const SvnShowDiffChunk::List_t &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 7.28571 | 1643.81 | 91.3228 | 0.046428 | 108.675 | 0 | 108.675 | 5 | 1 |
| Subversion2/subversion2.cpp | 1580 | | Subversion2 | OnGotoAnythingShowing(clGotoEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 24 | 59 | 270.513 | 6.9 | 1866.54 | 103.697 | 0.0505324 | 110.125 | 27.6325 | 137.757 | 13 | 2 |
| Subversion2/subversion2_subversion2_bitmaps.cpp | 72 | | | wxC95F2InitBitmapResources() | 0 | 20 | 17 | 1 | 2 | 2 | 2 | 53 | 165 | 945.107 | 12.8289 | 12124.7 | 673.596 | 0.175925 | 86.3824 | 16.9762 | 103.359 | 29 | 14 |
| Subversion2/subversion2_ui.cpp | 1088 | | ChangeLogPageBase | ChangeLogPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 36 | 28 | 4 | 4 | 3 | 1 | 88 | 250 | 1614.86 | 16.1667 | 26106.9 | 1450.38 | 0.293347 | 73.8446 | 24.6875 | 98.5321 | 30 | 1 |
| Subversion2/subversion2_ui.cpp | 1125 | | ChangeLogPageBase | ~ChangeLogPageBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 124.049 | 0 | 124.049 | 4 | 0 |
| Subversion2/subversion2_ui.cpp | 1001 | | DiffDialogBase | DiffDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 84 | 62 | 1 | 21 | 8 | 1 | 115 | 714 | 4887.68 | 32.875 | 160682 | 8926.8 | 0.9852 | 53.2095 | 8.41135 | 61.6209 | 98 | 1 |
| Subversion2/subversion2_ui.cpp | 1086 | | DiffDialogBase | ~DiffDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 1251 | | PatchDlgBase | PatchDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 68 | 55 | 1 | 12 | 6 | 1 | 113 | 536 | 3655.62 | 24.9167 | 91085.8 | 5060.32 | 0.674806 | 58.6031 | 9.33821 | 67.9413 | 80 | 1 |
| Subversion2/subversion2_ui.cpp | 1320 | | PatchDlgBase | ~PatchDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 14 | | SubversionPageBase | SubversionPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 145 | 108 | 9 | 28 | 3 | 1 | 150 | 1181 | 8537.23 | 38.2558 | 326599 | 18144.4 | 1.58084 | 42.6155 | 18.8225 | 61.438 | 168 | 1 |
| Subversion2/subversion2_ui.cpp | 160 | | SubversionPageBase | ~SubversionPageBase() [override] | 0 | 18 | 18 | 0 | 0 | 1 | 0 | 36 | 170 | 878.887 | 12.5 | 10986.1 | 610.338 | 0.164731 | 88.697 | 0 | 88.697 | 36 | 0 |
| Subversion2/subversion2_ui.cpp | 1408 | | SvnBlameFrameBase | SvnBlameFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 84 | 65 | 8 | 11 | 6 | 1 | 121 | 621 | 4296.61 | 31.25 | 134269 | 7459.4 | 0.874037 | 54.3397 | 23.0043 | 77.344 | 80 | 1 |
| Subversion2/subversion2_ui.cpp | 1493 | | SvnBlameFrameBase | ~SvnBlameFrameBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 810 | | SvnCheckoutDialogBase | SvnCheckoutDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 96 | 70 | 2 | 24 | 8 | 1 | 128 | 831 | 5817 | 34.0619 | 198138 | 11007.7 | 1.1329 | 50.1412 | 11.0874 | 61.2286 | 121 | 1 |
| Subversion2/subversion2_ui.cpp | 907 | | SvnCheckoutDialogBase | ~SvnCheckoutDialogBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 25 | 80 | 371.508 | 10 | 3715.08 | 206.394 | 0.0799573 | 102.697 | 0 | 102.697 | 16 | 0 |
| Subversion2/subversion2_ui.cpp | 179 | | SvnCopyDialogBase | SvnCopyDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 98 | 73 | 3 | 22 | 8 | 1 | 129 | 800 | 5608.98 | 32.4387 | 181948 | 10108.2 | 1.07031 | 49.9965 | 13.3873 | 63.3838 | 107 | 1 |
| Subversion2/subversion2_ui.cpp | 278 | | SvnCopyDialogBase | ~SvnCopyDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 677 | | SvnInfoDialogBase | SvnInfoDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 130 | 100 | 1 | 29 | 11 | 1 | 128 | 1075 | 7525 | 44.7952 | 337084 | 18726.9 | 1.6145 | 43.2008 | 6.77278 | 49.9736 | 149 | 1 |
| Subversion2/subversion2_ui.cpp | 808 | | SvnInfoDialogBase | ~SvnInfoDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 918 | | SvnLogDialogBase | SvnLogDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 80 | 59 | 1 | 20 | 8 | 1 | 113 | 687 | 4685.46 | 33.9775 | 159200 | 8844.47 | 0.979133 | 54.2196 | 8.61702 | 62.8366 | 96 | 1 |
| Subversion2/subversion2_ui.cpp | 999 | | SvnLogDialogBase | ~SvnLogDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 280 | | SvnLoginDialogBase | SvnLoginDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 78 | 59 | 1 | 18 | 8 | 1 | 111 | 647 | 4395.99 | 30.9716 | 136151 | 7563.93 | 0.882183 | 54.9614 | 8.72567 | 63.6871 | 89 | 1 |
| Subversion2/subversion2_ui.cpp | 359 | | SvnLoginDialogBase | ~SvnLoginDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 361 | | SvnPreferencesDialogBase | SvnPreferencesDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 293 | 214 | 2 | 77 | 13 | 1 | 202 | 2494 | 19099.6 | 66.6067 | 1.27216e+06 | 70675.6 | 3.91357 | 24.7326 | 6.3822 | 31.1148 | 365 | 1 |
| Subversion2/subversion2_ui.cpp | 655 | | SvnPreferencesDialogBase | ~SvnPreferencesDialogBase() [override] | 0 | 21 | 21 | 0 | 0 | 1 | 0 | 31 | 170 | 842.213 | 15.4762 | 13034.3 | 724.125 | 0.184616 | 86.4214 | 0 | 86.4214 | 36 | 0 |
| Subversion2/subversion2_ui.cpp | 1130 | | SvnPropsBaseDlg | SvnPropsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 118 | 90 | 1 | 27 | 10 | 1 | 134 | 999 | 7059.02 | 38.7477 | 273521 | 15195.6 | 1.40456 | 45.3322 | 7.10659 | 52.4388 | 144 | 1 |
| Subversion2/subversion2_ui.cpp | 1249 | | SvnPropsBaseDlg | ~SvnPropsBaseDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Subversion2/subversion2_ui.cpp | 1322 | | SvnSelectLocalRepoBase | SvnSelectLocalRepoBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 76 | 58 | 2 | 16 | 6 | 1 | 122 | 635 | 4401.02 | 26.8333 | 118094 | 6560.78 | 0.80235 | 55.8362 | 12.4338 | 68.27 | 93 | 1 |
| Subversion2/subversion2_ui.cpp | 1399 | | SvnSelectLocalRepoBase | ~SvnSelectLocalRepoBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 62 | 276.485 | 9.58333 | 2649.65 | 147.203 | 0.0638269 | 107.848 | 0 | 107.848 | 12 | 0 |
| Subversion2/subversion2_ui.cpp | 1495 | | SvnShowRecentChangesBaseDlg | SvnShowRecentChangesBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 145 | 104 | 16 | 25 | 6 | 1 | 139 | 1051 | 7482.01 | 42.7826 | 320100 | 17783.3 | 1.5598 | 42.6116 | 24.6099 | 67.2215 | 141 | 1 |
| Subversion2/subversion2_ui.cpp | 1641 | | SvnShowRecentChangesBaseDlg | ~SvnShowRecentChangesBaseDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Subversion2/subversion_password_db.cpp | 37 | | SubversionPasswordDb | SubversionPasswordDb() | 0 | 10 | 8 | 1 | 1 | 1 | 0 | 28 | 65 | 312.478 | 6.94444 | 2169.99 | 120.555 | 0.0558706 | 103.597 | 23.5268 | 127.123 | 13 | 1 |
| Subversion2/subversion_password_db.cpp | 48 | | SubversionPasswordDb | [virtual] ~SubversionPasswordDb() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 19 | 68.1143 | 6 | 408.686 | 22.7048 | 0.0183571 | 122.747 | 0 | 122.747 | 2 | 0 |
| Subversion2/subversion_password_db.cpp | 54 | | SubversionPasswordDb | GetLogin(const wxString &, wxString &, wxString &) | 3 | 16 | 13 | 1 | 2 | 2 | 1 | 38 | 106 | 556.28 | 17 | 9456.77 | 525.376 | 0.149064 | 92.7534 | 18.8844 | 111.638 | 12 | 1 |
| Subversion2/subversion_password_db.cpp | 71 | | SubversionPasswordDb | SetLogin(const wxString &, const wxString &, const wxString &) | 3 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 99 | 499.395 | 11.7143 | 5850.06 | 325.003 | 0.108223 | 99.3844 | 0 | 99.3844 | 12 | 1 |
| Subversion2/subversion_password_db.cpp | 83 | | SubversionPasswordDb | DeleteLogin(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 47 | 209.593 | 6.57692 | 1378.48 | 76.5822 | 0.0412869 | 109.058 | 0 | 109.058 | 4 | 1 |
| Subversion2/subversion_view.cpp | 111 | | DiffCmdHandler | DiffCmdHandler(SubversionView *, const wxFileName &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 121.184 | 0 | 121.184 | 1 | 0 |
| Subversion2/subversion_view.cpp | 116 | | DiffCmdHandler | ~DiffCmdHandler() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 6 | 15.5098 | 2 | 31.0196 | 1.72331 | 0.00329081 | 156.514 | 0 | 156.514 | 0 | 0 |
| Subversion2/subversion_view.cpp | 118 | | DiffCmdHandler | OnProcessOutput(const wxString &) [override] | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 34 | 58 | 295.073 | 8.4 | 2478.61 | 137.701 | 0.0610498 | 105.371 | 24.6875 | 130.059 | 9 | 0 |
| Subversion2/subversion_view.cpp | 131 | | DiffCmdHandler | OnProcessTerminated() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3.5 | 116.267 | 6.4593 | 0.00794056 | 152.554 | 0 | 152.554 | 1 | 0 |
| Subversion2/subversion_view.cpp | 133 | | DiffCmdHandler | GetFilename() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| Subversion2/subversion_view.cpp | 67 | | SubversionView | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Subversion2/subversion_view.cpp | 67 | | SubversionView | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Subversion2/subversion_view.cpp | 136 | | SubversionView | SubversionView(wxWindow *, Subversion2 *) | 2 | 38 | 33 | 0 | 5 | 1 | 1 | 72 | 404 | 2492.65 | 18.2895 | 45589.3 | 2532.74 | 0.42539 | 71.1714 | 0 | 71.1714 | 67 | 2 |
| Subversion2/subversion_view.cpp | 175 | | SubversionView | ~SubversionView() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Subversion2/subversion_view.cpp | 177 | | SubversionView | OnChangeRootDir(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 6.76923 | 1365.61 | 75.8674 | 0.0410296 | 109.257 | 0 | 109.257 | 6 | 1 |
| Subversion2/subversion_view.cpp | 186 | | SubversionView | OnTreeMenu(wxTreeEvent &) | 1 | 37 | 3 | 34 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 93.3503 | 49.8163 | 143.167 | 0 | 0 |
| Subversion2/subversion_view.cpp | 224 | | SubversionView | CreatGUIControls() | 0 | 82 | 73 | 4 | 5 | 1 | 0 | 100 | 739 | 4909.81 | 23.6047 | 115894 | 6438.57 | 0.792356 | 55.1864 | 16.7761 | 71.9625 | 164 | 1 |
| Subversion2/subversion_view.cpp | 307 | | SubversionView | BuildTree() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 150.445 | 0 | 150.445 | 2 | 8 |
| Subversion2/subversion_view.cpp | 309 | | SubversionView | BuildTree(const wxString &) | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 32 | 64 | 320 | 10.1111 | 3235.56 | 179.753 | 0.0729197 | 101.699 | 0 | 101.699 | 8 | 2 |
| Subversion2/subversion_view.cpp | 321 | | SubversionView | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 22 | 17 | 1 | 4 | 3 | 1 | 36 | 98 | 506.653 | 9.32609 | 4725.09 | 262.505 | 0.093861 | 87.8504 | 16.2158 | 104.066 | 14 | 2 |
| Subversion2/subversion_view.cpp | 344 | | SubversionView | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 15 | 12 | 1 | 2 | 3 | 1 | 30 | 73 | 358.203 | 7.52632 | 2695.95 | 149.775 | 0.0645684 | 95.8579 | 19.4709 | 115.329 | 11 | 2 |
| Subversion2/subversion_view.cpp | 370 | | SubversionView | ClearAll() | 0 | 5 | 5 | 0 | 0 | 1 | 2 | 12 | 18 | 64.5293 | 3.5 | 225.853 | 12.5474 | 0.0123622 | 123.028 | 0 | 123.028 | 10 | 2 |
| Subversion2/subversion_view.cpp | 376 | | SubversionView | UpdateTree(const wxArrayString &, const wxArrayString &, const wxArrayString &, const wxArrayString &, const wxArrayString &, const wxArrayString &, const wxArrayString &, bool, const wxString &) | 9 | 25 | 23 | 1 | 1 | 3 | 1 | 39 | 120 | 634.248 | 12.2222 | 7751.92 | 430.662 | 0.130562 | 84.6115 | 15.2452 | 99.8568 | 16 | 1 |
| Subversion2/subversion_view.cpp | 402 | | SubversionView | GetImageIndex(const wxFileName &) const | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 77 | 388.418 | 11.4211 | 4436.15 | 246.453 | 0.0899945 | 103.942 | 0 | 103.942 | 8 | 2 |
| Subversion2/subversion_view.cpp | 412 | | SubversionView | DoAddUnVersionedFiles(const wxArrayString &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 48 | 116 | 647.856 | 12.6129 | 8171.34 | 453.963 | 0.13523 | 98.031 | 0 | 98.031 | 23 | 1 |
| Subversion2/subversion_view.cpp | 424 | | SubversionView | DoAddChangedFiles(const wxString &, const wxArrayString &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 40 | 93 | 494.939 | 13 | 6434.21 | 357.456 | 0.115312 | 100.975 | 0 | 100.975 | 14 | 5 |
| Subversion2/subversion_view.cpp | 435 | | SubversionView | CreateFileMenu(wxMenu *) | 1 | 32 | 27 | 1 | 4 | 1 | 0 | 49 | 277 | 1555.27 | 15.7763 | 24536.5 | 1363.14 | 0.281462 | 76.4082 | 13.5225 | 89.9307 | 64 | 1 |
| Subversion2/subversion_view.cpp | 468 | | SubversionView | CreateRootMenu(wxMenu *) | 1 | 31 | 24 | 0 | 7 | 1 | 0 | 52 | 265 | 1510.62 | 13.8171 | 20872.3 | 1159.57 | 0.252692 | 77.074 | 0 | 77.074 | 62 | 1 |
| Subversion2/subversion_view.cpp | 500 | | SubversionView | DoGetSelectedFiles(wxArrayString &, bool) | 2 | 23 | 21 | 0 | 2 | 4 | 2 | 52 | 155 | 883.568 | 17.5 | 15462.4 | 859.025 | 0.206886 | 84.0084 | 0 | 84.0084 | 25 | 12 |
| Subversion2/subversion_view.cpp | 528 | | SubversionView | OnUpdate(wxCommandEvent &) | 1 | 29 | 25 | 1 | 3 | 5 | 1 | 60 | 185 | 1092.77 | 19.8919 | 21737.4 | 1207.63 | 0.259627 | 78.9181 | 14.1863 | 93.1045 | 27 | 4 |
| Subversion2/subversion_view.cpp | 558 | | SubversionView | OnCommit(wxCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 34 | 78 | 396.822 | 9.1 | 3611.08 | 200.616 | 0.0784579 | 96.4431 | 0 | 96.4431 | 12 | 4 |
| Subversion2/subversion_view.cpp | 573 | | SubversionView | OnAdd(wxCommandEvent &) | 1 | 26 | 18 | 4 | 4 | 4 | 1 | 51 | 137 | 777.122 | 16.8 | 13055.7 | 725.314 | 0.184818 | 82.6897 | 28.5467 | 111.236 | 20 | 1 |
| Subversion2/subversion_view.cpp | 600 | | SubversionView | OnRevert(wxCommandEvent &) | 1 | 31 | 25 | 2 | 4 | 5 | 2 | 64 | 169 | 1014 | 16.8293 | 17064.9 | 948.049 | 0.220943 | 78.2268 | 19.171 | 97.3977 | 25 | 2 |
| Subversion2/subversion_view.cpp | 632 | | SubversionView | OnBranch(wxCommandEvent &) | 1 | 31 | 23 | 2 | 6 | 3 | 1 | 59 | 212 | 1247.12 | 15.5833 | 19434.3 | 1079.68 | 0.240949 | 77.6107 | 19.171 | 96.7817 | 40 | 1 |
| Subversion2/subversion_view.cpp | 664 | | SubversionView | OnTag(wxCommandEvent &) | 1 | 32 | 23 | 3 | 6 | 3 | 1 | 59 | 212 | 1247.12 | 15.5833 | 19434.3 | 1079.68 | 0.240949 | 77.0964 | 22.8376 | 99.934 | 40 | 1 |
| Subversion2/subversion_view.cpp | 697 | | SubversionView | OnDelete(wxCommandEvent &) | 1 | 25 | 22 | 1 | 2 | 4 | 1 | 61 | 163 | 966.71 | 18.1579 | 17553.4 | 975.19 | 0.22514 | 82.1899 | 15.2452 | 97.4352 | 26 | 1 |
| Subversion2/subversion_view.cpp | 723 | | SubversionView | OnResolve(wxCommandEvent &) | 1 | 22 | 19 | 1 | 2 | 4 | 1 | 50 | 140 | 790.14 | 18.4655 | 14590.3 | 810.575 | 0.199032 | 85.3096 | 16.2158 | 101.525 | 22 | 1 |
| Subversion2/subversion_view.cpp | 746 | | SubversionView | OnDiff(wxCommandEvent &) | 1 | 44 | 36 | 1 | 7 | 9 | 2 | 75 | 276 | 1719.15 | 21.4519 | 36879.2 | 2048.84 | 0.369317 | 68.8883 | 11.5716 | 80.4599 | 43 | 1 |
| Subversion2/subversion_view.cpp | 791 | | SubversionView | OnPatch(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 6.66667 | 878.463 | 48.8035 | 0.0305746 | 145.389 | 0 | 145.389 | 3 | 1 |
| Subversion2/subversion_view.cpp | 793 | | SubversionView | OnPatchDryRun(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 6.66667 | 878.463 | 48.8035 | 0.0305746 | 122.931 | 0 | 122.931 | 3 | 1 |
| Subversion2/subversion_view.cpp | 798 | | SubversionView | OnCleanup(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 57 | 276.905 | 7.02778 | 1946.03 | 108.113 | 0.0519571 | 107.84 | 0 | 107.84 | 9 | 1 |
| Subversion2/subversion_view.cpp | 807 | | SubversionView | OnStop(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| Subversion2/subversion_view.cpp | 813 | | SubversionView | OnClearOuptut(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 2 |
| Subversion2/subversion_view.cpp | 819 | | SubversionView | OnRefreshView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Subversion2/subversion_view.cpp | 825 | | SubversionView | OnFileAdded(clCommandEvent &) | 1 | 45 | 35 | 3 | 7 | 7 | 3 | 78 | 261 | 1640.49 | 20.4909 | 33615.1 | 1867.51 | 0.347191 | 69.2278 | 19.4709 | 88.6987 | 30 | 2 |
| Subversion2/subversion_view.cpp | 871 | | SubversionView | OnFileRenamed(clFileSystemEvent &) | 1 | 29 | 23 | 4 | 3 | 5 | 2 | 59 | 197 | 1158.88 | 18.5132 | 21454.5 | 1191.92 | 0.25737 | 78.6127 | 27.2067 | 105.819 | 33 | 2 |
| Subversion2/subversion_view.cpp | 901 | | SubversionView | OnShowSvnInfo(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 1 | 0 | 38 | 119 | 624.503 | 8.21429 | 5129.85 | 284.992 | 0.0991475 | 93.4274 | 0 | 93.4274 | 19 | 1 |
| Subversion2/subversion_view.cpp | 917 | | SubversionView | OnItemActivated(wxDataViewEvent &) [override] | 1 | 55 | 35 | 11 | 9 | 4 | 3 | 87 | 282 | 1816.91 | 18.6875 | 33953.5 | 1886.31 | 0.349517 | 66.1358 | 31.9355 | 98.0713 | 51 | 0 |
| Subversion2/subversion_view.cpp | 973 | | SubversionView | OnStopUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 1 |
| Subversion2/subversion_view.cpp | 975 | | SubversionView | OnClearOuptutUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6.11111 | 739.53 | 41.085 | 0.0272594 | 123.373 | 0 | 123.373 | 3 | 1 |
| Subversion2/subversion_view.cpp | 980 | | SubversionView | OnCheckout(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 47 | 137 | 760.979 | 14.8966 | 11336 | 629.775 | 0.16821 | 91.9396 | 0 | 91.9396 | 24 | 1 |
| Subversion2/subversion_view.cpp | 996 | | SubversionView | OnIgnoreFile(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 8.66667 | 1730.61 | 96.145 | 0.0480483 | 107.402 | 0 | 107.402 | 5 | 1 |
| Subversion2/subversion_view.cpp | 1006 | | SubversionView | OnIgnoreFilePattern(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 43 | 199.686 | 8.66667 | 1730.61 | 96.145 | 0.0480483 | 105.695 | 0 | 105.695 | 5 | 1 |
| Subversion2/subversion_view.cpp | 1017 | | SubversionView | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 1 |
| Subversion2/subversion_view.cpp | 1023 | | SubversionView | OnBlame(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 8.18182 | 1406.42 | 78.1343 | 0.0418429 | 110.089 | 0 | 110.089 | 4 | 1 |
| Subversion2/subversion_view.cpp | 1032 | | SubversionView | OnLinkEditor(wxCommandEvent &) | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 29 | 67 | 325.485 | 11.6667 | 3797.32 | 210.962 | 0.0811329 | 100.201 | 0 | 100.201 | 8 | 1 |
| Subversion2/subversion_view.cpp | 1045 | | SubversionView | DoLinkEditor() | 0 | 34 | 3 | 31 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 97.1171 | 49.7907 | 146.908 | 0 | 2 |
| Subversion2/subversion_view.cpp | 1080 | | SubversionView | OnActiveEditorChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Subversion2/subversion_view.cpp | 1086 | | SubversionView | DisconnectEvents() | 0 | 19 | 18 | 0 | 1 | 1 | 0 | 47 | 260 | 1444.19 | 12.5676 | 18150 | 1008.33 | 0.230213 | 85.2385 | 0 | 85.2385 | 41 | 2 |
| Subversion2/subversion_view.cpp | 1106 | | SubversionView | OnOpenFile(wxCommandEvent &) | 1 | 25 | 22 | 0 | 3 | 7 | 2 | 56 | 182 | 1056.94 | 18.0556 | 19083.6 | 1060.2 | 0.238041 | 81.0359 | 0 | 81.0359 | 22 | 1 |
| Subversion2/subversion_view.cpp | 1132 | | SubversionView | OnSwitch(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 7.08333 | 1263.51 | 70.1948 | 0.038958 | 114.787 | 0 | 114.787 | 5 | 1 |
| Subversion2/subversion_view.cpp | 1139 | | SubversionView | OnProperties(wxCommandEvent &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 41 | 129 | 691.124 | 10.5517 | 7292.55 | 405.142 | 0.125352 | 93.788 | 0 | 93.788 | 17 | 1 |
| Subversion2/subversion_view.cpp | 1154 | | SubversionView | OnLog(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.625 | 597.791 | 33.2106 | 0.0236544 | 124.049 | 0 | 124.049 | 3 | 1 |
| Subversion2/subversion_view.cpp | 1159 | | SubversionView | OnLock(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 41 | 99 | 530.398 | 14.4783 | 7679.24 | 426.624 | 0.129745 | 96.135 | 0 | 96.135 | 15 | 1 |
| Subversion2/subversion_view.cpp | 1173 | | SubversionView | OnUnLock(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 3 | 1 | 41 | 99 | 530.398 | 14.4783 | 7679.24 | 426.624 | 0.129745 | 96.135 | 0 | 96.135 | 15 | 1 |
| Subversion2/subversion_view.cpp | 1187 | | SubversionView | DoChangeRootPathUI(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 28 | 118.942 | 6.11111 | 726.868 | 40.3815 | 0.0269473 | 114.167 | 0 | 114.167 | 3 | 5 |
| Subversion2/subversion_view.cpp | 1195 | | SubversionView | DoRootDirChanged(const wxString &) | 1 | 28 | 23 | 1 | 4 | 4 | 2 | 46 | 154 | 850.629 | 12.25 | 10420.2 | 578.9 | 0.159024 | 81.0192 | 14.4303 | 95.4495 | 23 | 3 |
| Subversion2/subversion_view.cpp | 1224 | | SubversionView | UpdateStatusBar(const wxString &) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 34 | 73 | 371.385 | 7.36364 | 2734.74 | 151.93 | 0.0651863 | 99.2849 | 21.6227 | 120.908 | 13 | 2 |
| Subversion2/subversion_view.cpp | 1237 | | SubversionView | OnRename(wxCommandEvent &) | 1 | 17 | 15 | 0 | 2 | 5 | 2 | 48 | 132 | 737.215 | 17.5 | 12901.3 | 716.737 | 0.183358 | 89.617 | 0 | 89.617 | 23 | 1 |
| Subversion2/subversion_view.cpp | 1255 | | SubversionView | DoGetCurRepoPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 61 |
| Subversion2/subversion_view.cpp | 1257 | | SubversionView | OnFileSaved(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.14286 | 442.037 | 24.5576 | 0.0193427 | 121.537 | 0 | 121.537 | 2 | 2 |
| Subversion2/subversion_view.cpp | 1262 | | SubversionView | OnCharAdded(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 0 |
| Subversion2/subversion_view.cpp | 1263 | | SubversionView | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 0 |
| Subversion2/subversion_view.cpp | 1264 | | SubversionView | OnUpdateUI(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 0 |
| Subversion2/subversion_view.cpp | 1266 | | SubversionView | FinishDiff(wxString, wxFileName) | 2 | 21 | 18 | 1 | 2 | 2 | 1 | 52 | 146 | 832.264 | 15.6176 | 12998 | 722.112 | 0.184274 | 86.2532 | 16.583 | 102.836 | 26 | 2 |
| Subversion2/subversion_view.cpp | 1288 | | SubversionView | OnSciStcChange(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 120.85 | 0 | 120.85 | 2 | 0 |
| Subversion2/subversion_view.cpp | 1294 | | SubversionView | OnCloseView(wxCommandEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 36 | 74 | 382.574 | 7.95455 | 3043.21 | 169.067 | 0.0700003 | 97.8338 | 20.8285 | 118.662 | 13 | 1 |
| Subversion2/subversion_view.cpp | 1308 | | SubversionView | DoCloseView() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 25 | 56 | 260.056 | 5.90625 | 1535.96 | 85.3309 | 0.0443743 | 101.138 | 0 | 101.138 | 9 | 2 |
| Subversion2/subversion_view.cpp | 1321 | | SubversionView | OnCommitGotoAnything(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 8 | 1613.91 | 89.6615 | 0.0458632 | 107.349 | 0 | 107.349 | 5 | 2 |
| Subversion2/subversion_view.cpp | 1331 | | SubversionView | OnUpdateGotoAnything(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 39 | 97 | 512.684 | 14.5714 | 7470.54 | 415.03 | 0.127384 | 97.8383 | 0 | 97.8383 | 14 | 2 |
| Subversion2/subversion_view.cpp | 1343 | | SubversionView | OnContextMenu(wxDataViewEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 22 | 45 | 200.674 | 6.25 | 1254.22 | 69.6786 | 0.0387668 | 105.669 | 0 | 105.669 | 5 | 0 |
| Subversion2/subversion_view.cpp | 1354 | | SubversionView | DoGetAllFiles(wxArrayString &) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 35 | 93 | 477.023 | 15.5833 | 7433.61 | 412.979 | 0.126963 | 97.9832 | 0 | 97.9832 | 9 | 2 |
| Subversion2/subversion_view.cpp | 1367 | | SubversionView | OnViewUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 146.711 | 0 | 146.711 | 3 | 6 |
| Subversion2/subversion_view.cpp | 1369 | | SubversionView | OnAppActivated(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Subversion2/subversion_view.cpp | 1371 | | SubversionView | OnUnversionedItemActivated(wxDataViewEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 93 | 480.803 | 10.1818 | 4895.45 | 271.969 | 0.0961038 | 101.126 | 0 | 101.126 | 15 | 0 |
| Subversion2/subversion_view.cpp | 1382 | | SubversionView | OnUnversionedItemsContextMenu(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 6 | 948.741 | 52.7078 | 0.0321843 | 112.917 | 0 | 112.917 | 4 | 0 |
| Subversion2/subversion_view.cpp | 1390 | | SubversionView | GetSelectedUnversionedFiles() const | 0 | 21 | 20 | 0 | 1 | 6 | 2 | 48 | 139 | 776.31 | 17.5 | 13585.4 | 754.746 | 0.189785 | 85.6951 | 0 | 85.6951 | 17 | 2 |
| Subversion2/subversion_view.cpp | 1412 | | SubversionView | OnOpenUnverionsedFiles(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 35 | 85 | 435.989 | 11.7895 | 5140.08 | 285.56 | 0.0992793 | 96.9242 | 0 | 96.9242 | 9 | 1 |
| Subversion2/svn_checkout_dialog.cpp | 35 | | SvnCheckoutDialog | SvnCheckoutDialog(wxWindow *, Subversion2 *) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 65 | 327.886 | 8.125 | 2664.07 | 148.004 | 0.0640584 | 103.346 | 0 | 103.346 | 10 | 1 |
| Subversion2/svn_checkout_dialog.cpp | 46 | | SvnCheckoutDialog | ~SvnCheckoutDialog() [override] | 0 | 14 | 13 | 0 | 1 | 3 | 1 | 33 | 90 | 453.995 | 12.1579 | 5519.63 | 306.646 | 0.104108 | 95.7432 | 0 | 95.7432 | 12 | 0 |
| Subversion2/svn_checkout_dialog.cpp | 61 | | SvnCheckoutDialog | OnBrowseDirectory(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 57 | 282.389 | 9.84375 | 2779.77 | 154.432 | 0.0658999 | 107.508 | 0 | 107.508 | 6 | 0 |
| Subversion2/svn_checkout_dialog.cpp | 70 | | SvnCheckoutDialog | GetTargetDir() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 2 |
| Subversion2/svn_checkout_dialog.cpp | 72 | | SvnCheckoutDialog | GetURL() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 2 |
| Subversion2/svn_checkout_dialog.cpp | 74 | | SvnCheckoutDialog | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 40 | 178.377 | 7.8 | 1391.34 | 77.2968 | 0.0415433 | 121.126 | 0 | 121.126 | 5 | 0 |
| Subversion2/svn_checkout_dialog.cpp | 79 | | SvnCheckoutDialog | OnOK(wxCommandEvent &) [override] | 1 | 14 | 13 | 1 | 0 | 3 | 2 | 34 | 71 | 361.21 | 8.75 | 3160.59 | 175.588 | 0.0717889 | 96.9321 | 20.1155 | 117.048 | 11 | 0 |
| Subversion2/svn_command_handlers.cpp | 186 | | SvnBlameHandler | Process(const wxString &) [override] | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 37 | 123 | 640.763 | 13.6364 | 8737.67 | 485.426 | 0.141409 | 93.0638 | 19.4709 | 112.535 | 25 | 0 |
| Subversion2/svn_command_handlers.cpp | 184 | | SvnCheckoutHandler | Process(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Subversion2/svn_command_handlers.cpp | 44 | | SvnCommitHandler | Process(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 0 |
| Subversion2/svn_command_handlers.cpp | 82 | | SvnDiffHandler | Process(const wxString &) [override] | 1 | 13 | 9 | 3 | 1 | 3 | 1 | 31 | 69 | 341.84 | 8.30556 | 2839.17 | 157.732 | 0.0668353 | 98.4192 | 33.8695 | 132.289 | 9 | 0 |
| Subversion2/svn_command_handlers.cpp | 144 | | SvnLogHandler | Process(const wxString &) [override] | 1 | 14 | 11 | 2 | 1 | 2 | 1 | 29 | 72 | 349.775 | 8.55556 | 2992.52 | 166.251 | 0.0692208 | 97.3294 | 27.6325 | 124.962 | 10 | 0 |
| Subversion2/svn_command_handlers.cpp | 159 | | SvnLogHandler | Compact(const wxString &) | 1 | 24 | 21 | 0 | 3 | 7 | 2 | 53 | 217 | 1242.96 | 21.5147 | 26741.9 | 1485.66 | 0.298085 | 80.8542 | 0 | 80.8542 | 30 | 1 |
| Subversion2/svn_command_handlers.cpp | 116 | | SvnPatchDryRunHandler | Process(const wxString &) [override] | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 25 | 80 | 371.508 | 7.3125 | 2716.66 | 150.925 | 0.0648986 | 99.5131 | 21.6227 | 121.136 | 21 | 0 |
| Subversion2/svn_command_handlers.cpp | 96 | | SvnPatchHandler | Process(const wxString &) [override] | 1 | 19 | 12 | 4 | 3 | 3 | 1 | 40 | 125 | 665.241 | 7.58621 | 5046.66 | 280.37 | 0.0980726 | 88.8093 | 32.6227 | 121.432 | 28 | 0 |
| Subversion2/svn_command_handlers.cpp | 202 | | SvnRepoListHandler | Process(const wxString &) [override] | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 30 | 74 | 363.11 | 8.66667 | 3146.95 | 174.831 | 0.0715823 | 102.586 | 23.5268 | 126.112 | 11 | 0 |
| Subversion2/svn_command_handlers.cpp | 46 | | SvnUpdateHandler | Process(const wxString &) [override] | 1 | 35 | 20 | 9 | 6 | 4 | 2 | 52 | 161 | 917.771 | 10.7432 | 9859.83 | 547.769 | 0.15327 | 77.0092 | 35.3619 | 112.371 | 27 | 0 |
| Subversion2/svn_command_handlers.cpp | 129 | | SvnVersionHandler | Process(const wxString &) [override] | 1 | 14 | 11 | 1 | 2 | 2 | 1 | 37 | 94 | 489.689 | 8.88 | 4348.43 | 241.58 | 0.0888043 | 95.5797 | 20.1155 | 115.695 | 13 | 0 |
| Subversion2/svn_console.cpp | 49 | | SvnConsole | SvnConsole(wxStyledTextCtrl *, Subversion2 *) | 2 | 14 | 13 | 1 | 1 | 1 | 0 | 34 | 82 | 417.172 | 9.28571 | 3873.74 | 215.208 | 0.0822178 | 96.6431 | 20.1155 | 116.759 | 6 | 1 |
| Subversion2/svn_console.cpp | 64 | | SvnConsole | [virtual] OnReadProcessOutput(clProcessEvent &) | 1 | 23 | 20 | 1 | 2 | 11 | 2 | 58 | 210 | 1230.18 | 15.5488 | 19127.7 | 1062.65 | 0.238408 | 80.6774 | 15.872 | 96.5495 | 30 | 1 |
| Subversion2/svn_console.cpp | 88 | | SvnConsole | [virtual] OnProcessEnd(clProcessEvent &) | 1 | 21 | 16 | 3 | 2 | 3 | 1 | 33 | 82 | 413.64 | 8.775 | 3629.69 | 201.65 | 0.0787273 | 89.6588 | 27.6325 | 117.291 | 10 | 1 |
| Subversion2/svn_console.cpp | 110 | | SvnConsole | ExecuteURL(const wxString &, const wxString &, SvnCommandHandler *, bool) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 7 | 1365.29 | 75.8497 | 0.0410232 | 114.323 | 0 | 114.323 | 3 | 1 |
| Subversion2/svn_console.cpp | 117 | | SvnConsole | Execute(const wxString &, const wxString &, SvnCommandHandler *, bool, bool) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 7.26923 | 1296.67 | 72.037 | 0.0396367 | 117.741 | 0 | 117.741 | 1 | 28 |
| Subversion2/svn_console.cpp | 123 | | SvnConsole | AppendText(const wxString &) | 1 | 17 | 12 | 2 | 3 | 1 | 0 | 22 | 99 | 441.484 | 13.1538 | 5807.21 | 322.623 | 0.107694 | 93.2032 | 25.3357 | 118.539 | 15 | 23 |
| Subversion2/svn_console.cpp | 141 | | SvnConsole | Clear() | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 16 | 22 | 88 | 4 | 352 | 19.5556 | 0.0166178 | 115.964 | 0 | 115.964 | 2 | 2 |
| Subversion2/svn_console.cpp | 149 | | SvnConsole | Stop() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 19 | 37 | 157.173 | 5.85 | 919.464 | 51.0813 | 0.0315187 | 108.647 | 0 | 108.647 | 6 | 1 |
| Subversion2/svn_console.cpp | 159 | | SvnConsole | IsRunning() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 1 |
| Subversion2/svn_console.cpp | 161 | | SvnConsole | IsEmpty() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 5.4 | 390.635 | 21.7019 | 0.0178125 | 148.507 | 0 | 148.507 | 2 | 1 |
| Subversion2/svn_console.cpp | 163 | | SvnConsole | EnsureVisible() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 4 |
| Subversion2/svn_console.cpp | 165 | | SvnConsole | DoProcessNextCommand() | 0 | 46 | 29 | 6 | 11 | 6 | 1 | 74 | 203 | 1260.52 | 13.8889 | 17507.2 | 972.623 | 0.224745 | 70.4718 | 26.5382 | 97.01 | 35 | 2 |
| Subversion2/svn_console.cpp | 212 | | SvnConsole | DoExecute(const wxString &, SvnCommandHandler *, const wxString &, bool, bool) | 5 | 13 | 12 | 0 | 1 | 1 | 0 | 31 | 85 | 421.107 | 14.0833 | 5930.59 | 329.477 | 0.109214 | 97.7948 | 0 | 97.7948 | 7 | 2 |
| Subversion2/svn_console.cpp | 226 | | SvnConsole | [virtual] OnCharAdded(wxStyledTextEvent &) | 1 | 14 | 11 | 2 | 1 | 3 | 2 | 30 | 64 | 314.041 | 8.79412 | 2761.71 | 153.429 | 0.0656142 | 97.6597 | 27.6325 | 125.292 | 6 | 1 |
| Subversion2/svn_console.cpp | 241 | | SvnConsole | [virtual] OnUpdateUI(wxStyledTextEvent &) | 1 | 10 | 4 | 6 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 111.783 | 46.602 | 158.385 | 1 | 1 |
| Subversion2/svn_console.cpp | 252 | | SvnConsole | [virtual] OnKeyDown(wxKeyEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| Subversion2/svn_console.cpp | 254 | | SvnConsole | DoInitializeFontsAndColours() | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 5.83333 | 962.494 | 53.4719 | 0.0324946 | 117.916 | 0 | 117.916 | 6 | 2 |
| Subversion2/svn_copy_dialog.cpp | 29 | | SvnCopyDialog | SvnCopyDialog(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 33 | 134.886 | 6.75 | 910.482 | 50.5824 | 0.0313131 | 113.743 | 0 | 113.743 | 4 | 2 |
| Subversion2/svn_copy_dialog.cpp | 37 | | SvnCopyDialog | SetSourceURL(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 1 | 2 |
| Subversion2/svn_copy_dialog.cpp | 42 | | SvnCopyDialog | SetTargetURL(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 1 | 2 |
| Subversion2/svn_copy_dialog.cpp | 47 | | SvnCopyDialog | GetMessage() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4 | 312.551 | 17.364 | 0.0153518 | 125.648 | 0 | 125.648 | 2 | 2 |
| Subversion2/svn_copy_dialog.cpp | 52 | | SvnCopyDialog | GetSourceURL() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 127.426 | 0 | 127.426 | 1 | 2 |
| Subversion2/svn_copy_dialog.cpp | 57 | | SvnCopyDialog | GetTargetURL() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 127.426 | 0 | 127.426 | 1 | 2 |
| Subversion2/svn_default_command_handler.cpp | 34 | | SvnDefaultCommandHandler | SvnDefaultCommandHandler(Subversion2 *, int, wxEvtHandler *) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6 | 624 | 34.6667 | 0.0243408 | 124.161 | 0 | 124.161 | 1 | 44 |
| Subversion2/svn_default_command_handler.cpp | 39 | | SvnDefaultCommandHandler | Process(const wxString &) [override] | 1 | 15 | 9 | 3 | 3 | 1 | 0 | 36 | 74 | 382.574 | 7 | 2678.02 | 148.779 | 0.0642818 | 95.9756 | 31.9355 | 127.911 | 19 | 3 |
| Subversion2/svn_local_properties.cpp | 40 | | SubversionLocalProperties | SubversionLocalProperties(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 4 |
| Subversion2/svn_local_properties.cpp | 45 | | SubversionLocalProperties | ReadProperty(const wxString &) | 1 | 13 | 9 | 1 | 3 | 3 | 1 | 31 | 81 | 401.29 | 11.9167 | 4782.04 | 265.669 | 0.0946137 | 97.5855 | 20.8285 | 118.414 | 15 | 12 |
| Subversion2/svn_local_properties.cpp | 59 | | SubversionLocalProperties | WriteProperty(const wxString &, const wxString &) | 2 | 16 | 13 | 1 | 2 | 2 | 1 | 33 | 79 | 398.507 | 13.3333 | 5313.43 | 295.19 | 0.101499 | 94.4879 | 18.8844 | 113.372 | 13 | 4 |
| Subversion2/svn_local_properties.cpp | 76 | | SubversionLocalProperties | GetConfigFile() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 30 | 67 | 328.762 | 6.94737 | 2284.03 | 126.89 | 0.0578113 | 100.149 | 21.6227 | 121.772 | 11 | 2 |
| Subversion2/svn_local_properties.cpp | 89 | | SubversionLocalProperties | ReadProperties() | 0 | 50 | 37 | 5 | 8 | 7 | 3 | 60 | 273 | 1612.58 | 22.4756 | 36243.7 | 2013.54 | 0.365063 | 67.6102 | 23.5268 | 91.1369 | 48 | 2 |
| Subversion2/svn_local_properties.cpp | 140 | | SubversionLocalProperties | WriteProperties() | 0 | 13 | 12 | 0 | 1 | 4 | 3 | 36 | 109 | 563.522 | 12.0909 | 6813.49 | 378.527 | 0.1198 | 95.5899 | 0 | 95.5899 | 15 | 1 |
| Subversion2/svn_login_dialog.cpp | 28 | | SvnLoginDialog | SvnLoginDialog(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 6 | 492.268 | 27.3482 | 0.0207816 | 118.826 | 0 | 118.826 | 2 | 1 |
| Subversion2/svn_overlay_tool.cpp | 41 | | SvnOverlayTool | SvnOverlayTool() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 104 | 520 | 10.7381 | 5583.81 | 310.212 | 0.104914 | 99.4042 | 0 | 99.4042 | 23 | 1 |
| Subversion2/svn_overlay_tool.cpp | 53 | | SvnOverlayTool | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 59 | | SvnOverlayTool | DoAddBitmap(const wxBitmap &, const wxBitmap &) | 2 | 17 | 14 | 0 | 3 | 1 | 0 | 37 | 122 | 635.553 | 11.6346 | 7394.42 | 410.801 | 0.126517 | 91.3086 | 0 | 91.3086 | 17 | 7 |
| Subversion2/svn_overlay_tool.cpp | 77 | | SvnOverlayTool | ConflictIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 79 | | SvnOverlayTool | LockedIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 81 | | SvnOverlayTool | ModifiedIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 83 | | SvnOverlayTool | NewIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 85 | | SvnOverlayTool | OKIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 87 | | SvnOverlayTool | UnversionedIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_overlay_tool.cpp | 89 | | SvnOverlayTool | DeletedIcon(const wxBitmap &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.78571 | 462.857 | 25.7143 | 0.0199454 | 147.983 | 0 | 147.983 | 1 | 0 |
| Subversion2/svn_patch_dlg.cpp | 30 | | PatchDlg | PatchDlg(wxWindow *) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 59 | 292.298 | 7.94444 | 2322.14 | 129.008 | 0.0584527 | 102.17 | 0 | 102.17 | 8 | 1 |
| Subversion2/svn_patch_dlg.cpp | 42 | | PatchDlg | ~PatchDlg() [override] | 0 | 5 | 4 | 0 | 1 | 1 | 0 | 17 | 28 | 114.449 | 5.0625 | 579.398 | 32.1888 | 0.0231667 | 120.048 | 0 | 120.048 | 4 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 34 | | SvnPreferencesDialog | SvnPreferencesDialog(wxWindow *, Subversion2 *) | 2 | 24 | 21 | 0 | 3 | 1 | 0 | 54 | 191 | 1099.18 | 12.775 | 14042.1 | 780.115 | 0.194014 | 82.8734 | 0 | 82.8734 | 31 | 1 |
| Subversion2/svn_preferences_dialog.cpp | 59 | | SvnPreferencesDialog | OnBrowseSvnExe(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8.5 | 1877.83 | 104.324 | 0.0507359 | 108.784 | 0 | 108.784 | 5 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 68 | | SvnPreferencesDialog | OnBrowseDiffViewer(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8.5 | 1877.83 | 104.324 | 0.0507359 | 108.784 | 0 | 108.784 | 5 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 77 | | SvnPreferencesDialog | OnBrowseSSHClient(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 8.5 | 1877.83 | 104.324 | 0.0507359 | 108.784 | 0 | 108.784 | 5 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 86 | | SvnPreferencesDialog | DoGetExecutable(const wxString &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 35 | 92 | 471.894 | 12.375 | 5839.69 | 324.427 | 0.108095 | 96.7427 | 0 | 96.7427 | 15 | 3 |
| Subversion2/svn_preferences_dialog.cpp | 100 | | SvnPreferencesDialog | OnButtonOK(wxCommandEvent &) [override] | 1 | 45 | 33 | 3 | 9 | 8 | 1 | 55 | 208 | 1202.52 | 10.0465 | 12081.2 | 671.176 | 0.175503 | 70.6127 | 19.4709 | 90.0837 | 24 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 146 | | SvnPreferencesDialog | OnUseExternalDiffUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| Subversion2/svn_preferences_dialog.cpp | 151 | | SvnPreferencesDialog | OnAddRevisionMacroUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| Subversion2/svn_props_dialog.cpp | 32 | | SvnPropsDlg | SvnPropsDlg(wxWindow *, const wxString &, Subversion2 *) | 3 | 15 | 14 | 0 | 1 | 1 | 0 | 42 | 116 | 625.509 | 10.7586 | 6729.61 | 373.867 | 0.118815 | 93.419 | 0 | 93.419 | 17 | 1 |
| Subversion2/svn_props_dialog.cpp | 48 | | SvnPropsDlg | GetBugTrackerURL() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Subversion2/svn_props_dialog.cpp | 50 | | SvnPropsDlg | GetFRTrackerURL() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Subversion2/svn_props_dialog.cpp | 52 | | SvnPropsDlg | GetBugMsg() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Subversion2/svn_props_dialog.cpp | 54 | | SvnPropsDlg | GetFRMsg() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Subversion2/svn_select_local_repo_dlg.cpp | 33 | | SvnSelectLocalRepoDlg | SvnSelectLocalRepoDlg(wxWindow *, Subversion2 *, const wxString &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 34 | 69 | 351.035 | 8.35714 | 2933.65 | 162.981 | 0.06831 | 102.992 | 0 | 102.992 | 9 | 0 |
| Subversion2/svn_select_local_repo_dlg.cpp | 44 | | SvnSelectLocalRepoDlg | OnPathSelected(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 50 | 237.744 | 6.875 | 1634.49 | 90.8051 | 0.0462524 | 108.403 | 0 | 108.403 | 6 | 0 |
| Subversion2/svn_select_local_repo_dlg.cpp | 53 | | SvnSelectLocalRepoDlg | OnPathActivated(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 54 | 259.597 | 6.79412 | 1763.73 | 97.9852 | 0.0486595 | 106.037 | 0 | 106.037 | 7 | 0 |
| Subversion2/svn_select_local_repo_dlg.cpp | 63 | | SvnSelectLocalRepoDlg | OnMenu(wxMouseEvent &) [override] | 1 | 17 | 15 | 0 | 2 | 3 | 2 | 41 | 116 | 621.476 | 12.6923 | 7887.97 | 438.22 | 0.132086 | 90.965 | 0 | 90.965 | 20 | 0 |
| Subversion2/svn_select_local_repo_dlg.cpp | 81 | | SvnSelectLocalRepoDlg | GetPath() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 127.091 | 0 | 127.091 | 1 | 0 |
| Subversion2/svn_select_local_repo_dlg.cpp | 87 | | SvnSelectLocalRepoDlg | OnRemoveEntry(wxCommandEvent &) | 1 | 29 | 24 | 0 | 5 | 6 | 3 | 58 | 175 | 1025.15 | 16.8077 | 17230.3 | 957.242 | 0.222369 | 79.0203 | 0 | 79.0203 | 21 | 1 |
| Subversion2/svn_sync_dialog.cpp | 32 | | SvnSyncDialog | SvnSyncDialog(wxWindow *, Subversion2 *, const wxString &, bool, const wxString &) | 5 | 21 | 19 | 0 | 2 | 3 | 0 | 43 | 117 | 634.873 | 11.5862 | 7355.77 | 408.654 | 0.126076 | 87.4309 | 0 | 87.4309 | 17 | 1 |
| Subversion2/svn_sync_dialog.cpp | 54 | | SvnSyncDialog | UpdateUrl(const wxString &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 31 | 68 | 336.885 | 10.1111 | 3406.29 | 189.238 | 0.0754628 | 98.7252 | 0 | 98.7252 | 11 | 1 |
| Subversion2/svn_sync_dialog.cpp | 68 | | SvnSyncDialog | OnButtonOK(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 45 | 211.52 | 4.76471 | 1007.83 | 55.9905 | 0.0335071 | 109.241 | 0 | 109.241 | 7 | 0 |
| Subversion2/svn_sync_dialog.cpp | 77 | | SvnSyncDialog | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6.11111 | 739.53 | 41.085 | 0.0272594 | 145.831 | 0 | 145.831 | 3 | 0 |
| Subversion2/svnblameeditor.cpp | 35 | | SvnBlameEditor | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Subversion2/svnblameeditor.cpp | 35 | | SvnBlameEditor | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| Subversion2/svnblameeditor.cpp | 42 | | SvnBlameEditor | SvnBlameEditor(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 50 | 235.022 | 7.8125 | 1836.11 | 102.006 | 0.0499817 | 108.693 | 0 | 108.693 | 3 | 1 |
| Subversion2/svnblameeditor.cpp | 51 | | SvnBlameEditor | Initialize() | 0 | 25 | 21 | 2 | 2 | 1 | 0 | 51 | 266 | 1508.87 | 12 | 18106.4 | 1005.91 | 0.229844 | 80.5648 | 21.2145 | 101.779 | 40 | 2 |
| Subversion2/svnblameeditor.cpp | 77 | | SvnBlameEditor | SetText(const wxString &) | 1 | 62 | 47 | 3 | 12 | 4 | 3 | 92 | 390 | 2544.19 | 28.2353 | 71835.9 | 3990.88 | 0.576023 | 62.4443 | 16.711 | 79.1553 | 49 | 1 |
| Subversion2/svnblameeditor.cpp | 140 | | SvnBlameEditor | OnContextMenu(wxContextMenuEvent &) | 1 | 21 | 15 | 2 | 5 | 2 | 1 | 46 | 118 | 651.78 | 11.371 | 7411.37 | 411.743 | 0.12671 | 87.5243 | 23.0043 | 110.529 | 21 | 1 |
| Subversion2/svnblameeditor.cpp | 162 | | SvnBlameEditor | OnHighlightRevision(wxCommandEvent &) | 1 | 23 | 17 | 3 | 3 | 5 | 3 | 44 | 127 | 693.348 | 19.5833 | 13578.1 | 754.337 | 0.189716 | 85.039 | 26.5382 | 111.577 | 12 | 1 |
| Subversion2/svncommand.cpp | 36 | | SvnCommand | SvnCommand(Subversion2 *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 49 | 221.655 | 8.25 | 1828.65 | 101.592 | 0.0498462 | 108.997 | 0 | 108.997 | 2 | 5 |
| Subversion2/svncommand.cpp | 45 | | SvnCommand | ~SvnCommand() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Subversion2/svncommand.cpp | 47 | | SvnCommand | Execute(const wxString &, const wxString &, SvnCommandHandler *, Subversion2 *) | 4 | 27 | 21 | 2 | 4 | 4 | 1 | 59 | 144 | 847.101 | 14.9211 | 12639.6 | 702.202 | 0.180871 | 81.63 | 20.4627 | 102.093 | 15 | 4 |
| Subversion2/svncommand.cpp | 75 | | SvnCommand | OnProcessOutput(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 21 | 35 | 153.731 | 5.25 | 807.088 | 44.8382 | 0.0288952 | 118.514 | 0 | 118.514 | 11 | 1 |
| Subversion2/svncommand.cpp | 81 | | SvnCommand | OnProcessTerminated(clProcessEvent &) | 1 | 22 | 18 | 2 | 2 | 4 | 2 | 36 | 122 | 630.731 | 9.02 | 5689.19 | 316.066 | 0.10623 | 86.4813 | 22.5149 | 108.996 | 26 | 1 |
| Subversion2/svncommand.cpp | 104 | | SvnCommand | ClearAll() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 26 | 98.9912 | 4.5 | 445.461 | 24.7478 | 0.0194425 | 117.849 | 0 | 117.849 | 3 | 2 |
| Subversion2/svncommandhandler.cpp | 30 | | SvnCommandHandler | [virtual] OnProcessOutput(IProcess *, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 6 | 650.508 | 36.1394 | 0.0250254 | 120.33 | 0 | 120.33 | 2 | 0 |
| Subversion2/svnstatushandler.cpp | 32 | | SvnStatusHandler | SvnStatusHandler(Subversion2 *, int, wxEvtHandler *, bool, const wxString &) | 5 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 6.3 | 1270.95 | 70.6084 | 0.0391109 | 111.65 | 0 | 111.65 | 3 | 2 |
| Subversion2/svnstatushandler.cpp | 40 | | SvnStatusHandler | Process(const wxString &) [override] | 1 | 16 | 15 | 0 | 1 | 1 | 0 | 32 | 119 | 595 | 11.3636 | 6761.36 | 375.631 | 0.119189 | 92.6335 | 0 | 92.6335 | 18 | 0 |
| Subversion2/svnxml.cpp | 35 | | SvnXML | [static] GetFiles(const wxString &, wxArrayString &, wxArrayString &, wxArrayString &, wxArrayString &, wxArrayString &, wxArrayString &, wxArrayString &) | 8 | 76 | 48 | 25 | 3 | 11 | 2 | 65 | 260 | 1565.82 | 22.6705 | 35497.8 | 1972.1 | 0.360036 | 60.0601 | 38.8071 | 98.8671 | 22 | 2 |
| Subversion2/svnxml.cpp | 112 | | SvnXML | [static] GetSvnInfo(const wxString &, SvnInfo &) | 2 | 65 | 51 | 7 | 7 | 15 | 7 | 61 | 335 | 1986.8 | 23.0233 | 45742.5 | 2541.25 | 0.426343 | 60.4347 | 24.3386 | 84.7733 | 37 | 1 |
| Subversion2/workspacesvnsettings.cpp | 31 | | WorkspaceSvnSettings | WorkspaceSvnSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 0 |
| Subversion2/workspacesvnsettings.cpp | 36 | | WorkspaceSvnSettings | WorkspaceSvnSettings(const wxFileName &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 5.14286 | 421.944 | 23.4413 | 0.018752 | 121.779 | 0 | 121.779 | 3 | 3 |
| Subversion2/workspacesvnsettings.cpp | 42 | | WorkspaceSvnSettings | FromJSON(const JSONItem &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 4.95 | 525.681 | 29.2045 | 0.0217117 | 124.052 | 0 | 124.052 | 4 | 0 |
| Subversion2/workspacesvnsettings.cpp | 47 | | WorkspaceSvnSettings | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| Subversion2/workspacesvnsettings.cpp | 54 | | WorkspaceSvnSettings | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 7.07143 | 943.594 | 52.4219 | 0.0320678 | 116.297 | 0 | 116.297 | 4 | 1 |
| Subversion2/workspacesvnsettings.cpp | 61 | | WorkspaceSvnSettings | Save() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 4.5 | 486 | 27 | 0.0206049 | 120.35 | 0 | 120.35 | 4 | 2 |
| Subversion2/workspacesvnsettings.cpp | 67 | | WorkspaceSvnSettings | GetLocalConfigFile() const | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 28 | 76 | 365.359 | 10.125 | 3699.26 | 205.514 | 0.07973 | 96.8727 | 0 | 96.8727 | 15 | 2 |
| Subversion2/wxcrafter.cpp | 14 | | SvnCommitDialogBaseClass | SvnCommitDialogBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 219 | 153 | 16 | 50 | 8 | 1 | 171 | 1711 | 12691.9 | 55.1837 | 700388 | 38910.5 | 2.62888 | 32.7237 | 20.3304 | 53.0541 | 226 | 2 |
| Subversion2/wxcrafter.cpp | 234 | | SvnCommitDialogBaseClass | ~SvnCommitDialogBaseClass() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Subversion2/wxcrafter.cpp | 240 | | SvnSyncDialogBaseClass | SvnSyncDialogBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 104 | 74 | 2 | 28 | 7 | 1 | 138 | 895 | 6362.13 | 35.2632 | 224349 | 12463.8 | 1.23073 | 48.6087 | 10.6593 | 59.2679 | 127 | 1 |
| Subversion2/wxcrafter.cpp | 345 | | SvnSyncDialogBaseClass | ~SvnSyncDialogBaseClass() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 8 | 1521.32 | 84.5177 | 0.0440919 | 114.454 | 0 | 114.454 | 8 | 0 |
| Subversion2/wxcrafter_subversion2_bitmaps.cpp | 34 | | | wxC38D8InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| ZoomNavigator/znSettingsDlg.cpp | 34 | | znSettingsDlg | [explicit] znSettingsDlg(wxWindow *) | 1 | 15 | 14 | 0 | 1 | 2 | 1 | 37 | 96 | 500.108 | 9.20833 | 4605.16 | 255.842 | 0.092266 | 94.3525 | 0 | 94.3525 | 17 | 1 |
| ZoomNavigator/znSettingsDlg.cpp | 50 | | znSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 16 | 13 | 1 | 2 | 1 | 0 | 40 | 99 | 526.871 | 5.80645 | 3059.25 | 169.958 | 0.0702461 | 93.2659 | 18.8844 | 112.15 | 18 | 0 |
| ZoomNavigator/zn_config_item.cpp | 28 | | znConfigItem | znConfigItem() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 3 | 8 |
| ZoomNavigator/zn_config_item.cpp | 34 | | znConfigItem | FromJSON(const JSONItem &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 67 | 318.577 | 7.25 | 2309.69 | 128.316 | 0.0582435 | 109.274 | 0 | 109.274 | 13 | 0 |
| ZoomNavigator/zn_config_item.cpp | 42 | | znConfigItem | ToJSON() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 26 | 60 | 282.026 | 8.125 | 2291.46 | 127.304 | 0.0579368 | 105.837 | 0 | 105.837 | 11 | 0 |
| ZoomNavigator/zoom_navigator.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| ZoomNavigator/zoom_navigator.cpp | 26 | | znSettingsDlgBase | znSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 97 | 72 | 2 | 23 | 5 | 1 | 125 | 816 | 5684.08 | 31.7184 | 180290 | 10016.1 | 1.0638 | 50.7835 | 11.0311 | 61.8145 | 116 | 1 |
| ZoomNavigator/zoom_navigator.cpp | 124 | | znSettingsDlgBase | ~znSettingsDlgBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| ZoomNavigator/zoom_navigator_zoomnavigator_bitmaps.cpp | 34 | | | wxC6745InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| ZoomNavigator/zoomnavigator.cpp | 55 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 57 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 67 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 73 | {anonymous} | | GetMarkers(wxStyledTextCtrl &, marker_mask_type) | 2 | 14 | 14 | 0 | 0 | 3 | 2 | 33 | 70 | 353.108 | 18.3214 | 6469.44 | 359.413 | 0.115733 | 97.0501 | 0 | 97.0501 | 4 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 89 | | ZoomNavigator | [explicit] ZoomNavigator(IManager *) | 1 | 22 | 18 | 0 | 4 | 1 | 0 | 57 | 178 | 1038.25 | 11.0714 | 11495 | 638.609 | 0.169779 | 84.5796 | 0 | 84.5796 | 28 | 1 |
| ZoomNavigator/zoomnavigator.cpp | 112 | | ZoomNavigator | UnPlug() [override] | 0 | 20 | 16 | 2 | 2 | 2 | 1 | 48 | 158 | 882.424 | 10.9118 | 9628.8 | 534.934 | 0.150867 | 86.7392 | 23.5268 | 110.266 | 21 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 133 | | ZoomNavigator | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 135 | | ZoomNavigator | CreatePluginMenu(wxMenu *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 62 | 291.427 | 9.16667 | 2671.42 | 148.412 | 0.0641761 | 112.235 | 0 | 112.235 | 11 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 142 | | ZoomNavigator | OnShowHideClick(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 144 | | ZoomNavigator | DoInitialize() | 0 | 21 | 18 | 1 | 2 | 2 | 1 | 52 | 146 | 832.264 | 11.9595 | 9953.43 | 552.968 | 0.154239 | 86.2532 | 16.583 | 102.836 | 16 | 1 |
| ZoomNavigator/zoomnavigator.cpp | 166 | | ZoomNavigator | DoUpdate() | 0 | 32 | 24 | 2 | 6 | 6 | 1 | 56 | 186 | 1080.17 | 15.0385 | 16244.1 | 902.448 | 0.2138 | 77.1537 | 18.8844 | 96.0382 | 18 | 3 |
| ZoomNavigator/zoomnavigator.cpp | 199 | | ZoomNavigator | SetEditorText(IEditor *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 49 | 221.655 | 8.25 | 1828.65 | 101.592 | 0.0498462 | 106.859 | 0 | 106.859 | 6 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 209 | | ZoomNavigator | SetZoomTextScrollPosToMiddle(wxStyledTextCtrl &) | 1 | 16 | 11 | 2 | 3 | 2 | 1 | 32 | 77 | 385 | 15 | 5775 | 320.833 | 0.107295 | 94.6672 | 26.0372 | 120.704 | 5 | 1 |
| ZoomNavigator/zoomnavigator.cpp | 226 | | ZoomNavigator | PatchUpHighlights(const int, const int) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.95455 | 961.825 | 53.4347 | 0.0324795 | 116.11 | 0 | 116.11 | 1 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 233 | | ZoomNavigator | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 3.5 | 186.56 | 10.3645 | 0.0108832 | 150.095 | 0 | 150.095 | 0 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 235 | | ZoomNavigator | OnPreviewClicked(wxMouseEvent &) | 1 | 31 | 22 | 4 | 5 | 3 | 1 | 53 | 173 | 990.93 | 19.5588 | 19381.4 | 1076.75 | 0.240512 | 78.8065 | 26.4103 | 105.217 | 15 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 267 | | ZoomNavigator | DoCleanup() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5 | 583.79 | 32.4328 | 0.0232836 | 114.494 | 0 | 114.494 | 2 | 3 |
| ZoomNavigator/zoomnavigator.cpp | 275 | | ZoomNavigator | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 4 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 281 | | ZoomNavigator | OnSettingsChanged(wxCommandEvent &) | 1 | 18 | 15 | 1 | 2 | 3 | 2 | 31 | 71 | 351.748 | 9.05882 | 3186.42 | 177.023 | 0.0721796 | 92.9988 | 17.8544 | 110.853 | 8 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 300 | | ZoomNavigator | OnFileSaved(clCommandEvent &) | 1 | 11 | 9 | 2 | 1 | 2 | 1 | 24 | 45 | 206.323 | 6.76923 | 1396.65 | 77.5917 | 0.0416489 | 103.981 | 30.6787 | 134.66 | 5 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 312 | | ZoomNavigator | OnWorkspaceClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 318 | | ZoomNavigator | OnEnablePlugin(wxCommandEvent &) | 1 | 12 | 10 | 1 | 1 | 1 | 0 | 27 | 64 | 304.313 | 6.5 | 1978.03 | 109.891 | 0.0525252 | 100.781 | 21.6227 | 122.403 | 10 | 0 |
| ZoomNavigator/zoomnavigator.cpp | 331 | | ZoomNavigator | OnInitDone(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6.11111 | 713.118 | 39.6177 | 0.0266064 | 116.994 | 0 | 116.994 | 2 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 338 | | ZoomNavigator | OnIdle(wxIdleEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| ZoomNavigator/zoomnavigator.cpp | 340 | | ZoomNavigator | OnTimer(wxTimerEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| ZoomNavigator/zoomtext.cpp | 59 | {anonymous} | | ToSciMarkerTypes(ZoomText::MarkerType) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 20 | 38 | 164.233 | 8.55556 | 1405.11 | 78.0615 | 0.0418169 | 106.481 | 0 | 106.481 | 0 | 1 |
| ZoomNavigator/zoomtext.cpp | 71 | | ZoomText | [explicit] ZoomText(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 54 | 44 | 0 | 10 | 3 | 1 | 106 | 358 | 2408.6 | 20.6341 | 49699.3 | 2761.07 | 0.450587 | 65.1971 | 0 | 65.1971 | 46 | 1 |
| ZoomNavigator/zoomtext.cpp | 126 | | ZoomText | ~ZoomText() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 27 | 83 | 394.656 | 10.4 | 4104.42 | 228.023 | 0.0854502 | 100.608 | 0 | 100.608 | 9 | 0 |
| ZoomNavigator/zoomtext.cpp | 138 | | ZoomText | UpdateLexer(IEditor *) | 1 | 30 | 26 | 0 | 4 | 4 | 1 | 56 | 156 | 905.947 | 12.0789 | 10942.9 | 607.938 | 0.164298 | 79.5739 | 0 | 79.5739 | 27 | 3 |
| ZoomNavigator/zoomtext.cpp | 169 | | ZoomText | OnSettingsChanged(wxCommandEvent &) | 1 | 16 | 14 | 0 | 2 | 2 | 1 | 35 | 80 | 410.343 | 7.33333 | 3009.18 | 167.177 | 0.0694775 | 94.3357 | 0 | 94.3357 | 13 | 2 |
| ZoomNavigator/zoomtext.cpp | 186 | | ZoomText | UpdateText(IEditor *) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 24 | 53 | 243.003 | 8.86364 | 2153.89 | 119.661 | 0.055594 | 101.721 | 0 | 101.721 | 7 | 2 |
| ZoomNavigator/zoomtext.cpp | 199 | | ZoomText | HighlightLines(int, int) | 2 | 17 | 15 | 0 | 2 | 4 | 2 | 30 | 88 | 431.806 | 17.0625 | 7367.7 | 409.316 | 0.126212 | 92.6285 | 0 | 92.6285 | 4 | 1 |
| ZoomNavigator/zoomtext.cpp | 217 | | ZoomText | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 0 | 121.415 | 2 | 2 |
| ZoomNavigator/zoomtext.cpp | 223 | | ZoomText | OnTimer(wxTimerEvent &) | 1 | 21 | 17 | 2 | 2 | 6 | 1 | 42 | 132 | 711.786 | 15.6957 | 11171.9 | 620.664 | 0.166583 | 86.1463 | 23.0043 | 109.151 | 18 | 2 |
| ZoomNavigator/zoomtext.cpp | 245 | | ZoomText | DoClear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 4.66667 | 408.656 | 22.7031 | 0.0183563 | 118.487 | 0 | 118.487 | 4 | 2 |
| ZoomNavigator/zoomtext.cpp | 252 | | ZoomText | Startup() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 1 |
| ZoomNavigator/zoomtext.cpp | 254 | | ZoomText | UpdateMarkers(const std::vector<int> &, MarkerType) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 9.96667 | 2395.67 | 133.093 | 0.0596801 | 108.346 | 0 | 108.346 | 4 | 2 |
| ZoomNavigator/zoomtext.cpp | 263 | | ZoomText | SetSemanticTokens(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 58 | 47 | 1 | 10 | 9 | 2 | 74 | 317 | 1968.4 | 28.32 | 55745 | 3096.94 | 0.486425 | 63.709 | 10.101 | 73.8099 | 37 | 1 |
| SpellChecker/CorrectSpellingDlg.cpp | 39 | | CorrectSpellingDlg | CorrectSpellingDlg(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 63 | 317.797 | 8.84211 | 2809.99 | 156.111 | 0.0663767 | 103.509 | 0 | 103.509 | 8 | 1 |
| SpellChecker/CorrectSpellingDlg.cpp | 50 | | CorrectSpellingDlg | ~CorrectSpellingDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 7 | 601.661 | 33.4256 | 0.0237564 | 125.152 | 0 | 125.152 | 4 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 55 | | CorrectSpellingDlg | OnInitDialog(wxInitDialogEvent &) [override] | 1 | 7 | 6 | 0 | 1 | 2 | 1 | 25 | 38 | 176.467 | 6.92308 | 1221.69 | 67.8717 | 0.0380937 | 112.116 | 0 | 112.116 | 3 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 63 | | CorrectSpellingDlg | OnSuggestionSelected(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 123.652 | 0 | 123.652 | 3 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 68 | | CorrectSpellingDlg | OnChangeClick(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 4.5 | 458.776 | 25.4876 | 0.019828 | 120.65 | 0 | 120.65 | 3 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 74 | | CorrectSpellingDlg | OnIgnoreClick(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 76 | | CorrectSpellingDlg | OnDblClickSuggestions(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 5.71429 | 1047.99 | 58.2217 | 0.0343915 | 114.643 | 0 | 114.643 | 6 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 83 | | CorrectSpellingDlg | OnAddClick(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 85 | | CorrectSpellingDlg | OnSuggestClick(wxCommandEvent &) [override] | 1 | 11 | 9 | 0 | 2 | 3 | 2 | 35 | 70 | 359.05 | 11.3684 | 4081.83 | 226.768 | 0.0851364 | 100.87 | 0 | 100.87 | 7 | 0 |
| SpellChecker/CorrectSpellingDlg.cpp | 97 | | CorrectSpellingDlg | SetSuggestions(wxArrayString) | 1 | 6 | 5 | 0 | 1 | 2 | 1 | 26 | 44 | 206.819 | 10.5 | 2171.6 | 120.645 | 0.0558984 | 113.788 | 0 | 113.788 | 4 | 1 |
| SpellChecker/CorrectSpellingDlg.cpp | 104 | | CorrectSpellingDlg | OnMove(wxMoveEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 2 |
| SpellChecker/IHunSpell.cpp | 158 | {anonymous} | | HighlightWord(IEditor *, int) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 60 | 275.098 | 11 | 3026.08 | 168.115 | 0.0697373 | 110.037 | 0 | 110.037 | 5 | 1 |
| SpellChecker/IHunSpell.cpp | 171 | | IHunSpell | IHunSpell() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 20 | 41 | 177.199 | 6.11111 | 1082.88 | 60.1602 | 0.0351506 | 106.546 | 0 | 106.546 | 1 | 1 |
| SpellChecker/IHunSpell.cpp | 182 | | IHunSpell | [virtual] ~IHunSpell() | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 15 | 24 | 93.7654 | 7 | 656.358 | 36.4643 | 0.0251752 | 115.404 | 0 | 115.404 | 2 | 0 |
| SpellChecker/IHunSpell.cpp | 190 | | IHunSpell | InitEngine() | 0 | 39 | 28 | 5 | 6 | 6 | 1 | 57 | 187 | 1090.75 | 15.6923 | 17116.4 | 950.911 | 0.221388 | 73.8983 | 26.3344 | 100.233 | 44 | 3 |
| SpellChecker/IHunSpell.cpp | 231 | | IHunSpell | CloseEngine() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 6.66667 | 906.225 | 50.3458 | 0.0312154 | 111.31 | 0 | 111.31 | 3 | 2 |
| SpellChecker/IHunSpell.cpp | 240 | | IHunSpell | CheckWord(const wxString &) const | 1 | 18 | 11 | 3 | 4 | 4 | 1 | 33 | 77 | 388.418 | 9.425 | 3660.84 | 203.38 | 0.0791771 | 92.2531 | 29.5564 | 121.81 | 7 | 1 |
| SpellChecker/IHunSpell.cpp | 259 | | IHunSpell | GetSuggestions(const wxString &) | 1 | 18 | 14 | 0 | 4 | 3 | 2 | 39 | 94 | 496.828 | 16.7143 | 8304.12 | 461.34 | 0.136691 | 91.2031 | 0 | 91.2031 | 10 | 3 |
| SpellChecker/IHunSpell.cpp | 279 | | IHunSpell | CheckSpelling() | 0 | 107 | 80 | 13 | 15 | 19 | 5 | 139 | 625 | 4449.34 | 48.8229 | 217230 | 12068.3 | 1.20455 | 47.2475 | 25.7064 | 72.9539 | 91 | 3 |
| SpellChecker/IHunSpell.cpp | 391 | | IHunSpell | AddWordToIgnoreList(const wxString &) | 1 | 7 | 6 | 0 | 1 | 2 | 1 | 19 | 29 | 123.19 | 6.11111 | 752.827 | 41.8237 | 0.0275852 | 113.985 | 0 | 113.985 | 2 | 2 |
| SpellChecker/IHunSpell.cpp | 399 | | IHunSpell | AddWordToUserDict(const wxString &) | 1 | 7 | 6 | 0 | 1 | 2 | 1 | 19 | 29 | 123.19 | 6.11111 | 752.827 | 41.8237 | 0.0275852 | 113.985 | 0 | 113.985 | 2 | 2 |
| SpellChecker/IHunSpell.cpp | 407 | | IHunSpell | LoadUserDict(const wxString &) | 1 | 18 | 13 | 0 | 5 | 3 | 1 | 36 | 83 | 429.104 | 12.9737 | 5567.06 | 309.281 | 0.104704 | 91.9651 | 0 | 91.9651 | 8 | 1 |
| SpellChecker/IHunSpell.cpp | 426 | | IHunSpell | SaveUserDict(const wxString &) | 1 | 28 | 22 | 1 | 5 | 6 | 2 | 45 | 133 | 730.416 | 15.7115 | 11476 | 637.554 | 0.169592 | 81.3515 | 14.4303 | 95.7818 | 13 | 1 |
| SpellChecker/IHunSpell.cpp | 455 | | IHunSpell | ChangeLanguage(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 8.27273 | 1479.28 | 82.182 | 0.0432758 | 109.884 | 0 | 109.884 | 4 | 1 |
| SpellChecker/IHunSpell.cpp | 464 | | IHunSpell | InitLanguageList() | 0 | 62 | 62 | 0 | 0 | 1 | 0 | 131 | 775 | 5450.9 | 10.9918 | 59915.3 | 3328.63 | 0.510392 | 59.172 | 0 | 59.172 | 177 | 1 |
| SpellChecker/IHunSpell.cpp | 527 | | IHunSpell | GetAvailableLanguageKeyNames(const wxString &, wxArrayString &) | 2 | 20 | 15 | 0 | 5 | 4 | 2 | 40 | 106 | 564.124 | 15.5217 | 8756.19 | 486.455 | 0.141608 | 88.6057 | 0 | 88.6057 | 15 | 1 |
| SpellChecker/IHunSpell.cpp | 549 | | IHunSpell | EnableScannerType(int, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 27 | 116.692 | 9 | 1050.23 | 58.346 | 0.0344404 | 114.267 | 0 | 114.267 | 0 | 10 |
| SpellChecker/IHunSpell.cpp | 557 | | IHunSpell | SetCaseSensitiveUserDictionary(const bool) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 29 | 93 | 451.792 | 11.6111 | 5245.81 | 291.434 | 0.100636 | 92.8532 | 18.3478 | 111.201 | 12 | 2 |
| SpellChecker/SpellCheckerSettings.cpp | 44 | | SpellCheckerSettings | SpellCheckerSettings(wxWindow *) | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 38 | 77 | 404.09 | 9.13043 | 3689.52 | 204.973 | 0.07959 | 99.306 | 0 | 99.306 | 12 | 1 |
| SpellChecker/SpellCheckerSettings.cpp | 58 | | SpellCheckerSettings | OnInitDialog(wxInitDialogEvent &) [override] | 1 | 13 | 10 | 0 | 3 | 3 | 2 | 26 | 50 | 235.022 | 6.23333 | 1464.97 | 81.3872 | 0.0429963 | 100.367 | 0 | 100.367 | 5 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 72 | | SpellCheckerSettings | OnLanguageSelected(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 6.67857 | 1333.62 | 74.0898 | 0.0403862 | 111.473 | 0 | 111.473 | 4 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 80 | | SpellCheckerSettings | OnUpdateOk(wxUpdateUIEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 39 | 176.419 | 9.33333 | 1646.58 | 91.4765 | 0.0464801 | 112.117 | 0 | 112.117 | 4 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 89 | | SpellCheckerSettings | OnOk(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 27 | 45 | 213.97 | 7.89286 | 1688.83 | 93.8241 | 0.0472719 | 107.043 | 0 | 107.043 | 6 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 100 | | SpellCheckerSettings | OnDirChanged(wxFileDirPickerEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 29 | 51 | 247.757 | 6.70588 | 1661.43 | 92.3016 | 0.0467592 | 104.573 | 0 | 104.573 | 8 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 112 | | SpellCheckerSettings | FillLanguageList() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 7.33333 | 1459.6 | 81.089 | 0.0428912 | 107.419 | 0 | 107.419 | 5 | 3 |
| SpellChecker/SpellCheckerSettings.cpp | 123 | | SpellCheckerSettings | OnClearIgnoreList(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 0 |
| SpellChecker/SpellCheckerSettings.cpp | 125 | | SpellCheckerSettings | SetDictionaryPath(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5.625 | 516.028 | 28.6682 | 0.0214451 | 121.199 | 0 | 121.199 | 2 | 1 |
| SpellChecker/spellcheck.cpp | 81 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| SpellChecker/spellcheck.cpp | 86 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| SpellChecker/spellcheck.cpp | 96 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| SpellChecker/spellcheck.cpp | 98 | | SpellCheck | SpellCheck(IManager *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 6.66667 | 640 | 35.5556 | 0.0247551 | 118.009 | 0 | 118.009 | 2 | 1 |
| SpellChecker/spellcheck.cpp | 105 | | SpellCheck | ~SpellCheck() [override] | 0 | 21 | 18 | 0 | 3 | 2 | 1 | 49 | 197 | 1106.1 | 16.9697 | 18770.1 | 1042.79 | 0.235427 | 84.774 | 0 | 84.774 | 18 | 0 |
| SpellChecker/spellcheck.cpp | 128 | | SpellCheck | Init() | 0 | 38 | 32 | 0 | 6 | 4 | 2 | 70 | 241 | 1477.16 | 15.2308 | 22498.2 | 1249.9 | 0.265651 | 73.2022 | 0 | 73.2022 | 27 | 1 |
| SpellChecker/spellcheck.cpp | 167 | | SpellCheck | CreateToolBar(clToolBarGeneric *) [override] | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 46 | 149 | 823.011 | 11.2273 | 9240.17 | 513.343 | 0.146779 | 95.6071 | 0 | 95.6071 | 33 | 0 |
| SpellChecker/spellcheck.cpp | 181 | | SpellCheck | CreatePluginMenu(wxMenu *) [override] | 1 | 11 | 9 | 0 | 2 | 1 | 0 | 33 | 86 | 433.818 | 11.375 | 4934.68 | 274.149 | 0.0966165 | 100.346 | 0 | 100.346 | 11 | 0 |
| SpellChecker/spellcheck.cpp | 193 | | SpellCheck | OnContextMenu(clContextMenuEvent &) | 1 | 45 | 35 | 1 | 9 | 6 | 2 | 88 | 308 | 1989.5 | 31.0345 | 61743.3 | 3430.18 | 0.520721 | 68.4547 | 11.4446 | 79.8994 | 41 | 2 |
| SpellChecker/spellcheck.cpp | 239 | | SpellCheck | AppendSubMenuItems(wxMenu &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 29 | 98 | 476.082 | 8.55 | 4070.5 | 226.139 | 0.0849788 | 107.185 | 0 | 107.185 | 26 | 2 |
| SpellChecker/spellcheck.cpp | 247 | | SpellCheck | UnPlug() [override] | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 14 | 24 | 91.3765 | 4.66667 | 426.424 | 23.6902 | 0.0188845 | 118.036 | 0 | 118.036 | 2 | 0 |
| SpellChecker/spellcheck.cpp | 256 | | SpellCheck | GetEditor() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 27 | 48 | 228.235 | 8.61538 | 1966.33 | 109.24 | 0.0523178 | 105 | 0 | 105 | 3 | 5 |
| SpellChecker/spellcheck.cpp | 267 | | SpellCheck | OnSettings(wxCommandEvent &) | 1 | 29 | 27 | 0 | 2 | 2 | 1 | 58 | 285 | 1669.52 | 17.5 | 29216.7 | 1623.15 | 0.316203 | 77.4043 | 0 | 77.4043 | 42 | 4 |
| SpellChecker/spellcheck.cpp | 298 | | SpellCheck | OnCheck(wxCommandEvent &) | 1 | 27 | 21 | 2 | 4 | 5 | 1 | 33 | 99 | 499.395 | 11.6667 | 5826.28 | 323.682 | 0.107929 | 84.1478 | 20.4627 | 104.611 | 11 | 2 |
| SpellChecker/spellcheck.cpp | 327 | | SpellCheck | LoadSettings() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 39 | 141 | 745.242 | 9.31034 | 6938.46 | 385.47 | 0.121261 | 94.8265 | 0 | 94.8265 | 20 | 1 |
| SpellChecker/spellcheck.cpp | 341 | | SpellCheck | SaveSettings() | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 39 | 136 | 718.815 | 9.31034 | 6692.41 | 371.801 | 0.118377 | 95.0143 | 0 | 95.0143 | 20 | 2 |
| SpellChecker/spellcheck.cpp | 355 | | SpellCheck | OnContinuousCheck(wxCommandEvent &) | 1 | 27 | 21 | 1 | 5 | 4 | 1 | 38 | 104 | 545.784 | 10.9091 | 5954.01 | 330.778 | 0.109501 | 83.9159 | 14.6873 | 98.6031 | 12 | 2 |
| SpellChecker/spellcheck.cpp | 384 | | SpellCheck | OnTimer(wxTimerEvent &) | 1 | 24 | 19 | 2 | 4 | 5 | 1 | 45 | 119 | 653.531 | 13.8846 | 9074.02 | 504.112 | 0.145015 | 84.6571 | 21.6227 | 106.28 | 7 | 2 |
| SpellChecker/spellcheck.cpp | 410 | | SpellCheck | SetCheckContinuous(bool) | 1 | 23 | 21 | 0 | 2 | 5 | 2 | 36 | 126 | 651.411 | 11.7727 | 7668.88 | 426.049 | 0.129628 | 85.3635 | 0 | 85.3635 | 18 | 5 |
| SpellChecker/spellcheck.cpp | 435 | | SpellCheck | OnWspLoaded(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.625 | 574.799 | 31.9333 | 0.0230439 | 120.638 | 0 | 120.638 | 3 | 2 |
| SpellChecker/spellcheck.cpp | 442 | | SpellCheck | OnWspClosed(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| SpellChecker/spellcheck.cpp | 444 | | SpellCheck | OnSuggestion(wxCommandEvent &) | 1 | 19 | 16 | 0 | 3 | 4 | 1 | 34 | 89 | 452.784 | 14.5 | 6565.37 | 364.743 | 0.116874 | 90.5799 | 0 | 90.5799 | 6 | 2 |
| SpellChecker/spellcheck.cpp | 464 | | SpellCheck | OnIgnoreWord(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 29 | 61 | 296.337 | 9.8 | 2904.1 | 161.339 | 0.0678505 | 96.8438 | 0 | 96.8438 | 4 | 2 |
| SpellChecker/spellcheck.cpp | 480 | | SpellCheck | OnAddWord(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 29 | 61 | 296.337 | 9.8 | 2904.1 | 161.339 | 0.0678505 | 96.8438 | 0 | 96.8438 | 4 | 2 |
| SpellChecker/spellcheck.cpp | 496 | | SpellCheck | ClearIndicatorsFromEditors() | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 21 | 36 | 158.123 | 6.36364 | 1006.24 | 55.9022 | 0.0334719 | 108.615 | 24.6875 | 133.303 | 4 | 1 |
| SpellChecker/spellcheckeroptions.cpp | 39 | | SpellCheckerOptions | SpellCheckerOptions() | 0 | 17 | 16 | 0 | 1 | 1 | 0 | 30 | 74 | 363.11 | 6.94737 | 2522.66 | 140.148 | 0.061771 | 94.2195 | 0 | 94.2195 | 9 | 0 |
| SpellChecker/spellcheckeroptions.cpp | 58 | | SpellCheckerOptions | DeSerialize(Archive &) [override] | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 36 | 131 | 677.26 | 9.16667 | 6208.22 | 344.901 | 0.112596 | 95.3239 | 0 | 95.3239 | 20 | 0 |
| SpellChecker/spellcheckeroptions.cpp | 73 | | SpellCheckerOptions | Serialize(Archive &) [override] | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 36 | 131 | 677.26 | 9.16667 | 6208.22 | 344.901 | 0.112596 | 95.3239 | 0 | 95.3239 | 20 | 0 |
| SpellChecker/wxcrafter.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 6 |
| SpellChecker/wxcrafter.cpp | 159 | | CorrectSpellingDlg_base | CorrectSpellingDlg_base(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 99 | 67 | 2 | 30 | 5 | 1 | 129 | 888 | 6225.97 | 34.3364 | 213778 | 11876.5 | 1.19176 | 49.9793 | 10.9209 | 60.9002 | 113 | 1 |
| SpellChecker/wxcrafter.cpp | 259 | | CorrectSpellingDlg_base | ~CorrectSpellingDlg_base() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 106 | 514.946 | 11 | 5664.41 | 314.689 | 0.105921 | 100.999 | 0 | 100.999 | 7 | 0 |
| SpellChecker/wxcrafter.cpp | 26 | | SpellCheckerSettings_base | SpellCheckerSettings_base(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 122 | 87 | 2 | 33 | 6 | 1 | 151 | 1027 | 7433.84 | 35.2188 | 261811 | 14545 | 1.36418 | 45.4431 | 9.85279 | 55.2959 | 141 | 1 |
| SpellChecker/wxcrafter.cpp | 149 | | SpellCheckerSettings_base | ~SpellCheckerSettings_base() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 92 | 442.277 | 10.0294 | 4435.77 | 246.432 | 0.0899895 | 103.497 | 0 | 103.497 | 6 | 0 |
| SpellChecker/wxcrafter_bitmaps.cpp | 34 | | | wxC9A94InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| Tail/TailFrame.cpp | 7 | | TailFrame | TailFrame(wxWindow *, Tail *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 121.085 | 0 | 121.085 | 1 | 1 |
| Tail/TailFrame.cpp | 13 | | TailFrame | OnClose(wxCloseEvent &) [override] | 1 | 11 | 8 | 2 | 1 | 1 | 0 | 28 | 59 | 283.634 | 7.76471 | 2202.33 | 122.352 | 0.0564245 | 102.556 | 30.6787 | 133.235 | 7 | 0 |
| Tail/TailPanel.cpp | 17 | | TailPanel | TailPanel(wxWindow *, Tail *) | 2 | 16 | 15 | 0 | 1 | 1 | 0 | 41 | 98 | 525.04 | 10.0962 | 5300.89 | 294.494 | 0.101339 | 93.284 | 0 | 93.284 | 11 | 1 |
| Tail/TailPanel.cpp | 34 | | TailPanel | ~TailPanel() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 8.25 | 1331.73 | 73.9847 | 0.040348 | 118.26 | 0 | 118.26 | 3 | 0 |
| Tail/TailPanel.cpp | 40 | | TailPanel | [virtual] OnPause(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 1 |
| Tail/TailPanel.cpp | 42 | | TailPanel | [virtual] OnPauseUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 20 | 28 | 121.014 | 5.5 | 665.577 | 36.9765 | 0.0254104 | 145.601 | 0 | 145.601 | 4 | 1 |
| Tail/TailPanel.cpp | 44 | | TailPanel | [virtual] OnPlay(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 1 |
| Tail/TailPanel.cpp | 46 | | TailPanel | [virtual] OnPlayUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 21 | 29 | 127.377 | 6.05 | 770.632 | 42.8129 | 0.0280184 | 145.335 | 0 | 145.335 | 4 | 1 |
| Tail/TailPanel.cpp | 48 | | TailPanel | DoClear() | 0 | 15 | 13 | 0 | 2 | 1 | 0 | 29 | 68 | 330.343 | 7.02778 | 2321.58 | 128.976 | 0.0584432 | 96.7389 | 0 | 96.7389 | 13 | 4 |
| Tail/TailPanel.cpp | 64 | | TailPanel | OnFileModified(clFileSystemEvent &) | 1 | 22 | 21 | 1 | 0 | 5 | 3 | 56 | 147 | 853.681 | 19.1667 | 16362.2 | 909.012 | 0.214836 | 84.6774 | 16.2158 | 100.893 | 16 | 2 |
| Tail/TailPanel.cpp | 87 | | TailPanel | DoAppendText(const wxString &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 24 | 72 | 330.117 | 9.64286 | 3183.27 | 176.849 | 0.072132 | 103.311 | 0 | 103.311 | 10 | 3 |
| Tail/TailPanel.cpp | 98 | | TailPanel | OnThemeChanged(wxCommandEvent &) | 1 | 10 | 10 | 1 | 0 | 2 | 1 | 30 | 60 | 294.413 | 6.94737 | 2045.4 | 113.633 | 0.0537111 | 103.676 | 23.5268 | 127.203 | 9 | 3 |
| Tail/TailPanel.cpp | 109 | | TailPanel | [virtual] OnClear(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 6.875 | 888.715 | 49.3731 | 0.030812 | 116.462 | 0 | 116.462 | 3 | 1 |
| Tail/TailPanel.cpp | 116 | | TailPanel | [virtual] OnClearUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 1 |
| Tail/TailPanel.cpp | 118 | | TailPanel | [virtual] OnClose(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| Tail/TailPanel.cpp | 120 | | TailPanel | [virtual] OnCloseUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 1 |
| Tail/TailPanel.cpp | 122 | | TailPanel | [virtual] OnOpen(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 26 | 48 | 225.621 | 8 | 1804.97 | 100.276 | 0.049415 | 104.83 | 0 | 104.83 | 5 | 1 |
| Tail/TailPanel.cpp | 133 | | TailPanel | [virtual] OnOpenMenu(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 5.25 | 737.909 | 40.995 | 0.0272195 | 116.026 | 0 | 116.026 | 4 | 1 |
| Tail/TailPanel.cpp | 140 | | TailPanel | DoOpen(const wxString &) | 1 | 21 | 16 | 2 | 3 | 2 | 1 | 42 | 122 | 657.863 | 10.3103 | 6782.79 | 376.822 | 0.11944 | 87.476 | 23.0043 | 110.48 | 22 | 3 |
| Tail/TailPanel.cpp | 162 | | TailPanel | DoPrepareRecentItemsMenu(wxMenu &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 39 | 91 | 480.972 | 9 | 4328.74 | 240.486 | 0.088536 | 98.1703 | 0 | 98.1703 | 11 | 1 |
| Tail/TailPanel.cpp | 175 | | TailPanel | OnOpenRecentItem(wxCommandEvent &) | 1 | 9 | 9 | 1 | 0 | 2 | 1 | 28 | 55 | 264.405 | 10 | 2644.05 | 146.891 | 0.063737 | 105.942 | 24.6875 | 130.63 | 8 | 1 |
| Tail/TailPanel.cpp | 185 | | TailPanel | [virtual] OnDetachWindow(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 40 | 183.399 | 6.34615 | 1163.88 | 64.6597 | 0.0368822 | 114.643 | 0 | 114.643 | 4 | 1 |
| Tail/TailPanel.cpp | 192 | | TailPanel | [virtual] OnDetachWindowUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| Tail/TailPanel.cpp | 194 | | TailPanel | Initialize(const TailData &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 7.76471 | 2388.97 | 132.721 | 0.0595689 | 103.217 | 0 | 103.217 | 7 | 1 |
| Tail/TailPanel.cpp | 205 | | TailPanel | GetTailData() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 7.08333 | 1168.74 | 64.9302 | 0.0369849 | 110.532 | 0 | 110.532 | 5 | 2 |
| Tail/TailPanel.cpp | 214 | | TailPanel | GetTailTitle() const | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 25 | 56 | 260.056 | 8.30769 | 2160.46 | 120.026 | 0.0557071 | 101.138 | 0 | 101.138 | 11 | 1 |
| Tail/TailPanel.cpp | 227 | | TailPanel | SetFrameTitle() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 8.9375 | 1491.74 | 82.8745 | 0.0435185 | 112.406 | 0 | 112.406 | 3 | 4 |
| Tail/TailPanel.cpp | 235 | | TailPanel | DoBuildToolbar() | 0 | 31 | 27 | 1 | 3 | 1 | 0 | 66 | 422 | 2550.73 | 17.8889 | 45629.8 | 2534.99 | 0.425642 | 74.3499 | 13.7333 | 88.0832 | 68 | 1 |
| Tail/TailUI.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| Tail/TailUI.cpp | 91 | | TailFrameBase | TailFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 32 | 28 | 2 | 2 | 5 | 1 | 64 | 206 | 1236 | 13.9333 | 17221.6 | 956.756 | 0.222294 | 76.683 | 18.8844 | 95.5674 | 27 | 1 |
| Tail/TailUI.cpp | 124 | | TailFrameBase | ~TailFrameBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 8.25 | 709.101 | 39.3945 | 0.0265064 | 147.61 | 0 | 147.61 | 1 | 0 |
| Tail/TailUI.cpp | 26 | | TailPanelBase | TailPanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 62 | 44 | 8 | 10 | 3 | 1 | 84 | 432 | 2761.48 | 24.5538 | 67805 | 3766.94 | 0.554268 | 62.2481 | 26.4103 | 88.6584 | 56 | 1 |
| Tail/TailUI.cpp | 89 | | TailPanelBase | ~TailPanelBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Tail/TailUI_tail_bitmaps.cpp | 34 | | | wxCB60EInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| Tail/tail.cpp | 12 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Tail/tail.cpp | 17 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| Tail/tail.cpp | 27 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Tail/tail.cpp | 29 | | Tail | Tail(IManager *) | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 38 | 72 | 377.851 | 8.47826 | 3203.52 | 177.973 | 0.0724375 | 101.065 | 22.5149 | 123.58 | 10 | 1 |
| Tail/tail.cpp | 41 | | Tail | OnInitDone(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 76 | 380 | 8.89474 | 3380 | 187.778 | 0.0750741 | 102.349 | 0 | 102.349 | 14 | 2 |
| Tail/tail.cpp | 52 | | Tail | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Tail/tail.cpp | 54 | | Tail | CreatePluginMenu(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| Tail/tail.cpp | 56 | | Tail | UnPlug() [override] | 0 | 17 | 14 | 3 | 1 | 5 | 1 | 35 | 93 | 477.023 | 13.6944 | 6532.57 | 362.921 | 0.116484 | 91.8806 | 30.2908 | 122.171 | 11 | 0 |
| Tail/tail.cpp | 74 | | Tail | DetachTailWindow(const TailData &) | 1 | 12 | 11 | 2 | 0 | 1 | 0 | 37 | 95 | 494.898 | 11.5909 | 5736.32 | 318.684 | 0.106815 | 98.2519 | 29.5564 | 127.808 | 12 | 1 |
| Tail/tail.cpp | 87 | | Tail | DockTailWindow(const TailData &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 40 | 180.942 | 5.76923 | 1043.9 | 57.9944 | 0.0343019 | 117.667 | 0 | 117.667 | 4 | 1 |
| Tail/tail.cpp | 93 | | Tail | DoDetachWindow() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4 | 304 | 16.8889 | 0.0150705 | 148.25 | 0 | 148.25 | 1 | 2 |
| Tail/tail.cpp | 95 | | Tail | InitTailWindow(wxWindow *, bool, const TailData &, bool) | 4 | 21 | 17 | 2 | 2 | 3 | 1 | 48 | 109 | 608.761 | 12.6 | 7670.39 | 426.133 | 0.129645 | 87.6493 | 23.0043 | 110.654 | 10 | 3 |
| EditorConfigPlugin/EditorConfigCache.cpp | 4 | | EditorConfigCache | Get(const wxFileName &, clEditorConfigSection &) | 2 | 16 | 13 | 1 | 2 | 3 | 1 | 41 | 93 | 498.252 | 14.087 | 7018.86 | 389.937 | 0.122196 | 93.0963 | 18.8844 | 111.981 | 7 | 1 |
| EditorConfigPlugin/EditorConfigCache.cpp | 21 | | EditorConfigCache | Add(const wxFileName &, const clEditorConfigSection &) | 2 | 12 | 11 | 0 | 1 | 2 | 1 | 34 | 82 | 417.172 | 8.6087 | 3591.31 | 199.517 | 0.0781712 | 98.9103 | 0 | 98.9103 | 9 | 1 |
| EditorConfigPlugin/EditorConfigCache.cpp | 34 | | EditorConfigCache | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| EditorConfigPlugin/EditorConfigSettings.cpp | 4 | | EditorConfigSettings | EditorConfigSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| EditorConfigPlugin/EditorConfigSettings.cpp | 9 | | EditorConfigSettings | Load() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 8.35714 | 1011.33 | 56.1851 | 0.0335847 | 119.758 | 0 | 119.758 | 3 | 2 |
| EditorConfigPlugin/EditorConfigSettings.cpp | 15 | | EditorConfigSettings | Save() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 120.234 | 0 | 120.234 | 3 | 1 |
| EditorConfigPlugin/EditorConfigSettingsDlg.cpp | 5 | | EditorConfigSettingsDlg | EditorConfigSettingsDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 7 | 1058.87 | 58.8262 | 0.0346291 | 113.147 | 0 | 113.147 | 5 | 1 |
| EditorConfigPlugin/EditorConfigUI.cpp | 16 | | EditorConfigSettingsDlgBase | EditorConfigSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 54 | 43 | 1 | 10 | 6 | 1 | 100 | 418 | 2777.13 | 23.3684 | 64897.2 | 3605.4 | 0.538306 | 63.7668 | 10.463 | 74.2298 | 56 | 1 |
| EditorConfigPlugin/EditorConfigUI.cpp | 71 | | EditorConfigSettingsDlgBase | ~EditorConfigSettingsDlgBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| EditorConfigPlugin/EditorConfigUI_editorconfigplugin_bitmaps.cpp | 34 | | | wxCE9B9InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| EditorConfigPlugin/editorconfigplugin.cpp | 13 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 18 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 28 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 30 | | EditorConfigPlugin | EditorConfigPlugin(IManager *) | 1 | 13 | 9 | 2 | 2 | 1 | 0 | 33 | 71 | 358.152 | 9.57895 | 3430.72 | 190.595 | 0.0758232 | 98.6368 | 28.5467 | 127.184 | 10 | 1 |
| EditorConfigPlugin/editorconfigplugin.cpp | 44 | | EditorConfigPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 46 | | EditorConfigPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 74 | 363.11 | 11.0882 | 4026.25 | 223.68 | 0.0843618 | 108.594 | 0 | 108.594 | 11 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 54 | | EditorConfigPlugin | UnPlug() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 7.5 | 1426.24 | 79.2353 | 0.0422351 | 117.408 | 0 | 117.408 | 4 | 0 |
| EditorConfigPlugin/editorconfigplugin.cpp | 60 | | EditorConfigPlugin | OnEditorConfigLoading(clEditorConfigEvent &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 28 | 71 | 341.322 | 9.96667 | 3401.84 | 188.991 | 0.0753972 | 95.0634 | 0 | 95.0634 | 8 | 2 |
| EditorConfigPlugin/editorconfigplugin.cpp | 77 | | EditorConfigPlugin | OnActiveEditorChanged(wxCommandEvent &) | 1 | 19 | 16 | 0 | 3 | 3 | 1 | 37 | 91 | 474.06 | 10.9091 | 5171.57 | 287.309 | 0.0996843 | 90.5711 | 0 | 90.5711 | 11 | 2 |
| EditorConfigPlugin/editorconfigplugin.cpp | 97 | | EditorConfigPlugin | DoGetEditorConfigForFile(const wxFileName &, clEditorConfigSection &) | 2 | 22 | 16 | 3 | 3 | 5 | 1 | 32 | 91 | 455 | 12.3529 | 5620.59 | 312.255 | 0.105374 | 87.9496 | 27.069 | 115.019 | 7 | 2 |
| EditorConfigPlugin/editorconfigplugin.cpp | 120 | | EditorConfigPlugin | OnSettings(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 26 | 50 | 235.022 | 6.6 | 1551.15 | 86.1747 | 0.0446663 | 106.555 | 24.6875 | 131.242 | 7 | 1 |
| PHPLint/lintoptions.cpp | 8 | | LintOptions | LintOptions() | 0 | 32 | 27 | 2 | 3 | 5 | 2 | 57 | 218 | 1271.57 | 15.6098 | 19848.9 | 1102.72 | 0.244364 | 76.5354 | 18.8844 | 95.4199 | 43 | 1 |
| PHPLint/lintoptions.cpp | 41 | | LintOptions | FromJSON(const JSONItem &) [override] | 1 | 32 | 26 | 3 | 3 | 4 | 1 | 49 | 185 | 1038.72 | 12.1622 | 12633.1 | 701.839 | 0.180808 | 77.8172 | 22.8376 | 100.655 | 37 | 0 |
| PHPLint/lintoptions.cpp | 74 | | LintOptions | ToJSON() const [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 78 | 382.737 | 8.5 | 3253.27 | 180.737 | 0.0731856 | 100.998 | 0 | 100.998 | 15 | 0 |
| PHPLint/lintoptions.cpp | 86 | | LintOptions | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 2 |
| PHPLint/lintoptions.cpp | 93 | | LintOptions | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| PHPLint/phplint.cpp | 17 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| PHPLint/phplint.cpp | 22 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| PHPLint/phplint.cpp | 32 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| PHPLint/phplint.cpp | 34 | | PHPLint | PHPLint(IManager *) | 1 | 20 | 16 | 0 | 4 | 1 | 0 | 49 | 164 | 920.812 | 11.6 | 10681.4 | 593.412 | 0.161671 | 86.7478 | 0 | 86.7478 | 19 | 1 |
| PHPLint/phplint.cpp | 55 | | PHPLint | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| PHPLint/phplint.cpp | 57 | | PHPLint | CreatePluginMenu(wxMenu *) [override] | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 31 | 102 | 505.328 | 11.55 | 5836.54 | 324.252 | 0.108056 | 99.553 | 0 | 99.553 | 16 | 0 |
| PHPLint/phplint.cpp | 69 | | PHPLint | OnMenuCommand(wxCommandEvent &) | 1 | 16 | 14 | 1 | 1 | 2 | 1 | 40 | 126 | 670.563 | 7.77586 | 5214.2 | 289.678 | 0.100231 | 91.7819 | 18.8844 | 110.666 | 24 | 2 |
| PHPLint/phplint.cpp | 86 | | PHPLint | OnMenuRunLint(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| PHPLint/phplint.cpp | 92 | | PHPLint | UnPlug() [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 29 | 102 | 495.514 | 9.21053 | 4563.95 | 253.553 | 0.0917147 | 102.906 | 0 | 102.906 | 10 | 0 |
| PHPLint/phplint.cpp | 102 | | PHPLint | OnLoadFile(clCommandEvent &) | 1 | 8 | 6 | 0 | 2 | 2 | 1 | 20 | 34 | 146.946 | 6.11111 | 898.001 | 49.8889 | 0.0310263 | 110.905 | 0 | 110.905 | 3 | 2 |
| PHPLint/phplint.cpp | 111 | | PHPLint | OnSaveFile(clCommandEvent &) | 1 | 8 | 6 | 0 | 2 | 2 | 1 | 20 | 34 | 146.946 | 6.11111 | 898.001 | 49.8889 | 0.0310263 | 110.905 | 0 | 110.905 | 3 | 2 |
| PHPLint/phplint.cpp | 120 | | PHPLint | RunLint() | 0 | 10 | 9 | 0 | 1 | 3 | 2 | 23 | 69 | 312.126 | 8.46154 | 2641.06 | 146.726 | 0.063689 | 103.142 | 0 | 103.142 | 8 | 3 |
| PHPLint/phplint.cpp | 131 | | PHPLint | DoCheckFile(const wxFileName &) | 1 | 21 | 17 | 0 | 4 | 2 | 1 | 43 | 117 | 634.873 | 12.3214 | 7822.54 | 434.586 | 0.131354 | 87.6609 | 0 | 87.6609 | 18 | 1 |
| PHPLint/phplint.cpp | 153 | | PHPLint | QueuePhpcsCommand(const wxString &, const wxString &) | 2 | 13 | 11 | 0 | 2 | 2 | 1 | 38 | 79 | 414.586 | 10.4348 | 4326.12 | 240.34 | 0.0885002 | 97.646 | 0 | 97.646 | 17 | 1 |
| PHPLint/phplint.cpp | 167 | | PHPLint | QueuePhpmdCommand(const wxString &, const wxString &) | 2 | 17 | 14 | 0 | 3 | 3 | 1 | 42 | 114 | 614.724 | 12.5 | 7684.05 | 426.892 | 0.129799 | 91.0218 | 0 | 91.0218 | 24 | 1 |
| PHPLint/phplint.cpp | 185 | | PHPLint | QueuePhpstanCommand(const wxString &, const wxString &) | 2 | 14 | 12 | 0 | 2 | 2 | 1 | 40 | 85 | 452.364 | 10.2 | 4614.11 | 256.34 | 0.0923856 | 95.9919 | 0 | 95.9919 | 20 | 1 |
| PHPLint/phplint.cpp | 200 | | PHPLint | DoProcessQueue() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 22 | 42 | 187.296 | 7 | 1311.07 | 72.8374 | 0.0399298 | 109.413 | 0 | 109.413 | 5 | 3 |
| PHPLint/phplint.cpp | 209 | | PHPLint | DispatchCommand(const wxString &) | 1 | 11 | 9 | 2 | 0 | 2 | 1 | 28 | 49 | 235.56 | 8.5 | 2002.26 | 111.237 | 0.0529533 | 103.292 | 30.6787 | 133.971 | 11 | 1 |
| PHPLint/phplint.cpp | 221 | | PHPLint | OnProcessTerminated(clProcessEvent &) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 25 | 44 | 204.33 | 5.66667 | 1157.87 | 64.326 | 0.0367551 | 109.42 | 26.0372 | 135.458 | 12 | 1 |
| PHPLint/phplint.cpp | 230 | | PHPLint | OnProcessOutput(clProcessEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 1 |
| PHPLint/phplint.cpp | 232 | | PHPLint | OnLintingDone(const wxString &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 20 | 35 | 151.267 | 6.5 | 983.239 | 54.6244 | 0.0329598 | 108.846 | 0 | 108.846 | 4 | 1 |
| PHPLint/phplint.cpp | 242 | | PHPLint | ProcessPhpError(const wxString &) | 1 | 25 | 19 | 2 | 4 | 2 | 2 | 53 | 167 | 956.563 | 16.7639 | 16035.7 | 890.873 | 0.211968 | 82.7048 | 21.2145 | 103.919 | 25 | 1 |
| PHPLint/phplint.cpp | 268 | | PHPLint | ProcessXML(const wxString &) | 1 | 33 | 25 | 2 | 6 | 7 | 2 | 68 | 217 | 1320.98 | 18.766 | 24789.4 | 1377.19 | 0.283394 | 75.3787 | 18.6103 | 93.989 | 36 | 1 |
| PHPLint/phplint.cpp | 302 | | PHPLint | IsWarning(wxXmlNode *, const wxString &) | 2 | 16 | 14 | 0 | 2 | 3 | 1 | 40 | 89 | 473.652 | 13.3043 | 6301.63 | 350.09 | 0.113723 | 93.3596 | 0 | 93.3596 | 11 | 1 |
| PHPLint/phplint.cpp | 319 | | PHPLint | MarkError(wxString &, const wxString &, IEditor *&, bool) | 4 | 16 | 13 | 0 | 3 | 3 | 2 | 39 | 99 | 523.255 | 14.6818 | 7682.33 | 426.796 | 0.12978 | 92.8417 | 0 | 92.8417 | 16 | 2 |
| PHPLint/phplint.cpp | 336 | | PHPLint | OnPhpSettingsChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| PHPLint/phplintdlg.cpp | 5 | | PHPLintDlg | PHPLintDlg(wxWindow *) | 1 | 11 | 8 | 1 | 2 | 1 | 0 | 19 | 35 | 148.677 | 5.4 | 802.858 | 44.6032 | 0.0287942 | 105.915 | 22.5149 | 128.43 | 6 | 1 |
| PHPLint/phplintdlg.cpp | 17 | | PHPLintDlg | InitDialog() [override] | 0 | 14 | 11 | 1 | 2 | 1 | 0 | 28 | 83 | 399.01 | 6.2 | 2473.86 | 137.437 | 0.0609719 | 96.8745 | 20.1155 | 116.99 | 14 | 1 |
| PHPLint/phplintdlg_phplint_bitmaps.cpp | 34 | | | wxCrafterGgLOZbInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 4 |
| PHPLint/phplintdlgbase.cpp | 16 | | PHPLintBaseDlg | PHPLintBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 161 | 112 | 1 | 48 | 8 | 1 | 155 | 1524 | 11088.8 | 54.7786 | 607430 | 33746.1 | 2.3908 | 38.4101 | 6.08952 | 44.4996 | 226 | 1 |
| PHPLint/phplintdlgbase.cpp | 178 | | PHPLintBaseDlg | ~PHPLintBaseDlg() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| PHPRefactoring/PHPRefactoringPreviewDlg.cpp | 9 | | PHPRefactoringPreviewDlg | PHPRefactoringPreviewDlg(wxWindow *, const wxString &) | 2 | 12 | 12 | 0 | 0 | 2 | 1 | 36 | 76 | 392.914 | 10.3571 | 4069.47 | 226.082 | 0.0849645 | 99.2218 | 0 | 99.2218 | 11 | 1 |
| PHPRefactoring/PHPRefactoringPreviewDlg.cpp | 22 | | PHPRefactoringPreviewDlg | OnApplyChanges(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 0 |
| PHPRefactoring/phprefactoring.cpp | 24 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| PHPRefactoring/phprefactoring.cpp | 29 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| PHPRefactoring/phprefactoring.cpp | 39 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| PHPRefactoring/phprefactoring.cpp | 41 | | PHPRefactoring | PHPRefactoring(IManager *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 6.42857 | 1326.36 | 73.6869 | 0.0402396 | 107.462 | 0 | 107.462 | 7 | 1 |
| PHPRefactoring/phprefactoring.cpp | 51 | | PHPRefactoring | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| PHPRefactoring/phprefactoring.cpp | 53 | | PHPRefactoring | CreatePluginMenu(wxMenu *) [override] | 1 | 21 | 20 | 0 | 1 | 1 | 0 | 57 | 237 | 1382.39 | 13.2955 | 18379.6 | 1021.09 | 0.23215 | 83.8446 | 0 | 83.8446 | 32 | 0 |
| PHPRefactoring/phprefactoring.cpp | 75 | | PHPRefactoring | UnPlug() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 42 | 178 | 959.833 | 10.1562 | 9748.3 | 541.572 | 0.152112 | 91.1924 | 0 | 91.1924 | 23 | 0 |
| PHPRefactoring/phprefactoring.cpp | 91 | | PHPRefactoring | OnEditorContextMenu(clContextMenuEvent &) | 1 | 19 | 16 | 1 | 3 | 3 | 1 | 48 | 143 | 798.65 | 14.8065 | 11825.2 | 656.954 | 0.173015 | 87.8589 | 17.3987 | 105.258 | 26 | 2 |
| PHPRefactoring/phprefactoring.cpp | 111 | | PHPRefactoring | OnMenuCommand(wxCommandEvent &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 32 | 74 | 370 | 6.54762 | 2422.62 | 134.59 | 0.0601269 | 99.5343 | 21.6227 | 121.157 | 12 | 2 |
| PHPRefactoring/phprefactoring.cpp | 124 | | PHPRefactoring | OnExtractMethod(wxCommandEvent &) | 1 | 25 | 22 | 0 | 3 | 4 | 1 | 58 | 157 | 919.703 | 13.95 | 12829.9 | 712.77 | 0.182681 | 82.4491 | 0 | 82.4491 | 25 | 2 |
| PHPRefactoring/phprefactoring.cpp | 150 | | PHPRefactoring | OnRenameLocalVariable(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 2 | 2 |
| PHPRefactoring/phprefactoring.cpp | 152 | | PHPRefactoring | OnRenameClassProperty(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 2 | 2 |
| PHPRefactoring/phprefactoring.cpp | 154 | | PHPRefactoring | RenameVariable(const wxString &) | 1 | 33 | 26 | 2 | 5 | 6 | 1 | 45 | 165 | 906.156 | 19.6667 | 17821.1 | 990.059 | 0.227423 | 77.5687 | 18.6103 | 96.179 | 26 | 2 |
| PHPRefactoring/phprefactoring.cpp | 188 | | PHPRefactoring | OnConvertLocalToInstanceVariable(wxCommandEvent &) | 1 | 20 | 18 | 0 | 2 | 4 | 1 | 40 | 104 | 553.481 | 14.0435 | 7772.79 | 431.822 | 0.130797 | 88.7048 | 0 | 88.7048 | 14 | 2 |
| PHPRefactoring/phprefactoring.cpp | 209 | | PHPRefactoring | OnRenameClassAndNamespaces(wxCommandEvent &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 38 | 67 | 351.611 | 9.45455 | 3324.32 | 184.685 | 0.0742473 | 98.5027 | 20.8285 | 119.331 | 11 | 2 |
| PHPRefactoring/phprefactoring.cpp | 223 | | PHPRefactoring | OnOptimizeUseStatements(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 26 | 39 | 183.317 | 8.16667 | 1497.09 | 83.1717 | 0.0436225 | 107.847 | 0 | 107.847 | 4 | 2 |
| PHPRefactoring/phprefactoring.cpp | 233 | | PHPRefactoring | RefactorFile(const wxString &, const wxString &, IEditor *&) | 3 | 48 | 35 | 4 | 9 | 4 | 1 | 79 | 299 | 1884.83 | 17.4098 | 32814.6 | 1823.03 | 0.341657 | 68.1503 | 21.6227 | 89.773 | 61 | 4 |
| PHPRefactoring/phprefactoring.cpp | 282 | | PHPRefactoring | RunCommand(const wxString &, const wxString &) | 2 | 81 | 67 | 7 | 9 | 11 | 2 | 126 | 563 | 3928.21 | 27.2277 | 106956 | 5942.01 | 0.751074 | 54.245 | 21.992 | 76.237 | 124 | 2 |
| PHPRefactoring/phprefactoring.cpp | 364 | | PHPRefactoring | OnContextMenu(clContextMenuEvent &) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 39 | 113 | 597.25 | 10.5 | 6271.13 | 348.396 | 0.113356 | 97.2744 | 0 | 97.2744 | 22 | 2 |
| PHPRefactoring/phprefactoring.cpp | 377 | | PHPRefactoring | OnPhpSettingsChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| PHPRefactoring/phprefactoringdlg.cpp | 5 | | PHPRefactoringDlg | PHPRefactoringDlg(wxWindow *) | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 19 | 35 | 148.677 | 5.4 | 802.858 | 44.6032 | 0.0287942 | 109.166 | 24.6875 | 133.853 | 6 | 1 |
| PHPRefactoring/phprefactoringdlg.cpp | 15 | | PHPRefactoringDlg | InitDialog() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 20 | 39 | 168.555 | 5 | 842.776 | 46.8209 | 0.0297409 | 110.421 | 0 | 110.421 | 6 | 1 |
| PHPRefactoring/phprefactoringdlg_phprefactoring_bitmaps.cpp | 34 | | | wxCrafterGgLOZbInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 4 |
| PHPRefactoring/phprefactoringdlgbase.cpp | 16 | | PHPRefactoringBaseDlg | PHPRefactoringBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 65 | 50 | 1 | 14 | 6 | 1 | 116 | 550 | 3771.89 | 25.8261 | 97413.1 | 5411.84 | 0.705706 | 59.1712 | 9.54867 | 68.7199 | 78 | 1 |
| PHPRefactoring/phprefactoringdlgbase.cpp | 82 | | PHPRefactoringBaseDlg | ~PHPRefactoringBaseDlg() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| PHPRefactoring/phprefactoringdlgbase.cpp | 86 | | PHPRefactoringPreviewBaseDlg | PHPRefactoringPreviewBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 89 | 65 | 9 | 15 | 6 | 1 | 120 | 649 | 4482.57 | 30.125 | 135037 | 7502.08 | 0.877368 | 53.1827 | 23.6478 | 76.8305 | 88 | 1 |
| PHPRefactoring/phprefactoringdlgbase.cpp | 176 | | PHPRefactoringPreviewBaseDlg | ~PHPRefactoringPreviewBaseDlg() [override] | 0 | 5 | 4 | 0 | 1 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| PHPRefactoring/phprefactoringoptions.cpp | 5 | | PHPRefactoringOptions | PHPRefactoringOptions() | 0 | 11 | 10 | 1 | 0 | 2 | 1 | 26 | 56 | 263.225 | 7.71429 | 2030.59 | 112.811 | 0.0534515 | 102.714 | 22.5149 | 125.229 | 10 | 1 |
| PHPRefactoring/phprefactoringoptions.cpp | 17 | | PHPRefactoringOptions | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 6.23077 | 1111.43 | 61.746 | 0.0357657 | 117.741 | 0 | 117.741 | 7 | 0 |
| PHPRefactoring/phprefactoringoptions.cpp | 23 | | PHPRefactoringOptions | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 7 | 0 |
| PHPRefactoring/phprefactoringoptions.cpp | 31 | | PHPRefactoringOptions | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 2 |
| PHPRefactoring/phprefactoringoptions.cpp | 38 | | PHPRefactoringOptions | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| codelite_vim/VIM.cpp | 16 | | VimSettingsDlgBase | VimSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 54 | 43 | 1 | 10 | 6 | 1 | 100 | 414 | 2750.56 | 23.0526 | 63407.6 | 3522.64 | 0.530037 | 63.8168 | 10.463 | 74.2798 | 55 | 1 |
| codelite_vim/VIM.cpp | 71 | | VimSettingsDlgBase | ~VimSettingsDlgBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| codelite_vim/VIM_codelite_vim_bitmaps.cpp | 34 | | | wxCAF3BInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| codelite_vim/VimSettings.cpp | 3 | | VimSettings | VimSettings() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 5 | 304.722 | 16.929 | 0.0150944 | 123.325 | 0 | 123.325 | 2 | 1 |
| codelite_vim/VimSettings.cpp | 9 | | VimSettings | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.4 | 596.409 | 33.1338 | 0.0236179 | 146.306 | 0 | 146.306 | 3 | 0 |
| codelite_vim/VimSettings.cpp | 11 | | VimSettings | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| codelite_vim/VimSettings.cpp | 18 | | VimSettings | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 2 |
| codelite_vim/VimSettings.cpp | 25 | | VimSettings | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| codelite_vim/VimSettingsDlg.cpp | 4 | | VimSettingsDlg | VimSettingsDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 7 | 1058.87 | 58.8262 | 0.0346291 | 113.147 | 0 | 113.147 | 5 | 1 |
| codelite_vim/codelite_vim.cpp | 15 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| codelite_vim/codelite_vim.cpp | 20 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| codelite_vim/codelite_vim.cpp | 30 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| codelite_vim/codelite_vim.cpp | 32 | | CodeliteVim | CodeliteVim(IManager *) | 1 | 12 | 9 | 1 | 2 | 1 | 0 | 35 | 64 | 328.274 | 9.375 | 3077.57 | 170.976 | 0.0705262 | 100.386 | 21.6227 | 122.009 | 10 | 1 |
| codelite_vim/codelite_vim.cpp | 45 | | CodeliteVim | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| codelite_vim/codelite_vim.cpp | 47 | | CodeliteVim | CreatePluginMenu(wxMenu *) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 73 | 361.656 | 10.1111 | 3656.75 | 203.153 | 0.079118 | 108.615 | 0 | 108.615 | 11 | 0 |
| codelite_vim/codelite_vim.cpp | 55 | | CodeliteVim | UnPlug() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 5.45455 | 766.659 | 42.5922 | 0.027922 | 118.98 | 0 | 118.98 | 4 | 0 |
| codelite_vim/codelite_vim.cpp | 61 | | CodeliteVim | onVimSetting(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 30 | 62 | 304.227 | 6.07895 | 1849.38 | 102.743 | 0.0502223 | 105.213 | 24.6875 | 129.9 | 9 | 3 |
| codelite_vim/vimCommands.cpp | 3115 | | VimBaseCommand | VimBaseCommand(wxString) | 1 | 16 | 15 | 0 | 1 | 1 | 0 | 31 | 75 | 371.565 | 5.21739 | 1938.6 | 107.7 | 0.0518248 | 95.0819 | 0 | 95.0819 | 1 | 2 |
| codelite_vim/vimCommands.cpp | 3132 | | VimBaseCommand | VimBaseCommand(const VimBaseCommand &) | 1 | 15 | 15 | 0 | 0 | 1 | 0 | 24 | 95 | 435.571 | 12.3 | 5357.53 | 297.64 | 0.10206 | 95.301 | 0 | 95.301 | 1 | 0 |
| codelite_vim/vimCommands.cpp | 3148 | | VimBaseCommand | isCurrentEditor(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 147.871 | 0 | 147.871 | 1 | 3 |
| codelite_vim/vimCommands.cpp | 3150 | | VimBaseCommand | saveCurrentStatus(const VimCommand &) | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 26 | 78 | 366.634 | 10.3235 | 3784.96 | 210.276 | 0.0809567 | 97.3146 | 0 | 97.3146 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 3165 | | VimBaseCommand | setSavedStatus(VimCommand &) | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 25 | 77 | 357.577 | 10.6875 | 3821.6 | 212.311 | 0.0814784 | 97.4446 | 0 | 97.4446 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 12 | | VimCommand | VimCommand(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 2 |
| codelite_vim/vimCommands.cpp | 17 | | VimCommand | getError() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 2 |
| codelite_vim/vimCommands.cpp | 19 | | VimCommand | set_current_word(wxString) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 25 | | VimCommand | OnNewKeyDown(wxChar, int) | 2 | 36 | 31 | 2 | 3 | 9 | 1 | 44 | 127 | 693.348 | 15.2308 | 10560.2 | 586.679 | 0.160445 | 76.861 | 17.8544 | 94.7154 | 4 | 1 |
| codelite_vim/vimCommands.cpp | 67 | | VimCommand | OnEscapeDown() | 0 | 63 | 58 | 0 | 5 | 16 | 5 | 80 | 389 | 2459.23 | 35.8704 | 88213.5 | 4900.75 | 0.660545 | 59.6017 | 0 | 59.6017 | 32 | 2 |
| codelite_vim/vimCommands.cpp | 134 | | VimCommand | ResetCommand() | 0 | 10 | 9 | 1 | 0 | 1 | 0 | 20 | 34 | 146.946 | 4.30769 | 632.996 | 35.1665 | 0.0245742 | 107.52 | 23.5268 | 131.047 | 0 | 8 |
| codelite_vim/vimCommands.cpp | 150 | | VimCommand | getNumRepeat() | 0 | 7 | 6 | 0 | 1 | 4 | 1 | 22 | 34 | 151.621 | 8.66667 | 1314.05 | 73.0025 | 0.0399901 | 112.445 | 0 | 112.445 | 0 | 4 |
| codelite_vim/vimCommands.cpp | 163 | | VimCommand | get_current_modus() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 8 |
| codelite_vim/vimCommands.cpp | 165 | | VimCommand | getTmpBuf() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 2 |
| codelite_vim/vimCommands.cpp | 180 | | VimCommand | insert_modus(wxChar) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 182 | | VimCommand | completing_command(wxChar) | 1 | 52 | 46 | 0 | 6 | 27 | 1 | 70 | 264 | 1618.13 | 33 | 53398.3 | 2966.57 | 0.472676 | 62.3569 | 0 | 62.3569 | 2 | 2 |
| codelite_vim/vimCommands.cpp | 239 | | VimCommand | normal_modus(wxChar) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 5.4 | 665.225 | 36.957 | 0.0254014 | 113.985 | 0 | 113.985 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 247 | | VimCommand | visual_modus(wxChar) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 249 | | VimCommand | OnReturnDown(VimCommand::eAction &) | 1 | 54 | 52 | 0 | 2 | 11 | 2 | 55 | 312 | 1803.78 | 28.7639 | 51883.8 | 2882.44 | 0.463696 | 64.8607 | 0 | 64.8607 | 23 | 1 |
| codelite_vim/vimCommands.cpp | 304 | | VimCommand | getSearchedWord() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 306 | | VimCommand | parse_cmd_string() | 0 | 48 | 46 | 0 | 2 | 16 | 2 | 65 | 249 | 1499.57 | 35.8472 | 53755.4 | 2986.41 | 0.474781 | 66.5793 | 0 | 66.5793 | 13 | 2 |
| codelite_vim/vimCommands.cpp | 358 | | VimCommand | command_modus(wxChar) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 360 | | VimCommand | command_move_cmd_call(bool &) | 1 | 262 | 257 | 7 | 1 | 63 | 2 | 119 | 1542 | 10631.8 | 103.333 | 1.09862e+06 | 61034.5 | 3.54904 | 18.0905 | 12.5263 | 30.6168 | 99 | 4 |
| codelite_vim/vimCommands.cpp | 627 | | VimCommand | Command_call() | 0 | 900 | 841 | 29 | 32 | 191 | 3 | 305 | 5774 | 47650.9 | 153.068 | 7.29381e+06 | 405212 | 12.5367 | -39.1414 | 13.7259 | -25.4155 | 480 | 2 |
| codelite_vim/vimCommands.cpp | 1528 | | VimCommand | Command_call_visual_mode() | 0 | 58 | 49 | 5 | 6 | 10 | 2 | 62 | 267 | 1589.77 | 32.9412 | 52368.9 | 2909.38 | 0.466582 | 64.5898 | 21.9668 | 86.5566 | 14 | 1 |
| codelite_vim/vimCommands.cpp | 1587 | | VimCommand | command_call_visual_line_mode() | 0 | 81 | 71 | 2 | 9 | 27 | 1 | 87 | 423 | 2725.37 | 31.05 | 84622.6 | 4701.25 | 0.642495 | 52.4661 | 12.0518 | 64.5178 | 23 | 1 |
| codelite_vim/vimCommands.cpp | 1669 | | VimCommand | command_call_visual_block_mode() | 0 | 190 | 172 | 5 | 16 | 36 | 2 | 118 | 1217 | 8376.18 | 102.293 | 856822 | 47601.2 | 3.00704 | 30.7458 | 12.4338 | 43.1796 | 101 | 1 |
| codelite_vim/vimCommands.cpp | 1860 | | VimCommand | get_text_at_position(VimCommand::eTypeTextSearch) | 1 | 37 | 35 | 0 | 2 | 8 | 2 | 44 | 181 | 988.157 | 27.9167 | 27586.1 | 1532.56 | 0.304326 | 74.8048 | 0 | 74.8048 | 10 | 5 |
| codelite_vim/vimCommands.cpp | 1898 | | VimCommand | is_space_following() | 0 | 11 | 10 | 0 | 1 | 3 | 1 | 27 | 62 | 294.803 | 13.125 | 3869.29 | 214.961 | 0.0821548 | 101.895 | 0 | 101.895 | 4 | 5 |
| codelite_vim/vimCommands.cpp | 1910 | | VimCommand | add_following_spaces() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 28 | 58 | 278.827 | 13.2692 | 3699.81 | 205.545 | 0.079738 | 101.005 | 0 | 101.005 | 6 | 2 |
| codelite_vim/vimCommands.cpp | 1923 | | VimCommand | search_word(SEARCH_DIRECTION, int, long) | 3 | 42 | 34 | 4 | 4 | 5 | 2 | 51 | 207 | 1174.19 | 21.5455 | 25298.5 | 1405.47 | 0.28726 | 72.5444 | 23.0043 | 95.5487 | 16 | 2 |
| codelite_vim/vimCommands.cpp | 1966 | | VimCommand | search_word(SEARCH_DIRECTION, int) | 2 | 41 | 32 | 4 | 5 | 5 | 3 | 47 | 198 | 1099.81 | 21.5333 | 23682.5 | 1315.7 | 0.274893 | 73.2751 | 23.2612 | 96.5363 | 13 | 4 |
| codelite_vim/vimCommands.cpp | 2008 | | VimCommand | evidentiate_word() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 8.84615 | 2200.89 | 122.271 | 0.0563998 | 108.397 | 0 | 108.397 | 5 | 2 |
| codelite_vim/vimCommands.cpp | 2022 | | VimCommand | is_cmd_complete() | 0 | 905 | 866 | 17 | 24 | 194 | 3 | 250 | 3828 | 30493 | 67.0893 | 2.04576e+06 | 113653 | 5.37173 | -37.5999 | 10.5368 | -27.0631 | 73 | 1 |
| codelite_vim/vimCommands.cpp | 2928 | | VimCommand | set_current_modus(VIM_MODI) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 2930 | | VimCommand | repeat_last_cmd() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 2932 | | VimCommand | reset_repeat_last() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 2934 | | VimCommand | save_current_cmd() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 1 |
| codelite_vim/vimCommands.cpp | 2936 | | VimCommand | IssueCommand() | 0 | 11 | 11 | 1 | 0 | 4 | 2 | 29 | 59 | 286.621 | 11.3333 | 3248.37 | 180.465 | 0.0731121 | 101.812 | 22.5149 | 124.327 | 4 | 1 |
| codelite_vim/vimCommands.cpp | 2948 | | VimCommand | RepeatIssueCommand(wxString) | 1 | 17 | 14 | 1 | 2 | 5 | 2 | 35 | 78 | 400.084 | 11.3333 | 4534.29 | 251.905 | 0.0913169 | 92.7952 | 18.3478 | 111.143 | 5 | 1 |
| codelite_vim/vimCommands.cpp | 2966 | | VimCommand | set_ctrl(wxStyledTextCtrl *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 26 | 57 | 267.925 | 9.85714 | 2640.98 | 146.721 | 0.0636876 | 104.166 | 0 | 104.166 | 5 | 3 |
| codelite_vim/vimCommands.cpp | 2977 | | VimCommand | DeleteLastCommandChar() | 0 | 8 | 8 | 0 | 0 | 3 | 1 | 22 | 36 | 160.54 | 7.94444 | 1275.4 | 70.8554 | 0.0392021 | 110.215 | 0 | 110.215 | 1 | 1 |
| codelite_vim/vimCommands.cpp | 2989 | | VimCommand | goToMatchingParenthesis(long) | 1 | 47 | 41 | 1 | 5 | 11 | 2 | 67 | 217 | 1316.34 | 41.25 | 54299.1 | 3016.62 | 0.477977 | 68.748 | 11.2027 | 79.9508 | 4 | 1 |
| codelite_vim/vimCommands.cpp | 3037 | | VimCommand | findMatchingParenthesis(wxChar, wxChar, long, long, long &, long &) | 6 | 31 | 31 | 0 | 0 | 10 | 2 | 46 | 200 | 1104.71 | 41.4545 | 45795.4 | 2544.19 | 0.426671 | 76.6312 | 0 | 76.6312 | 6 | 6 |
| codelite_vim/vimCommands.cpp | 3069 | | VimCommand | findCharInLine(wxChar, long, bool, bool) | 4 | 14 | 14 | 0 | 0 | 7 | 2 | 42 | 128 | 690.217 | 26.5 | 18290.7 | 1016.15 | 0.231402 | 92.6448 | 0 | 92.6448 | 6 | 10 |
| codelite_vim/vimCommands.cpp | 3084 | | VimCommand | findNextCharPos(int, int) | 2 | 13 | 13 | 0 | 0 | 4 | 1 | 33 | 105 | 529.661 | 23.0588 | 12213.4 | 678.52 | 0.176781 | 95.9122 | 0 | 95.9122 | 6 | 7 |
| codelite_vim/vimCommands.cpp | 3098 | | VimCommand | findPrevCharPos(int, int) | 2 | 12 | 12 | 0 | 0 | 4 | 1 | 32 | 90 | 450 | 23.8 | 10710 | 595 | 0.161959 | 98.0564 | 0 | 98.0564 | 4 | 1 |
| codelite_vim/vim_manager.cpp | 12 | | VimManager | VimManager(IManager *, VimSettings &) | 2 | 16 | 16 | 0 | 0 | 1 | 0 | 41 | 127 | 680.409 | 11.6667 | 7938.11 | 441.006 | 0.132645 | 91.9361 | 0 | 91.9361 | 10 | 1 |
| codelite_vim/vim_manager.cpp | 29 | | VimManager | ~VimManager() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 80 | 361.885 | 11.9167 | 4312.46 | 239.581 | 0.0883139 | 108.611 | 0 | 108.611 | 8 | 0 |
| codelite_vim/vim_manager.cpp | 41 | | VimManager | OnEditorChanged(wxCommandEvent &) | 1 | 17 | 14 | 3 | 2 | 2 | 1 | 32 | 77 | 385 | 9.33333 | 3593.33 | 199.63 | 0.0782007 | 93.6851 | 30.2908 | 123.976 | 12 | 2 |
| codelite_vim/vim_manager.cpp | 59 | | VimManager | OnKeyDown(wxKeyEvent &) | 1 | 80 | 70 | 2 | 8 | 21 | 4 | 93 | 414 | 2707.21 | 26.7955 | 72541 | 4030.05 | 0.579786 | 54.0821 | 12.1253 | 66.2074 | 32 | 2 |
| codelite_vim/vim_manager.cpp | 140 | | VimManager | get_current_word() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 56 | 256.758 | 10.1538 | 2607.08 | 144.838 | 0.0631415 | 108.233 | 0 | 108.233 | 5 | 1 |
| codelite_vim/vim_manager.cpp | 149 | | VimManager | updateView() | 0 | 12 | 10 | 0 | 2 | 3 | 1 | 23 | 42 | 189.99 | 6 | 1139.94 | 63.3299 | 0.0363747 | 102.77 | 0 | 102.77 | 4 | 3 |
| codelite_vim/vim_manager.cpp | 162 | | VimManager | updateMessageModus() | 0 | 44 | 43 | 1 | 0 | 15 | 2 | 46 | 260 | 1436.13 | 25.0714 | 36005.7 | 2000.32 | 0.363463 | 68.4437 | 11.5716 | 80.0153 | 37 | 1 |
| codelite_vim/vim_manager.cpp | 207 | | VimManager | updateVimMessage() | 0 | 23 | 23 | 0 | 0 | 6 | 1 | 36 | 147 | 759.979 | 14.9545 | 11365.1 | 631.397 | 0.168498 | 84.3319 | 0 | 84.3319 | 27 | 1 |
| codelite_vim/vim_manager.cpp | 231 | | VimManager | updateCarret() | 0 | 22 | 21 | 0 | 1 | 6 | 1 | 28 | 90 | 432.662 | 13 | 5624.61 | 312.478 | 0.105424 | 87.9813 | 0 | 87.9813 | 6 | 1 |
| codelite_vim/vim_manager.cpp | 254 | | VimManager | OnCharEvt(wxKeyEvent &) | 1 | 53 | 43 | 1 | 9 | 10 | 3 | 62 | 218 | 1298.01 | 19.1667 | 24878.6 | 1382.15 | 0.284073 | 67.1046 | 10.5598 | 77.6644 | 20 | 4 |
| codelite_vim/vim_manager.cpp | 308 | | VimManager | IssueCommand() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 29 | 118.536 | 8.25 | 977.925 | 54.3292 | 0.032841 | 114.185 | 0 | 114.185 | 2 | 1 |
| codelite_vim/vim_manager.cpp | 316 | | VimManager | RepeatCommand() | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 18 | 23 | 95.9083 | 5.5 | 527.496 | 29.3053 | 0.0217616 | 115.287 | 0 | 115.287 | 2 | 1 |
| codelite_vim/vim_manager.cpp | 324 | | VimManager | CloseCurrentEditor() | 0 | 11 | 9 | 1 | 1 | 1 | 1 | 27 | 66 | 313.823 | 5.75 | 1804.48 | 100.249 | 0.049406 | 102.03 | 22.5149 | 124.545 | 12 | 2 |
| codelite_vim/vim_manager.cpp | 336 | | VimManager | SaveCurrentEditor() | 0 | 7 | 5 | 1 | 1 | 1 | 1 | 13 | 19 | 70.3084 | 4.08333 | 287.092 | 15.9496 | 0.0145064 | 117.131 | 27.6325 | 144.764 | 1 | 2 |
| codelite_vim/vim_manager.cpp | 344 | | VimManager | OnEditorClosing(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| codelite_vim/vim_manager.cpp | 350 | | VimManager | DoCleanup(bool) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 29 | 65 | 315.769 | 10.7333 | 3389.25 | 188.292 | 0.075211 | 100.128 | 0 | 100.128 | 3 | 6 |
| codelite_vim/vim_manager.cpp | 363 | | VimManager | SettingsUpdated() | 0 | 9 | 9 | 0 | 0 | 2 | 2 | 21 | 45 | 197.654 | 5.45455 | 1078.11 | 59.8952 | 0.0350474 | 107.455 | 0 | 107.455 | 6 | 1 |
| codelite_vim/vim_manager.cpp | 373 | | VimManager | DoBindEditor(IEditor *) | 1 | 19 | 12 | 2 | 5 | 1 | 1 | 30 | 72 | 353.296 | 8.66667 | 3061.9 | 170.106 | 0.0702866 | 92.5601 | 24.0864 | 116.646 | 7 | 2 |
| codelite_vim/vim_manager.cpp | 393 | | VimManager | setUpVimBar() | 0 | 14 | 9 | 2 | 3 | 2 | 1 | 26 | 48 | 225.621 | 11.5909 | 2615.15 | 145.286 | 0.0632718 | 99.6092 | 27.6325 | 127.242 | 4 | 2 |
| codelite_vim/vim_manager.cpp | 408 | | VimManager | setUpVimBarPos() | 0 | 10 | 8 | 2 | 0 | 1 | 0 | 24 | 48 | 220.078 | 8.88462 | 1955.31 | 108.628 | 0.0521222 | 105.419 | 31.9355 | 137.355 | 2 | 1 |
| codelite_vim/vim_manager.cpp | 419 | | VimManager | OnWorkspaceClosing(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.0625 | 538.012 | 29.8896 | 0.0220499 | 117.48 | 0 | 117.48 | 3 | 2 |
| codelite_vim/vim_manager.cpp | 426 | | VimManager | OnAllEditorsClosing(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.0625 | 538.012 | 29.8896 | 0.0220499 | 117.48 | 0 | 117.48 | 3 | 2 |
| codelite_vim/vim_manager.cpp | 433 | | VimManager | UpdateOldEditorState() | 0 | 16 | 11 | 1 | 4 | 3 | 2 | 30 | 61 | 299.32 | 9.1875 | 2750.01 | 152.778 | 0.0654286 | 95.7462 | 18.8844 | 114.631 | 8 | 1 |
| codelite_vim/vim_manager.cpp | 450 | | VimManager | SaveOldEditorState() | 0 | 16 | 13 | 1 | 2 | 4 | 2 | 31 | 68 | 336.885 | 10.3125 | 3474.13 | 193.007 | 0.0764615 | 94.9014 | 18.8844 | 113.786 | 8 | 1 |
| codelite_vim/vim_manager.cpp | 467 | | VimManager | DeleteClosedEditorState() | 0 | 13 | 12 | 0 | 1 | 4 | 2 | 31 | 75 | 371.565 | 12.2667 | 4557.86 | 253.214 | 0.0916332 | 97.7557 | 0 | 97.7557 | 10 | 1 |
| codelite_vim/vim_manager.cpp | 481 | | VimManager | DeleteAllEditorState() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| Docker/DockerOutputPane.cpp | 14 | | DockerOutputPane | DockerOutputPane(wxWindow *, clDockerDriver::Ptr_t) | 2 | 68 | 51 | 9 | 8 | 3 | 2 | 111 | 546 | 3709.75 | 25.0899 | 93077.2 | 5170.96 | 0.684607 | 59.2166 | 26.7117 | 85.9284 | 89 | 1 |
| Docker/DockerOutputPane.cpp | 83 | | DockerOutputPane | ~DockerOutputPane() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| Docker/DockerOutputPane.cpp | 88 | | DockerOutputPane | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 28 | 109.393 | 6.75 | 738.402 | 41.0224 | 0.0272317 | 117.33 | 0 | 117.33 | 3 | 3 |
| Docker/DockerOutputPane.cpp | 95 | | DockerOutputPane | AddOutputTextWithEOL(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 9.6 | 1626.8 | 90.3778 | 0.0461072 | 110.163 | 0 | 110.163 | 5 | 1 |
| Docker/DockerOutputPane.cpp | 104 | | DockerOutputPane | AddOutputTextRaw(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 45 | 197.654 | 7.72727 | 1527.33 | 84.8516 | 0.044208 | 109.593 | 0 | 109.593 | 5 | 2 |
| Docker/DockerOutputPane.cpp | 113 | | DockerOutputPane | OnKillAllContainers(wxCommandEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 37 | 77 | 401.128 | 11.4286 | 4584.32 | 254.684 | 0.0919875 | 100.524 | 22.5149 | 123.039 | 8 | 1 |
| Docker/DockerOutputPane.cpp | 125 | | DockerOutputPane | OnKillAllContainersUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 1 |
| Docker/DockerOutputPane.cpp | 130 | | DockerOutputPane | OnRefreshContainersView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 3 | 1 |
| Docker/DockerOutputPane.cpp | 136 | | DockerOutputPane | SetContainers(const clDockerContainer::Vect_t &) | 1 | 17 | 17 | 0 | 0 | 2 | 1 | 45 | 149 | 818.286 | 17.6071 | 14407.7 | 800.427 | 0.197367 | 89.7644 | 0 | 89.7644 | 27 | 1 |
| Docker/DockerOutputPane.cpp | 154 | | DockerOutputPane | SetImages(const clDockerImage::Vect_t &) | 1 | 15 | 15 | 0 | 0 | 2 | 1 | 43 | 127 | 689.136 | 16.3462 | 11264.7 | 625.818 | 0.167504 | 92.6853 | 0 | 92.6853 | 21 | 1 |
| Docker/DockerOutputPane.cpp | 170 | | DockerOutputPane | SelectTab(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.88889 | 479.596 | 26.6442 | 0.0204234 | 146.923 | 0 | 146.923 | 2 | 1 |
| Docker/DockerOutputPane.cpp | 172 | | DockerOutputPane | OnRefreshImagesView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 3 | 1 |
| Docker/DockerOutputPane.cpp | 178 | | DockerOutputPane | OnClearUnusedImages(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 3 | 1 |
| Docker/DockerOutputPane.cpp | 184 | | DockerOutputPane | OnClearUnusedImagesUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 1 |
| Docker/DockerOutputPane.cpp | 189 | | DockerOutputPane | OnClearUnusedImagesMenu(wxCommandEvent &) | 1 | 16 | 16 | 0 | 0 | 1 | 1 | 40 | 112 | 596.056 | 9.21429 | 5492.23 | 305.124 | 0.103763 | 92.6243 | 0 | 92.6243 | 18 | 1 |
| Docker/DockerOutputPane.cpp | 206 | | DockerOutputPane | GetSelectedContainers(clDockerContainer::Vect_t &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 72 | 366.297 | 13.5 | 4945.01 | 274.723 | 0.0967514 | 100.996 | 0 | 100.996 | 7 | 1 |
| Docker/DockerOutputPane.cpp | 218 | | DockerOutputPane | OnContainerContextMenu(wxDataViewEvent &) [override] | 1 | 64 | 63 | 0 | 1 | 7 | 2 | 67 | 440 | 2669.08 | 31.2708 | 83464.3 | 4636.91 | 0.636619 | 60.9908 | 0 | 60.9908 | 68 | 0 |
| Docker/DockerOutputPane.cpp | 283 | | DockerOutputPane | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| Docker/DockerSettingsDlg.cpp | 4 | | DockerSettingsDlg | DockerSettingsDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 54 | 244.272 | 7.69231 | 1879.02 | 104.39 | 0.0507574 | 108.492 | 0 | 108.492 | 9 | 1 |
| Docker/DockerSettingsDlg.cpp | 13 | | DockerSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 54 | 247.588 | 6.3 | 1559.8 | 86.6558 | 0.0448324 | 106.514 | 0 | 106.514 | 10 | 0 |
| Docker/DockerfileSettingsDlg.cpp | 5 | | DockerfileSettingsDlg | DockerfileSettingsDlg(wxWindow *, clDockerBuildableFile::Ptr_t) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 32 | 77 | 385 | 9.6 | 3696 | 205.333 | 0.0796832 | 102.511 | 0 | 102.511 | 15 | 2 |
| Docker/DockerfileSettingsDlg.cpp | 16 | | DockerfileSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 27 | 71 | 337.597 | 9.28125 | 3133.32 | 174.073 | 0.0713754 | 101.65 | 0 | 101.65 | 11 | 0 |
| Docker/NewDockerWorkspaceDlg.cpp | 3 | | NewDockerWorkspaceDlg | NewDockerWorkspaceDlg(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| Docker/NewDockerWorkspaceDlg.cpp | 8 | | NewDockerWorkspaceDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 32 | 142.702 | 6 | 856.211 | 47.5673 | 0.0300561 | 122.286 | 0 | 122.286 | 4 | 0 |
| Docker/NewDockerWorkspaceDlg.cpp | 13 | | NewDockerWorkspaceDlg | GetWorkspaceFile() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 6.36364 | 978.289 | 54.3494 | 0.0328491 | 115.56 | 0 | 115.56 | 6 | 1 |
| Docker/UI.cpp | 340 | | DockerOutputPaneBase | DockerOutputPaneBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 141 | 105 | 9 | 27 | 3 | 1 | 133 | 1166 | 8226.46 | 43.875 | 360936 | 20052 | 1.68979 | 43.2615 | 19.074 | 62.3355 | 163 | 1 |
| Docker/UI.cpp | 482 | | DockerOutputPaneBase | ~DockerOutputPaneBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 117.48 | 0 | 117.48 | 4 | 0 |
| Docker/UI.cpp | 95 | | DockerSettingsBaseDlg | DockerSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 74 | 56 | 2 | 16 | 6 | 1 | 117 | 627 | 4307.72 | 27.8936 | 120158 | 6675.44 | 0.811671 | 56.3797 | 12.5971 | 68.9768 | 91 | 1 |
| Docker/UI.cpp | 170 | | DockerSettingsBaseDlg | ~DockerSettingsBaseDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Docker/UI.cpp | 176 | | DockerfileSettingsDlgBase | DockerfileSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 157 | 110 | 16 | 31 | 4 | 1 | 132 | 1171 | 8248.99 | 46.3 | 381928 | 21218.2 | 1.75469 | 41.276 | 23.7321 | 65.0081 | 161 | 1 |
| Docker/UI.cpp | 334 | | DockerfileSettingsDlgBase | ~DockerfileSettingsDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| Docker/UI.cpp | 14 | | NewDockerWorkspaceDlgBase | NewDockerWorkspaceDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 75 | 57 | 2 | 16 | 7 | 1 | 120 | 627 | 4330.62 | 27.0309 | 117061 | 6503.37 | 0.797663 | 55.9047 | 12.5146 | 68.4193 | 89 | 1 |
| Docker/UI.cpp | 90 | | NewDockerWorkspaceDlgBase | ~NewDockerWorkspaceDlgBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 124.049 | 0 | 124.049 | 4 | 0 |
| Docker/UI_docker_bitmaps.cpp | 34 | | | wxCrafterOTgKroInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 4 |
| Docker/clDockerBuildableFile.cpp | 12 | | clDockerBuildableFile | clDockerBuildableFile(const wxString &, eDockerFileType) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 1 | 4 |
| Docker/clDockerBuildableFile.cpp | 18 | | clDockerBuildableFile | FromJSON(const JSONItem &, const wxString &) | 2 | 12 | 10 | 1 | 1 | 1 | 0 | 36 | 99 | 511.823 | 9.02 | 4616.64 | 256.48 | 0.0924193 | 98.077 | 21.6227 | 119.7 | 19 | 3 |
| Docker/clDockerBuildableFile.cpp | 31 | | clDockerBuildableFile | ToJSON(const wxString &) const | 1 | 15 | 13 | 2 | 1 | 1 | 0 | 37 | 99 | 515.736 | 10.08 | 5198.62 | 288.812 | 0.100032 | 94.4225 | 26.7997 | 121.222 | 18 | 3 |
| Docker/clDockerBuildableFile.cpp | 47 | | clDockerBuildableFile | [static] New(eDockerFileType) | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 21 | 59 | 259.147 | 12.6667 | 3282.53 | 182.363 | 0.0736237 | 102.566 | 0 | 102.566 | 5 | 3 |
| Docker/clDockerBuildableFile.cpp | 59 | | clDockerBuildableFile | GetBuildBaseCommand() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 6.5 | 813.135 | 45.1742 | 0.0290394 | 114.135 | 0 | 114.135 | 4 | 1 |
| Docker/clDockerBuildableFile.cpp | 67 | | clDockerBuildableFile | GetRunBaseCommand(wxString &, wxString &) const | 2 | 9 | 9 | 1 | 0 | 2 | 1 | 25 | 45 | 208.974 | 7.84615 | 1639.64 | 91.091 | 0.0463494 | 107.165 | 24.6875 | 131.853 | 5 | 1 |
| Docker/clDockerBuildableFile.cpp | 77 | | clDockerBuildableFile | GetDockerExe() const | 0 | 23 | 20 | 1 | 2 | 4 | 1 | 39 | 108 | 570.823 | 11.25 | 6421.76 | 356.765 | 0.115164 | 86.2802 | 15.872 | 102.152 | 18 | 2 |
| Docker/clDockerComposeFile.cpp | 3 | | clDockerComposeFile | clDockerComposeFile(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 125.648 | 0 | 125.648 | 1 | 0 |
| Docker/clDockerComposeFile.cpp | 8 | | clDockerComposeFile | clDockerComposeFile() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 127.255 | 0 | 127.255 | 2 | 1 |
| Docker/clDockerComposeFile.cpp | 13 | | clDockerComposeFile | FromJSON(const JSONItem &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.77778 | 614.028 | 34.1127 | 0.0240808 | 124.049 | 0 | 124.049 | 1 | 0 |
| Docker/clDockerComposeFile.cpp | 18 | | clDockerComposeFile | ToJSON(const wxString &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.3125 | 777.129 | 43.1738 | 0.0281757 | 120.434 | 0 | 120.434 | 2 | 0 |
| Docker/clDockerContainer.cpp | 10 | | clDockerContainer | Parse(const wxString &) | 1 | 23 | 22 | 0 | 1 | 5 | 1 | 57 | 165 | 962.427 | 14.0769 | 13548 | 752.667 | 0.189436 | 83.3338 | 0 | 83.3338 | 26 | 1 |
| Docker/clDockerDriver.cpp | 19 | | clDockerDriver | clDockerDriver(Docker *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 39 | 168.555 | 8.55556 | 1442.08 | 80.1157 | 0.0425473 | 115.082 | 0 | 115.082 | 2 | 1 |
| Docker/clDockerDriver.cpp | 26 | | clDockerDriver | ~clDockerDriver() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| Docker/clDockerDriver.cpp | 32 | | clDockerDriver | Stop() | 0 | 9 | 8 | 1 | 0 | 3 | 2 | 19 | 32 | 135.934 | 6.1875 | 841.09 | 46.7272 | 0.0297012 | 109.172 | 24.6875 | 133.859 | 3 | 2 |
| Docker/clDockerDriver.cpp | 42 | | clDockerDriver | OnProcessOutput(clProcessEvent &) | 1 | 19 | 19 | 1 | 0 | 8 | 1 | 33 | 71 | 358.152 | 8.75 | 3133.83 | 174.102 | 0.0713831 | 90.8791 | 17.3987 | 108.278 | 5 | 2 |
| Docker/clDockerDriver.cpp | 62 | | clDockerDriver | OnProcessTerminated(clProcessEvent &) | 1 | 30 | 29 | 1 | 1 | 9 | 1 | 45 | 129 | 708.449 | 15.6 | 11051.8 | 613.989 | 0.165387 | 79.7026 | 13.9543 | 93.6569 | 11 | 2 |
| Docker/clDockerDriver.cpp | 93 | | clDockerDriver | ListContainers() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 5 |
| Docker/clDockerDriver.cpp | 95 | | clDockerDriver | RemoveContainers(const wxArrayString &) | 1 | 25 | 21 | 1 | 3 | 6 | 1 | 57 | 148 | 863.268 | 15.4583 | 13344.7 | 741.371 | 0.187536 | 82.3184 | 15.2452 | 97.5637 | 24 | 2 |
| Docker/clDockerDriver.cpp | 121 | | clDockerDriver | StartProcessAsync(const wxString &, const wxString &, size_t, clDockerDriver::eContext) | 4 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 64 | 320 | 9.57895 | 3065.26 | 170.292 | 0.0703381 | 103.243 | 0 | 103.243 | 3 | 7 |
| Docker/clDockerDriver.cpp | 132 | | clDockerDriver | GetDockerExe() const | 0 | 15 | 14 | 0 | 1 | 2 | 1 | 35 | 76 | 389.826 | 9.66667 | 3768.31 | 209.351 | 0.0807192 | 95.648 | 0 | 95.648 | 12 | 8 |
| Docker/clDockerDriver.cpp | 148 | | clDockerDriver | ProcessListContainersCommand() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 37 | 83 | 432.385 | 10.0435 | 4342.65 | 241.258 | 0.0887255 | 98.4941 | 0 | 98.4941 | 10 | 1 |
| Docker/clDockerDriver.cpp | 161 | | clDockerDriver | ProcessListImagesCommand() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 37 | 83 | 432.385 | 10.0435 | 4342.65 | 241.258 | 0.0887255 | 98.4941 | 0 | 98.4941 | 10 | 1 |
| Docker/clDockerDriver.cpp | 174 | | clDockerDriver | DoListContainers() | 0 | 16 | 11 | 2 | 3 | 3 | 1 | 28 | 51 | 245.175 | 7.8 | 1912.37 | 106.243 | 0.0513562 | 96.7838 | 26.0372 | 122.821 | 6 | 3 |
| Docker/clDockerDriver.cpp | 191 | | clDockerDriver | ListImages() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 2 |
| Docker/clDockerDriver.cpp | 193 | | clDockerDriver | DoListImages() | 0 | 15 | 11 | 1 | 3 | 3 | 1 | 28 | 51 | 245.175 | 7.8 | 1912.37 | 106.243 | 0.0513562 | 97.8293 | 19.4709 | 117.3 | 6 | 2 |
| Docker/clDockerDriver.cpp | 209 | | clDockerDriver | ClearUnusedImages() | 0 | 19 | 15 | 1 | 3 | 4 | 1 | 32 | 73 | 365 | 8.55263 | 3121.71 | 173.428 | 0.071199 | 91.7006 | 17.3987 | 109.099 | 10 | 1 |
| Docker/clDockerDriver.cpp | 229 | | clDockerDriver | AttachTerminal(const wxArrayString &) | 1 | 18 | 15 | 1 | 2 | 5 | 1 | 41 | 100 | 535.755 | 12.3958 | 6641.13 | 368.952 | 0.117771 | 90.3509 | 17.8544 | 108.205 | 13 | 1 |
| Docker/clDockerDriver.cpp | 248 | | clDockerDriver | StartProcessSync(const wxString &, const wxString &, size_t) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 55 | 255.412 | 9.82143 | 2508.51 | 139.362 | 0.0615398 | 106.122 | 0 | 106.122 | 7 | 1 |
| Docker/clDockerDriver.cpp | 258 | | clDockerDriver | ExecContainerCommand(const wxString &, const wxString &) | 2 | 10 | 8 | 0 | 2 | 2 | 1 | 27 | 53 | 252.009 | 10.6786 | 2691.1 | 149.505 | 0.0644909 | 104.485 | 0 | 104.485 | 8 | 1 |
| Docker/clDockerDriver.cpp | 269 | | clDockerDriver | StopContainer(const wxString &) | 1 | 13 | 10 | 0 | 3 | 3 | 1 | 30 | 56 | 274.786 | 9.1875 | 2524.6 | 140.255 | 0.0618026 | 99.5547 | 0 | 99.5547 | 7 | 1 |
| Docker/clDockerDriver.cpp | 283 | | clDockerDriver | StartContainer(const wxString &) | 1 | 13 | 10 | 0 | 3 | 3 | 1 | 30 | 56 | 274.786 | 9.1875 | 2524.6 | 140.255 | 0.0618026 | 99.5547 | 0 | 99.5547 | 7 | 1 |
| Docker/clDockerDriver.cpp | 297 | | clDockerDriver | Build(const wxFileName &, const clDockerWorkspaceSettings &) | 2 | 22 | 16 | 2 | 4 | 2 | 1 | 53 | 141 | 807.637 | 11.8919 | 9604.33 | 533.574 | 0.150611 | 85.6557 | 22.5149 | 108.171 | 31 | 2 |
| Docker/clDockerDriver.cpp | 320 | | clDockerDriver | Run(const wxFileName &, const clDockerWorkspaceSettings &) | 2 | 24 | 18 | 3 | 3 | 2 | 1 | 47 | 139 | 772.088 | 14.4516 | 11157.9 | 619.884 | 0.166444 | 84.4802 | 26.0372 | 110.517 | 33 | 2 |
| Docker/clDockerImage.cpp | 11 | | clDockerImage | Parse(const wxString &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 43 | 101 | 548.053 | 12.75 | 6987.67 | 388.204 | 0.121834 | 94.9941 | 0 | 94.9941 | 16 | 1 |
| Docker/clDockerSettings.cpp | 11 | | clDockerSettings | clDockerSettings() | 0 | 21 | 20 | 1 | 0 | 5 | 1 | 42 | 113 | 609.332 | 10.75 | 6550.32 | 363.907 | 0.116695 | 87.1844 | 16.583 | 103.767 | 12 | 8 |
| Docker/clDockerSettings.cpp | 33 | | clDockerSettings | FromJSON(const JSONItem &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 29 | 85 | 412.928 | 9.77778 | 4037.52 | 224.307 | 0.0845192 | 103.394 | 0 | 103.394 | 16 | 0 |
| Docker/clDockerSettings.cpp | 43 | | clDockerSettings | ToJSON() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 59 | 273.988 | 8 | 2191.9 | 121.772 | 0.0562461 | 107.895 | 0 | 107.895 | 11 | 0 |
| Docker/clDockerSettings.cpp | 52 | | clDockerSettings | Load() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 48 | 220.078 | 5.4 | 1188.42 | 66.0235 | 0.0373989 | 111.198 | 0 | 111.198 | 9 | 8 |
| Docker/clDockerSettings.cpp | 60 | | clDockerSettings | Save() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 48 | 220.078 | 5.4 | 1188.42 | 66.0235 | 0.0373989 | 111.198 | 0 | 111.198 | 9 | 3 |
| Docker/clDockerWorkspace.cpp | 23 | | clDockerWorkspace | clDockerWorkspace(bool, Docker *, clDockerDriver::Ptr_t) | 3 | 19 | 19 | 0 | 0 | 2 | 1 | 55 | 236 | 1364.4 | 15 | 20466 | 1137 | 0.249403 | 85.304 | 0 | 85.304 | 29 | 2 |
| Docker/clDockerWorkspace.cpp | 43 | | clDockerWorkspace | ~clDockerWorkspace() [override] | 0 | 14 | 14 | 0 | 0 | 2 | 1 | 35 | 176 | 902.754 | 14.8696 | 13423.6 | 745.753 | 0.188274 | 92.3989 | 0 | 92.3989 | 18 | 0 |
| Docker/clDockerWorkspace.cpp | 58 | | clDockerWorkspace | GetActiveProjectName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 60 | | clDockerWorkspace | GetFileName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Docker/clDockerWorkspace.cpp | 61 | | clDockerWorkspace | GetDir() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| Docker/clDockerWorkspace.cpp | 63 | | clDockerWorkspace | GetFilesMask() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 65 | | clDockerWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 67 | | clDockerWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.88889 | 439.629 | 24.4239 | 0.0192724 | 124.917 | 0 | 124.917 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 72 | | clDockerWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5 | 420 | 23.3333 | 0.0186944 | 121.657 | 0 | 121.657 | 2 | 0 |
| Docker/clDockerWorkspace.cpp | 78 | | clDockerWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 80 | | clDockerWorkspace | GetWorkspaceProjects() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 0 |
| Docker/clDockerWorkspace.cpp | 82 | | clDockerWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Docker/clDockerWorkspace.cpp | 84 | | clDockerWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Docker/clDockerWorkspace.cpp | 88 | | clDockerWorkspace | [static] Get() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 13 |
| Docker/clDockerWorkspace.cpp | 90 | | clDockerWorkspace | [static] Initialise(Docker *) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 38 | 174.229 | 10.8333 | 1887.48 | 104.86 | 0.0509096 | 114.68 | 0 | 114.68 | 4 | 1 |
| Docker/clDockerWorkspace.cpp | 97 | | clDockerWorkspace | [static] Shutdown() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| Docker/clDockerWorkspace.cpp | 99 | | clDockerWorkspace | OnOpenWorkspace(clCommandEvent &) | 1 | 29 | 19 | 5 | 5 | 3 | 1 | 44 | 116 | 633.294 | 10.6034 | 6715.1 | 373.061 | 0.118644 | 82.2149 | 29.9907 | 112.206 | 18 | 2 |
| Docker/clDockerWorkspace.cpp | 129 | | clDockerWorkspace | OnCloseWorkspace(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 36 | 150.117 | 6.875 | 1032.06 | 57.3365 | 0.0340419 | 110.794 | 0 | 110.794 | 4 | 2 |
| Docker/clDockerWorkspace.cpp | 138 | | clDockerWorkspace | Open(const wxFileName &) | 1 | 33 | 21 | 7 | 5 | 2 | 1 | 47 | 159 | 883.18 | 11.4545 | 10116.4 | 562.023 | 0.155918 | 78.6222 | 32.7244 | 111.347 | 28 | 2 |
| Docker/clDockerWorkspace.cpp | 172 | | clDockerWorkspace | Close() | 0 | 23 | 15 | 4 | 4 | 2 | 1 | 36 | 108 | 558.352 | 9 | 5025.17 | 279.176 | 0.097794 | 86.855 | 30.1022 | 116.957 | 20 | 2 |
| Docker/clDockerWorkspace.cpp | 196 | | clDockerWorkspace | IsOpen() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 14 |
| Docker/clDockerWorkspace.cpp | 198 | | clDockerWorkspace | OnNewWorkspace(clCommandEvent &) | 1 | 30 | 24 | 2 | 4 | 5 | 2 | 50 | 152 | 857.866 | 14.0625 | 12063.7 | 670.208 | 0.175334 | 79.6275 | 19.4709 | 99.0984 | 24 | 2 |
| Docker/clDockerWorkspace.cpp | 229 | | clDockerWorkspace | Create(const wxFileName &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 22 | 42 | 187.296 | 7 | 1311.07 | 72.8374 | 0.0399298 | 109.643 | 26.0372 | 135.68 | 4 | 1 |
| Docker/clDockerWorkspace.cpp | 238 | | clDockerWorkspace | RestoreSession() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 15 | 25 | 97.6723 | 4 | 390.689 | 21.7049 | 0.0178142 | 117.689 | 0 | 117.689 | 3 | 1 |
| Docker/clDockerWorkspace.cpp | 245 | | clDockerWorkspace | OnSaveSession(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 41 | 180.085 | 7.15 | 1287.61 | 71.5338 | 0.0394519 | 109.847 | 0 | 109.847 | 5 | 2 |
| Docker/clDockerWorkspace.cpp | 254 | | clDockerWorkspace | OnIsBuildInProgress(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 6 | 2 |
| Docker/clDockerWorkspace.cpp | 260 | | clDockerWorkspace | OnBuildStarting(clBuildEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 30 | 70 | 343.482 | 8.79412 | 3020.62 | 167.812 | 0.0696535 | 101.101 | 0 | 101.101 | 12 | 2 |
| Docker/clDockerWorkspace.cpp | 272 | | clDockerWorkspace | OnStopBuild(clBuildEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 32 | 133.438 | 5.5 | 733.907 | 40.7726 | 0.027121 | 113.569 | 0 | 113.569 | 7 | 2 |
| Docker/clDockerWorkspace.cpp | 280 | | clDockerWorkspace | OnRun(clExecuteEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 58 | 278.827 | 8.66667 | 2416.5 | 134.25 | 0.0600256 | 105.666 | 0 | 105.666 | 10 | 2 |
| Docker/clDockerWorkspace.cpp | 290 | | clDockerWorkspace | OnStop(clExecuteEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 32 | 133.438 | 5.5 | 733.907 | 40.7726 | 0.027121 | 113.569 | 0 | 113.569 | 7 | 2 |
| Docker/clDockerWorkspace.cpp | 298 | | clDockerWorkspace | BuildDockerfile(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 147.513 | 0 | 147.513 | 2 | 2 |
| Docker/clDockerWorkspace.cpp | 300 | | clDockerWorkspace | RunDockerfile(const wxFileName &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 147.513 | 0 | 147.513 | 2 | 2 |
| Docker/clDockerWorkspace.cpp | 302 | | clDockerWorkspace | BuildDockerCompose(const wxFileName &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 125.055 | 0 | 125.055 | 2 | 1 |
| Docker/clDockerWorkspace.cpp | 307 | | clDockerWorkspace | RunDockerCompose(const wxFileName &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 125.055 | 0 | 125.055 | 2 | 1 |
| Docker/clDockerWorkspace.cpp | 312 | | clDockerWorkspace | SetProjectActive(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Docker/clDockerWorkspaceSettings.cpp | 5 | | clDockerWorkspaceSettings | clDockerWorkspaceSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 1 |
| Docker/clDockerWorkspaceSettings.cpp | 10 | | clDockerWorkspaceSettings | FromJSON(const JSONItem &) [override] | 1 | 15 | 15 | 0 | 0 | 3 | 2 | 50 | 143 | 807.071 | 15.75 | 12711.4 | 706.188 | 0.181555 | 91.6338 | 0 | 91.6338 | 21 | 0 |
| Docker/clDockerWorkspaceSettings.cpp | 26 | | clDockerWorkspaceSettings | ToJSON() const [override] | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 79 | 405.213 | 11 | 4457.35 | 247.63 | 0.090281 | 100.471 | 0 | 100.471 | 14 | 0 |
| Docker/clDockerWorkspaceSettings.cpp | 38 | | clDockerWorkspaceSettings | Load(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 112.557 | 0 | 112.557 | 4 | 4 |
| Docker/clDockerWorkspaceSettings.cpp | 46 | | clDockerWorkspaceSettings | Save(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 112.557 | 0 | 112.557 | 4 | 3 |
| Docker/clDockerWorkspaceSettings.cpp | 54 | | clDockerWorkspaceSettings | IsOk() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 3 |
| Docker/clDockerWorkspaceSettings.cpp | 56 | | clDockerWorkspaceSettings | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 2 |
| Docker/clDockerWorkspaceSettings.cpp | 62 | | clDockerWorkspaceSettings | GetFileInfo(const wxFileName &) const | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 26 | 57 | 267.925 | 10.5 | 2813.21 | 156.29 | 0.0664274 | 115.395 | 0 | 115.395 | 8 | 4 |
| Docker/clDockerWorkspaceSettings.cpp | 68 | | clDockerWorkspaceSettings | SetFileInfo(const wxFileName &, clDockerBuildableFile::Ptr_t) | 2 | 5 | 5 | 0 | 0 | 2 | 1 | 24 | 58 | 265.928 | 7.85714 | 2089.43 | 116.08 | 0.0544792 | 115.434 | 0 | 115.434 | 7 | 2 |
| Docker/clDockerWorkspaceView.cpp | 13 | | clDockerWorkspaceView | clDockerWorkspaceView(wxWindow *) | 1 | 22 | 19 | 1 | 2 | 2 | 1 | 48 | 146 | 815.405 | 13.25 | 10804.1 | 600.228 | 0.162906 | 85.606 | 16.2158 | 101.822 | 21 | 1 |
| Docker/clDockerWorkspaceView.cpp | 36 | | clDockerWorkspaceView | ~clDockerWorkspaceView() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 80 | 361.885 | 11.9167 | 4312.46 | 239.581 | 0.0883139 | 108.611 | 0 | 108.611 | 8 | 0 |
| Docker/clDockerWorkspaceView.cpp | 44 | | clDockerWorkspaceView | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 22 | 45 | 200.674 | 5.14286 | 1032.04 | 57.3355 | 0.0340416 | 104.355 | 22.5149 | 126.87 | 6 | 2 |
| Docker/clDockerWorkspaceView.cpp | 56 | | clDockerWorkspaceView | OnWorkspaceOpened(clWorkspaceEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 50 | 229.248 | 6.07143 | 1391.86 | 77.3258 | 0.0415537 | 108.592 | 0 | 108.592 | 7 | 2 |
| Docker/clDockerWorkspaceView.cpp | 65 | | clDockerWorkspaceView | OnFileContextMenu(clContextMenuEvent &) | 1 | 18 | 17 | 0 | 1 | 5 | 1 | 39 | 124 | 655.39 | 13.913 | 9118.47 | 506.582 | 0.145488 | 89.3028 | 0 | 89.3028 | 16 | 2 |
| Docker/clDockerWorkspaceView.cpp | 84 | | clDockerWorkspaceView | DoDockerfileContextMenu(wxMenu *, const wxString &) | 2 | 45 | 41 | 1 | 3 | 5 | 2 | 76 | 328 | 2049.32 | 19.5 | 39961.7 | 2220.1 | 0.38962 | 68.5307 | 11.4446 | 79.9753 | 58 | 1 |
| Docker/clDockerWorkspaceView.cpp | 130 | | clDockerWorkspaceView | DoDockerComposeContextMenu(wxMenu *, const wxString &) | 2 | 45 | 41 | 1 | 3 | 5 | 2 | 76 | 328 | 2049.32 | 19.5 | 39961.7 | 2220.1 | 0.38962 | 68.5307 | 11.4446 | 79.9753 | 58 | 1 |
| Docker/clDockerWorkspaceView.cpp | 176 | | clDockerWorkspaceView | OnFindInFilesDismissed(clFindInFilesEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 65 | 305.529 | 8.06667 | 2464.6 | 136.922 | 0.0608195 | 107.098 | 0 | 107.098 | 11 | 2 |
| Docker/clDockerWorkspaceView.cpp | 185 | | clDockerWorkspaceView | OnFindInFilesShowing(clFindInFilesEvent &) [override] | 1 | 15 | 12 | 2 | 1 | 2 | 1 | 34 | 86 | 437.522 | 10.5238 | 4604.4 | 255.8 | 0.0922558 | 95.0477 | 26.7997 | 121.847 | 15 | 0 |
| Docker/clDockerfile.cpp | 3 | | clDockerfile | clDockerfile(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 125.648 | 0 | 125.648 | 1 | 0 |
| Docker/clDockerfile.cpp | 8 | | clDockerfile | clDockerfile() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 127.255 | 0 | 127.255 | 2 | 1 |
| Docker/clDockerfile.cpp | 13 | | clDockerfile | FromJSON(const JSONItem &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.77778 | 614.028 | 34.1127 | 0.0240808 | 124.049 | 0 | 124.049 | 1 | 0 |
| Docker/clDockerfile.cpp | 18 | | clDockerfile | ToJSON(const wxString &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.3125 | 777.129 | 43.1738 | 0.0281757 | 120.434 | 0 | 120.434 | 2 | 0 |
| Docker/docker.cpp | 15 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Docker/docker.cpp | 20 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| Docker/docker.cpp | 30 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Docker/docker.cpp | 32 | | Docker | Docker(IManager *) | 1 | 15 | 13 | 1 | 2 | 1 | 0 | 45 | 125 | 686.482 | 12.6897 | 8711.22 | 483.956 | 0.141123 | 92.9354 | 19.4709 | 112.406 | 24 | 1 |
| Docker/docker.cpp | 48 | | Docker | CreateToolBar(clToolBarGeneric *) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 1 | 0 |
| Docker/docker.cpp | 54 | | Docker | CreatePluginMenu(wxMenu *) [override] | 1 | 13 | 13 | 0 | 0 | 2 | 2 | 41 | 98 | 525.04 | 12.3958 | 6508.31 | 361.573 | 0.116196 | 96.4178 | 0 | 96.4178 | 14 | 0 |
| Docker/docker.cpp | 68 | | Docker | UnPlug() [override] | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 23 | 40 | 180.942 | 7.09091 | 1283.05 | 71.2804 | 0.0393587 | 107.914 | 24.6875 | 132.602 | 3 | 0 |
| LanguageServer/languageserver.cpp | 28 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| LanguageServer/languageserver.cpp | 30 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| LanguageServer/languageserver.cpp | 40 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| LanguageServer/languageserver.cpp | 42 | | LanguageServerPlugin | LanguageServerPlugin(IManager *) | 1 | 43 | 31 | 3 | 9 | 1 | 0 | 92 | 395 | 2576.81 | 15.98 | 41177.4 | 2287.63 | 0.397482 | 68.9962 | 19.8936 | 88.8898 | 61 | 1 |
| LanguageServer/languageserver.cpp | 86 | | LanguageServerPlugin | CheckServers() | 0 | 20 | 17 | 1 | 2 | 3 | 1 | 44 | 106 | 578.7 | 11.1429 | 6448.37 | 358.243 | 0.115481 | 88.7031 | 16.9762 | 105.679 | 25 | 1 |
| LanguageServer/languageserver.cpp | 107 | | LanguageServerPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 1 | 0 |
| LanguageServer/languageserver.cpp | 113 | | LanguageServerPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 64 | 300.828 | 9.53333 | 2867.89 | 159.327 | 0.0672854 | 109.572 | 0 | 109.572 | 12 | 0 |
| LanguageServer/languageserver.cpp | 121 | | LanguageServerPlugin | UnPlug() [override] | 0 | 23 | 19 | 1 | 3 | 2 | 1 | 54 | 244 | 1404.19 | 15.7692 | 22143 | 1230.17 | 0.262847 | 82.0595 | 15.872 | 97.9315 | 28 | 0 |
| LanguageServer/languageserver.cpp | 145 | | LanguageServerPlugin | OnSettings(wxCommandEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 31 | 69 | 341.84 | 8.30556 | 2839.17 | 157.732 | 0.0668353 | 102.9 | 23.5268 | 126.426 | 9 | 3 |
| LanguageServer/languageserver.cpp | 156 | | LanguageServerPlugin | OnRestartLSP(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 119.945 | 0 | 119.945 | 3 | 2 |
| LanguageServer/languageserver.cpp | 162 | | LanguageServerPlugin | OnInitDone(wxCommandEvent &) | 1 | 35 | 32 | 1 | 2 | 6 | 3 | 68 | 197 | 1199.23 | 20.0581 | 24054.3 | 1336.35 | 0.277763 | 75.1583 | 12.944 | 88.1022 | 55 | 2 |
| LanguageServer/languageserver.cpp | 198 | | LanguageServerPlugin | OnEditorContextMenu(clContextMenuEvent &) | 1 | 54 | 41 | 4 | 9 | 9 | 2 | 78 | 371 | 2331.88 | 20.1 | 46870.9 | 2603.94 | 0.433325 | 63.9854 | 20.4627 | 84.4481 | 62 | 2 |
| LanguageServer/languageserver.cpp | 253 | | LanguageServerPlugin | OnDocStringGenerationDone() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 26 | 101.579 | 5.25 | 533.291 | 29.6273 | 0.0219207 | 114.988 | 0 | 114.988 | 4 | 0 |
| LanguageServer/languageserver.cpp | 261 | | LanguageServerPlugin | OnGenerateDocString(wxCommandEvent &) | 1 | 33 | 26 | 1 | 6 | 3 | 2 | 76 | 255 | 1593.22 | 14.2759 | 22744.6 | 1263.59 | 0.267587 | 75.3243 | 13.3211 | 88.6455 | 45 | 2 |
| LanguageServer/languageserver.cpp | 295 | | LanguageServerPlugin | ConfigureLSPs(const std::vector<LSPDetector::Ptr_t> &) | 1 | 40 | 34 | 3 | 3 | 8 | 2 | 73 | 250 | 1547.46 | 17.1698 | 26569.5 | 1476.08 | 0.296803 | 71.2094 | 20.5825 | 91.792 | 74 | 1 |
| LanguageServer/languageserver.cpp | 336 | | LanguageServerPlugin | OnLSPStopOne(clLanguageServerEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 25 | 44 | 204.33 | 6 | 1225.98 | 68.1099 | 0.0381828 | 114.081 | 0 | 114.081 | 6 | 2 |
| LanguageServer/languageserver.cpp | 343 | | LanguageServerPlugin | OnLSPStartOne(clLanguageServerEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 42 | 192.568 | 6.07143 | 1169.17 | 64.9536 | 0.0369938 | 114.389 | 0 | 114.389 | 6 | 2 |
| LanguageServer/languageserver.cpp | 350 | | LanguageServerPlugin | OnLSPRestartOne(clLanguageServerEvent &) | 1 | 5 | 4 | 0 | 1 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 119.945 | 0 | 119.945 | 3 | 2 |
| LanguageServer/languageserver.cpp | 356 | | LanguageServerPlugin | OnLSPConfigure(clLanguageServerEvent &) | 1 | 22 | 18 | 1 | 3 | 2 | 1 | 48 | 168 | 938.274 | 12.9706 | 12170 | 676.109 | 0.176362 | 84.8761 | 16.2158 | 101.092 | 32 | 2 |
| LanguageServer/languageserver.cpp | 379 | | LanguageServerPlugin | OnLSPDelete(clLanguageServerEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 23 | 50 | 226.178 | 6.10714 | 1381.3 | 76.739 | 0.0413432 | 111.055 | 0 | 111.055 | 19 | 2 |
| LanguageServer/languageserver.cpp | 387 | | LanguageServerPlugin | OnLSPShowSettingsDlg(clLanguageServerEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 122.3 | 0 | 122.3 | 2 | 2 |
| LanguageServer/languageserver.cpp | 393 | | LanguageServerPlugin | GetEditorFilePath(IEditor *) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 0 |
| LanguageServer/languageserver.cpp | 395 | | LanguageServerPlugin | LogMessage(const wxString &, const wxString &, int) | 3 | 29 | 27 | 4 | 2 | 4 | 1 | 57 | 195 | 1137.41 | 18.25 | 20757.8 | 1153.21 | 0.251767 | 78.9399 | 27.2067 | 106.147 | 26 | 0 |
| LanguageServer/languageserver.cpp | 425 | | LanguageServerPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 120.134 | 0 | 120.134 | 3 | 2 |
| LanguageServer/languageserver.cpp | 431 | | LanguageServerPlugin | OnFixLSPPaths(wxCommandEvent &) | 1 | 42 | 35 | 3 | 4 | 8 | 4 | 74 | 221 | 1372.29 | 17.1373 | 23517.3 | 1306.51 | 0.273613 | 71.0437 | 20.1155 | 91.1593 | 32 | 1 |
| LanguageServer/languageserver.cpp | 474 | | LanguageServerPlugin | GetBrokenLSPs() const | 0 | 13 | 12 | 1 | 0 | 5 | 2 | 41 | 95 | 508.967 | 15.1136 | 7692.35 | 427.353 | 0.129893 | 95.8894 | 20.8285 | 116.718 | 12 | 2 |
| Rust/CargoToml.cpp | 4 | | CargoToml | Load(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 47 | 223.48 | 8.82143 | 1971.41 | 109.523 | 0.0524079 | 111.118 | 0 | 111.118 | 9 | 1 |
| Rust/RustPlugin.cpp | 57 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| Rust/RustPlugin.cpp | 59 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 49 | 221.655 | 6.42857 | 1424.92 | 79.1623 | 0.0422091 | 107.089 | 0 | 107.089 | 10 | 0 |
| Rust/RustPlugin.cpp | 69 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Rust/RustPlugin.cpp | 71 | | RustPlugin | RustPlugin(IManager *) | 1 | 15 | 15 | 1 | 0 | 1 | 0 | 45 | 170 | 933.615 | 14.5 | 13537.4 | 752.079 | 0.189337 | 91.3365 | 19.4709 | 110.807 | 23 | 1 |
| Rust/RustPlugin.cpp | 87 | | RustPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Rust/RustPlugin.cpp | 89 | | RustPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Rust/RustPlugin.cpp | 91 | | RustPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| Rust/RustPlugin.cpp | 97 | | RustPlugin | UnPlug() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 134 | 657.523 | 11.25 | 7397.14 | 410.952 | 0.126548 | 99.728 | 0 | 99.728 | 14 | 0 |
| Rust/RustPlugin.cpp | 108 | | RustPlugin | OnFolderContextMenu(clContextMenuEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Rust/RustPlugin.cpp | 110 | | RustPlugin | OnRustWorkspaceFileCreated(clFileSystemEvent &) | 1 | 98 | 86 | 6 | 6 | 9 | 3 | 128 | 565 | 3955 | 19.2615 | 76179.1 | 4232.17 | 0.599013 | 51.5833 | 18.7004 | 70.2837 | 76 | 2 |
| Rust/RustPlugin.cpp | 209 | | RustPlugin | OnNewWorkspace(clCommandEvent &) | 1 | 41 | 34 | 4 | 4 | 6 | 2 | 78 | 245 | 1539.92 | 14.8276 | 22833.3 | 1268.52 | 0.268282 | 71.2948 | 23.2612 | 94.556 | 54 | 2 |
| Rust/RustPlugin.cpp | 251 | | RustPlugin | GetRustTool(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 9.16667 | 1505.47 | 83.6373 | 0.0437852 | 110.326 | 0 | 110.326 | 4 | 1 |
| Rust/RustPlugin.cpp | 260 | | RustPlugin | OnBuildErrorLineClicked(clBuildEvent &) | 1 | 60 | 47 | 6 | 8 | 9 | 1 | 77 | 361 | 2262.31 | 26.4906 | 59929.9 | 3329.44 | 0.510475 | 62.4361 | 23.5268 | 85.9629 | 99 | 2 |
| Rust/RustPlugin.cpp | 321 | | RustPlugin | AddRustcCompilerIfMissing() | 0 | 15 | 13 | 2 | 1 | 2 | 1 | 31 | 88 | 435.969 | 9.15789 | 3992.56 | 221.809 | 0.0838906 | 95.0662 | 26.7997 | 121.866 | 34 | 2 |
| Rust/RustPlugin.cpp | 337 | | RustPlugin | OnBuildEnded(clBuildEvent &) | 1 | 33 | 26 | 2 | 5 | 6 | 1 | 48 | 154 | 860.084 | 13.25 | 11396.1 | 633.118 | 0.168804 | 77.84 | 18.6103 | 96.4503 | 24 | 2 |
| Rust/RustPlugin.cpp | 371 | | RustPlugin | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 37 | 31 | 3 | 3 | 6 | 4 | 51 | 194 | 1100.45 | 17 | 18707.7 | 1039.31 | 0.234905 | 74.7051 | 21.348 | 96.0531 | 35 | 2 |
| Rust/RustPlugin.cpp | 409 | | RustPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| Rust/RustWorkspace.cpp | 7 | | RustWorkspace | RustWorkspace() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 151.849 | 0 | 151.849 | 2 | 1 |
| Rust/RustWorkspace.cpp | 9 | | RustWorkspace | GetFileName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Rust/RustWorkspace.cpp | 10 | | RustWorkspace | GetDir() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Rust/RustWorkspace.cpp | 11 | | RustWorkspace | GetFilesMask() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Rust/RustWorkspace.cpp | 12 | | RustWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 5.71429 | 513.477 | 28.5265 | 0.0213743 | 121.306 | 0 | 121.306 | 2 | 0 |
| Rust/RustWorkspace.cpp | 18 | | RustWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.77778 | 637.644 | 35.4247 | 0.0246944 | 120.238 | 0 | 120.238 | 2 | 0 |
| Rust/RustWorkspace.cpp | 23 | | RustWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| Rust/RustWorkspace.cpp | 24 | | RustWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 124.799 | 0 | 124.799 | 2 | 0 |
| Rust/RustWorkspace.cpp | 28 | | RustWorkspace | GetWorkspaceProjects() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| Rust/RustWorkspace.cpp | 30 | | RustWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Rust/RustWorkspace.cpp | 31 | | RustWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Rust/RustWorkspace.cpp | 33 | | RustWorkspace | GetName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Rust/RustWorkspace.cpp | 35 | | RustWorkspace | SetProjectActive(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Rust/RustWorkspace.cpp | 37 | | RustWorkspace | GetDebuggerName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Rust/RustWorkspace.cpp | 39 | | RustWorkspace | GetEnvironment() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| SFTP/SFTPBookmark.cpp | 28 | | SFTPBookmark | FromJSON(const JSONItem &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 6.75 | 1526.7 | 84.8168 | 0.0441959 | 113.553 | 0 | 113.553 | 11 | 0 |
| SFTP/SFTPBookmark.cpp | 35 | | SFTPBookmark | ToJSON() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 52 | 235.225 | 8.46154 | 1990.37 | 110.576 | 0.0527433 | 108.688 | 0 | 108.688 | 9 | 0 |
| SFTP/SFTPGrep.cpp | 38 | | GrepData | GetGrepCommand(const wxString &) const | 1 | 14 | 13 | 1 | 0 | 3 | 1 | 27 | 67 | 318.577 | 7.64706 | 2436.18 | 135.343 | 0.0603511 | 97.5852 | 20.1155 | 117.701 | 16 | 0 |
| SFTP/SFTPGrep.cpp | 4 | | SFTPGrep | SFTPGrep(wxWindow *) | 1 | 13 | 12 | 0 | 1 | 1 | 0 | 38 | 112 | 587.768 | 13.125 | 7714.45 | 428.581 | 0.130141 | 96.0609 | 0 | 96.0609 | 19 | 0 |
| SFTP/SFTPGrep.cpp | 18 | | SFTPGrep | ~SFTPGrep() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 76 | 348.457 | 9.28571 | 3235.67 | 179.76 | 0.0729214 | 108.808 | 0 | 108.808 | 16 | 0 |
| SFTP/SFTPGrep.cpp | 26 | | SFTPGrep | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| SFTP/SFTPGrep.cpp | 28 | | SFTPGrep | GetData() const | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 6.9 | 1866.54 | 103.697 | 0.0505324 | 106.053 | 0 | 106.053 | 10 | 0 |
| SFTP/SFTPGrepStyler.cpp | 3 | | SFTPGrepStyler | SFTPGrepStyler(wxStyledTextCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 6 | 445.386 | 24.7436 | 0.0194403 | 122.3 | 0 | 122.3 | 1 | 1 |
| SFTP/SFTPGrepStyler.cpp | 9 | | SFTPGrepStyler | StyleText(wxStyledTextCtrl *, wxStyledTextEvent &, bool) [override] | 3 | 84 | 78 | 2 | 4 | 17 | 3 | 71 | 370 | 2275.41 | 36.5106 | 83076.5 | 4615.36 | 0.634645 | 55.1152 | 11.8388 | 66.954 | 25 | 0 |
| SFTP/SFTPGrepStyler.cpp | 94 | | SFTPGrepStyler | Reset() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| SFTP/SFTPManageBookmarkDlg.cpp | 30 | | SFTPManageBookmarkDlg | SFTPManageBookmarkDlg(wxWindow *, const wxArrayString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 38 | 174.229 | 7.5 | 1306.71 | 72.5952 | 0.0398412 | 112.412 | 0 | 112.412 | 5 | 1 |
| SFTP/SFTPManageBookmarkDlg.cpp | 38 | | SFTPManageBookmarkDlg | OnDelete(wxCommandEvent &) [override] | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 23 | 35 | 158.325 | 7.63636 | 1209.02 | 67.168 | 0.0378299 | 110.517 | 0 | 110.517 | 2 | 0 |
| SFTP/SFTPManageBookmarkDlg.cpp | 47 | | SFTPManageBookmarkDlg | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| SFTP/SFTPManageBookmarkDlg.cpp | 52 | | SFTPManageBookmarkDlg | GetBookmarks() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 10 | 2256.21 | 125.345 | 0.057341 | 108.675 | 0 | 108.675 | 5 | 1 |
| SFTP/SFTPQuickConnectDlg.cpp | 6 | | SFTPQuickConnectDlg | SFTPQuickConnectDlg(wxWindow *) | 1 | 32 | 27 | 1 | 4 | 3 | 1 | 62 | 217 | 1292.06 | 19.2209 | 24834.6 | 1379.7 | 0.283738 | 76.9123 | 13.5225 | 90.4349 | 41 | 1 |
| SFTP/SFTPQuickConnectDlg.cpp | 39 | | SFTPQuickConnectDlg | ~SFTPQuickConnectDlg() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 93 | 442.205 | 9.41176 | 4161.93 | 231.218 | 0.0862465 | 105.406 | 0 | 105.406 | 20 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 48 | | SFTPQuickConnectDlg | OnCheckboxChooseAccount(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 53 | | SFTPQuickConnectDlg | OnChooseAccountUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 58 | | SFTPQuickConnectDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 60 | | SFTPQuickConnectDlg | OnQuickConnect(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 65 | | SFTPQuickConnectDlg | OnQuickConnectUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| SFTP/SFTPQuickConnectDlg.cpp | 70 | | SFTPQuickConnectDlg | GetSelectedAccount() const | 0 | 19 | 18 | 2 | 0 | 3 | 2 | 45 | 139 | 763.368 | 13.7931 | 10529.2 | 584.956 | 0.160131 | 88.0938 | 24.0864 | 112.18 | 23 | 1 |
| SFTP/SFTPSettingsDialog.cpp | 5 | | SFTPSettingsDialog | SFTPSettingsDialog(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 25 | 51 | 236.837 | 7.46429 | 1767.82 | 98.212 | 0.0487345 | 105.038 | 0 | 105.038 | 9 | 2 |
| SFTP/SFTPSettingsDialog.cpp | 16 | | SFTPSettingsDialog | OnOK(wxCommandEvent &) [override] | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 22 | 45 | 200.674 | 5.88462 | 1180.89 | 65.6051 | 0.0372408 | 107.606 | 24.6875 | 132.294 | 7 | 0 |
| SFTP/SFTPStatusPage.cpp | 40 | | SFTPStatusPage | SFTPStatusPage(wxWindow *, SFTP *) | 2 | 18 | 17 | 0 | 1 | 1 | 0 | 51 | 178 | 1009.69 | 14.6286 | 14770.3 | 820.575 | 0.200665 | 87.9755 | 0 | 87.9755 | 15 | 2 |
| SFTP/SFTPStatusPage.cpp | 59 | | SFTPStatusPage | ~SFTPStatusPage() [override] | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 35 | 136 | 697.582 | 10.7708 | 7513.54 | 417.419 | 0.127872 | 95.1702 | 0 | 95.1702 | 10 | 0 |
| SFTP/SFTPStatusPage.cpp | 73 | | SFTPStatusPage | OnContentMenu(wxContextMenuEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| SFTP/SFTPStatusPage.cpp | 79 | | SFTPStatusPage | AddLine(SFTPThreadMessage *) | 1 | 24 | 23 | 0 | 1 | 3 | 1 | 48 | 125 | 698.12 | 13.8 | 9634.06 | 535.226 | 0.150922 | 84.7739 | 0 | 84.7739 | 23 | 1 |
| SFTP/SFTPStatusPage.cpp | 104 | | SFTPStatusPage | ShowContextMenu() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 25 | 60 | 278.631 | 9.42857 | 2627.1 | 145.95 | 0.0634643 | 104.193 | 0 | 104.193 | 8 | 1 |
| SFTP/SFTPStatusPage.cpp | 115 | | SFTPStatusPage | [virtual] OnClearLog(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 7.22222 | 1104.46 | 61.359 | 0.035616 | 113.091 | 0 | 113.091 | 4 | 2 |
| SFTP/SFTPStatusPage.cpp | 123 | | SFTPStatusPage | SetStatusBarMessage(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 147.144 | 0 | 147.144 | 2 | 1 |
| SFTP/SFTPStatusPage.cpp | 125 | | SFTPStatusPage | OnThemeChanged(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 65 | 327.886 | 8.45 | 2770.63 | 153.924 | 0.0657554 | 103.116 | 0 | 103.116 | 11 | 2 |
| SFTP/SFTPStatusPage.cpp | 136 | | SFTPStatusPage | [virtual] OnCopy(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 32 | 133.438 | 5.5 | 733.907 | 40.7726 | 0.027121 | 113.569 | 0 | 113.569 | 3 | 2 |
| SFTP/SFTPStatusPage.cpp | 144 | | SFTPStatusPage | [virtual] OnSelectAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| SFTP/SFTPStatusPage.cpp | 150 | | SFTPStatusPage | OnFindOutput(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 60 | 288.441 | 9.96667 | 2874.8 | 159.711 | 0.0673933 | 105.72 | 0 | 105.72 | 13 | 2 |
| SFTP/SFTPStatusPage.cpp | 160 | | SFTPStatusPage | OnFindFinished(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 3 | 2 |
| SFTP/SFTPStatusPage.cpp | 166 | | SFTPStatusPage | OnFindError(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 8.5 | 1792.72 | 99.5956 | 0.0491912 | 111.419 | 0 | 111.419 | 7 | 4 |
| SFTP/SFTPStatusPage.cpp | 174 | | SFTPStatusPage | ClearSearchOutput() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 28 | 109.393 | 6.75 | 738.402 | 41.0224 | 0.0272317 | 117.33 | 0 | 117.33 | 3 | 1 |
| SFTP/SFTPStatusPage.cpp | 181 | | SFTPStatusPage | OnHotspotClicked(wxStyledTextEvent &) | 1 | 14 | 12 | 1 | 1 | 1 | 0 | 38 | 94 | 493.305 | 10.1538 | 5008.94 | 278.275 | 0.0975835 | 95.7714 | 20.1155 | 115.887 | 12 | 2 |
| SFTP/SFTPStatusPage.cpp | 196 | | SFTPStatusPage | ShowSearchTab() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.5 | 287.156 | 15.9531 | 0.0145086 | 147.852 | 0 | 147.852 | 4 | 0 |
| SFTP/SFTPStatusPage.cpp | 198 | | SFTPStatusPage | AddSearchText(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 7.79167 | 1515.58 | 84.199 | 0.043981 | 111.84 | 0 | 111.84 | 6 | 1 |
| SFTP/SFTPStatusPage.cpp | 206 | | SFTPStatusPage | GetTabIndex(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 52 | 249.982 | 11.5385 | 2884.41 | 160.245 | 0.0675435 | 106.004 | 0 | 106.004 | 3 | 1 |
| SFTP/SFTPTreeView.cpp | 61 | | SFTPTreeView | SFTPTreeView(wxWindow *, SFTP *) | 2 | 44 | 38 | 2 | 5 | 3 | 0 | 95 | 505 | 3317.78 | 22.0909 | 73292.7 | 4071.82 | 0.583785 | 66.8495 | 16.2158 | 83.0653 | 66 | 2 |
| SFTP/SFTPTreeView.cpp | 106 | | SFTPTreeView | ~SFTPTreeView() [override] | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 34 | 157 | 798.732 | 12.913 | 10314.1 | 573.003 | 0.157942 | 94.4661 | 0 | 94.4661 | 22 | 0 |
| SFTP/SFTPTreeView.cpp | 120 | | SFTPTreeView | OnDisconnect(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| SFTP/SFTPTreeView.cpp | 121 | | SFTPTreeView | OnConnect(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| SFTP/SFTPTreeView.cpp | 123 | | SFTPTreeView | DoBuildTree(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6 | 726.084 | 40.338 | 0.0269279 | 119.758 | 0 | 119.758 | 2 | 1 |
| SFTP/SFTPTreeView.cpp | 129 | | SFTPTreeView | [virtual] OnOpenAccountManager(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.90909 | 657.719 | 36.5399 | 0.02521 | 119.229 | 0 | 119.229 | 4 | 1 |
| SFTP/SFTPTreeView.cpp | 135 | | SFTPTreeView | DoCloseSession() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 16 | 25 | 100 | 4 | 400 | 22.2222 | 0.0180961 | 117.797 | 29.5564 | 147.353 | 3 | 3 |
| SFTP/SFTPTreeView.cpp | 142 | | SFTPTreeView | OnDisconnectUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| SFTP/SFTPTreeView.cpp | 144 | | SFTPTreeView | OnAddBookmarkMenu(wxCommandEvent &) | 1 | 25 | 21 | 3 | 1 | 7 | 0 | 63 | 170 | 1016.14 | 24.4 | 24793.8 | 1377.43 | 0.283426 | 81.2406 | 25.5633 | 106.804 | 1 | 1 |
| SFTP/SFTPTreeView.cpp | 170 | | SFTPTreeView | OnAddBookmark(wxCommandEvent &) | 1 | 18 | 15 | 1 | 2 | 3 | 2 | 43 | 90 | 488.364 | 10.7885 | 5268.69 | 292.705 | 0.100929 | 91.2925 | 17.8544 | 109.147 | 10 | 0 |
| SFTP/SFTPTreeView.cpp | 189 | | SFTPTreeView | OnAddBookmarkUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 1 |
| SFTP/SFTPTreeView.cpp | 190 | | SFTPTreeView | OnGotoLocation(wxCommandEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 121.302 | 31.9355 | 153.238 | 2 | 0 |
| SFTP/SFTPTreeView.cpp | 196 | | SFTPTreeView | OnGotoLocationUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| SFTP/SFTPTreeView.cpp | 198 | | SFTPTreeView | ManageBookmarks() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 26 | 65 | 305.529 | 7.5 | 2291.46 | 127.304 | 0.0579368 | 101.939 | 0 | 101.939 | 9 | 0 |
| SFTP/SFTPTreeView.cpp | 210 | | SFTPTreeView | OnChoiceAccount(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| SFTP/SFTPTreeView.cpp | 211 | | SFTPTreeView | OnChoiceAccountUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| SFTP/SFTPTreeView.cpp | 213 | | SFTPTreeView | OnConnectionUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 1 |
| SFTP/SFTPTreeView.cpp | 215 | | SFTPTreeView | OnConnection(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 19 | 32 | 135.934 | 5 | 679.668 | 37.7594 | 0.0257678 | 109.402 | 24.6875 | 134.089 | 3 | 1 |
| SFTP/SFTPTreeView.cpp | 225 | | SFTPTreeView | DoOpenSession() | 0 | 9 | 8 | 1 | 0 | 3 | 1 | 22 | 45 | 200.674 | 7.8 | 1565.26 | 86.9589 | 0.0449369 | 107.146 | 24.6875 | 131.834 | 8 | 2 |
| SFTP/SFTPTreeView.cpp | 235 | | SFTPTreeView | OnCopy(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 34 | 144.43 | 7.5625 | 1092.25 | 60.6805 | 0.035353 | 113.158 | 0 | 113.158 | 3 | 2 |
| SFTP/SFTPTreeView.cpp | 243 | | SFTPTreeView | OnPaste(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| SFTP/SFTPTreeView.cpp | 252 | | SFTPTreeView | OnRedo(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| SFTP/SFTPTreeView.cpp | 261 | | SFTPTreeView | OnSelectAll(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| SFTP/SFTPTreeView.cpp | 270 | | SFTPTreeView | OnUndo(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| SFTP/SFTPTreeView.cpp | 279 | | SFTPTreeView | OnCut(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| SFTP/SFTPTreeView.cpp | 288 | | SFTPTreeView | OnOpenTerminalMenu(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 50 | 237.744 | 7.21875 | 1716.22 | 95.3454 | 0.0477816 | 110.796 | 0 | 110.796 | 5 | 1 |
| SFTP/SFTPTreeView.cpp | 296 | | SFTPTreeView | OnOpenTerminal(wxCommandEvent &) | 1 | 17 | 13 | 1 | 3 | 2 | 1 | 37 | 86 | 448.013 | 10.3478 | 4635.96 | 257.553 | 0.092677 | 92.8969 | 18.3478 | 111.245 | 14 | 1 |
| SFTP/SFTPTreeView.cpp | 314 | | SFTPTreeView | OnOpenTerminalUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| SFTP/SFTPTreeView.cpp | 316 | | SFTPTreeView | OnSftpSettings(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.90909 | 657.719 | 36.5399 | 0.02521 | 116.276 | 29.5564 | 145.832 | 4 | 1 |
| SFTP/SFTPTreeView.cpp | 323 | | SFTPTreeView | GetAccountFromUser(SSHAccountInfo &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 28 | 51 | 245.175 | 9.23077 | 2263.15 | 125.731 | 0.0574586 | 103.084 | 22.5149 | 125.599 | 6 | 2 |
| SFTP/SFTPTreeView.cpp | 416 | | SFTPTreeView | OnKeepAliveTimer(wxTimerEvent &) | 1 | 14 | 4 | 10 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 106.333 | 48.3003 | 154.633 | 1 | 2 |
| SFTP/SFTPTreeView.cpp | 431 | | SFTPTreeView | OnFindOutput(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| SFTP/SFTPTreeView.cpp | 433 | | SFTPTreeView | OnFindFinished(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| SFTP/SFTPTreeView.cpp | 435 | | SFTPTreeView | OnFindError(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| SFTP/SFTPTreeView.cpp | 437 | | SFTPTreeView | DoChangeLocation(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 0 |
| SFTP/SFTPUploadDialog.cpp | 3 | | SFTPUploadDialog | SFTPUploadDialog(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 0 |
| SFTP/SFTPUploadDialog.cpp | 8 | | SFTPUploadDialog | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 3 | 3 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 134.05 | 0 | 134.05 | 0 | 0 |
| SFTP/UI.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| SFTP/UI.cpp | 606 | | SFTPGrepBase | SFTPGrepBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 97 | 73 | 2 | 22 | 7 | 1 | 122 | 808 | 5600.04 | 36.2449 | 202973 | 11276.3 | 1.15125 | 50.4009 | 11.0311 | 61.432 | 114 | 1 |
| SFTP/UI.cpp | 704 | | SFTPGrepBase | ~SFTPGrepBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 147.488 | 0 | 147.488 | 1 | 0 |
| SFTP/UI.cpp | 153 | | SFTPImages | SFTPImages() | 0 | 12 | 11 | 1 | 0 | 2 | 1 | 25 | 53 | 246.124 | 10.1818 | 2505.99 | 139.222 | 0.0614986 | 101.654 | 21.6227 | 123.277 | 5 | 0 |
| SFTP/UI.cpp | 166 | | SFTPImages | ~SFTPImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| SFTP/UI.cpp | 226 | | SFTPManageBookmarkDlgBase | SFTPManageBookmarkDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 67 | 51 | 2 | 14 | 5 | 1 | 100 | 497 | 3302 | 23.5253 | 77680.5 | 4315.58 | 0.606858 | 59.6021 | 13.2238 | 72.8259 | 67 | 1 |
| SFTP/UI.cpp | 294 | | SFTPManageBookmarkDlgBase | ~SFTPManageBookmarkDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| SFTP/UI.cpp | 450 | | SFTPQuickConnectBaseDlg | SFTPQuickConnectBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 138 | 104 | 2 | 32 | 9 | 1 | 140 | 1243 | 8861.7 | 47.069 | 417111 | 23172.8 | 1.86086 | 41.8431 | 9.27108 | 51.1142 | 163 | 1 |
| SFTP/UI.cpp | 589 | | SFTPQuickConnectBaseDlg | ~SFTPQuickConnectBaseDlg() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 32 | 176 | 880 | 16.2381 | 14289.5 | 793.862 | 0.196287 | 90.5985 | 0 | 90.5985 | 12 | 0 |
| SFTP/UI.cpp | 300 | | SFTPSettingsDialogBase | SFTPSettingsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 67 | 53 | 2 | 12 | 5 | 1 | 106 | 495 | 3330.32 | 21.8647 | 72816.5 | 4045.36 | 0.581253 | 59.5577 | 13.2238 | 72.7815 | 69 | 1 |
| SFTP/UI.cpp | 368 | | SFTPSettingsDialogBase | ~SFTPSettingsDialogBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| SFTP/UI.cpp | 27 | | SFTPStatusPageBase | SFTPStatusPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 120 | 84 | 16 | 20 | 3 | 1 | 99 | 833 | 5522.25 | 44.6923 | 246802 | 13711.2 | 1.31153 | 47.9466 | 26.7997 | 74.7463 | 107 | 1 |
| SFTP/UI.cpp | 148 | | SFTPStatusPageBase | ~SFTPStatusPageBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| SFTP/UI.cpp | 168 | | SFTPTreeViewBase | SFTPTreeViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 50 | 38 | 2 | 10 | 4 | 1 | 95 | 413 | 2713.35 | 21.8514 | 59290.4 | 3293.91 | 0.506837 | 65.5943 | 15.2452 | 80.8396 | 53 | 1 |
| SFTP/UI.cpp | 219 | | SFTPTreeViewBase | ~SFTPTreeViewBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 50 | 212.396 | 11.6875 | 2482.38 | 137.91 | 0.0611117 | 113.88 | 0 | 113.88 | 3 | 0 |
| SFTP/UI.cpp | 373 | | SFTPUploadDialogBase | SFTPUploadDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 71 | 56 | 4 | 11 | 6 | 1 | 112 | 523 | 3560.25 | 24.4213 | 86946 | 4830.33 | 0.654202 | 58.0411 | 17.974 | 76.0152 | 69 | 1 |
| SFTP/UI.cpp | 445 | | SFTPUploadDialogBase | ~SFTPUploadDialogBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| SFTP/UI_sftp_bitmaps.cpp | 34 | | | wxC32BEInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 8 |
| SFTP/remote_file_info.cpp | 33 | | RemoteFileInfo | RemoteFileInfo() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 3 |
| SFTP/remote_file_info.cpp | 38 | | RemoteFileInfo | SetRemoteFile(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 37 | 171.823 | 7.58333 | 1302.99 | 72.3883 | 0.0397654 | 117.935 | 0 | 117.935 | 4 | 1 |
| SFTP/sftp.cpp | 72 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| SFTP/sftp.cpp | 77 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| SFTP/sftp.cpp | 87 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| SFTP/sftp.cpp | 89 | | SFTP | SFTP(IManager *) | 1 | 65 | 49 | 6 | 10 | 3 | 1 | 98 | 596 | 3942.37 | 23.85 | 94025.5 | 5223.64 | 0.689248 | 59.6313 | 22.6746 | 82.3059 | 97 | 1 |
| SFTP/sftp.cpp | 155 | | SFTP | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| SFTP/sftp.cpp | 157 | | SFTP | CreatePluginMenu(wxMenu *) [override] | 1 | 13 | 12 | 0 | 1 | 1 | 0 | 30 | 105 | 515.224 | 12.4474 | 6413.18 | 356.288 | 0.115061 | 96.7459 | 0 | 96.7459 | 17 | 0 |
| SFTP/sftp.cpp | 171 | | SFTP | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 20 | 16 | 1 | 3 | 2 | 1 | 37 | 121 | 630.344 | 13.5417 | 8535.91 | 474.217 | 0.139223 | 88.4886 | 16.9762 | 105.465 | 16 | 0 |
| SFTP/sftp.cpp | 192 | | SFTP | IsPaneDetached(const wxString &) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 47 | 225.946 | 7.5 | 1694.59 | 94.144 | 0.0473793 | 113.558 | 0 | 113.558 | 6 | 2 |
| SFTP/sftp.cpp | 199 | | SFTP | UnPlug() [override] | 0 | 41 | 35 | 1 | 5 | 3 | 1 | 78 | 403 | 2533.02 | 16.6667 | 42217 | 2345.39 | 0.404144 | 69.3969 | 11.9795 | 81.3764 | 58 | 0 |
| SFTP/sftp.cpp | 241 | | SFTP | OnAccountManager(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 5.31818 | 735.514 | 40.8619 | 0.0271606 | 116.11 | 0 | 116.11 | 5 | 2 |
| SFTP/sftp.cpp | 248 | | SFTP | OnSetupWorkspaceMirroring(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 88 | 454.953 | 8.25 | 3753.37 | 208.52 | 0.0805056 | 101.413 | 0 | 101.413 | 15 | 2 |
| SFTP/sftp.cpp | 259 | | SFTP | OnWorkspaceOpened(clWorkspaceEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 25 | 59 | 273.988 | 9.23077 | 2529.12 | 140.506 | 0.0618763 | 102.506 | 0 | 102.506 | 7 | 2 |
| SFTP/sftp.cpp | 271 | | SFTP | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 4.88889 | 579.511 | 32.1951 | 0.0231697 | 116.912 | 0 | 116.912 | 3 | 2 |
| SFTP/sftp.cpp | 278 | | SFTP | OnFileSaved(clCommandEvent &) | 1 | 11 | 7 | 3 | 1 | 1 | 0 | 21 | 42 | 184.477 | 7.27273 | 1341.65 | 74.5363 | 0.0405483 | 104.793 | 36.1812 | 140.974 | 5 | 2 |
| SFTP/sftp.cpp | 290 | | SFTP | OnFileWriteOK(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 6 | 0 |
| SFTP/sftp.cpp | 292 | | SFTP | OnFileWriteError(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 6 | 0 |
| SFTP/sftp.cpp | 294 | | SFTP | OnDisableWorkspaceMirroring(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.95 | 546.708 | 30.3727 | 0.0222869 | 120.234 | 0 | 120.234 | 2 | 2 |
| SFTP/sftp.cpp | 300 | | SFTP | OnDisableWorkspaceMirroringUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 123.329 | 0 | 123.329 | 3 | 2 |
| SFTP/sftp.cpp | 305 | | SFTP | OnSaveFile(clSFTPEvent &) | 1 | 20 | 17 | 0 | 3 | 2 | 1 | 48 | 128 | 714.875 | 13.25 | 9472.1 | 526.228 | 0.149225 | 87.8342 | 0 | 87.8342 | 29 | 2 |
| SFTP/sftp.cpp | 326 | | SFTP | DoSaveRemoteFile(const RemoteFileInfo &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 49 | 227.549 | 7.07143 | 1609.1 | 89.3942 | 0.045772 | 116.475 | 0 | 116.475 | 7 | 1 |
| SFTP/sftp.cpp | 332 | | SFTP | FileDownloadedSuccessfully(const SFTPClientData &) | 1 | 22 | 17 | 3 | 2 | 4 | 2 | 51 | 143 | 811.157 | 15.7344 | 12763 | 709.058 | 0.182046 | 85.1731 | 27.069 | 112.242 | 25 | 1 |
| SFTP/sftp.cpp | 355 | | SFTP | OpenWithDefaultApp(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 1 | 1 |
| SFTP/sftp.cpp | 357 | | SFTP | AddRemoteFile(const RemoteFileInfo &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 56 | 253.319 | 8.07692 | 2046.04 | 113.669 | 0.0537224 | 110.236 | 0 | 110.236 | 7 | 1 |
| SFTP/sftp.cpp | 365 | | SFTP | OnEditorClosed(wxCommandEvent &) | 1 | 16 | 13 | 1 | 2 | 3 | 2 | 31 | 76 | 376.519 | 8.84211 | 3329.22 | 184.957 | 0.0743202 | 94.553 | 18.8844 | 113.437 | 12 | 2 |
| SFTP/sftp.cpp | 382 | | SFTP | MSWInitiateConnection() | 0 | 15 | 12 | 3 | 0 | 2 | 0 | 36 | 72 | 372.235 | 9.64286 | 3589.41 | 199.411 | 0.0781437 | 95.8881 | 31.9355 | 127.824 | 0 | 0 |
| SFTP/sftp.cpp | 398 | | SFTP | OnSettings(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.90909 | 657.719 | 36.5399 | 0.02521 | 116.276 | 29.5564 | 145.832 | 4 | 2 |
| SFTP/sftp.cpp | 405 | | SFTP | DoFileSaved(const wxString &) | 1 | 42 | 26 | 8 | 8 | 5 | 2 | 57 | 181 | 1055.75 | 14.025 | 14806.9 | 822.608 | 0.200997 | 73.0973 | 31.2887 | 104.386 | 34 | 2 |
| SFTP/sftp.cpp | 448 | | SFTP | OnReplaceInFiles(clFileSystemEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 6.36364 | 1034.19 | 57.4551 | 0.0340889 | 112.544 | 0 | 112.544 | 4 | 2 |
| SFTP/sftp.cpp | 456 | | SFTP | OpenContainingFolder(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 148.373 | 0 | 148.373 | 2 | 1 |
| SFTP/sftp.cpp | 458 | | SFTP | OnFileRenamed(clFileSystemEvent &) | 1 | 31 | 23 | 2 | 6 | 4 | 1 | 59 | 186 | 1094.17 | 15.3659 | 16812.9 | 934.049 | 0.218763 | 78.0611 | 19.171 | 97.232 | 44 | 2 |
| SFTP/sftp.cpp | 490 | | SFTP | OnFileDeleted(clFileSystemEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 6.36364 | 1034.19 | 57.4551 | 0.0340889 | 112.544 | 0 | 112.544 | 4 | 2 |
| SFTP/sftp.cpp | 498 | | SFTP | IsCxxWorkspaceMirrorEnabled() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 147.258 | 0 | 147.258 | 2 | 1 |
| SFTP/sftp.cpp | 500 | | SFTP | OnRenameFile(clSFTPEvent &) | 1 | 20 | 17 | 0 | 3 | 2 | 1 | 47 | 126 | 699.878 | 13.4194 | 9391.91 | 521.773 | 0.148382 | 87.9444 | 0 | 87.9444 | 29 | 2 |
| SFTP/sftp.cpp | 521 | | SFTP | OnDeleteFile(clSFTPEvent &) | 1 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 13.037 | 7640.18 | 424.454 | 0.129305 | 90.5744 | 0 | 90.5744 | 23 | 2 |
| SFTP/sftp.cpp | 540 | | SFTP | DoFileDeleted(const wxString &) | 1 | 26 | 20 | 1 | 5 | 3 | 1 | 50 | 136 | 767.564 | 13.3939 | 10280.7 | 571.151 | 0.157602 | 82.9841 | 14.9585 | 97.9425 | 26 | 1 |
| SFTP/sftp.cpp | 567 | | SFTP | GetRemotePath(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 70 | 340.059 | 9.17647 | 3120.54 | 173.363 | 0.0711812 | 102.927 | 0 | 102.927 | 10 | 4 |
| SFTP/sftp.cpp | 578 | | SFTP | OpenFile(const wxString &, int) | 2 | 19 | 18 | 0 | 1 | 2 | 1 | 56 | 154 | 894.333 | 16.3889 | 14657.1 | 814.284 | 0.199639 | 87.5005 | 0 | 87.5005 | 21 | 2 |
| SFTP/sftp.cpp | 598 | | SFTP | OnInitDone(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| SFTP/sftp.cpp | 600 | | SFTP | OnOpenFile(clSFTPEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 6 | 800.626 | 44.4792 | 0.0287408 | 119.25 | 0 | 119.25 | 4 | 2 |
| SFTP/sftp_worker_thread.cpp | 277 | | SFTPThreadMessage | SFTPThreadMessage() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| SFTP/sftp_worker_thread.cpp | 227 | | SFTPThreadRequest | SFTPThreadRequest(const SSHAccountInfo &, const wxString &, const wxString &, size_t) | 4 | 11 | 11 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 6 | 1403 | 77.9444 | 0.041775 | 103.56 | 0 | 103.56 | 3 | 3 |
| SFTP/sftp_worker_thread.cpp | 239 | | SFTPThreadRequest | [explicit] SFTPThreadRequest(const RemoteFileInfo &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 54 | 247.588 | 6 | 1485.53 | 82.5293 | 0.0433976 | 108.422 | 0 | 108.422 | 7 | 1 |
| SFTP/sftp_worker_thread.cpp | 248 | | SFTPThreadRequest | [explicit] SFTPThreadRequest(const SSHAccountInfo &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 121.184 | 0 | 121.184 | 1 | 0 |
| SFTP/sftp_worker_thread.cpp | 254 | | SFTPThreadRequest | SFTPThreadRequest(const SSHAccountInfo &, const wxString &, const wxString &) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 21 | 43 | 188.87 | 6.15385 | 1162.27 | 64.5708 | 0.0368483 | 107.921 | 0 | 107.921 | 3 | 2 |
| SFTP/sftp_worker_thread.cpp | 264 | | SFTPThreadRequest | SFTPThreadRequest(const SSHAccountInfo &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 33 | 140.182 | 5.45455 | 764.627 | 42.4793 | 0.0278727 | 116.04 | 0 | 116.04 | 2 | 2 |
| SFTP/sftp_worker_thread.cpp | 271 | | SFTPThreadRequest | Clone() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 148.788 | 0 | 148.788 | 1 | 1 |
| SFTP/sftp_worker_thread.cpp | 38 | | SFTPWorkerThread | SFTPWorkerThread() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 5.25 | 308.754 | 17.153 | 0.0152272 | 123.511 | 0 | 123.511 | 1 | 1 |
| SFTP/sftp_worker_thread.cpp | 44 | | SFTPWorkerThread | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 11 |
| SFTP/sftp_worker_thread.cpp | 52 | | SFTPWorkerThread | [static] Release() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 7.5 | 810 | 45 | 0.0289647 | 112.506 | 0 | 112.506 | 2 | 1 |
| SFTP/sftp_worker_thread.cpp | 61 | | SFTPWorkerThread | ProcessRequest(ThreadRequest *) [override] | 1 | 110 | 93 | 7 | 10 | 20 | 3 | 127 | 786 | 5493.11 | 45.2083 | 248334 | 13796.3 | 1.31695 | 45.4737 | 19.0466 | 64.5203 | 155 | 0 |
| SFTP/sftp_worker_thread.cpp | 172 | | SFTPWorkerThread | DoConnect(SFTPThreadRequest *) | 1 | 34 | 29 | 1 | 4 | 3 | 2 | 63 | 239 | 1428.57 | 17.8 | 25428.5 | 1412.7 | 0.288244 | 75.4079 | 13.1285 | 88.5364 | 52 | 1 |
| SFTP/sftp_worker_thread.cpp | 207 | | SFTPWorkerThread | DoReportMessage(const wxString &, const wxString &, int) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 30 | 64 | 314.041 | 9.33333 | 2931.05 | 162.836 | 0.0682696 | 107.186 | 0 | 107.186 | 6 | 9 |
| SFTP/sftp_worker_thread.cpp | 216 | | SFTPWorkerThread | SetSftpPlugin(SFTP *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 1 |
| SFTP/sftp_worker_thread.cpp | 218 | | SFTPWorkerThread | DoReportStatusBarMessage(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.95 | 546.708 | 30.3727 | 0.0222869 | 123.848 | 0 | 123.848 | 3 | 8 |
| SFTP/sftp_workspace_settings.cpp | 28 | | SFTPWorkspaceSettings | SFTPWorkspaceSettings() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 0 |
| SFTP/sftp_workspace_settings.cpp | 33 | | SFTPWorkspaceSettings | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6 | 1001.45 | 55.636 | 0.0333655 | 118.086 | 0 | 118.086 | 8 | 0 |
| SFTP/sftp_workspace_settings.cpp | 39 | | SFTPWorkspaceSettings | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 7 | 0 |
| SFTP/sftp_workspace_settings.cpp | 47 | | SFTPWorkspaceSettings | [static] Load(SFTPWorkspaceSettings &, const wxFileName &) | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 31 | 77 | 381.473 | 8.525 | 3252.06 | 180.67 | 0.0731674 | 100.555 | 0 | 100.555 | 12 | 1 |
| SFTP/sftp_workspace_settings.cpp | 59 | | SFTPWorkspaceSettings | [static] Save(const SFTPWorkspaceSettings &, const wxFileName &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 62 | 294.803 | 7 | 2063.62 | 114.646 | 0.0540296 | 105.606 | 0 | 105.606 | 10 | 5 |
| SFTP/sftp_workspace_settings.cpp | 69 | | SFTPWorkspaceSettings | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 20 | 71.6993 | 4.9 | 351.326 | 19.5181 | 0.0165966 | 122.48 | 0 | 122.48 | 2 | 6 |
| Remoty/RemotyConfig.cpp | 14 | | RemotyConfig | GetRecentWorkspaces() const | 0 | 18 | 18 | 0 | 0 | 3 | 2 | 47 | 138 | 766.533 | 17.069 | 13083.9 | 726.885 | 0.185085 | 88.9482 | 0 | 88.9482 | 19 | 3 |
| Remoty/RemotyConfig.cpp | 33 | | RemotyConfig | UpdateRecentWorkspaces(const RemoteWorkspaceInfo &) | 1 | 31 | 26 | 2 | 3 | 7 | 2 | 59 | 222 | 1305.95 | 24.6757 | 32225.1 | 1790.28 | 0.337553 | 76.4511 | 19.171 | 95.622 | 30 | 3 |
| Remoty/RemotyConfig.cpp | 65 | | RemotyConfig | IsOpenWorkspaceTypeLocal() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 147.04 | 0 | 147.04 | 2 | 1 |
| Remoty/RemotyConfig.cpp | 67 | | RemotyConfig | SetOpenWorkspaceTypeLocal(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 147.144 | 0 | 147.144 | 2 | 1 |
| Remoty/RemotyNewWorkspaceDlg.cpp | 6 | | RemotyNewWorkspaceDlg | RemotyNewWorkspaceDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.72222 | 1016.85 | 56.4919 | 0.0337068 | 113.147 | 0 | 113.147 | 5 | 1 |
| Remoty/RemotyNewWorkspaceDlg.cpp | 14 | | RemotyNewWorkspaceDlg | ~RemotyNewWorkspaceDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Remoty/RemotyNewWorkspaceDlg.cpp | 16 | | RemotyNewWorkspaceDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 32 | 74 | 370 | 11.9118 | 4407.35 | 244.853 | 0.0896047 | 100.714 | 0 | 100.714 | 9 | 0 |
| Remoty/RemotyNewWorkspaceDlg.cpp | 28 | | RemotyNewWorkspaceDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 22 | 45 | 200.674 | 7.5 | 1505.06 | 83.6143 | 0.0437772 | 120.283 | 0 | 120.283 | 6 | 0 |
| Remoty/RemotyNewWorkspaceDlg.cpp | 33 | | RemotyNewWorkspaceDlg | GetData(wxString &, wxString &, wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 7.72727 | 1323.68 | 73.538 | 0.0401854 | 114.998 | 0 | 114.998 | 5 | 1 |
| Remoty/RemotyPlugin.cpp | 43 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| Remoty/RemotyPlugin.cpp | 48 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 49 | 221.655 | 6.42857 | 1424.92 | 79.1623 | 0.0422091 | 107.089 | 0 | 107.089 | 10 | 0 |
| Remoty/RemotyPlugin.cpp | 58 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| Remoty/RemotyPlugin.cpp | 60 | | RemotyPlugin | RemotyPlugin(IManager *) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 40 | 120 | 638.631 | 13.6667 | 8727.96 | 484.887 | 0.141304 | 96.926 | 0 | 96.926 | 17 | 1 |
| Remoty/RemotyPlugin.cpp | 73 | | RemotyPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Remoty/RemotyPlugin.cpp | 75 | | RemotyPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| Remoty/RemotyPlugin.cpp | 77 | | RemotyPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| Remoty/RemotyPlugin.cpp | 83 | | RemotyPlugin | UnPlug() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 85 | 399.537 | 9.0625 | 3620.81 | 201.156 | 0.0785988 | 105.933 | 0 | 105.933 | 9 | 0 |
| Remoty/RemotyPlugin.cpp | 92 | | RemotyPlugin | OnFolderContextMenu(clContextMenuEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Remoty/RemotyPlugin.cpp | 94 | | RemotyPlugin | OnNewWorkspace(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 112.861 | 0 | 112.861 | 4 | 2 |
| Remoty/RemotyPlugin.cpp | 102 | | RemotyPlugin | OnRecentWorkspaces(clRecentWorkspaceEvent &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 33 | 74 | 373.285 | 8 | 2986.28 | 165.905 | 0.0691246 | 99.4883 | 0 | 99.4883 | 12 | 2 |
| Remoty/RemotyPlugin.cpp | 115 | | RemotyPlugin | OnPluginOpenWorkspace(clWorkspaceEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 25 | 54 | 250.768 | 10.8182 | 2712.86 | 150.714 | 0.064838 | 102.967 | 22.5149 | 125.481 | 6 | 2 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 18 | | | UpdateSelection<>(wxChoice *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 9.27273 | 1845.61 | 102.534 | 0.050154 | 111.49 | 0 | 111.49 | 3 | 1 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 18 | | | UpdateSelection<>(wxComboBox *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 9.27273 | 1845.61 | 102.534 | 0.050154 | 111.49 | 0 | 111.49 | 3 | 2 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 17 | {anonymous} | | UpdateSelection(T *, const wxString &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 49 | 232.989 | 10.7692 | 2509.12 | 139.395 | 0.0615497 | 108.508 | 0 | 108.508 | 3 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 27 | | RemotySwitchToWorkspaceDlg | RemotySwitchToWorkspaceDlg(wxWindow *) | 1 | 12 | 10 | 1 | 1 | 2 | 0 | 30 | 55 | 269.879 | 8.02941 | 2166.97 | 120.387 | 0.0558188 | 101.175 | 21.6227 | 122.798 | 9 | 1 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 40 | | RemotySwitchToWorkspaceDlg | ~RemotySwitchToWorkspaceDlg() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 55 | 255.412 | 8.76923 | 2239.77 | 124.432 | 0.0570621 | 106.122 | 0 | 106.122 | 8 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 50 | | RemotySwitchToWorkspaceDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 52 | | RemotySwitchToWorkspaceDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 22 | 20 | 2 | 0 | 4 | 2 | 39 | 125 | 660.675 | 12.88 | 8509.5 | 472.75 | 0.138936 | 86.2401 | 22.5149 | 108.755 | 18 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 75 | | RemotySwitchToWorkspaceDlg | OnRemoteUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 77 | | RemotySwitchToWorkspaceDlg | OnChoiceWorkspaceType(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 83 | | RemotySwitchToWorkspaceDlg | IsRemote() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 5 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 85 | | RemotySwitchToWorkspaceDlg | SyncPathToAccount() | 0 | 9 | 8 | 0 | 1 | 3 | 1 | 33 | 59 | 297.619 | 13.0769 | 3891.94 | 216.219 | 0.0824752 | 105.097 | 0 | 105.097 | 4 | 1 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 95 | | RemotySwitchToWorkspaceDlg | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 97 | | RemotySwitchToWorkspaceDlg | GetAccount() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 99 | | RemotySwitchToWorkspaceDlg | InitialiseDialog() | 0 | 43 | 34 | 3 | 6 | 7 | 2 | 57 | 202 | 1178.24 | 18.25 | 21502.9 | 1194.61 | 0.257757 | 71.6853 | 19.8936 | 91.5789 | 27 | 2 |
| Remoty/RemotySwitchToWorkspaceDlg.cpp | 143 | | RemotySwitchToWorkspaceDlg | OnPathChanged(wxCommandEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 4 | 1 | 36 | 69 | 356.725 | 12.2941 | 4385.62 | 243.645 | 0.0893098 | 99.2643 | 0 | 99.2643 | 6 | 0 |
| Remoty/RemotyUI.cpp | 164 | | RemotyNewWorkspaceDlgBase | RemotyNewWorkspaceDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 84 | 64 | 2 | 18 | 8 | 1 | 120 | 707 | 4883.17 | 30.5876 | 149365 | 8298.04 | 0.938377 | 53.2143 | 11.8388 | 65.0531 | 101 | 1 |
| Remoty/RemotyUI.cpp | 249 | | RemotyNewWorkspaceDlgBase | ~RemotyNewWorkspaceDlgBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 114.37 | 0 | 114.37 | 8 | 0 |
| Remoty/RemotyUI.cpp | 37 | | RemotySwitchToWorkspaceDlgBase | RemotySwitchToWorkspaceDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 110 | 85 | 2 | 23 | 7 | 1 | 136 | 916 | 6492.12 | 34.8053 | 225960 | 12553.3 | 1.23661 | 47.5948 | 10.3689 | 57.9637 | 140 | 1 |
| Remoty/RemotyUI.cpp | 148 | | RemotySwitchToWorkspaceDlgBase | ~RemotySwitchToWorkspaceDlgBase() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 30 | 116 | 569.199 | 11 | 6261.19 | 347.844 | 0.113236 | 93.9096 | 0 | 93.9096 | 24 | 0 |
| Remoty/RemotyUI.cpp | 14 | | RemotyWorkspaceViewBase | RemotyWorkspaceViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 20 | 17 | 1 | 2 | 3 | 1 | 49 | 123 | 690.609 | 11.6875 | 8071.5 | 448.416 | 0.134127 | 87.7838 | 16.9762 | 104.76 | 16 | 1 |
| Remoty/RemotyUI.cpp | 35 | | RemotyWorkspaceViewBase | ~RemotyWorkspaceViewBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| Remoty/RemotyUI_remoty_bitmaps.cpp | 34 | | | wxCrafterjtvK2XInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 3 |
| Remoty/RemotyWorkspace.cpp | 1156 | | LSPParams | IsOk() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.85714 | 815.602 | 45.3112 | 0.0290981 | 145.691 | 0 | 145.691 | 2 | 0 |
| Remoty/RemotyWorkspace.cpp | 1158 | | LSPParams | From(const JSONItem &) | 1 | 21 | 19 | 0 | 2 | 3 | 2 | 63 | 204 | 1219.37 | 16.9767 | 20700.8 | 1150.05 | 0.251307 | 84.0371 | 0 | 84.0371 | 41 | 0 |
| Remoty/RemotyWorkspace.cpp | 58 | | RemotyWorkspace | RemotyWorkspace() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 16 | 53.1508 | 3.75 | 199.316 | 11.0731 | 0.0113738 | 124.037 | 0 | 124.037 | 3 | 1 |
| Remoty/RemotyWorkspace.cpp | 64 | | RemotyWorkspace | RemotyWorkspace(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 19 | 68.1143 | 4 | 272.457 | 15.1365 | 0.0140091 | 122.747 | 0 | 122.747 | 3 | 1 |
| Remoty/RemotyWorkspace.cpp | 70 | | RemotyWorkspace | ~RemotyWorkspace() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| Remoty/RemotyWorkspace.cpp | 72 | | RemotyWorkspace | GetFileName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 73 | | RemotyWorkspace | GetDir() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 3 | 1 |
| Remoty/RemotyWorkspace.cpp | 75 | | RemotyWorkspace | GetFilesMask() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| Remoty/RemotyWorkspace.cpp | 77 | | RemotyWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 5.71429 | 513.477 | 28.5265 | 0.0213743 | 121.306 | 0 | 121.306 | 2 | 0 |
| Remoty/RemotyWorkspace.cpp | 83 | | RemotyWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.77778 | 637.644 | 35.4247 | 0.0246944 | 120.238 | 0 | 120.238 | 2 | 0 |
| Remoty/RemotyWorkspace.cpp | 89 | | RemotyWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| Remoty/RemotyWorkspace.cpp | 91 | | RemotyWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 52 | 231.89 | 6.92308 | 1605.4 | 89.1886 | 0.0457018 | 113.423 | 0 | 113.423 | 8 | 0 |
| Remoty/RemotyWorkspace.cpp | 98 | | RemotyWorkspace | GetWorkspaceProjects() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 0 |
| Remoty/RemotyWorkspace.cpp | 100 | | RemotyWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Remoty/RemotyWorkspace.cpp | 102 | | RemotyWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| Remoty/RemotyWorkspace.cpp | 104 | | RemotyWorkspace | BindEvents() | 0 | 58 | 50 | 3 | 5 | 2 | 1 | 92 | 618 | 4031.56 | 17.1139 | 68995.8 | 3833.1 | 0.560739 | 61.5909 | 17.2544 | 78.8453 | 61 | 1 |
| Remoty/RemotyWorkspace.cpp | 163 | | RemotyWorkspace | UnbindEvents() | 0 | 50 | 43 | 3 | 4 | 2 | 1 | 83 | 523 | 3334.15 | 20.8955 | 69668.7 | 3870.48 | 0.564379 | 64.983 | 18.5216 | 83.5045 | 51 | 1 |
| Remoty/RemotyWorkspace.cpp | 214 | | RemotyWorkspace | OnCodeLiteRemoteTerminated(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 36 | 165.059 | 7.09091 | 1170.42 | 65.0231 | 0.0370202 | 112.463 | 0 | 112.463 | 8 | 4 |
| Remoty/RemotyWorkspace.cpp | 222 | | RemotyWorkspace | OnOpenWorkspace(clCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 33 | 85 | 428.774 | 10.8333 | 4645.05 | 258.058 | 0.092798 | 94.9228 | 0 | 94.9228 | 11 | 2 |
| Remoty/RemotyWorkspace.cpp | 238 | | RemotyWorkspace | OnCloseWorkspace(clCommandEvent &) | 1 | 8 | 6 | 2 | 0 | 1 | 0 | 20 | 28 | 121.014 | 5.5 | 665.577 | 36.9765 | 0.0254104 | 112.144 | 34.9714 | 147.116 | 4 | 2 |
| Remoty/RemotyWorkspace.cpp | 247 | | RemotyWorkspace | Initialise() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 55 | 255.412 | 8.125 | 2075.22 | 115.29 | 0.054232 | 106.122 | 0 | 106.122 | 9 | 1 |
| Remoty/RemotyWorkspace.cpp | 257 | | RemotyWorkspace | IsOpened() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 4.5 | 378 | 21 | 0.0174264 | 147.73 | 0 | 147.73 | 2 | 25 |
| Remoty/RemotyWorkspace.cpp | 259 | | RemotyWorkspace | DoClose(bool) | 1 | 32 | 25 | 2 | 5 | 3 | 1 | 51 | 162 | 918.933 | 10.4054 | 9561.87 | 531.215 | 0.150167 | 78.6844 | 18.8844 | 97.5688 | 35 | 3 |
| Remoty/RemotyWorkspace.cpp | 292 | | RemotyWorkspace | SaveSettings() | 0 | 10 | 9 | 0 | 1 | 4 | 1 | 27 | 67 | 318.577 | 7.90625 | 2518.75 | 139.931 | 0.0617072 | 102.806 | 0 | 102.806 | 11 | 1 |
| Remoty/RemotyWorkspace.cpp | 303 | | RemotyWorkspace | OnBuildStarting(clBuildEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 22 | 50 | 222.972 | 7.5 | 1672.29 | 92.9048 | 0.0469627 | 105.121 | 23.5268 | 128.648 | 7 | 2 |
| Remoty/RemotyWorkspace.cpp | 314 | | RemotyWorkspace | GetTargetCommand(const wxString &) const | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 28 | 71 | 341.322 | 11.7 | 3993.47 | 221.859 | 0.0839033 | 99.7238 | 0 | 99.7238 | 12 | 1 |
| Remoty/RemotyWorkspace.cpp | 327 | | RemotyWorkspace | BuildTarget(const wxString &) | 1 | 33 | 26 | 3 | 4 | 3 | 1 | 60 | 169 | 998.265 | 13.2442 | 13221.2 | 734.511 | 0.186377 | 77.7553 | 22.5149 | 100.27 | 31 | 3 |
| Remoty/RemotyWorkspace.cpp | 361 | | RemotyWorkspace | DoPrintBuildMessage(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.53846 | 889.142 | 49.3968 | 0.0308219 | 115.335 | 0 | 115.335 | 5 | 1 |
| Remoty/RemotyWorkspace.cpp | 368 | | RemotyWorkspace | OnIsBuildInProgress(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 19 | 29 | 123.19 | 5.4 | 665.225 | 36.957 | 0.0254014 | 119.436 | 0 | 119.436 | 5 | 2 |
| Remoty/RemotyWorkspace.cpp | 374 | | RemotyWorkspace | OnStopBuild(clBuildEvent &) | 1 | 9 | 8 | 0 | 1 | 1 | 2 | 28 | 51 | 245.175 | 8.23333 | 2018.61 | 112.145 | 0.0532411 | 106.565 | 0 | 106.565 | 9 | 1 |
| Remoty/RemotyWorkspace.cpp | 384 | | RemotyWorkspace | OnCustomTargetMenu(clContextMenuEvent &) | 1 | 27 | 25 | 0 | 2 | 3 | 3 | 65 | 183 | 1102.09 | 18.4186 | 20299 | 1127.72 | 0.248044 | 80.4916 | 0 | 80.4916 | 24 | 1 |
| Remoty/RemotyWorkspace.cpp | 412 | | RemotyWorkspace | OnBuildHotspotClicked(clBuildEvent &) | 1 | 35 | 27 | 5 | 3 | 4 | 2 | 64 | 199 | 1194 | 14.2872 | 17059 | 947.72 | 0.220892 | 75.641 | 27.6325 | 103.274 | 62 | 2 |
| Remoty/RemotyWorkspace.cpp | 448 | | RemotyWorkspace | SetFocusToActiveEditor() | 0 | 7 | 6 | 0 | 1 | 1 | 1 | 17 | 30 | 122.624 | 4.88889 | 599.495 | 33.3053 | 0.0236993 | 114.239 | 0 | 114.239 | 3 | 1 |
| Remoty/RemotyWorkspace.cpp | 456 | | RemotyWorkspace | CreateNew(wxString, const wxString &, const wxString &) | 3 | 43 | 34 | 4 | 5 | 5 | 2 | 71 | 273 | 1678.88 | 19.3654 | 32512.2 | 1806.23 | 0.339554 | 70.304 | 22.7557 | 93.0596 | 69 | 2 |
| Remoty/RemotyWorkspace.cpp | 500 | | RemotyWorkspace | OnNewWorkspace(clCommandEvent &) | 1 | 19 | 16 | 2 | 1 | 3 | 2 | 36 | 95 | 491.143 | 12.5 | 6139.29 | 341.071 | 0.111761 | 90.3871 | 24.0864 | 114.473 | 15 | 2 |
| Remoty/RemotyWorkspace.cpp | 520 | | RemotyWorkspace | DoOpen(const wxString &, const wxString &) | 2 | 99 | 73 | 11 | 15 | 8 | 2 | 130 | 515 | 3616.52 | 21.7358 | 78608.1 | 4367.12 | 0.611679 | 52.1141 | 24.6875 | 76.8016 | 103 | 3 |
| Remoty/RemotyWorkspace.cpp | 620 | | RemotyWorkspace | OnDebugStarting(clDebugEvent &) | 1 | 103 | 72 | 14 | 18 | 9 | 2 | 129 | 508 | 3561.7 | 26.7525 | 95284.4 | 5293.58 | 0.695387 | 51.3218 | 27.03 | 78.3519 | 115 | 2 |
| Remoty/RemotyWorkspace.cpp | 724 | | RemotyWorkspace | GetExecutable(wxString &, wxString &, wxString &) | 3 | 9 | 8 | 0 | 1 | 2 | 1 | 29 | 71 | 344.917 | 11.375 | 3923.43 | 217.968 | 0.0829193 | 104.56 | 0 | 104.56 | 16 | 1 |
| Remoty/RemotyWorkspace.cpp | 734 | | RemotyWorkspace | DoRunSSHProcess(const wxString &, bool) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 42 | 76 | 409.816 | 12.8043 | 5247.43 | 291.524 | 0.100657 | 101.956 | 0 | 101.956 | 5 | 0 |
| Remoty/RemotyWorkspace.cpp | 745 | | RemotyWorkspace | GetRemoteWorkingDir() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 10 |
| Remoty/RemotyWorkspace.cpp | 747 | | RemotyWorkspace | OnDebugEnded(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| Remoty/RemotyWorkspace.cpp | 753 | | RemotyWorkspace | OnRun(clExecuteEvent &) | 1 | 61 | 45 | 5 | 11 | 4 | 2 | 86 | 327 | 2101.39 | 19.5455 | 41072.6 | 2281.81 | 0.396808 | 63.702 | 21.4567 | 85.1587 | 79 | 2 |
| Remoty/RemotyWorkspace.cpp | 815 | | RemotyWorkspace | OnStop(clExecuteEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 23 | 40 | 180.942 | 9.1 | 1646.58 | 91.4765 | 0.0464801 | 109.823 | 0 | 109.823 | 4 | 2 |
| Remoty/RemotyWorkspace.cpp | 824 | | RemotyWorkspace | CreateEnvScriptContent() const | 0 | 15 | 13 | 0 | 2 | 2 | 1 | 38 | 85 | 446.074 | 11.0833 | 4943.99 | 274.666 | 0.0967379 | 94.9471 | 0 | 94.9471 | 16 | 1 |
| Remoty/RemotyWorkspace.cpp | 840 | | RemotyWorkspace | UploadScript(const wxString &, const wxString &) const | 2 | 20 | 17 | 1 | 3 | 3 | 1 | 41 | 107 | 573.258 | 12.6923 | 7275.97 | 404.22 | 0.125162 | 88.7522 | 16.9762 | 105.728 | 21 | 2 |
| Remoty/RemotyWorkspace.cpp | 861 | | RemotyWorkspace | OnIsProgramRunning(clExecuteEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 120.534 | 0 | 120.534 | 4 | 1 |
| Remoty/RemotyWorkspace.cpp | 867 | | RemotyWorkspace | OnExecProcessTerminated(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 873 | | RemotyWorkspace | OnFindSwapped(clFileSystemEvent &) | 1 | 43 | 36 | 4 | 3 | 7 | 2 | 70 | 252 | 1544.58 | 21.5417 | 33272.8 | 1848.49 | 0.34483 | 70.2775 | 22.7557 | 93.0332 | 44 | 2 |
| Remoty/RemotyWorkspace.cpp | 917 | | RemotyWorkspace | RestartCodeLiteRemote(clCodeLiteRemoteProcess *, const wxString &, bool) | 3 | 27 | 19 | 3 | 5 | 4 | 1 | 47 | 145 | 805.415 | 14.4516 | 11639.6 | 646.642 | 0.1712 | 81.8924 | 24.6875 | 106.58 | 53 | 4 |
| Remoty/RemotyWorkspace.cpp | 945 | | RemotyWorkspace | OnCodeLiteRemoteListFilesProgress(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 63 | 280.944 | 9.16667 | 2575.32 | 143.073 | 0.0626277 | 115.379 | 0 | 115.379 | 11 | 2 |
| Remoty/RemotyWorkspace.cpp | 951 | | RemotyWorkspace | OnCodeLiteRemoteListFilesDone(clCommandEvent &) | 1 | 12 | 10 | 1 | 1 | 1 | 0 | 35 | 73 | 374.438 | 6.64583 | 2488.45 | 138.247 | 0.0612113 | 99.7023 | 21.6227 | 121.325 | 23 | 2 |
| Remoty/RemotyWorkspace.cpp | 964 | | RemotyWorkspace | ScanForWorkspaceFiles() | 0 | 24 | 18 | 2 | 4 | 2 | 1 | 51 | 157 | 890.571 | 13.9429 | 12417.1 | 689.839 | 0.178742 | 83.7378 | 21.6227 | 105.361 | 33 | 1 |
| Remoty/RemotyWorkspace.cpp | 989 | | RemotyWorkspace | OnOpenResourceFile(clCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 2 | 2 | 28 | 57 | 274.019 | 7.875 | 2157.9 | 119.883 | 0.055663 | 104.049 | 23.5268 | 127.576 | 9 | 2 |
| Remoty/RemotyWorkspace.cpp | 1000 | | RemotyWorkspace | OnShutdown(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 0 | 121.415 | 2 | 2 |
| Remoty/RemotyWorkspace.cpp | 1006 | | RemotyWorkspace | OnInitDone(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 1008 | | RemotyWorkspace | ReplaceInFiles(const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, bool, bool) | 7 | 24 | 22 | 0 | 2 | 3 | 1 | 41 | 106 | 567.901 | 12.4444 | 7067.21 | 392.623 | 0.122756 | 85.8474 | 0 | 85.8474 | 10 | 1 |
| Remoty/RemotyWorkspace.cpp | 1033 | | RemotyWorkspace | FindInFiles(const wxString &, const wxString &, const wxString &, const wxString &, bool, bool) | 6 | 14 | 14 | 0 | 0 | 2 | 1 | 31 | 77 | 381.473 | 11.6842 | 4457.21 | 247.623 | 0.0902792 | 96.8783 | 0 | 96.8783 | 6 | 1 |
| Remoty/RemotyWorkspace.cpp | 1048 | | RemotyWorkspace | OnCodeLiteRemoteReplaceProgress(clFindInFilesEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 6.25 | 1086.99 | 60.3881 | 0.0352394 | 112.192 | 0 | 112.192 | 4 | 1 |
| Remoty/RemotyWorkspace.cpp | 1056 | | RemotyWorkspace | OnCodeLiteRemoteReplaceDone(clFindInFilesEvent &) | 1 | 43 | 35 | 2 | 6 | 7 | 2 | 72 | 201 | 1240.15 | 17.16 | 21281.1 | 1182.28 | 0.255981 | 71.419 | 16.3963 | 87.8153 | 37 | 1 |
| Remoty/RemotyWorkspace.cpp | 1100 | | RemotyWorkspace | OnCodeLiteRemoteFindProgress(clFindInFilesEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.71429 | 467.139 | 25.9521 | 0.0200682 | 125.413 | 0 | 125.413 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 1105 | | RemotyWorkspace | OnCodeLiteRemoteFindDone(clFindInFilesEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.71429 | 467.139 | 25.9521 | 0.0200682 | 125.413 | 0 | 125.413 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 1110 | | RemotyWorkspace | OnCodeLiteRemoteBuildOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.71429 | 513.852 | 28.5474 | 0.0213848 | 124.917 | 0 | 124.917 | 2 | 2 |
| Remoty/RemotyWorkspace.cpp | 1115 | | RemotyWorkspace | OnCodeLiteRemoteBuildOutputDone(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 26 | 112.37 | 6.75 | 758.498 | 42.1388 | 0.0277235 | 120.144 | 0 | 120.144 | 2 | 2 |
| Remoty/RemotyWorkspace.cpp | 1121 | | RemotyWorkspace | DoProcessBuildOutput(const wxString &, bool) | 2 | 15 | 12 | 1 | 2 | 3 | 1 | 30 | 71 | 348.389 | 9 | 3135.5 | 174.195 | 0.0714086 | 96.0023 | 19.4709 | 115.473 | 10 | 2 |
| Remoty/RemotyWorkspace.cpp | 1137 | | RemotyWorkspace | OnLSPOpenFile(LSPEvent &) | 1 | 16 | 15 | 1 | 0 | 3 | 2 | 38 | 102 | 535.289 | 10.7609 | 5760.17 | 320.009 | 0.107111 | 92.7235 | 18.8844 | 111.608 | 21 | 2 |
| Remoty/RemotyWorkspace.cpp | 1154 | | RemotyWorkspace | GetName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.66667 | 337.585 | 18.7547 | 0.016161 | 148.507 | 0 | 148.507 | 2 | 0 |
| Remoty/RemotyWorkspace.cpp | 1180 | | RemotyWorkspace | SetProjectActive(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| Remoty/RemotyWorkspace.cpp | 1182 | | RemotyWorkspace | OnDownloadFile(clCommandEvent &) | 1 | 11 | 10 | 1 | 0 | 2 | 2 | 35 | 86 | 441.118 | 10.3333 | 4558.22 | 253.235 | 0.091638 | 100.03 | 22.5149 | 122.545 | 22 | 2 |
| Remoty/RemotyWorkspace.cpp | 1194 | | RemotyWorkspace | OpenWorkspace(const wxString &, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 6 | 576 | 32 | 0.023076 | 147.035 | 0 | 147.035 | 1 | 2 |
| Remoty/RemotyWorkspace.cpp | 1195 | | RemotyWorkspace | CloseWorkspace() | 0 | 16 | 11 | 3 | 2 | 2 | 1 | 33 | 72 | 363.196 | 8.84211 | 3211.42 | 178.412 | 0.0725566 | 94.9704 | 31.0814 | 126.052 | 11 | 2 |
| Remoty/RemotyWorkspace.cpp | 1212 | | RemotyWorkspace | OnReloadWorkspace(clCommandEvent &) | 1 | 12 | 8 | 2 | 2 | 1 | 2 | 25 | 50 | 232.193 | 6.66667 | 1547.95 | 85.9973 | 0.044605 | 102.187 | 29.5564 | 131.744 | 12 | 2 |
| Remoty/RemotyWorkspace.cpp | 1225 | | RemotyWorkspace | OpenFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 37 | 169.644 | 8.4 | 1425.01 | 79.167 | 0.0422108 | 114.818 | 0 | 114.818 | 3 | 1 |
| Remoty/RemotyWorkspace.cpp | 1232 | | RemotyWorkspace | OpenAndEditCodeLiteRemoteJson() | 0 | 23 | 20 | 1 | 2 | 4 | 1 | 44 | 107 | 584.159 | 14.06 | 8213.28 | 456.293 | 0.135693 | 86.1601 | 15.872 | 102.032 | 14 | 1 |
| Remoty/RemotyWorkspace.cpp | 1256 | | RemotyWorkspace | OpenFileInEditor(const wxString &, bool) [override] | 2 | 18 | 15 | 1 | 2 | 6 | 1 | 32 | 80 | 400 | 13.5 | 5400 | 300 | 0.102599 | 91.6404 | 17.8544 | 109.495 | 4 | 2 |
| Remoty/RemotyWorkspace.cpp | 1275 | | RemotyWorkspace | OnStopFindInFiles(clFindInFilesEvent &) | 1 | 9 | 8 | 1 | 0 | 3 | 1 | 25 | 47 | 218.261 | 6.92308 | 1511.04 | 83.9466 | 0.0438931 | 106.709 | 24.6875 | 131.397 | 6 | 2 |
| Remoty/RemotyWorkspace.cpp | 1285 | | RemotyWorkspace | RestoreSession() | 0 | 11 | 7 | 2 | 2 | 1 | 0 | 18 | 42 | 175.137 | 5.40909 | 947.331 | 52.6295 | 0.0321524 | 105.063 | 30.6787 | 135.742 | 8 | 1 |
| Remoty/RemotyWorkspace.cpp | 1297 | | RemotyWorkspace | GetDebuggerName() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 6.875 | 1051.36 | 58.409 | 0.0344652 | 110.697 | 0 | 110.697 | 7 | 0 |
| Remoty/RemotyWorkspace.cpp | 1306 | | RemotyWorkspace | OnSftpSaveError(clCommandEvent &) | 1 | 19 | 17 | 1 | 1 | 3 | 1 | 48 | 124 | 692.535 | 11.4 | 7894.9 | 438.606 | 0.132163 | 88.6002 | 17.3987 | 105.999 | 27 | 2 |
| Remoty/RemotyWorkspace.cpp | 1335 | | RemotyWorkspace | OnFrameTitle(clCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 62 | 298.056 | 7.76471 | 2314.32 | 128.573 | 0.0583213 | 103.612 | 0 | 103.612 | 12 | 1 |
| Remoty/RemotyWorkspace.cpp | 1346 | | RemotyWorkspace | OnSftpSaveSuccess(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 51 | 239.722 | 8 | 1917.78 | 106.543 | 0.0514531 | 108.36 | 0 | 108.36 | 11 | 2 |
| Remoty/RemotyWorkspace.cpp | 1355 | | RemotyWorkspace | GetSshAccount() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 3 | 0 |
| Remoty/RemotyWorkspace.cpp | 1357 | | RemotyWorkspace | GetIndentWidth() [override] | 0 | 28 | 24 | 1 | 3 | 5 | 2 | 45 | 150 | 823.778 | 15.6667 | 12905.9 | 716.992 | 0.183402 | 80.956 | 14.4303 | 95.3863 | 27 | 0 |
| Remoty/RemotyWorkspace.cpp | 1386 | | RemotyWorkspace | OnCreateNew(clWorkspaceEvent &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 32 | 74 | 370 | 10.8889 | 4028.89 | 223.827 | 0.0843987 | 98.2376 | 0 | 98.2376 | 17 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 27 | | RemotyWorkspaceView | RemotyWorkspaceView(wxWindow *, RemotyWorkspace *) | 2 | 15 | 14 | 0 | 1 | 1 | 0 | 43 | 154 | 835.645 | 12.7931 | 10690.5 | 593.916 | 0.161762 | 91.9129 | 0 | 91.9129 | 16 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 43 | | RemotyWorkspaceView | ~RemotyWorkspaceView() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 108 | 519.194 | 11.6471 | 6047.09 | 335.949 | 0.110639 | 102.663 | 0 | 102.663 | 10 | 0 |
| Remoty/RemotyWorkspaceView.cpp | 53 | | RemotyWorkspaceView | OpenWorkspace(const wxString &, const wxString &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 79 | 405.213 | 10.6667 | 4322.28 | 240.126 | 0.0884478 | 102.015 | 0 | 102.015 | 22 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 64 | | RemotyWorkspaceView | CloseWorkspace() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 66 | | RemotyWorkspaceView | OnDirContextMenu(clContextMenuEvent &) | 1 | 101 | 87 | 8 | 6 | 6 | 3 | 112 | 627 | 4268.21 | 33.908 | 144727 | 8040.37 | 0.91885 | 51.3885 | 21.116 | 72.5045 | 96 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 168 | | RemotyWorkspaceView | OnFileContextMenu(clContextMenuEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 170 | | RemotyWorkspaceView | OnFindInFilesShowing(clFindInFilesEvent &) | 1 | 39 | 33 | 3 | 4 | 6 | 1 | 59 | 241 | 1417.72 | 16.9024 | 23962.9 | 1331.27 | 0.277058 | 72.5349 | 20.8285 | 93.3634 | 37 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 210 | | RemotyWorkspaceView | OnOpenFindInFilesMatch(clFindInFilesEvent &) | 1 | 31 | 24 | 4 | 3 | 5 | 2 | 62 | 206 | 1226.56 | 17.619 | 21610.9 | 1200.61 | 0.258619 | 77.2372 | 26.4103 | 103.647 | 25 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 242 | | RemotyWorkspaceView | SetBuildConfiguration(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5 | 479.541 | 26.6412 | 0.0204219 | 124.582 | 0 | 124.582 | 2 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 247 | | RemotyWorkspaceView | BuildTarget(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 249 | | RemotyWorkspaceView | DoReloadWorkspace() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.90909 | 934.366 | 51.9092 | 0.0318584 | 112.917 | 27.6325 | 140.549 | 6 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 257 | | RemotyWorkspaceView | DoCloseWorkspace() | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 23 | 39 | 176.419 | 5.76923 | 1017.8 | 56.5445 | 0.0337278 | 110.184 | 26.0372 | 136.221 | 7 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 266 | | RemotyWorkspaceView | OnRemoteFileSaved(clCommandEvent &) | 1 | 20 | 16 | 0 | 4 | 4 | 1 | 50 | 135 | 761.921 | 13.7812 | 10500.2 | 583.345 | 0.159837 | 87.0428 | 0 | 87.0428 | 25 | 2 |
| Remoty/RemotyWorkspaceView.cpp | 287 | | RemotyWorkspaceView | GetRemotePathIsOwnedByWorkspace(IEditor *) const | 1 | 15 | 13 | 0 | 2 | 4 | 1 | 29 | 73 | 354.633 | 10.7333 | 3806.39 | 211.466 | 0.081262 | 95.68 | 0 | 95.68 | 11 | 1 |
| Remoty/RemotyWorkspaceView.cpp | 303 | | RemotyWorkspaceView | GetWorkspaceRemoteFilesOpened(wxArrayString *) const | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 36 | 77 | 398.084 | 11.2 | 4458.54 | 247.697 | 0.0902972 | 94.0334 | 0 | 94.0334 | 8 | 0 |
| Remoty/RemotyWorkspaceView.cpp | 320 | | RemotyWorkspaceView | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 18 | 4 | 14 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 102.261 | 48.9578 | 151.219 | 1 | 2 |
| Remoty/clRemoteTerminal.cpp | 12 | | clRemoteTerminal | clRemoteTerminal(const SSHAccountInfo &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 5 | 1 |
| Remoty/clRemoteTerminal.cpp | 18 | | clRemoteTerminal | ~clRemoteTerminal() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| Remoty/clRemoteTerminal.cpp | 20 | | clRemoteTerminal | Start() | 0 | 25 | 21 | 1 | 3 | 3 | 1 | 58 | 153 | 896.271 | 17.4167 | 15610.1 | 867.225 | 0.2082 | 82.8133 | 15.2452 | 98.0586 | 31 | 1 |
| Remoty/clRemoteTerminal.cpp | 46 | | clRemoteTerminal | Stop() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 25 | 97.6723 | 3.9375 | 384.585 | 21.3658 | 0.0176281 | 117.919 | 0 | 117.919 | 3 | 0 |
| Remoty/clRemoteTerminal.cpp | 53 | | clRemoteTerminal | ReadTty() | 0 | 33 | 29 | 1 | 3 | 5 | 2 | 68 | 172 | 1047.04 | 17.4545 | 18275.7 | 1015.32 | 0.231274 | 77.0472 | 13.3211 | 90.3684 | 32 | 1 |
| DebugAdapterClient/BreakpointsHelper.cpp | 10 | {anonymous} | | is_source_breakpoint(const clDebuggerBreakpoint &) | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 25 | 34 | 157.891 | 8.125 | 1282.87 | 71.2703 | 0.039355 | 121.53 | 0 | 121.53 | 1 | 1 |
| DebugAdapterClient/BreakpointsHelper.cpp | 15 | {anonymous} | | to_dap_source_bp(const clDebuggerBreakpoint &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 8.18182 | 1293.74 | 71.8743 | 0.039577 | 112.917 | 0 | 112.917 | 3 | 1 |
| DebugAdapterClient/BreakpointsHelper.cpp | 23 | {anonymous} | | to_dap_function_bp(const clDebuggerBreakpoint &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 8.18182 | 1293.74 | 71.8743 | 0.039577 | 112.917 | 0 | 112.917 | 4 | 0 |
| DebugAdapterClient/BreakpointsHelper.cpp | 33 | | BreakpointsHelper | BreakpointsHelper(dap::Client &, const DebugSession &, clModuleLogger &) | 3 | 22 | 18 | 1 | 3 | 5 | 2 | 53 | 146 | 836.276 | 16.3636 | 13684.5 | 760.251 | 0.190706 | 84.7845 | 16.2158 | 101 | 15 | 1 |
| DebugAdapterClient/BreakpointsHelper.cpp | 56 | | BreakpointsHelper | ~BreakpointsHelper() [override] | 0 | 18 | 14 | 2 | 2 | 3 | 2 | 42 | 105 | 566.193 | 11.3889 | 6448.31 | 358.24 | 0.115481 | 90.5235 | 24.6875 | 115.211 | 23 | 0 |
| DebugAdapterClient/BreakpointsHelper.cpp | 75 | | BreakpointsHelper | OnToggleBreakpoint(clDebugEvent &) | 1 | 27 | 21 | 3 | 3 | 4 | 1 | 55 | 217 | 1254.56 | 20.3194 | 25491.9 | 1416.21 | 0.288722 | 79.5879 | 24.6875 | 104.275 | 46 | 2 |
| DebugAdapterClient/BreakpointsHelper.cpp | 103 | | BreakpointsHelper | ApplyBreakpoints(const wxString &) | 1 | 56 | 47 | 3 | 6 | 14 | 5 | 76 | 361 | 2255.5 | 32.3529 | 72972.1 | 4054.01 | 0.582081 | 62.4194 | 17.5467 | 79.9661 | 65 | 3 |
| DebugAdapterClient/BreakpointsHelper.cpp | 160 | | BreakpointsHelper | NormalisePathForSend(const wxString &) const | 1 | 27 | 19 | 3 | 5 | 6 | 1 | 39 | 122 | 644.819 | 12.32 | 7944.17 | 441.343 | 0.132712 | 82.5888 | 24.6875 | 107.276 | 15 | 1 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 9 | | DAPBreakpointsView | DAPBreakpointsView(wxWindow *, DebugAdapterClient *, clModuleLogger &) | 3 | 33 | 29 | 0 | 4 | 2 | 1 | 70 | 348 | 2132.99 | 25.2 | 53751.4 | 2986.19 | 0.474757 | 74.0371 | 0 | 74.0371 | 50 | 1 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 43 | | DAPBreakpointsView | ~DAPBreakpointsView() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 1 | 29 | 52 | 252.615 | 15.2 | 3839.75 | 213.319 | 0.0817361 | 108.317 | 0 | 108.317 | 4 | 0 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 52 | | DAPBreakpointsView | RefreshView(const SessionBreakpoints &) | 1 | 47 | 37 | 6 | 5 | 11 | 3 | 81 | 333 | 2111.17 | 31.25 | 65974.1 | 3665.23 | 0.544245 | 66.2916 | 26.2842 | 92.5758 | 45 | 1 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 100 | | DAPBreakpointsView | GetItemData(const wxDataViewItem &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 11.375 | 1724.69 | 95.8158 | 0.0479386 | 118.586 | 0 | 118.586 | 1 | 4 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 106 | | DAPBreakpointsView | OnBreakpointActivated(wxDataViewEvent &) | 1 | 10 | 8 | 0 | 2 | 1 | 1 | 30 | 57 | 279.693 | 8.66667 | 2424 | 134.667 | 0.0601498 | 104.173 | 0 | 104.173 | 4 | 2 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 117 | | DAPBreakpointsView | OnBreakpointsContextMenu(wxDataViewEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 56 | 269.212 | 7.44118 | 2003.25 | 111.292 | 0.0529707 | 110.15 | 0 | 110.15 | 8 | 0 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 125 | | DAPBreakpointsView | OnNewFunctionBreakpoint(wxCommandEvent &) | 1 | 18 | 17 | 0 | 1 | 3 | 1 | 47 | 129 | 716.542 | 13.6 | 9744.97 | 541.387 | 0.152078 | 89.2989 | 0 | 89.2989 | 18 | 2 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 144 | | DAPBreakpointsView | OnNewSourceBreakpoint(wxCommandEvent &) | 1 | 30 | 27 | 1 | 2 | 6 | 2 | 71 | 206 | 1266.85 | 17.9688 | 22763.7 | 1264.65 | 0.267736 | 77.3703 | 13.9543 | 91.3246 | 31 | 1 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 175 | | DAPBreakpointsView | OnDeleteAllBreakpoints(wxCommandEvent &) | 1 | 24 | 21 | 1 | 2 | 5 | 2 | 55 | 160 | 925.018 | 17.7143 | 16386 | 910.335 | 0.215044 | 82.8505 | 15.5492 | 98.3997 | 25 | 1 |
| DebugAdapterClient/DAPBreakpointsView.cpp | 200 | | DAPBreakpointsView | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 24 | 38 | 174.229 | 10 | 1742.29 | 96.7937 | 0.0482642 | 112.412 | 0 | 112.412 | 3 | 1 |
| DebugAdapterClient/DAPConsoleOutput.cpp | 9 | | DAPConsoleOutput | DAPConsoleOutput(wxWindow *, clModuleLogger &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 6.75 | 553.802 | 30.7668 | 0.0224792 | 125.394 | 0 | 125.394 | 1 | 1 |
| DebugAdapterClient/DAPConsoleOutput.cpp | 14 | | DAPConsoleOutput | AddOutputEvent(dap::OutputEvent *) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 61 | 305 | 9.33333 | 2846.67 | 158.148 | 0.066953 | 101.948 | 0 | 101.948 | 7 | 1 |
| DebugAdapterClient/DAPDebuggerPane.cpp | 16 | | DAPDebuggerPane | DAPDebuggerPane(wxWindow *, DebugAdapterClient *, clModuleLogger &) | 3 | 22 | 17 | 0 | 5 | 1 | 0 | 53 | 153 | 876.372 | 13.9306 | 12208.3 | 678.241 | 0.176733 | 85.461 | 0 | 85.461 | 14 | 1 |
| DebugAdapterClient/DAPDebuggerPane.cpp | 39 | | DAPDebuggerPane | GetOutputView() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 4 |
| DebugAdapterClient/DAPDebuggerPane.cpp | 41 | | DAPDebuggerPane | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 26 | 96.2114 | 5.25 | 505.11 | 28.0617 | 0.0211415 | 117.997 | 0 | 117.997 | 3 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 31 | | | DeleteAllItems<>(clThemedListCtrl *, std::function<void (wxUIntPtr)>) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 64 | 310.911 | 12.8571 | 3997.42 | 222.079 | 0.0839587 | 109.171 | 0 | 109.171 | 5 | 4 |
| DebugAdapterClient/DAPMainView.cpp | 12 | {anonymous} | | DeleteFrameItemData(wxUIntPtr) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 33 | 147.161 | 9.625 | 1416.43 | 78.6904 | 0.0420412 | 110.897 | 0 | 110.897 | 1 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 21 | {anonymous} | | DeleteThreadItemData(wxUIntPtr) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 33 | 147.161 | 9.625 | 1416.43 | 78.6904 | 0.0420412 | 110.897 | 0 | 110.897 | 1 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 30 | {anonymous} | | DeleteAllItems(ListCtrl *, std::function<void (wxUIntPtr)>) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 69 | 341.84 | 12.6562 | 4326.41 | 240.356 | 0.0885042 | 106.514 | 0 | 106.514 | 6 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 40 | | DAPMainView | DAPMainView(wxWindow *, DebugAdapterClient *, clModuleLogger &) | 3 | 27 | 23 | 0 | 4 | 1 | 0 | 70 | 212 | 1299.41 | 13.1509 | 17088.4 | 949.358 | 0.221147 | 80.0952 | 0 | 80.0952 | 31 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 68 | | DAPMainView | ~DAPMainView() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 7.85714 | 1015.67 | 56.4264 | 0.0336808 | 116.462 | 0 | 116.462 | 3 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 75 | | DAPMainView | UpdateThreads(int, dap::ThreadsResponse *) | 2 | 30 | 22 | 3 | 5 | 7 | 2 | 63 | 172 | 1028.09 | 21.7105 | 22320.4 | 1240.02 | 0.264249 | 78.2262 | 23.5268 | 101.753 | 22 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 106 | | DAPMainView | DoUpdateFrames(int, const std::vector<dap::StackFrame> &) | 2 | 30 | 26 | 2 | 2 | 5 | 3 | 63 | 206 | 1231.32 | 23 | 28320.4 | 1573.35 | 0.309702 | 77.7482 | 19.4709 | 97.2191 | 28 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 137 | | DAPMainView | UpdateFrames(int, dap::StackTraceResponse *) | 2 | 20 | 17 | 0 | 3 | 6 | 2 | 39 | 94 | 496.828 | 14.725 | 7315.79 | 406.433 | 0.125618 | 88.8063 | 0 | 88.8063 | 7 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 158 | | DAPMainView | UpdateScopes(int, dap::ScopesResponse *) | 2 | 65 | 52 | 6 | 7 | 13 | 4 | 91 | 385 | 2505.5 | 27.403 | 68658.2 | 3814.34 | 0.558908 | 59.6885 | 22.6746 | 82.363 | 53 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 224 | | DAPMainView | UpdateVariables(int, dap::VariablesResponse *) | 2 | 28 | 22 | 2 | 4 | 4 | 2 | 56 | 171 | 993.058 | 17.2895 | 17169.4 | 953.858 | 0.221845 | 80.2142 | 20.1155 | 100.33 | 18 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 253 | | DAPMainView | OnScopeItemExpanding(wxTreeEvent &) | 1 | 14 | 13 | 0 | 1 | 2 | 1 | 34 | 91 | 462.959 | 9.27273 | 4292.89 | 238.494 | 0.0880465 | 95.8715 | 0 | 95.8715 | 14 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 268 | | DAPMainView | FindThread(int) const | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 36 | 79 | 408.424 | 14.5 | 5922.15 | 329.008 | 0.10911 | 100.2 | 0 | 100.2 | 6 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 280 | | DAPMainView | GetVariableId(const wxTreeItemId &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 35 | 158.325 | 7.63636 | 1209.02 | 67.168 | 0.0378299 | 110.517 | 0 | 110.517 | 1 | 3 |
| DebugAdapterClient/DAPMainView.cpp | 290 | | DAPMainView | FindVariableNode(int) | 1 | 27 | 23 | 2 | 2 | 5 | 3 | 53 | 160 | 916.467 | 22.2333 | 20376.1 | 1132.01 | 0.248672 | 80.9907 | 20.4627 | 101.453 | 19 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 318 | | DAPMainView | GetThreadInfo(const wxDataViewItem &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 39 | 178.814 | 10.5 | 1877.54 | 104.308 | 0.0507308 | 114.775 | 0 | 114.775 | 2 | 4 |
| DebugAdapterClient/DAPMainView.cpp | 325 | | DAPMainView | GetVariableClientData(const wxTreeItemId &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 39 | 178.814 | 10.5 | 1877.54 | 104.308 | 0.0507308 | 114.775 | 0 | 114.775 | 2 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 332 | | DAPMainView | SetDisabled(bool) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 18 | 39 | 162.627 | 6.4 | 1040.81 | 57.823 | 0.0342342 | 110.607 | 0 | 110.607 | 4 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 342 | | DAPMainView | IsDisabled() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 344 | | DAPMainView | OnTimerCheckCanInteract(wxTimerEvent &) | 1 | 15 | 14 | 0 | 1 | 4 | 2 | 27 | 75 | 356.617 | 9.69231 | 3456.44 | 192.024 | 0.0762017 | 95.6509 | 0 | 95.6509 | 9 | 2 |
| DebugAdapterClient/DAPMainView.cpp | 360 | | DAPMainView | OnVariablesMenu(wxTreeEvent &) | 1 | 19 | 17 | 0 | 2 | 1 | 1 | 41 | 104 | 557.185 | 9.75 | 5432.56 | 301.809 | 0.103011 | 90.191 | 0 | 90.191 | 14 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 380 | | DAPMainView | OnThreadsListMenu(wxDataViewEvent &) [override] | 1 | 46 | 40 | 2 | 4 | 5 | 3 | 73 | 263 | 1627.92 | 20.9216 | 34058.7 | 1892.15 | 0.350239 | 69.3717 | 15.872 | 85.2437 | 36 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 427 | | DAPMainView | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.88889 | 559.528 | 31.0849 | 0.0226339 | 117.095 | 0 | 117.095 | 5 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 434 | | DAPMainView | GetFrameInfo(const wxDataViewItem &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 25 | 38 | 176.467 | 9.54545 | 1684.45 | 93.5807 | 0.0471902 | 114.843 | 0 | 114.843 | 2 | 1 |
| DebugAdapterClient/DAPMainView.cpp | 441 | | DAPMainView | OnFrameChanged(wxDataViewEvent &) [override] | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 34 | 67 | 340.86 | 11.5556 | 3938.83 | 218.824 | 0.0831362 | 101.37 | 22.5149 | 123.885 | 5 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 453 | | DAPMainView | OnThreadIdChanged(wxDataViewEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 1 | 1 | 27 | 59 | 280.538 | 7.05882 | 1980.27 | 110.015 | 0.0525648 | 104.157 | 0 | 104.157 | 7 | 0 |
| DebugAdapterClient/DAPMainView.cpp | 464 | | DAPMainView | DoCopyAllThreadsBacktrace() | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 36 | 83 | 429.104 | 9.32609 | 4001.86 | 222.326 | 0.0840208 | 97.467 | 0 | 97.467 | 13 | 2 |
| DebugAdapterClient/DAPModuleView.cpp | 3 | | DAPModuleView | DAPModuleView(wxWindow *, clModuleLogger &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 6.75 | 553.802 | 30.7668 | 0.0224792 | 125.394 | 0 | 125.394 | 1 | 1 |
| DebugAdapterClient/DAPModuleView.cpp | 8 | | DAPModuleView | AddModuleEvent(dap::ModuleEvent *) | 1 | 12 | 11 | 0 | 1 | 1 | 1 | 34 | 82 | 417.172 | 8.6087 | 3591.31 | 199.517 | 0.0781712 | 99.1403 | 0 | 99.1403 | 17 | 1 |
| DebugAdapterClient/DAPOutputPane.cpp | 7 | | DAPOutputPane | DAPOutputPane(wxWindow *, clModuleLogger &) | 2 | 12 | 11 | 0 | 1 | 1 | 0 | 40 | 99 | 526.871 | 12.3333 | 6498.07 | 361.004 | 0.116074 | 97.9263 | 0 | 97.9263 | 14 | 1 |
| DebugAdapterClient/DAPOutputPane.cpp | 20 | | DAPOutputPane | AddEvent(dap::ModuleEvent *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 125.525 | 0 | 125.525 | 1 | 1 |
| DebugAdapterClient/DAPOutputPane.cpp | 25 | | DAPOutputPane | AddEvent(dap::OutputEvent *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 125.525 | 0 | 125.525 | 1 | 1 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 13 | | DAPTerminalCtrlView | DAPTerminalCtrlView(wxWindow *, clModuleLogger &) | 2 | 12 | 10 | 0 | 2 | 1 | 0 | 40 | 84 | 447.042 | 8.34615 | 3731.08 | 207.282 | 0.0801866 | 98.7807 | 0 | 98.7807 | 9 | 2 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 26 | | DAPTerminalCtrlView | ~DAPTerminalCtrlView() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 31 | | DAPTerminalCtrlView | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 37 | | DAPTerminalCtrlView | ApplyTheme() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.25 | 784.029 | 43.5571 | 0.0283422 | 115.711 | 0 | 115.711 | 6 | 2 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 44 | | DAPTerminalCtrlView | AppendLine(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 147.513 | 0 | 147.513 | 2 | 2 |
| DebugAdapterClient/DAPTerminalCtrlView.cpp | 46 | | DAPTerminalCtrlView | ScrollToEnd() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 18 | 44 | 183.477 | 7.2 | 1321.03 | 73.3907 | 0.0401317 | 109.98 | 0 | 109.98 | 5 | 4 |
| DebugAdapterClient/DAPTextView.cpp | 21 | | DAPTextView | DAPTextView(wxWindow *) | 1 | 37 | 26 | 5 | 6 | 2 | 1 | 67 | 217 | 1316.34 | 14.45 | 19021.1 | 1056.73 | 0.237522 | 74.6936 | 26.9603 | 101.654 | 28 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 59 | | DAPTextView | ~DAPTextView() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 117.904 | 0 | 117.904 | 3 | 0 |
| DebugAdapterClient/DAPTextView.cpp | 65 | | DAPTextView | OnColourChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| DebugAdapterClient/DAPTextView.cpp | 71 | | DAPTextView | ApplyTheme() | 0 | 15 | 13 | 2 | 1 | 4 | 2 | 34 | 84 | 427.347 | 8.97619 | 3835.95 | 213.108 | 0.0816821 | 94.7101 | 26.7997 | 121.51 | 12 | 3 |
| DebugAdapterClient/DAPTextView.cpp | 87 | | DAPTextView | [static] ClearMarker(wxStyledTextCtrl *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 7 |
| DebugAdapterClient/DAPTextView.cpp | 89 | | DAPTextView | [static] SetMarker(wxStyledTextCtrl *, int) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 62 | 287.919 | 9.33333 | 2687.24 | 149.291 | 0.0644293 | 105.729 | 0 | 105.729 | 6 | 6 |
| DebugAdapterClient/DAPTextView.cpp | 99 | | DAPTextView | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.44444 | 490.496 | 27.2498 | 0.0207317 | 117.284 | 0 | 117.284 | 3 | 0 |
| DebugAdapterClient/DAPTextView.cpp | 106 | | DAPTextView | SetText(const dap::Source &, const wxString &, const wxString &, const wxString &) | 4 | 12 | 12 | 0 | 0 | 1 | 0 | 30 | 71 | 348.389 | 10.3333 | 3600.02 | 200.001 | 0.0782977 | 100.077 | 0 | 100.077 | 8 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 119 | | DAPTextView | SetFilePath(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 58 | 290 | 10.1471 | 2942.65 | 163.48 | 0.0684496 | 103.755 | 0 | 103.755 | 6 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 130 | | DAPTextView | UpdateLineNumbersMargin() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 53 | 254.79 | 7.76471 | 1978.37 | 109.909 | 0.0525311 | 110.436 | 0 | 110.436 | 6 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 138 | | DAPTextView | OnMarginClick(wxStyledTextEvent &) | 1 | 18 | 15 | 1 | 2 | 3 | 1 | 34 | 68 | 345.947 | 11.8125 | 4086.5 | 227.028 | 0.0852014 | 93.0853 | 17.8544 | 110.94 | 7 | 2 |
| DebugAdapterClient/DAPTextView.cpp | 157 | | DAPTextView | HasBreakpointMarker(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 8 | 1212.97 | 67.387 | 0.0379121 | 115.632 | 0 | 115.632 | 1 | 2 |
| DebugAdapterClient/DAPTextView.cpp | 164 | | DAPTextView | GetBreakpointMarkers(std::vector<int> *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 72 | 366.297 | 15 | 5494.46 | 305.248 | 0.103792 | 102.54 | 0 | 102.54 | 4 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 175 | | DAPTextView | DeleteBreakpointMarkers(int) | 1 | 14 | 12 | 1 | 1 | 3 | 1 | 32 | 60 | 300 | 13.0333 | 3910 | 217.222 | 0.08273 | 97.8976 | 20.1155 | 118.013 | 5 | 1 |
| DebugAdapterClient/DAPTextView.cpp | 190 | | DAPTextView | SetBreakpointMarker(int, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 35 | 158.325 | 6.41667 | 1015.92 | 56.4398 | 0.0336861 | 112.68 | 0 | 112.68 | 2 | 1 |
| DebugAdapterClient/DAPTooltip.cpp | 14 | | DAPTooltip | DAPTooltip(dap::Client *, const wxString &, const wxString &, const wxString &, int) | 5 | 21 | 19 | 3 | 1 | 1 | 0 | 63 | 176 | 1052 | 11.0938 | 11670.6 | 648.369 | 0.171504 | 85.2648 | 27.6325 | 112.897 | 21 | 1 |
| DebugAdapterClient/DAPTooltip.cpp | 36 | | DAPTooltip | UpdateChildren(int, dap::VariablesResponse *) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6 | 625.489 | 34.7494 | 0.0243795 | 124.149 | 0 | 124.149 | 1 | 1 |
| DebugAdapterClient/DAPTooltip.cpp | 41 | | DAPTooltip | OnKeyDown(wxKeyEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 25 | 46 | 213.617 | 6.67857 | 1426.66 | 79.2588 | 0.0422434 | 107.051 | 24.6875 | 131.739 | 6 | 1 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 15 | | DAPVariableListCtrl | DAPVariableListCtrl(wxWindow *, dap::Client *, dap::EvaluateContext, wxWindowID, const wxPoint &, const wxSize &) | 6 | 15 | 14 | 0 | 1 | 1 | 0 | 47 | 122 | 677.66 | 9.75 | 6607.18 | 367.066 | 0.11737 | 93.0026 | 0 | 93.0026 | 16 | 2 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 31 | | DAPVariableListCtrl | OnItemExpanding(wxTreeEvent &) | 1 | 26 | 19 | 2 | 5 | 2 | 1 | 44 | 121 | 660.591 | 11.9 | 7861.04 | 436.724 | 0.131785 | 83.9945 | 20.8285 | 104.823 | 13 | 1 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 58 | | DAPVariableListCtrl | OnMenu(wxTreeEvent &) | 1 | 18 | 17 | 0 | 1 | 1 | 2 | 41 | 100 | 535.755 | 10.3704 | 5555.98 | 308.666 | 0.104565 | 91.2709 | 0 | 91.2709 | 13 | 1 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 77 | | DAPVariableListCtrl | GetItemData(const wxTreeItemId &) | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 26 | 48 | 225.621 | 12.8 | 2887.95 | 160.442 | 0.0675987 | 103.516 | 0 | 103.516 | 2 | 2 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 89 | | DAPVariableListCtrl | AddWatch(const wxString &, const wxString &, const wxString &, int) | 4 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 92 | 471.894 | 12.4091 | 5855.78 | 325.321 | 0.108293 | 99.679 | 0 | 99.679 | 8 | 3 |
| DebugAdapterClient/DAPVariableListCtrl.cpp | 101 | | DAPVariableListCtrl | UpdateChildren(int, dap::VariablesResponse *) | 2 | 22 | 18 | 1 | 3 | 4 | 2 | 50 | 131 | 739.345 | 19.5517 | 14455.5 | 803.082 | 0.197803 | 85.6551 | 16.2158 | 101.871 | 13 | 2 |
| DebugAdapterClient/DAPWatchesView.cpp | 9 | | DAPWatchesView | DAPWatchesView(wxWindow *, DebugAdapterClient *, clModuleLogger &) | 3 | 23 | 21 | 0 | 2 | 1 | 0 | 63 | 264 | 1578 | 15.7812 | 24902.8 | 1383.49 | 0.284257 | 81.6826 | 0 | 81.6826 | 40 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 33 | | DAPWatchesView | Update(int) | 1 | 30 | 25 | 2 | 3 | 4 | 3 | 58 | 188 | 1101.3 | 20 | 22026 | 1223.67 | 0.26192 | 78.5585 | 19.4709 | 98.0294 | 21 | 2 |
| DebugAdapterClient/DAPWatchesView.cpp | 64 | | DAPWatchesView | OnNewWatch(wxCommandEvent &) | 1 | 16 | 14 | 0 | 2 | 2 | 1 | 42 | 105 | 566.193 | 9.75 | 5520.38 | 306.688 | 0.104118 | 92.6616 | 0 | 92.6616 | 15 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 81 | | DAPWatchesView | OnDeleteWatch(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 7.14286 | 1604.74 | 89.152 | 0.0456893 | 105.082 | 0 | 105.082 | 7 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 92 | | DAPWatchesView | OnDeleteAll(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 34 | 141.777 | 5.2 | 737.243 | 40.9579 | 0.0272031 | 115.981 | 0 | 115.981 | 4 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 99 | | DAPWatchesView | UpdateChildren(int, dap::VariablesResponse *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 34 | 149.339 | 8.66667 | 1294.27 | 71.9039 | 0.0395878 | 112.984 | 0 | 112.984 | 1 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 107 | | DAPWatchesView | OnDeleteAllUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 41 | 190.398 | 7.07143 | 1346.39 | 74.7993 | 0.0406436 | 114.448 | 0 | 114.448 | 4 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 114 | | DAPWatchesView | OnDeleteWatchUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.36364 | 922.387 | 51.2437 | 0.0315855 | 115.866 | 0 | 115.866 | 4 | 1 |
| DebugAdapterClient/DAPWatchesView.cpp | 121 | | DAPWatchesView | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 31 | 121.114 | 4.8125 | 582.859 | 32.3811 | 0.0232588 | 116.801 | 0 | 116.801 | 4 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 12 | | DapDebuggerSettingsDlg | DapDebuggerSettingsDlg(wxWindow *, clDapSettingsStore &) | 2 | 26 | 21 | 0 | 5 | 1 | 0 | 56 | 224 | 1300.85 | 14.5 | 18862.3 | 1047.9 | 0.236197 | 80.7008 | 0 | 80.7008 | 33 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 39 | | DapDebuggerSettingsDlg | Initialise() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 57 | 276.905 | 10.7333 | 2972.11 | 165.117 | 0.0689058 | 107.61 | 0 | 107.61 | 5 | 2 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 48 | | DapDebuggerSettingsDlg | OnItemsUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 146.723 | 0 | 146.723 | 2 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 50 | | DapDebuggerSettingsDlg | OnOpenHelpDocs(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 121.537 | 0 | 121.537 | 3 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 56 | | DapDebuggerSettingsDlg | OnDelete(wxCommandEvent &) | 1 | 17 | 15 | 0 | 2 | 3 | 1 | 45 | 92 | 505.25 | 11.6667 | 5894.59 | 327.477 | 0.108771 | 92.0417 | 0 | 92.0417 | 11 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 74 | | DapDebuggerSettingsDlg | OnScan(wxCommandEvent &) | 1 | 20 | 19 | 0 | 1 | 4 | 1 | 50 | 101 | 570.029 | 10.6875 | 6092.19 | 338.455 | 0.111189 | 88.5516 | 0 | 88.5516 | 13 | 1 |
| DebugAdapterClient/DapDebuggerSettingsDlg.cpp | 95 | | DapDebuggerSettingsDlg | OnNew(wxCommandEvent &) | 1 | 15 | 12 | 1 | 2 | 2 | 1 | 40 | 90 | 478.974 | 11.3333 | 5428.37 | 301.576 | 0.102958 | 94.577 | 19.4709 | 114.048 | 14 | 1 |
| DebugAdapterClient/DapLocator.cpp | 19 | {anonymous} | | wrap_string(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 41 | 177.199 | 8.5 | 1506.19 | 83.6773 | 0.0437991 | 109.931 | 0 | 109.931 | 7 | 2 |
| DebugAdapterClient/DapLocator.cpp | 28 | {anonymous} | | create_entry(const wxString &, int, const std::vector<wxString> &, DapLaunchType) | 4 | 25 | 24 | 0 | 1 | 2 | 1 | 54 | 143 | 822.949 | 16.8286 | 13849.1 | 769.392 | 0.192232 | 83.4872 | 0 | 83.4872 | 17 | 1 |
| DebugAdapterClient/DapLocator.cpp | 54 | {anonymous} | | create_entry_stdio(const wxString &, const std::vector<wxString> &, DapLaunchType) | 3 | 23 | 22 | 0 | 1 | 2 | 1 | 51 | 131 | 743.088 | 16.3281 | 12133.2 | 674.068 | 0.176007 | 85.3688 | 0 | 85.3688 | 15 | 2 |
| DebugAdapterClient/DapLocator.cpp | 9 | | DapLocator | Locate(std::vector<DapEntry> *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 7.5 | 1270.94 | 70.6077 | 0.0391106 | 112.557 | 0 | 112.557 | 4 | 2 |
| DebugAdapterClient/DapLocator.cpp | 79 | | DapLocator | find_lldb_dap(std::vector<DapEntry> *) | 1 | 21 | 18 | 1 | 2 | 2 | 1 | 57 | 148 | 863.268 | 15.5 | 13380.6 | 743.369 | 0.187873 | 86.063 | 16.583 | 102.646 | 13 | 1 |
| DebugAdapterClient/DapLocator.cpp | 101 | | DapLocator | find_debugpy(std::vector<DapEntry> *) | 1 | 21 | 16 | 3 | 2 | 3 | 1 | 52 | 120 | 684.053 | 10.4444 | 7144.55 | 396.92 | 0.12365 | 87.043 | 27.6325 | 114.675 | 16 | 1 |
| DebugAdapterClient/DapLocator.cpp | 123 | | DapLocator | find_gdb(std::vector<DapEntry> *) | 1 | 40 | 28 | 8 | 4 | 5 | 2 | 76 | 213 | 1330.81 | 18.4615 | 24568.8 | 1364.93 | 0.281709 | 72.6837 | 31.9355 | 104.619 | 57 | 1 |
| DebugAdapterClient/DapSettingsPage.cpp | 27 | | DapSettingsPage | DapSettingsPage(wxWindow *, clDapSettingsStore &, const DapEntry &) | 3 | 68 | 62 | 0 | 6 | 10 | 3 | 106 | 508 | 3417.78 | 30.4012 | 103905 | 5772.49 | 0.73672 | 58.0329 | 0 | 58.0329 | 97 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 146 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 148 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 158 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 74 | {anonymous} | | to_string_array(const clEnvList_t &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 63 | 309.134 | 11.8125 | 3651.65 | 202.869 | 0.0790444 | 105.129 | 0 | 105.129 | 8 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 84 | {anonymous} | | get_dap_settings_file() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 5.31818 | 827.453 | 45.9696 | 0.0293793 | 115.498 | 0 | 115.498 | 7 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 94 | {anonymous} | StdioTransport | StdioTransport() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 5 | 5 | 11.6096 | 1.5 | 17.4145 | 0.96747 | 0.00223951 | 158.02 | 0 | 158.02 | 0 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 95 | {anonymous} | StdioTransport | ~StdioTransport() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 97 | {anonymous} | StdioTransport | SetProcess(DapProcess::Ptr_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 1 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 104 | {anonymous} | StdioTransport | Read(std::string &, int) [override] | 2 | 17 | 16 | 0 | 1 | 4 | 1 | 40 | 80 | 425.754 | 12.2143 | 5200.28 | 288.905 | 0.100053 | 92.7019 | 0 | 92.7019 | 11 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 126 | {anonymous} | StdioTransport | Send(const std::string &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 35 | 158.325 | 7.09091 | 1122.67 | 62.3703 | 0.0360063 | 112.68 | 0 | 112.68 | 3 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 160 | | DebugAdapterClient | DebugAdapterClient(IManager *) | 1 | 86 | 71 | 6 | 11 | 1 | 0 | 156 | 899 | 6549.58 | 19.1403 | 125361 | 6964.49 | 0.834936 | 52.9164 | 19.8936 | 72.81 | 105 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 247 | | DebugAdapterClient | UnPlug() [override] | 0 | 61 | 55 | 4 | 3 | 1 | 0 | 115 | 764 | 5229.95 | 13.8558 | 72465 | 4025.84 | 0.579381 | 59.6506 | 19.3192 | 78.9698 | 77 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 309 | | DebugAdapterClient | RegisterDebuggers() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 63 | 302.863 | 7.76471 | 2351.64 | 130.647 | 0.0589468 | 105.236 | 0 | 105.236 | 9 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 319 | | DebugAdapterClient | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 321 | | DebugAdapterClient | CreatePluginMenu(wxMenu *) [override] | 1 | 18 | 14 | 3 | 1 | 4 | 3 | 34 | 86 | 437.522 | 8.72727 | 3818.37 | 212.132 | 0.0814325 | 91.6341 | 29.5564 | 121.19 | 10 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 340 | | DebugAdapterClient | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| DebugAdapterClient/DebugAdapterClient.cpp | 346 | | DebugAdapterClient | ClearDebuggerMarker() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 22 | 42 | 187.296 | 5.53846 | 1037.33 | 57.6296 | 0.0341579 | 107.735 | 0 | 107.735 | 6 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 356 | | DebugAdapterClient | RefreshBreakpointsView() | 0 | 23 | 19 | 2 | 2 | 5 | 2 | 41 | 113 | 605.403 | 12.8 | 7749.16 | 430.509 | 0.130531 | 85.7443 | 22.0554 | 107.8 | 14 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 380 | | DebugAdapterClient | OnDebugContinue(clDebugEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 1 | 21 | 30 | 131.77 | 4.5 | 592.963 | 32.9424 | 0.0235268 | 113.865 | 27.6325 | 141.497 | 8 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 388 | | DebugAdapterClient | OnDebugStart(clDebugEvent &) | 1 | 115 | 87 | 13 | 15 | 16 | 3 | 114 | 665 | 4543.87 | 22.7 | 103146 | 5730.33 | 0.733128 | 46.6601 | 24.8817 | 71.5418 | 159 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 504 | | DebugAdapterClient | OnDebugNext(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 30 | 131.77 | 4.5 | 592.963 | 32.9424 | 0.0235268 | 116.362 | 0 | 116.362 | 8 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 511 | | DebugAdapterClient | OnDebugStop(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 19 | 28 | 118.942 | 4 | 475.768 | 26.4315 | 0.0203146 | 116.895 | 0 | 116.895 | 8 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 518 | | DebugAdapterClient | OnDebugIsRunning(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 4 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 524 | | DebugAdapterClient | OnDebugCanInteract(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 5.4 | 734.042 | 40.7801 | 0.0271243 | 118.924 | 0 | 118.924 | 5 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 530 | | DebugAdapterClient | OnDebugStepIn(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 30 | 131.77 | 4.5 | 592.963 | 32.9424 | 0.0235268 | 116.362 | 0 | 116.362 | 8 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 537 | | DebugAdapterClient | OnDebugStepOut(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 30 | 131.77 | 4.5 | 592.963 | 32.9424 | 0.0235268 | 116.362 | 0 | 116.362 | 8 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 544 | | DebugAdapterClient | RestoreUI() | 0 | 13 | 9 | 2 | 2 | 2 | 1 | 20 | 36 | 155.589 | 6 | 933.536 | 51.8631 | 0.0318395 | 102.742 | 28.5467 | 131.289 | 5 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 558 | | DebugAdapterClient | LoadPerspective() | 0 | 27 | 19 | 4 | 4 | 5 | 2 | 49 | 139 | 780.445 | 16.5517 | 12917.7 | 717.65 | 0.183514 | 81.8262 | 28.0786 | 109.905 | 18 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 586 | | DebugAdapterClient | ShowPane(const wxString &, bool) | 2 | 15 | 15 | 0 | 0 | 5 | 3 | 31 | 82 | 406.244 | 10.2941 | 4181.92 | 232.329 | 0.0865226 | 94.7434 | 0 | 94.7434 | 7 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 602 | | DebugAdapterClient | HideDebuggerUI() | 0 | 26 | 23 | 1 | 2 | 5 | 2 | 43 | 147 | 797.661 | 11.7857 | 9401 | 522.278 | 0.148478 | 82.3241 | 14.9585 | 97.2825 | 20 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 629 | | DebugAdapterClient | InitializeUI() | 0 | 20 | 19 | 0 | 1 | 3 | 1 | 48 | 133 | 742.8 | 11.5161 | 8554.18 | 475.232 | 0.139422 | 87.4049 | 0 | 87.4049 | 21 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 650 | | DebugAdapterClient | DoCleanup() | 0 | 32 | 27 | 1 | 4 | 5 | 2 | 51 | 148 | 839.519 | 11.6571 | 9786.39 | 543.688 | 0.152508 | 78.6944 | 13.5225 | 92.2169 | 20 | 4 |
| DebugAdapterClient/DebugAdapterClient.cpp | 683 | | DebugAdapterClient | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 689 | | DebugAdapterClient | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 691 | | DebugAdapterClient | OnToggleInterrupt(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 17 | 27 | 110.361 | 4.44444 | 490.496 | 27.2498 | 0.0207317 | 117.284 | 0 | 117.284 | 4 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 698 | | DebugAdapterClient | OnBuildStarting(clBuildEvent &) | 1 | 17 | 14 | 2 | 1 | 3 | 2 | 33 | 72 | 363.196 | 7.8 | 2832.93 | 157.385 | 0.0667374 | 93.7582 | 25.3357 | 119.094 | 8 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 716 | | DebugAdapterClient | OnAddWatch(wxCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 1 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 123.811 | 31.9355 | 155.747 | 2 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 722 | | DebugAdapterClient | OnSettings(wxCommandEvent &) | 1 | 14 | 12 | 1 | 1 | 2 | 1 | 33 | 69 | 348.063 | 9.21053 | 3205.85 | 178.103 | 0.0724726 | 97.3549 | 20.1155 | 117.47 | 11 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 737 | | DebugAdapterClient | OnInitDone(wxCommandEvent &) | 1 | 16 | 15 | 1 | 0 | 3 | 1 | 40 | 92 | 489.617 | 8.88462 | 4350.06 | 241.67 | 0.0888265 | 93.1872 | 18.8844 | 112.072 | 18 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 754 | | DebugAdapterClient | OnDebugTooltip(clDebugEvent &) | 1 | 23 | 20 | 0 | 3 | 2 | 2 | 57 | 151 | 880.766 | 14.25 | 12550.9 | 697.273 | 0.180023 | 84.4849 | 0 | 84.4849 | 19 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 778 | | DebugAdapterClient | OnDestroyTip(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 784 | | DebugAdapterClient | OnDebugQuickDebug(clDebugEvent &) | 1 | 38 | 30 | 2 | 6 | 5 | 2 | 56 | 205 | 1190.51 | 13.5366 | 16115.4 | 895.301 | 0.21267 | 74.094 | 17.3987 | 91.4927 | 27 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 823 | | DebugAdapterClient | OnDebugCoreFile(clDebugEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 829 | | DebugAdapterClient | OnDebugAttachToProcess(clDebugEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 835 | | DebugAdapterClient | OnDebugDeleteAllBreakpoints(clDebugEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 841 | | DebugAdapterClient | OnDebugDisableAllBreakpoints(clDebugEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 843 | | DebugAdapterClient | OnDebugEnableAllBreakpoints(clDebugEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 845 | | DebugAdapterClient | OnDebugVOID(clDebugEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 847 | | DebugAdapterClient | OnDebugNextInst(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 22 | 30 | 133.783 | 5 | 668.915 | 37.1619 | 0.0254952 | 119.237 | 0 | 119.237 | 3 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 853 | | DebugAdapterClient | OnDebugShowCursor(clDebugEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 1 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 123.811 | 31.9355 | 155.747 | 2 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 863 | | DebugAdapterClient | OnDapExited(DAPEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 4.90909 | 636.502 | 35.3612 | 0.0246649 | 116.446 | 0 | 116.446 | 7 | 4 |
| DebugAdapterClient/DebugAdapterClient.cpp | 870 | | DebugAdapterClient | OnDapLog(DAPEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.4 | 688.164 | 38.2313 | 0.0259821 | 119.489 | 0 | 119.489 | 7 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 876 | | DebugAdapterClient | OnDapOutputEvent(DAPEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 41 | 185.466 | 7.09091 | 1315.12 | 73.0624 | 0.0400119 | 114.355 | 0 | 114.355 | 5 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 883 | | DebugAdapterClient | OnDapModuleEvent(DAPEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 7 | 1444.26 | 80.2368 | 0.0425902 | 111.303 | 0 | 111.303 | 7 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 891 | | DebugAdapterClient | OnDapLaunchResponse(DAPEvent &) | 1 | 12 | 9 | 2 | 1 | 3 | 1 | 40 | 70 | 372.535 | 12.6667 | 4718.78 | 262.154 | 0.0937774 | 99.2688 | 29.5564 | 128.825 | 5 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 904 | | DebugAdapterClient | OnDapInitializeResponse(DAPEvent &) | 1 | 27 | 22 | 3 | 3 | 5 | 1 | 58 | 208 | 1218.46 | 18.45 | 22480.6 | 1248.92 | 0.265512 | 79.5097 | 24.6875 | 104.197 | 48 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 933 | | DebugAdapterClient | OnDapInitializedEvent(DAPEvent &) | 1 | 13 | 10 | 2 | 1 | 2 | 1 | 29 | 53 | 257.473 | 7.05882 | 1817.46 | 100.97 | 0.0496426 | 100.123 | 28.5467 | 128.67 | 9 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 947 | | DebugAdapterClient | OnDapStoppedEvent(DAPEvent &) | 1 | 22 | 16 | 3 | 3 | 4 | 2 | 42 | 98 | 528.447 | 10.1538 | 5365.77 | 298.098 | 0.102165 | 87.4014 | 27.069 | 114.47 | 16 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 970 | | DebugAdapterClient | OnDapThreadsResponse(DAPEvent &) | 1 | 12 | 8 | 1 | 3 | 1 | 1 | 30 | 62 | 304.227 | 8.79412 | 2675.41 | 148.634 | 0.06424 | 100.782 | 21.6227 | 122.405 | 7 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 983 | | DebugAdapterClient | OnDapStackTraceResponse(DAPEvent &) | 1 | 16 | 12 | 1 | 3 | 2 | 1 | 44 | 99 | 540.484 | 13.5 | 7296.53 | 405.363 | 0.125398 | 92.9032 | 18.8844 | 111.788 | 10 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1000 | | DebugAdapterClient | OnDapScopesResponse(DAPEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 38 | 78 | 409.338 | 11.7381 | 4804.85 | 266.936 | 0.0949144 | 99.0089 | 0 | 99.0089 | 11 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1013 | | DebugAdapterClient | OnDapVariablesResponse(DAPEvent &) | 1 | 23 | 21 | 2 | 0 | 5 | 1 | 41 | 122 | 653.621 | 17.7045 | 11572.1 | 642.893 | 0.170537 | 85.3458 | 22.0554 | 107.401 | 9 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1037 | | DebugAdapterClient | OnDapSetFunctionBreakpointResponse(DAPEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 67 | 337.974 | 9.94737 | 3361.96 | 186.775 | 0.0748066 | 101.415 | 0 | 101.415 | 6 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1049 | | DebugAdapterClient | OnDapSetSourceBreakpointResponse(DAPEvent &) | 1 | 26 | 19 | 3 | 4 | 4 | 2 | 48 | 157 | 876.839 | 17.5484 | 15387.1 | 854.84 | 0.206213 | 82.062 | 25.1141 | 107.176 | 20 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1076 | | DebugAdapterClient | OnDapBreakpointEvent(DAPEvent &) | 1 | 20 | 17 | 2 | 1 | 3 | 2 | 43 | 121 | 656.578 | 13.125 | 8617.59 | 478.755 | 0.14011 | 88.0465 | 23.5268 | 111.573 | 12 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1097 | | DebugAdapterClient | OnDapRunInTerminal(DAPEvent &) | 1 | 20 | 18 | 1 | 1 | 2 | 1 | 55 | 134 | 774.702 | 15.4286 | 11952.5 | 664.03 | 0.174255 | 87.4162 | 16.9762 | 104.392 | 14 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1122 | | DebugAdapterClient | UpdateWatches() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 21 | 43 | 188.87 | 6.05 | 1142.66 | 63.4812 | 0.0364326 | 107.691 | 0 | 107.691 | 6 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1132 | | DebugAdapterClient | StartSocketDap() | 0 | 24 | 20 | 3 | 2 | 2 | 1 | 56 | 163 | 946.599 | 14.9211 | 14124.3 | 784.681 | 0.19477 | 83.4206 | 26.0372 | 109.458 | 25 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1157 | | DebugAdapterClient | StartStdioDap() | 0 | 33 | 27 | 3 | 4 | 3 | 1 | 64 | 202 | 1212 | 18.314 | 22196.5 | 1233.14 | 0.26327 | 76.7464 | 22.5149 | 99.2613 | 30 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1191 | | DebugAdapterClient | InitialiseSession(const DapEntry &, const wxString &, const wxString &, const wxString &, const wxString &, const clEnvList_t &) | 6 | 34 | 30 | 1 | 3 | 6 | 2 | 57 | 201 | 1172.41 | 18.2308 | 21374 | 1187.44 | 0.256725 | 75.7455 | 13.1285 | 88.874 | 25 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1226 | | DebugAdapterClient | StartAndConnectToDapServer() | 0 | 63 | 48 | 8 | 7 | 5 | 2 | 97 | 354 | 2336.37 | 22.0274 | 51464.1 | 2859.12 | 0.461192 | 62.3982 | 26.2218 | 88.62 | 85 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1290 | | DebugAdapterClient | OnFileLoaded(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1292 | | DebugAdapterClient | IsDebuggerOwnedByPlugin(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 123.562 | 0 | 123.562 | 2 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1297 | | DebugAdapterClient | OnProcessOutput(clProcessEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 22 | 44 | 196.215 | 7.5 | 1471.61 | 81.7562 | 0.0431262 | 111.334 | 0 | 111.334 | 8 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1305 | | DebugAdapterClient | OnProcessTerminated(clProcessEvent &) | 1 | 13 | 11 | 0 | 2 | 1 | 0 | 32 | 72 | 360 | 6.36364 | 2290.91 | 127.273 | 0.0579274 | 98.6101 | 0 | 98.6101 | 19 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1319 | | DebugAdapterClient | StopProcess() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 25 | 49 | 227.549 | 5.66667 | 1289.44 | 71.6358 | 0.0394894 | 102.062 | 21.6227 | 123.685 | 12 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1332 | | DebugAdapterClient | NormaliseReceivedPath(const wxString &) const | 1 | 22 | 21 | 1 | 0 | 5 | 2 | 36 | 113 | 584.202 | 14.6429 | 8554.38 | 475.243 | 0.139424 | 86.6498 | 16.2158 | 102.866 | 8 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1355 | | DebugAdapterClient | LoadFile(const dap::Source &, int) | 2 | 57 | 46 | 5 | 6 | 9 | 3 | 82 | 349 | 2218.79 | 26.2759 | 58300.5 | 3238.92 | 0.50118 | 63.368 | 22.145 | 85.5131 | 61 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1413 | | DebugAdapterClient | PrepareEnvForFileSystemWorkspace(const DapEntry &, bool) | 2 | 17 | 16 | 1 | 1 | 4 | 2 | 39 | 124 | 655.39 | 11.5 | 7536.98 | 418.721 | 0.128138 | 90.4587 | 18.3478 | 108.807 | 20 | 1 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1431 | | DebugAdapterClient | OnIdle(wxIdleEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 21 | 41 | 180.085 | 5.90909 | 1064.14 | 59.1188 | 0.0347438 | 107.939 | 0 | 107.939 | 4 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1441 | | DebugAdapterClient | DestroyTooltip() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 12 | 18 | 64.5293 | 3.5 | 225.853 | 12.5474 | 0.0123622 | 123.028 | 0 | 123.028 | 1 | 3 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1447 | | DebugAdapterClient | OnPageClosing(wxNotifyEvent &) | 1 | 10 | 9 | 1 | 0 | 4 | 1 | 24 | 48 | 220.078 | 8.86364 | 1950.69 | 108.372 | 0.0520401 | 104.729 | 23.5268 | 128.256 | 4 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1458 | | DebugAdapterClient | ReplacePlaceholders(const wxString &) const | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 29 | 69 | 335.201 | 10.5625 | 3540.56 | 196.698 | 0.0774331 | 103.002 | 0 | 103.002 | 11 | 2 |
| DebugAdapterClient/DebugAdapterClient.cpp | 1469 | | DebugAdapterClient | GetCurrentFrameId() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 30 | 120 | 6.66667 | 800 | 44.4444 | 0.0287258 | 114.121 | 0 | 114.121 | 3 | 2 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 5 | | RunInTerminalHelper | RunInTerminalHelper(clModuleLogger &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 45 | 200.674 | 8 | 1605.4 | 89.1886 | 0.0457018 | 114.175 | 0 | 114.175 | 3 | 1 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 12 | | RunInTerminalHelper | ~RunInTerminalHelper() [override] | 0 | 11 | 9 | 2 | 0 | 2 | 1 | 23 | 55 | 248.796 | 9.27273 | 2307.02 | 128.168 | 0.0581986 | 103.008 | 30.6787 | 133.686 | 5 | 0 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 24 | | RunInTerminalHelper | OnProcessTerminated(clProcessEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 4 | 424.793 | 23.5996 | 0.0188364 | 120.438 | 0 | 120.438 | 6 | 2 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 30 | | RunInTerminalHelper | RunProcess(const std::vector<wxString> &, const wxString &, const clEnvList_t &) | 3 | 19 | 17 | 0 | 2 | 3 | 1 | 44 | 123 | 671.51 | 17.3077 | 11622.3 | 645.683 | 0.17103 | 88.7605 | 0 | 88.7605 | 26 | 1 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 50 | | RunInTerminalHelper | Terminate() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 12 | 20 | 71.6993 | 6 | 430.196 | 23.8998 | 0.0189957 | 119.297 | 0 | 119.297 | 1 | 2 |
| DebugAdapterClient/RunInTerminalHelper.cpp | 57 | | RunInTerminalHelper | OnDebugEnded(clDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| DebugAdapterClient/SessionBreakpoints.cpp | 5 | | SessionBreakpoints | clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 1 |
| DebugAdapterClient/SessionBreakpoints.cpp | 7 | | SessionBreakpoints | find_by_id_internal(int) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 49 | 230.322 | 14.4 | 3316.63 | 184.257 | 0.0741328 | 106.43 | 0 | 106.43 | 2 | 3 |
| DebugAdapterClient/SessionBreakpoints.cpp | 17 | | SessionBreakpoints | find_by_id(int, dap::Breakpoint *) | 2 | 12 | 11 | 0 | 1 | 3 | 1 | 29 | 54 | 262.331 | 12.75 | 3344.72 | 185.818 | 0.0745507 | 101.093 | 0 | 101.093 | 3 | 1 |
| DebugAdapterClient/SessionBreakpoints.cpp | 30 | | SessionBreakpoints | update_or_insert(const dap::Breakpoint &) | 1 | 17 | 15 | 1 | 1 | 4 | 2 | 34 | 73 | 371.385 | 14.0625 | 5222.6 | 290.144 | 0.100339 | 93.4123 | 18.3478 | 111.76 | 4 | 3 |
| DebugAdapterClient/SessionBreakpoints.cpp | 48 | | SessionBreakpoints | find_by_path_internal(const wxString &, std::vector<dap::Breakpoint> *) | 2 | 14 | 13 | 0 | 1 | 5 | 2 | 42 | 102 | 550.016 | 22.3947 | 12317.5 | 684.304 | 0.177784 | 94.2855 | 0 | 94.2855 | 9 | 1 |
| DebugAdapterClient/SessionBreakpoints.cpp | 63 | | SessionBreakpoints | delete_by_id(int) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 41 | 185.466 | 8.72727 | 1618.61 | 89.9229 | 0.0459523 | 109.694 | 0 | 109.694 | 5 | 2 |
| DebugAdapterClient/SessionBreakpoints.cpp | 72 | | SessionBreakpoints | delete_by_path(const wxString &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 29 | 48 | 233.183 | 8.53125 | 1989.34 | 110.519 | 0.0527252 | 106.595 | 0 | 106.595 | 4 | 2 |
| DebugAdapterClient/SessionBreakpoints.cpp | 82 | | SessionBreakpoints | delete_by_paths(const std::vector<dap::Breakpoint> &) | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 33 | 80 | 403.552 | 11.7895 | 4757.66 | 264.314 | 0.0942919 | 97.3262 | 0 | 97.3262 | 6 | 1 |
| DebugAdapterClient/StdioTransport.cpp | 3 | | StdioTransport | Read(std::string &, int) [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.5 | 870.869 | 48.3816 | 0.0303981 | 116.276 | 0 | 116.276 | 2 | 0 |
| DebugAdapterClient/StdioTransport.cpp | 10 | | StdioTransport | Send(const std::string &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 120.746 | 0 | 120.746 | 1 | 0 |
| DebugAdapterClient/UI.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| DebugAdapterClient/UI.cpp | 223 | | DAPBreakpointsViewBase | DAPBreakpointsViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 40 | 31 | 2 | 7 | 3 | 1 | 84 | 355 | 2269.27 | 19.7308 | 44774.5 | 2487.47 | 0.420306 | 70.3686 | 16.9762 | 87.3448 | 50 | 1 |
| DebugAdapterClient/UI.cpp | 264 | | DAPBreakpointsViewBase | ~DAPBreakpointsViewBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 121.415 | 0 | 121.415 | 1 | 0 |
| DebugAdapterClient/UI.cpp | 26 | | DAPMainViewBase | DAPMainViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 117 | 89 | 2 | 26 | 3 | 1 | 115 | 936 | 6407.38 | 37.2083 | 238408 | 13244.9 | 1.28162 | 47.5837 | 10.0583 | 57.642 | 116 | 1 |
| DebugAdapterClient/UI.cpp | 144 | | DAPMainViewBase | ~DAPMainViewBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| DebugAdapterClient/UI.cpp | 270 | | DAPTextViewBase | DAPTextViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 58 | 42 | 8 | 8 | 3 | 1 | 80 | 383 | 2421.3 | 23.3607 | 56563.1 | 3142.4 | 0.491173 | 64.0121 | 27.2067 | 91.2188 | 49 | 1 |
| DebugAdapterClient/UI.cpp | 329 | | DAPTextViewBase | ~DAPTextViewBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| DebugAdapterClient/UI.cpp | 331 | | DAPWatchesViewBase | DAPWatchesViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 26 | 21 | 1 | 4 | 3 | 1 | 65 | 181 | 1090.05 | 13.6304 | 14857.8 | 825.435 | 0.201457 | 81.1602 | 14.9585 | 96.1186 | 23 | 1 |
| DebugAdapterClient/UI.cpp | 358 | | DAPWatchesViewBase | ~DAPWatchesViewBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| DebugAdapterClient/UI.cpp | 151 | | DapDebuggerSettingsDlgBase | DapDebuggerSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 69 | 54 | 1 | 14 | 7 | 1 | 102 | 536 | 3576.42 | 27.3671 | 97876.2 | 5437.57 | 0.707941 | 58.2505 | 9.27108 | 67.5215 | 71 | 1 |
| DebugAdapterClient/UI.cpp | 221 | | DapDebuggerSettingsDlgBase | ~DapDebuggerSettingsDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| DebugAdapterClient/UI_lldbdebugger_bitmaps.cpp | 34 | | | wxCrafternz79PnInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 5 |
| DebugAdapterClient/clDapSettingsStore.cpp | 5 | | DapEntry | To() const | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 33 | 90 | 453.995 | 9.25 | 4199.46 | 233.303 | 0.0867643 | 98.7005 | 0 | 98.7005 | 16 | 1 |
| DebugAdapterClient/clDapSettingsStore.cpp | 18 | | DapEntry | From(const JSONItem &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 39 | 110 | 581.394 | 9.33333 | 5426.35 | 301.464 | 0.102932 | 100.368 | 0 | 100.368 | 25 | 1 |
| DebugAdapterClient/clDapSettingsStore.cpp | 32 | | clDapSettingsStore | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| DebugAdapterClient/clDapSettingsStore.cpp | 34 | | clDapSettingsStore | Load(const wxFileName &) | 1 | 23 | 19 | 1 | 3 | 4 | 1 | 50 | 132 | 744.989 | 13.7812 | 10266.9 | 570.382 | 0.15746 | 84.8955 | 15.872 | 100.767 | 16 | 1 |
| DebugAdapterClient/clDapSettingsStore.cpp | 58 | | clDapSettingsStore | Save(const wxFileName &) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 31 | 66 | 326.977 | 8.66667 | 2833.8 | 157.433 | 0.0667511 | 99.9471 | 0 | 99.9471 | 7 | 2 |
| DebugAdapterClient/clDapSettingsStore.cpp | 71 | | clDapSettingsStore | Get(const wxString &, DapEntry *) const | 2 | 9 | 8 | 0 | 1 | 3 | 1 | 32 | 51 | 255 | 13.8846 | 3540.58 | 196.699 | 0.0774334 | 105.9 | 0 | 105.9 | 4 | 8 |
| DebugAdapterClient/clDapSettingsStore.cpp | 81 | | clDapSettingsStore | Set(const DapEntry &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 41 | 180.085 | 7.27273 | 1309.71 | 72.7616 | 0.0399021 | 117.691 | 0 | 117.691 | 5 | 8 |
| DebugAdapterClient/clDapSettingsStore.cpp | 87 | | clDapSettingsStore | Delete(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 8.45 | 1452.52 | 80.6953 | 0.0427523 | 110.089 | 0 | 110.089 | 2 | 1 |
| DebugAdapterClient/clDapSettingsStore.cpp | 96 | | clDapSettingsStore | Set(const std::vector<DapEntry> &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 28 | 122.985 | 5.45455 | 670.827 | 37.2681 | 0.0255438 | 119.674 | 0 | 119.674 | 2 | 1 |
| DebugAdapterClient/clDapSettingsStore.cpp | 102 | | clDapSettingsStore | Update(const std::vector<DapEntry> &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 54 | 256.764 | 9.75 | 2503.45 | 139.08 | 0.061457 | 110.166 | 0 | 110.166 | 6 | 1 |
| codelitephp/PHPParser/FilesCollector.cpp | 12 | | FilesCollector | FilesCollector(wxArrayString &, const wxString &, const wxString &, wxProgressDialog *) | 4 | 10 | 10 | 0 | 0 | 1 | 0 | 32 | 75 | 375 | 9.6 | 3600 | 200 | 0.0782974 | 102.648 | 0 | 102.648 | 10 | 1 |
| codelitephp/PHPParser/FilesCollector.cpp | 23 | | FilesCollector | IsFileOK(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 32 | 140.554 | 7.33333 | 1030.73 | 57.2628 | 0.0340128 | 113.299 | 0 | 113.299 | 1 | 1 |
| codelitephp/PHPParser/FilesCollector.cpp | 31 | | FilesCollector | Collect(const wxString &) | 1 | 48 | 41 | 3 | 4 | 11 | 4 | 70 | 280 | 1716.2 | 23.8333 | 40902.7 | 2272.37 | 0.395713 | 67.0276 | 18.8844 | 85.912 | 36 | 1 |
| codelitephp/PHPParser/PHPSetterGetterEntry.cpp | 7 | | PHPSetterGetterEntry | PHPSetterGetterEntry(PHPEntityBase::Ptr_t) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 4.2 | 232.474 | 12.9152 | 0.0126026 | 127.441 | 0 | 127.441 | 1 | 1 |
| codelitephp/PHPParser/PHPSetterGetterEntry.cpp | 12 | | PHPSetterGetterEntry | GetGetter(size_t) const | 1 | 34 | 28 | 2 | 4 | 6 | 2 | 56 | 168 | 975.636 | 17.2027 | 16783.6 | 932.421 | 0.218508 | 76.7009 | 18.3478 | 95.0487 | 35 | 1 |
| codelitephp/PHPParser/PHPSetterGetterEntry.cpp | 47 | | PHPSetterGetterEntry | GetSetter(const wxString &, size_t) const | 2 | 37 | 32 | 1 | 4 | 5 | 1 | 59 | 187 | 1100.05 | 17.7805 | 19559.5 | 1086.64 | 0.241982 | 74.9369 | 12.5971 | 87.534 | 45 | 1 |
| codelitephp/PHPParser/PHPSetterGetterEntry.cpp | 85 | | PHPSetterGetterEntry | FormatName(wxString &, size_t) const | 2 | 36 | 30 | 1 | 5 | 8 | 3 | 50 | 202 | 1140.06 | 21.0938 | 24048.1 | 1336.01 | 0.277715 | 74.505 | 12.767 | 87.272 | 20 | 2 |
| codelitephp/PHPParser/PHPTerminal.cpp | 6 | | PHPTerminal | PHPTerminal(wxWindow *) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 69 | 351.035 | 8.75 | 3071.56 | 170.642 | 0.0704343 | 101.217 | 0 | 101.217 | 13 | 0 |
| codelitephp/PHPParser/PHPUserWorkspace.cpp | 6 | | PHPUserWorkspace | PHPUserWorkspace(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 3 |
| codelitephp/PHPParser/PHPUserWorkspace.cpp | 11 | | PHPUserWorkspace | GetFileName() const | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 68 | 330.343 | 8.82353 | 2914.79 | 161.933 | 0.0680169 | 103.077 | 0 | 103.077 | 12 | 2 |
| codelitephp/PHPParser/PHPUserWorkspace.cpp | 22 | | PHPUserWorkspace | Load() | 0 | 16 | 15 | 0 | 1 | 2 | 1 | 40 | 98 | 521.549 | 12 | 6258.59 | 347.699 | 0.113204 | 93.0887 | 0 | 93.0887 | 11 | 3 |
| codelitephp/PHPParser/PHPUserWorkspace.cpp | 39 | | PHPUserWorkspace | Save() | 0 | 14 | 12 | 1 | 1 | 2 | 1 | 34 | 76 | 386.647 | 10.15 | 3924.47 | 218.026 | 0.082934 | 96.8082 | 20.1155 | 116.924 | 10 | 2 |
| codelitephp/PHPParser/XDebugBreakpoint.cpp | 3 | | XDebugBreakpoint | XDebugBreakpoint(const wxString &, int) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 116.808 | 0 | 116.808 | 1 | 2 |
| codelitephp/PHPParser/XDebugBreakpoint.cpp | 10 | | XDebugBreakpoint | XDebugBreakpoint() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 5.25 | 308.754 | 17.153 | 0.0152272 | 123.511 | 0 | 123.511 | 0 | 3 |
| codelitephp/PHPParser/XDebugBreakpoint.cpp | 16 | | XDebugBreakpoint | operator==(const XDebugBreakpoint &) const | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 31 | 133.98 | 12.0714 | 1617.33 | 89.8515 | 0.045928 | 122.614 | 0 | 122.614 | 1 | 0 |
| codelitephp/PHPParser/XDebugBreakpoint.cpp | 21 | | XDebugBreakpoint | FromJSON(const JSONItem &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 5.46429 | 964.003 | 53.5557 | 0.0325285 | 117.798 | 0 | 117.798 | 7 | 1 |
| codelitephp/PHPParser/XDebugBreakpoint.cpp | 27 | | XDebugBreakpoint | ToJSON() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 7.72727 | 1323.68 | 73.538 | 0.0401854 | 112.5 | 0 | 112.5 | 6 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 41 | | PHPCCUserData | PHPCCUserData(PHPEntityBase::Ptr_t) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 0 |
| codelitephp/PHPParser/php_code_completion.cpp | 58 | | PHPCodeCompletion | PHPCodeCompletion() | 0 | 23 | 20 | 1 | 2 | 1 | 0 | 44 | 253 | 1381.24 | 14.1667 | 19567.5 | 1087.08 | 0.242049 | 82.3752 | 15.872 | 98.2472 | 28 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 82 | | PHPCodeCompletion | ~PHPCodeCompletion() [override] | 0 | 20 | 18 | 1 | 1 | 1 | 0 | 41 | 244 | 1307.24 | 14.85 | 19412.6 | 1078.48 | 0.240769 | 84.9256 | 16.9762 | 101.902 | 28 | 0 |
| codelitephp/PHPParser/php_code_completion.cpp | 103 | | PHPCodeCompletion | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 26 | 101.579 | 14 | 1422.11 | 79.006 | 0.0421535 | 114.988 | 0 | 114.988 | 1 | 9 |
| codelitephp/PHPParser/php_code_completion.cpp | 111 | | PHPCodeCompletion | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 119 | | PHPCodeCompletion | DoShowCompletionBox(const PHPEntityBase::List_t &, PHPExpression::Ptr_t) | 2 | 30 | 24 | 3 | 4 | 4 | 2 | 70 | 212 | 1299.41 | 15.6471 | 20331.9 | 1129.55 | 0.248312 | 77.6983 | 23.5268 | 101.225 | 36 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 150 | | PHPCodeCompletion | OnCodeCompletionBoxDismissed(clCodeCompletionEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 152 | | PHPCodeCompletion | DoPHPEntityToTagEntry(PHPEntityBase::Ptr_t) | 1 | 89 | 70 | 7 | 14 | 24 | 2 | 107 | 627 | 4226.9 | 34.3457 | 145176 | 8065.32 | 0.920749 | 49.3481 | 21.0465 | 70.3946 | 155 | 3 |
| codelitephp/PHPParser/php_code_completion.cpp | 242 | | PHPCodeCompletion | OnCodeComplete(clCodeCompletionEvent &) | 1 | 53 | 36 | 11 | 6 | 13 | 6 | 83 | 321 | 2046.39 | 20.1967 | 41330.3 | 2296.13 | 0.398466 | 64.0473 | 32.4311 | 96.4784 | 56 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 296 | | PHPCodeCompletion | OnFunctionCallTip(clCodeCompletionEvent &) | 1 | 29 | 22 | 5 | 2 | 6 | 4 | 46 | 134 | 740.157 | 14.1429 | 10467.9 | 581.552 | 0.159509 | 80.7141 | 29.9907 | 110.705 | 19 | 3 |
| codelitephp/PHPParser/php_code_completion.cpp | 333 | | PHPCodeCompletion | OnFindSymbol(clCodeCompletionEvent &) | 1 | 48 | 42 | 2 | 4 | 9 | 4 | 82 | 275 | 1748.33 | 21.0526 | 36806.9 | 2044.83 | 0.368834 | 67.3912 | 15.5492 | 82.9404 | 40 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 382 | | PHPCodeCompletion | OnTypeinfoTip(clCodeCompletionEvent &) | 1 | 22 | 20 | 0 | 2 | 6 | 4 | 38 | 111 | 582.52 | 12 | 6990.24 | 388.347 | 0.121863 | 86.4348 | 0 | 86.4348 | 13 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 405 | | PHPCodeCompletion | FindDefinition(IEditor *) | 1 | 19 | 18 | 2 | 0 | 4 | 3 | 42 | 127 | 684.824 | 12.7778 | 8750.53 | 486.141 | 0.141547 | 88.4284 | 24.0864 | 112.515 | 29 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 425 | | PHPCodeCompletion | OnCodeCompleteLangKeywords(clCodeCompletionEvent &) | 1 | 6 | 4 | 2 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 119.627 | 38.9925 | 158.62 | 1 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 432 | | PHPCodeCompletion | GetPHPEntityAtPos(IEditor *, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 123.848 | 0 | 123.848 | 1 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 438 | | PHPCodeCompletion | [static] CanCodeComplete(clCodeCompletionEvent &, IEditor *) | 2 | 30 | 23 | 2 | 5 | 10 | 2 | 48 | 148 | 826.574 | 28 | 23144.1 | 1285.78 | 0.270711 | 78.6707 | 19.4709 | 98.1416 | 7 | 3 |
| codelitephp/PHPParser/php_code_completion.cpp | 469 | | PHPCodeCompletion | OnFileSaved(clCommandEvent &) | 1 | 15 | 12 | 2 | 1 | 2 | 1 | 38 | 95 | 498.553 | 8.84 | 4407.21 | 244.845 | 0.0896027 | 94.3687 | 26.7997 | 121.168 | 13 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 485 | | PHPCodeCompletion | OnRetagWorkspace(wxCommandEvent &) | 1 | 15 | 12 | 2 | 1 | 3 | 2 | 29 | 74 | 359.491 | 9.75 | 3505.03 | 194.724 | 0.0769143 | 95.8392 | 26.7997 | 122.639 | 9 | 4 |
| codelitephp/PHPParser/php_code_completion.cpp | 501 | | PHPCodeCompletion | DoGetPHPEntryUnderTheAtPos(IEditor *, int, bool) | 3 | 68 | 53 | 10 | 5 | 15 | 3 | 92 | 468 | 3053.03 | 29.3333 | 89555.5 | 4975.3 | 0.667227 | 57.4698 | 27.9877 | 85.4574 | 83 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 570 | | PHPCodeCompletion | Open(const wxFileName &) | 1 | 11 | 8 | 2 | 1 | 1 | 0 | 23 | 52 | 235.225 | 6.75 | 1587.77 | 88.2095 | 0.0453667 | 103.529 | 30.6787 | 134.208 | 9 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 582 | | PHPCodeCompletion | Close() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 13 | 24 | 88.8106 | 5.6 | 497.339 | 27.6299 | 0.0209241 | 118.184 | 0 | 118.184 | 2 | 3 |
| codelitephp/PHPParser/php_code_completion.cpp | 589 | | PHPCodeCompletion | OnInsertDoxyBlock(clCodeCompletionEvent &) | 1 | 40 | 25 | 7 | 9 | 4 | 2 | 70 | 213 | 1305.54 | 16.6 | 21671.9 | 1204 | 0.259106 | 73.0134 | 30.1826 | 103.196 | 30 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 630 | | PHPCodeCompletion | OnQuickJump(clCodeCompletionEvent &) | 1 | 16 | 10 | 3 | 3 | 1 | 1 | 32 | 70 | 350 | 9.72222 | 3402.78 | 189.043 | 0.075411 | 95.3928 | 31.0814 | 126.474 | 8 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 647 | | PHPCodeCompletion | GotoDefinition(IEditor *) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 35 | 98 | 502.67 | 9.625 | 4838.2 | 268.789 | 0.095353 | 92.2983 | 18.3478 | 110.646 | 12 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 665 | | PHPCodeCompletion | DoSelectInEditor(IEditor *, const wxString &, int) | 3 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 7.85714 | 1751.4 | 97.2998 | 0.0484323 | 110.901 | 0 | 110.901 | 3 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 673 | | PHPCodeCompletion | ExpandRequire(const wxFileName &, const wxString &) | 2 | 64 | 58 | 2 | 4 | 16 | 4 | 90 | 354 | 2298.12 | 27.7742 | 63828.3 | 3546.02 | 0.532379 | 59.6989 | 13.5225 | 73.2214 | 48 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 738 | | PHPCodeCompletion | GetLocationForSettersGetters(const wxString &, const wxString &) | 2 | 58 | 48 | 3 | 7 | 17 | 3 | 52 | 236 | 1345.3 | 33.4286 | 44971.6 | 2498.42 | 0.421539 | 63.8481 | 17.2544 | 81.1025 | 8 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 797 | | PHPCodeCompletion | PhpKeywords(const wxString &) const | 1 | 21 | 21 | 0 | 0 | 4 | 2 | 55 | 172 | 994.394 | 17.027 | 16931.6 | 940.643 | 0.219791 | 84.8676 | 0 | 84.8676 | 26 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 819 | | PHPCodeCompletion | GetMembers(IEditor *, PHPEntityBase::List_t &, wxString &) | 3 | 45 | 35 | 5 | 5 | 9 | 2 | 64 | 276 | 1656 | 23.1977 | 38415.3 | 2134.19 | 0.379503 | 68.7188 | 24.6875 | 93.4064 | 39 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 865 | | PHPCodeCompletion | DoOpenEditorForEntry(PHPEntityBase::Ptr_t) | 1 | 10 | 8 | 2 | 0 | 2 | 1 | 32 | 76 | 380 | 8.7 | 3306 | 183.667 | 0.0739743 | 102.349 | 31.9355 | 134.285 | 14 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 876 | | PHPCodeCompletion | OnParseEnded(clParseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 882 | | PHPCodeCompletion | OnActiveEditorChanged(wxCommandEvent &) | 1 | 100 | 76 | 8 | 16 | 14 | 4 | 136 | 635 | 4500.54 | 31.4393 | 141494 | 7860.75 | 0.905114 | 49.4341 | 21.2145 | 70.6486 | 105 | 2 |
| codelitephp/PHPParser/php_code_completion.cpp | 983 | | PHPCodeCompletion | GetEditor(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 26 | 48 | 225.621 | 11.5909 | 2615.15 | 145.286 | 0.0632718 | 108.445 | 0 | 108.445 | 4 | 6 |
| codelitephp/PHPParser/php_code_completion.cpp | 329 | | PHPFindSymbol_ClientData | PHPFindSymbol_ClientData(PHPEntityBase::Ptr_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 4.2 | 195.739 | 10.8744 | 0.0112373 | 150.793 | 0 | 150.793 | 1 | 1 |
| codelitephp/PHPParser/php_code_completion.cpp | 330 | | PHPFindSymbol_ClientData | ~PHPFindSymbol_ClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| codelitephp/PHPParser/php_code_completion.cpp | 49 | | _SAscendingSort | operator()(const TagEntryPtr &, const TagEntryPtr &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 8.55556 | 1294.18 | 71.8987 | 0.039586 | 122.213 | 0 | 122.213 | 5 | 3 |
| codelitephp/PHPParser/php_configuration_data.cpp | 11 | | PHPConfigurationData | PHPConfigurationData() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 27 | 49 | 232.989 | 4.75 | 1106.7 | 61.4833 | 0.0356642 | 102.169 | 0 | 102.169 | 6 | 20 |
| codelitephp/PHPParser/php_configuration_data.cpp | 24 | | PHPConfigurationData | FromJSON(const JSONItem &) [override] | 1 | 16 | 13 | 2 | 1 | 2 | 1 | 41 | 148 | 792.918 | 11 | 8722.09 | 484.561 | 0.141241 | 90.9103 | 26.0372 | 116.948 | 32 | 0 |
| codelitephp/PHPParser/php_configuration_data.cpp | 41 | | PHPConfigurationData | ToJSON() const [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 34 | 96 | 488.396 | 8.75 | 4273.47 | 237.415 | 0.0877807 | 97.024 | 0 | 97.024 | 19 | 0 |
| codelitephp/PHPParser/php_configuration_data.cpp | 55 | | PHPConfigurationData | GetIncludePathsAsString() const | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 31 | 71 | 351.748 | 12.8 | 4502.37 | 250.132 | 0.090888 | 104.228 | 0 | 104.228 | 10 | 1 |
| codelitephp/PHPParser/php_configuration_data.cpp | 65 | | PHPConfigurationData | GetCCIncludePathsAsString() const | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 31 | 67 | 331.931 | 12.8 | 4248.72 | 236.04 | 0.0874415 | 104.529 | 0 | 104.529 | 8 | 1 |
| codelitephp/PHPParser/php_configuration_data.cpp | 75 | | PHPConfigurationData | Load() | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 18 | 32 | 133.438 | 7.85714 | 1048.44 | 58.2466 | 0.0344012 | 111.636 | 0 | 111.636 | 4 | 22 |
| codelitephp/PHPParser/php_configuration_data.cpp | 84 | | PHPConfigurationData | Save() | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 114.899 | 0 | 114.899 | 4 | 6 |
| codelitephp/PHPParser/php_event.cpp | 16 | | PHPEvent | PHPEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 11 |
| codelitephp/PHPParser/php_event.cpp | 21 | | PHPEvent | Clone() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 6.25 | 428.327 | 23.796 | 0.0189407 | 126.33 | 0 | 126.33 | 1 | 0 |
| codelitephp/PHPParser/php_parser_thread.cpp | 12 | | PHPParserThread | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 5 |
| codelitephp/PHPParser/php_parser_thread.cpp | 20 | | PHPParserThread | [static] Release() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 18 | 31 | 129.268 | 7.85714 | 1015.67 | 56.4264 | 0.0336808 | 109.663 | 0 | 109.663 | 2 | 2 |
| codelitephp/PHPParser/php_parser_thread.cpp | 30 | | PHPParserThread | ProcessRequest(ThreadRequest *) [override] | 1 | 15 | 15 | 0 | 0 | 5 | 2 | 30 | 67 | 328.762 | 14.3846 | 4729.11 | 262.728 | 0.0939143 | 95.8439 | 0 | 95.8439 | 2 | 0 |
| codelitephp/PHPParser/php_parser_thread.cpp | 46 | | PHPParserThread | ParseFiles(PHPParserThreadRequest *) | 1 | 40 | 31 | 4 | 5 | 5 | 2 | 70 | 219 | 1342.31 | 22.4348 | 30114.5 | 1673.03 | 0.322648 | 72.639 | 23.5268 | 96.1658 | 22 | 1 |
| codelitephp/PHPParser/php_parser_thread.cpp | 87 | | PHPParserThread | ParseFile(PHPParserThreadRequest *) | 1 | 14 | 10 | 2 | 2 | 1 | 0 | 30 | 67 | 328.762 | 9.33333 | 3068.44 | 170.469 | 0.0703867 | 97.8815 | 27.6325 | 125.514 | 9 | 1 |
| codelitephp/PHPParser/php_parser_thread.cpp | 102 | | PHPParserThread | [static] Clear() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 119.079 | 29.5564 | 148.636 | 2 | 2 |
| codelitephp/PHPParser/php_project.cpp | 74 | | PHPProject | PHPProject() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 23 | 47 | 212.607 | 7.33333 | 1559.12 | 86.6178 | 0.0448193 | 105.599 | 0 | 105.599 | 4 | 3 |
| codelitephp/PHPParser/php_project.cpp | 85 | | PHPProject | ~PHPProject() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 8.33333 | 1066.67 | 59.2593 | 0.0347988 | 119.467 | 0 | 119.467 | 2 | 0 |
| codelitephp/PHPParser/php_project.cpp | 91 | | PHPProject | FromJSON(const JSONItem &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 78 | 374.974 | 7.81579 | 2930.72 | 162.818 | 0.0682644 | 106.263 | 0 | 106.263 | 18 | 1 |
| codelitephp/PHPParser/php_project.cpp | 100 | | PHPProject | ToJSON(JSONItem &) const | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 59 | 277.326 | 6.88235 | 1908.66 | 106.036 | 0.0512897 | 107.832 | 0 | 107.832 | 10 | 1 |
| codelitephp/PHPParser/php_project.cpp | 109 | | PHPProject | GetFiles(wxProgressDialog *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.14286 | 411.429 | 22.8571 | 0.0184392 | 121.911 | 0 | 121.911 | 1 | 4 |
| codelitephp/PHPParser/php_project.cpp | 115 | | PHPProject | GetFilesArray(wxArrayString &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 46 | 202.047 | 6.75 | 1363.81 | 75.7675 | 0.0409936 | 117.093 | 0 | 117.093 | 7 | 2 |
| codelitephp/PHPParser/php_project.cpp | 121 | | PHPProject | Create(const wxFileName &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.72727 | 717.833 | 39.8796 | 0.0267236 | 116.622 | 0 | 116.622 | 3 | 1 |
| codelitephp/PHPParser/php_project.cpp | 128 | | PHPProject | Load(const wxFileName &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.72727 | 767.339 | 42.6299 | 0.0279385 | 116.276 | 0 | 116.276 | 4 | 2 |
| codelitephp/PHPParser/php_project.cpp | 135 | | PHPProject | Save() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 5 | 756.337 | 42.0187 | 0.0276708 | 113.147 | 0 | 113.147 | 4 | 11 |
| codelitephp/PHPParser/php_project.cpp | 143 | | PHPProject | FolderDeleted(const wxString &, bool) | 2 | 32 | 25 | 3 | 4 | 4 | 2 | 53 | 179 | 1025.3 | 16.5278 | 16945.9 | 941.439 | 0.219915 | 77.8848 | 22.8376 | 100.722 | 25 | 1 |
| codelitephp/PHPParser/php_project.cpp | 176 | | PHPProject | FileRenamed(const wxString &, const wxString &, bool) | 3 | 28 | 25 | 1 | 2 | 4 | 2 | 45 | 162 | 889.68 | 15.3548 | 13660.9 | 758.939 | 0.190487 | 80.7858 | 14.4303 | 95.2161 | 23 | 1 |
| codelitephp/PHPParser/php_project.cpp | 205 | | PHPProject | SynchWithFileSystem() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 119.48 | 29.5564 | 149.037 | 2 | 1 |
| codelitephp/PHPParser/php_project.cpp | 212 | | PHPProject | FilesDeleted(const wxArrayString &, bool) | 2 | 16 | 13 | 1 | 2 | 5 | 2 | 44 | 105 | 573.24 | 12.5926 | 7218.58 | 401.032 | 0.124503 | 91.9073 | 18.8844 | 110.792 | 10 | 0 |
| codelitephp/PHPParser/php_project.cpp | 229 | | PHPProject | HasFile(const wxFileName &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.4 | 711.103 | 39.5057 | 0.0265563 | 122.934 | 0 | 122.934 | 4 | 1 |
| codelitephp/PHPParser/php_project.cpp | 234 | | PHPProject | FileAdded(const wxString &, bool) | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 34 | 81 | 412.084 | 9 | 3708.76 | 206.042 | 0.0798665 | 95.1292 | 0 | 95.1292 | 10 | 1 |
| codelitephp/PHPParser/php_project.cpp | 250 | | PHPProject | FolderAdded(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 54 | 253.824 | 7.7 | 1954.44 | 108.58 | 0.0521068 | 108.063 | 0 | 108.063 | 7 | 1 |
| codelitephp/PHPParser/php_project.cpp | 259 | | PHPProject | SyncWithFileSystemAsync(wxEvtHandler *) | 1 | 13 | 10 | 2 | 1 | 2 | 0 | 34 | 72 | 366.297 | 11.4474 | 4193.14 | 232.952 | 0.0866772 | 98.2899 | 28.5467 | 126.837 | 10 | 4 |
| codelitephp/PHPParser/php_project.cpp | 273 | | PHPProject | OnFileScanStart(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 2 |
| codelitephp/PHPParser/php_project.cpp | 275 | | PHPProject | OnFileScanEnd(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 147.488 | 0 | 147.488 | 2 | 2 |
| codelitephp/PHPParser/php_project.cpp | 277 | | PHPProject | SetFiles(const wxArrayString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 2 |
| codelitephp/PHPParser/php_project.cpp | 35 | | PHPProjectSyncThread | PHPProjectSyncThread(wxEvtHandler *, const PHPProjectSyncThread::Data &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.85 | 745.511 | 41.4173 | 0.0274062 | 116.536 | 0 | 116.536 | 2 | 1 |
| codelitephp/PHPParser/php_project.cpp | 42 | | PHPProjectSyncThread | ~PHPProjectSyncThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| codelitephp/PHPParser/php_project.cpp | 43 | | PHPProjectSyncThread | Entry() [override] | 0 | 23 | 16 | 3 | 4 | 1 | 1 | 35 | 113 | 579.609 | 11 | 6375.7 | 354.205 | 0.114612 | 86.8908 | 26.5382 | 113.429 | 29 | 0 |
| codelitephp/PHPParser/php_project.cpp | 67 | | PHPProjectSyncThread | Start() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 9 | 14 | 44.379 | 2.5 | 110.947 | 6.16374 | 0.00769644 | 124.975 | 0 | 124.975 | 2 | 1 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 14 | | PHPProjectSettingsData | PHPProjectSettingsData() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.66667 | 337.585 | 18.7547 | 0.016161 | 122.434 | 0 | 122.434 | 0 | 0 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 20 | | PHPProjectSettingsData | GetIncludePathAsArray() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 8.72727 | 1500.18 | 83.3432 | 0.0436825 | 112.482 | 0 | 112.482 | 5 | 2 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 28 | | PHPProjectSettingsData | GetCCIncludePathAsArray() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 8.72727 | 1500.18 | 83.3432 | 0.0436825 | 112.482 | 0 | 112.482 | 5 | 1 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 36 | | PHPProjectSettingsData | FromJSON(const JSONItem &) | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 44 | 161 | 878.968 | 8.22857 | 7232.66 | 401.814 | 0.124665 | 92.7678 | 0 | 92.7678 | 43 | 1 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 51 | | PHPProjectSettingsData | ToJSON() const | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 40 | 121 | 643.953 | 9 | 5795.58 | 321.977 | 0.10755 | 92.2224 | 0 | 92.2224 | 25 | 1 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 68 | | PHPProjectSettingsData | MergeWithGlobalSettings() | 0 | 32 | 26 | 2 | 4 | 6 | 2 | 55 | 230 | 1329.71 | 16.875 | 22438.9 | 1246.61 | 0.265183 | 76.0729 | 18.8844 | 94.9574 | 30 | 4 |
| codelitephp/PHPParser/php_project_settings_data.cpp | 101 | | PHPProjectSettingsData | GetMappdPath(const wxString &, bool, const wxStringMap_t &) const | 3 | 45 | 37 | 1 | 7 | 8 | 3 | 55 | 241 | 1393.31 | 21.0263 | 29296.1 | 1627.56 | 0.316776 | 69.847 | 11.4446 | 81.2916 | 42 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 14 | | | IsPHPCommentOrString(int) | 1 | 7 | 7 | 0 | 0 | 5 | 1 | 19 | 40 | 169.917 | 8.25 | 1401.82 | 77.8787 | 0.0417516 | 111.623 | 0 | 111.623 | 0 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 22 | | | IsPHPSection(int) | 1 | 10 | 10 | 0 | 0 | 11 | 1 | 25 | 76 | 352.933 | 9.42857 | 3327.65 | 184.87 | 0.0742969 | 100.663 | 0 | 100.663 | 0 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 33 | | | IsPHPFile(IEditor *) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 33 | 67 | 337.974 | 10.8235 | 3658.08 | 203.226 | 0.0791372 | 104.436 | 0 | 104.436 | 7 | 13 |
| codelitephp/PHPParser/php_utils.cpp | 43 | | | IsPHPFileByExt(const wxString &) | 1 | 29 | 4 | 21 | 4 | 1 | 0 | 17 | 24 | 98.0991 | 5.625 | 551.807 | 30.656 | 0.0224252 | 92.3727 | 48.4147 | 140.787 | 1 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 73 | | | URIToFileName(const wxString &) | 1 | 12 | 11 | 0 | 1 | 2 | 0 | 31 | 65 | 322.023 | 9.75 | 3139.72 | 174.429 | 0.0714726 | 100.256 | 0 | 100.256 | 5 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 86 | | | URIEncode(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 88 | | | FileNameToURI(const wxString &) | 1 | 13 | 12 | 1 | 0 | 3 | 1 | 29 | 82 | 398.354 | 13 | 5178.61 | 287.7 | 0.0997748 | 97.6236 | 20.8285 | 118.452 | 18 | 2 |
| codelitephp/PHPParser/php_utils.cpp | 102 | | | Base64Encode(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 8.25 | 1340.75 | 74.4864 | 0.0405302 | 118.225 | 0 | 118.225 | 6 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 108 | | | DecodeFileName(wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 2 | 1 |
| codelitephp/PHPParser/php_utils.cpp | 110 | | | MapRemoteFileToLocalFile(const wxString &) | 1 | 44 | 25 | 11 | 8 | 8 | 2 | 51 | 180 | 1021.04 | 18.4062 | 18793.5 | 1044.08 | 0.235622 | 71.8275 | 34.9714 | 106.799 | 29 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 32 | | PHPWorkspace | PHPWorkspace() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 6.5 | 1011.33 | 56.1851 | 0.0335847 | 113.001 | 0 | 113.001 | 2 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 40 | | PHPWorkspace | ~PHPWorkspace() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 120.434 | 0 | 120.434 | 2 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 46 | | PHPWorkspace | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 144 |
| codelitephp/PHPParser/php_workspace.cpp | 54 | | PHPWorkspace | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 62 | | PHPWorkspace | Close(bool, bool) | 2 | 32 | 23 | 3 | 6 | 5 | 2 | 44 | 135 | 737.023 | 10.9667 | 8082.69 | 449.038 | 0.134251 | 79.3715 | 22.8376 | 102.209 | 21 | 5 |
| codelitephp/PHPParser/php_workspace.cpp | 95 | | PHPWorkspace | Open(const wxString &, wxEvtHandler *, bool) | 3 | 89 | 55 | 18 | 16 | 7 | 3 | 84 | 345 | 2205.35 | 16.6615 | 36744.5 | 2041.36 | 0.368418 | 56.6412 | 32.0846 | 88.7257 | 59 | 3 |
| codelitephp/PHPParser/php_workspace.cpp | 185 | | PHPWorkspace | IsOpen() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 147.258 | 0 | 147.258 | 2 | 50 |
| codelitephp/PHPParser/php_workspace.cpp | 187 | | PHPWorkspace | CreateProject(const PHPProject::CreateData &) | 1 | 33 | 25 | 4 | 4 | 5 | 1 | 61 | 207 | 1227.66 | 16.3256 | 20042.3 | 1113.46 | 0.245948 | 76.2197 | 25.6793 | 101.899 | 38 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 221 | | PHPWorkspace | GetProjects() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4.66667 | 284.283 | 15.7935 | 0.0144116 | 149.4 | 0 | 149.4 | 0 | 4 |
| codelitephp/PHPParser/php_workspace.cpp | 223 | | PHPWorkspace | DeleteProject(const wxString &) | 1 | 13 | 12 | 2 | 0 | 3 | 1 | 34 | 81 | 412.084 | 10.85 | 4471.12 | 248.395 | 0.0904668 | 97.4474 | 28.5467 | 125.994 | 14 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 237 | | PHPWorkspace | SetProjectActive(const wxString &) [override] | 1 | 24 | 20 | 2 | 2 | 5 | 2 | 44 | 130 | 709.726 | 12.931 | 9177.49 | 509.861 | 0.146115 | 84.2282 | 21.6227 | 105.851 | 21 | 5 |
| codelitephp/PHPParser/php_workspace.cpp | 262 | | PHPWorkspace | GetWorkspaceFiles(wxStringSet_t &, wxProgressDialog *) const | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 34 | 60 | 305.248 | 11.1111 | 3391.64 | 188.425 | 0.0752463 | 109.266 | 0 | 109.266 | 6 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 270 | | PHPWorkspace | GetActiveProjectName() const [override] | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 44 | 206.819 | 9.54545 | 1974.18 | 109.677 | 0.0524571 | 106.989 | 0 | 106.989 | 7 | 7 |
| codelitephp/PHPParser/php_workspace.cpp | 280 | | PHPWorkspace | RunProject(bool, const wxString &, const wxString &, const wxString &) | 4 | 15 | 13 | 1 | 1 | 2 | 1 | 33 | 81 | 408.596 | 11.7 | 4780.57 | 265.587 | 0.0945944 | 95.4034 | 19.4709 | 114.874 | 10 | 3 |
| codelitephp/PHPParser/php_workspace.cpp | 296 | | PHPWorkspace | HasProject(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 33 | 144.946 | 7.33333 | 1062.94 | 59.0523 | 0.0347177 | 113.139 | 0 | 113.139 | 2 | 3 |
| codelitephp/PHPParser/php_workspace.cpp | 304 | | PHPWorkspace | FromJSON(const JSONItem &) | 1 | 35 | 31 | 2 | 2 | 7 | 3 | 66 | 227 | 1372.08 | 16.3125 | 22382 | 1243.45 | 0.264735 | 74.2281 | 18.0961 | 92.3242 | 41 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 343 | | PHPWorkspace | ToJSON(JSONItem &) const | 1 | 21 | 16 | 1 | 4 | 2 | 1 | 49 | 126 | 707.453 | 13.0909 | 9261.21 | 514.512 | 0.147002 | 87.098 | 16.583 | 103.681 | 24 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 365 | | PHPWorkspace | GetActiveProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 148.507 | 0 | 148.507 | 2 | 12 |
| codelitephp/PHPParser/php_workspace.cpp | 367 | | PHPWorkspace | GetProject(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 8.5 | 1675.8 | 93.1002 | 0.0470285 | 111.54 | 0 | 111.54 | 5 | 23 |
| codelitephp/PHPParser/php_workspace.cpp | 375 | | PHPWorkspace | Save() | 0 | 11 | 10 | 1 | 0 | 2 | 1 | 24 | 46 | 210.908 | 6.76923 | 1427.69 | 79.3159 | 0.0422637 | 103.867 | 22.5149 | 126.382 | 5 | 4 |
| codelitephp/PHPParser/php_workspace.cpp | 387 | | PHPWorkspace | Create(const wxString &) | 1 | 22 | 18 | 1 | 3 | 2 | 1 | 35 | 89 | 456.506 | 8.86957 | 4049.01 | 224.945 | 0.0846795 | 88.6224 | 16.2158 | 104.838 | 12 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 410 | | PHPWorkspace | GetPrivateFolder() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 4.8 | 620.485 | 34.4714 | 0.0242493 | 116.462 | 0 | 116.462 | 5 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 417 | | PHPWorkspace | Rename(const wxString &) | 1 | 26 | 20 | 2 | 4 | 2 | 1 | 54 | 168 | 966.821 | 13.4737 | 13026.6 | 723.702 | 0.184544 | 82.014 | 20.8285 | 102.842 | 38 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 444 | | PHPWorkspace | ParseWorkspace(bool) | 1 | 38 | 24 | 9 | 6 | 3 | 1 | 57 | 175 | 1020.76 | 10.7442 | 10967.2 | 609.288 | 0.164542 | 75.354 | 34.2257 | 109.58 | 34 | 6 |
| codelitephp/PHPParser/php_workspace.cpp | 483 | | PHPWorkspace | GetTerminalEmulator() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 485 | | PHPWorkspace | RestoreWorkspaceSession() | 0 | 6 | 6 | 0 | 0 | 3 | 1 | 16 | 25 | 100 | 5.14286 | 514.286 | 28.5714 | 0.0213968 | 117.337 | 0 | 117.337 | 2 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 492 | | PHPWorkspace | GetProjectForFile(const wxFileName &) const | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 28 | 49 | 235.56 | 10.9615 | 2582.1 | 143.45 | 0.0627376 | 108.221 | 0 | 108.221 | 5 | 4 |
| codelitephp/PHPParser/php_workspace.cpp | 501 | | PHPWorkspace | AddProject(const wxFileName &, wxString &) | 2 | 38 | 27 | 5 | 6 | 5 | 2 | 50 | 167 | 942.524 | 15.3226 | 14441.9 | 802.328 | 0.197679 | 75.3086 | 26.6419 | 101.951 | 30 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 540 | | PHPWorkspace | CanCreateProjectAtPath(const wxFileName &, bool) const | 2 | 27 | 24 | 2 | 1 | 6 | 3 | 53 | 195 | 1116.94 | 25.5484 | 28536.1 | 1585.34 | 0.311273 | 79.732 | 20.4627 | 100.195 | 43 | 3 |
| codelitephp/PHPParser/php_workspace.cpp | 568 | | PHPWorkspace | IsBuildSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 569 | | PHPWorkspace | IsProjectSupported() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 571 | | PHPWorkspace | GetFilesMask() const [override] | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 118.23 | 29.5564 | 147.787 | 4 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 578 | | PHPWorkspace | GetProjectFromFile(const wxFileName &) const [override] | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 40 | 104 | 553.481 | 13 | 7195.25 | 399.736 | 0.124235 | 96.1434 | 0 | 96.1434 | 15 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 592 | | PHPWorkspace | GetProjectFiles(const wxString &, wxArrayString &) const [override] | 2 | 7 | 6 | 0 | 1 | 2 | 1 | 29 | 49 | 238.041 | 8.9375 | 2127.49 | 118.194 | 0.0551388 | 110.56 | 0 | 110.56 | 7 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 600 | | PHPWorkspace | GetWorkspaceFiles(wxArrayString &) const [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 22 | 32 | 142.702 | 7 | 998.913 | 55.4951 | 0.0333092 | 115.718 | 0 | 115.718 | 3 | 1 |
| codelitephp/PHPParser/php_workspace.cpp | 607 | | PHPWorkspace | SyncWithFileSystemAsync(wxEvtHandler *) | 1 | 23 | 20 | 1 | 2 | 5 | 2 | 40 | 101 | 537.515 | 17 | 9137.75 | 507.653 | 0.145693 | 86.3628 | 15.872 | 102.235 | 12 | 12 |
| codelitephp/PHPParser/php_workspace.cpp | 631 | | PHPWorkspace | OnProjectSyncEnd(clCommandEvent &) | 1 | 27 | 21 | 2 | 4 | 4 | 2 | 47 | 131 | 727.651 | 10.6061 | 7717.51 | 428.751 | 0.130176 | 82.4204 | 20.4627 | 102.883 | 37 | 2 |
| codelitephp/PHPParser/php_workspace.cpp | 658 | | PHPWorkspace | GetProjectFileName(const wxString &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 8.72727 | 1658.09 | 92.1162 | 0.0466965 | 109.569 | 0 | 109.569 | 6 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 667 | | PHPWorkspace | GetWorkspaceProjects() const [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 48 | 228.235 | 9.28571 | 2119.32 | 117.74 | 0.0549975 | 106.707 | 0 | 106.707 | 8 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 677 | | PHPWorkspace | GetName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| codelitephp/PHPParser/php_workspace.cpp | 679 | | PHPWorkspace | GetDebuggerName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| codelitephp/PHPParser/phpexecutor.cpp | 21 | | PHPExecutor | Exec(const wxString &, const wxString &, const wxString &, bool) | 4 | 13 | 11 | 0 | 2 | 2 | 1 | 37 | 89 | 463.641 | 12.6136 | 5848.2 | 324.9 | 0.1082 | 97.0644 | 0 | 97.0644 | 10 | 1 |
| codelitephp/PHPParser/phpexecutor.cpp | 35 | | PHPExecutor | IsRunning() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 18 |
| codelitephp/PHPParser/phpexecutor.cpp | 37 | | PHPExecutor | Stop() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 17 |
| codelitephp/PHPParser/phpexecutor.cpp | 39 | | PHPExecutor | RunRUL(PHPProject::Ptr_t, const wxString &, const wxString &) | 3 | 21 | 17 | 1 | 3 | 3 | 1 | 48 | 129 | 720.46 | 15.6 | 11239.2 | 624.399 | 0.167251 | 86.7733 | 16.583 | 103.356 | 21 | 1 |
| codelitephp/PHPParser/phpexecutor.cpp | 61 | | PHPExecutor | DoRunCLI(const wxString &, PHPProject::Ptr_t, const wxString &, bool) | 4 | 56 | 43 | 5 | 8 | 7 | 1 | 87 | 308 | 1984.43 | 19.9692 | 39627.5 | 2201.53 | 0.387445 | 64.6953 | 22.3277 | 87.0229 | 65 | 1 |
| codelitephp/PHPParser/phpexecutor.cpp | 118 | | PHPExecutor | RunScript(const wxString &, wxString &) | 2 | 16 | 14 | 0 | 2 | 2 | 1 | 50 | 109 | 615.18 | 13.1774 | 8106.49 | 450.361 | 0.134514 | 92.2301 | 0 | 92.2301 | 15 | 1 |
| codelitephp/PHPParser/phpexecutor.cpp | 135 | | PHPExecutor | DoGetCLICommand(const wxString &, PHPProject::Ptr_t, wxString &) | 3 | 84 | 64 | 6 | 15 | 12 | 2 | 83 | 409 | 2607.39 | 28.5583 | 74462.7 | 4136.82 | 0.589981 | 55.557 | 20.1155 | 75.6726 | 73 | 2 |
| codelitephp/php-plugin/FileMappingDlg.cpp | 5 | | FileMappingDlg | FileMappingDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 4 | 2 |
| codelitephp/php-plugin/FileMappingDlg.cpp | 12 | | FileMappingDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 34 | 149.339 | 6.6 | 985.636 | 54.7576 | 0.0330134 | 122.05 | 0 | 122.05 | 4 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 9 | | NewPHPClass | NewPHPClass(wxWindow *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 6.875 | 1150.68 | 63.9267 | 0.0366029 | 112.621 | 0 | 112.621 | 5 | 1 |
| codelitephp/php-plugin/NewPHPClass.cpp | 17 | | NewPHPClass | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 19 | | NewPHPClass | GetDetails() const | 0 | 29 | 25 | 0 | 4 | 6 | 1 | 62 | 221 | 1315.88 | 15.1304 | 19909.8 | 1106.1 | 0.244863 | 77.7221 | 0 | 77.7221 | 34 | 1 |
| codelitephp/php-plugin/NewPHPClass.cpp | 49 | | NewPHPClass | OnClassNameUpdate(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 51 | | NewPHPClass | OnFolderPerNamespace(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 53 | | NewPHPClass | OnNamespaceTextUpdated(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 55 | | NewPHPClass | OnMakeSingletonUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 3 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 60 | | NewPHPClass | OnEditExtends(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 35 | 84 | 430.86 | 10 | 4308.6 | 239.367 | 0.0882611 | 100.152 | 0 | 100.152 | 13 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 72 | | NewPHPClass | OnEditImplements(wxCommandEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 35 | 84 | 430.86 | 10 | 4308.6 | 239.367 | 0.0882611 | 98.7424 | 0 | 98.7424 | 13 | 0 |
| codelitephp/php-plugin/NewPHPClass.cpp | 85 | | PHPClassDetails | ToString(const wxString &, const wxString &) const | 2 | 79 | 69 | 1 | 9 | 18 | 2 | 69 | 525 | 3206.98 | 41.2245 | 132206 | 7344.77 | 0.86506 | 54.0949 | 8.67083 | 62.7657 | 123 | 1 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 8 | | NewPHPProjectWizard | NewPHPProjectWizard(wxWindow *, bool) | 2 | 13 | 12 | 1 | 0 | 2 | 1 | 34 | 75 | 381.56 | 8.35714 | 3188.75 | 177.153 | 0.0722147 | 98.0776 | 20.8285 | 118.906 | 10 | 1 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 22 | | NewPHPProjectWizard | OnFinish(wxWizardEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 24 | | NewPHPProjectWizard | OnPageChanging(wxWizardEvent &) [override] | 1 | 19 | 18 | 1 | 0 | 7 | 2 | 41 | 126 | 675.052 | 14.087 | 9509.42 | 528.301 | 0.149617 | 87.8132 | 17.3987 | 105.212 | 14 | 0 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 44 | | NewPHPProjectWizard | DoUpdateProjectFolder() | 0 | 11 | 10 | 1 | 0 | 3 | 1 | 31 | 76 | 376.519 | 7.425 | 2795.65 | 155.314 | 0.0661507 | 100.623 | 22.5149 | 123.138 | 13 | 3 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 56 | | NewPHPProjectWizard | OnDirSelected(wxFileDirPickerEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 64 | 307.671 | 7.5 | 2307.53 | 128.196 | 0.0582072 | 103.217 | 0 | 103.217 | 9 | 0 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 67 | | NewPHPProjectWizard | OnNameUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 1 | 0 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 73 | | NewPHPProjectWizard | GetCreateData() | 0 | 13 | 13 | 0 | 0 | 2 | 0 | 37 | 104 | 541.783 | 10.8333 | 5869.32 | 326.073 | 0.10846 | 96.2545 | 0 | 96.2545 | 19 | 1 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 87 | | NewPHPProjectWizard | OnCheckSeparateFolder(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| codelitephp/php-plugin/NewPHPProjectWizard.cpp | 88 | | NewPHPProjectWizard | OnBrowseForCCFolder(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 38 | 94 | 493.305 | 10.5 | 5179.7 | 287.761 | 0.0997889 | 95.3114 | 0 | 95.3114 | 11 | 0 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 16 | | PHPDebugPane | PHPDebugPane(wxWindow *) | 1 | 40 | 36 | 1 | 3 | 3 | 1 | 83 | 375 | 2390.64 | 19.7422 | 47196.5 | 2622.03 | 0.43533 | 70.0977 | 12.1253 | 82.223 | 62 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 57 | | PHPDebugPane | ~PHPDebugPane() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 116 | 551.567 | 13.0625 | 7204.84 | 400.269 | 0.124345 | 102.349 | 0 | 102.349 | 12 | 0 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 67 | | PHPDebugPane | OnUpdateStackTrace(XDebugEvent &) | 1 | 18 | 17 | 4 | 1 | 4 | 2 | 53 | 170 | 973.746 | 19.697 | 19179.9 | 1065.55 | 0.238841 | 87.474 | 33.3545 | 120.829 | 24 | 2 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 86 | | PHPDebugPane | OnCallStackItemActivated(wxDataViewEvent &) [override] | 1 | 21 | 17 | 1 | 3 | 1 | 1 | 44 | 129 | 704.267 | 10.6875 | 7526.85 | 418.158 | 0.128023 | 87.3515 | 16.583 | 103.934 | 14 | 0 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 108 | | PHPDebugPane | [virtual] OnClearAll(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 4.66667 | 665.577 | 36.9765 | 0.0254104 | 115.95 | 0 | 115.95 | 5 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 115 | | PHPDebugPane | [virtual] OnClearAllUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 5.45455 | 766.659 | 42.5922 | 0.027922 | 122.365 | 0 | 122.365 | 4 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 120 | | PHPDebugPane | [virtual] OnDeleteBreakpoint(wxCommandEvent &) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 43 | 109 | 591.463 | 9.53333 | 5638.61 | 313.256 | 0.105599 | 91.4524 | 18.3478 | 109.8 | 16 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 138 | | PHPDebugPane | [virtual] OnDeleteBreakpointUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 5.45455 | 766.659 | 42.5922 | 0.027922 | 122.365 | 0 | 122.365 | 4 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 143 | | PHPDebugPane | GetBreakpoint(const wxDataViewItem &) const | 1 | 19 | 16 | 0 | 3 | 2 | 1 | 38 | 113 | 593.016 | 15.6522 | 9281.99 | 515.666 | 0.147222 | 89.6369 | 0 | 89.6369 | 10 | 2 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 163 | | PHPDebugPane | OnRefreshBreakpointsView(XDebugEvent &) | 1 | 14 | 12 | 1 | 1 | 2 | 1 | 38 | 100 | 524.793 | 10.5 | 5510.32 | 306.129 | 0.103991 | 95.2197 | 20.1155 | 115.335 | 21 | 3 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 178 | | PHPDebugPane | OnBreakpointItemActivated(wxDataViewEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 62 | 301.195 | 6.57895 | 1981.54 | 110.086 | 0.0525874 | 107.403 | 0 | 107.403 | 10 | 0 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 187 | | PHPDebugPane | SelectTab(const wxString &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 59 | 286.621 | 12.3214 | 3531.58 | 196.199 | 0.0773021 | 103.586 | 0 | 103.586 | 4 | 1 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 198 | | PHPDebugPane | OnXDebugSessionEnded(XDebugEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 30 | 129.658 | 4.90909 | 636.502 | 35.3612 | 0.0246649 | 113.949 | 27.6325 | 141.581 | 3 | 2 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 206 | | PHPDebugPane | OnXDebugSessionStarted(XDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 116.991 | 0 | 116.991 | 3 | 2 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 213 | | PHPDebugPane | OnXDebugSessionStarting(XDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 65 | 318.948 | 6.94737 | 2215.85 | 123.103 | 0.0566551 | 104.967 | 0 | 104.967 | 11 | 2 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 222 | | PHPDebugPane | OnCallStackMenu(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| codelitephp/php-plugin/PHPDebugPane.cpp | 224 | | PHPDebugPane | OnSettingsChanged(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 5 | | PHPDebugStartDlg | PHPDebugStartDlg(wxWindow *, PHPProject::Ptr_t, IManager *) | 3 | 36 | 31 | 2 | 3 | 5 | 1 | 67 | 220 | 1334.54 | 15.2396 | 20337.8 | 1129.88 | 0.24836 | 74.376 | 17.8544 | 92.2304 | 34 | 3 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 42 | | PHPDebugStartDlg | ~PHPDebugStartDlg() [override] | 0 | 12 | 10 | 1 | 1 | 2 | 0 | 36 | 88 | 454.953 | 11.0714 | 5036.98 | 279.832 | 0.0979473 | 98.4595 | 21.6227 | 120.082 | 15 | 0 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 55 | | PHPDebugStartDlg | OnDebugMethodChanged(wxCommandEvent &) [override] | 1 | 13 | 11 | 2 | 0 | 2 | 1 | 30 | 78 | 382.737 | 10.7059 | 4097.54 | 227.641 | 0.0853548 | 98.0616 | 28.5467 | 126.608 | 10 | 0 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 69 | | PHPDebugStartDlg | OnScriptToDebugUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.625 | 586.396 | 32.5775 | 0.0233528 | 124.149 | 0 | 124.149 | 3 | 0 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 74 | | PHPDebugStartDlg | OnUseActiveEditor(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 42 | 184.477 | 5.90909 | 1090.09 | 60.5607 | 0.0353065 | 114.382 | 0 | 114.382 | 6 | 0 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 81 | | PHPDebugStartDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 146.711 | 0 | 146.711 | 3 | 0 |
| codelitephp/php-plugin/PHPDebugStartDlg.cpp | 83 | | PHPDebugStartDlg | GetPath() const | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 21 | 38 | 166.908 | 6.05 | 1009.79 | 56.0997 | 0.0335506 | 108.334 | 24.6875 | 133.022 | 3 | 4 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 20 | | PHPSettersGettersDialog | PHPSettersGettersDialog(wxWindow *, IEditor *, IManager *) | 3 | 17 | 16 | 0 | 1 | 1 | 0 | 49 | 115 | 645.692 | 10.3676 | 6694.3 | 371.906 | 0.118399 | 91.2263 | 0 | 91.2263 | 15 | 1 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 38 | | PHPSettersGettersDialog | ~PHPSettersGettersDialog() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 16 | 32 | 128 | 5 | 640 | 35.5556 | 0.0247551 | 114.016 | 0 | 114.016 | 6 | 0 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 46 | | PHPSettersGettersDialog | DoPopulate(const PHPEntityBase::List_t &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 47 | 101 | 561.013 | 12.4138 | 6964.31 | 386.906 | 0.121562 | 96.0731 | 0 | 96.0731 | 17 | 1 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 60 | | PHPSettersGettersDialog | Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 62 | 298.056 | 11 | 3278.62 | 182.145 | 0.0735652 | 105.319 | 0 | 105.319 | 5 | 2 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 70 | | PHPSettersGettersDialog | GetMembers() | 0 | 16 | 15 | 1 | 0 | 3 | 2 | 39 | 100 | 528.54 | 16.7143 | 8834.17 | 490.787 | 0.142448 | 92.7894 | 18.8844 | 111.674 | 11 | 1 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 87 | | PHPSettersGettersDialog | GetFlags() | 0 | 11 | 11 | 0 | 0 | 4 | 1 | 24 | 53 | 243.003 | 9.5 | 2308.53 | 128.252 | 0.058224 | 102.67 | 0 | 102.67 | 3 | 3 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 13 | | PHPSettersGettersDialogClientData | PHPSettersGettersDialogClientData(PHPEntityBase::Ptr_t) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 1 |
| codelitephp/php-plugin/PHPSettersGettersDialog.cpp | 17 | | PHPSettersGettersDialogClientData | ~PHPSettersGettersDialogClientData() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 6 | 6 | 15.5098 | 2 | 31.0196 | 1.72331 | 0.00329081 | 156.514 | 0 | 156.514 | 0 | 0 |
| codelitephp/php-plugin/PHPXDebugSetupWizard.cpp | 4 | | PHPXDebugSetupWizard | PHPXDebugSetupWizard(wxWindow *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 26 | 61 | 286.727 | 8.43333 | 2418.06 | 134.337 | 0.0600515 | 104.044 | 0 | 104.044 | 11 | 1 |
| codelitephp/php-plugin/PHPXDebugSetupWizard.cpp | 15 | | PHPXDebugSetupWizard | OnPageChanging(wxWizardEvent &) [override] | 1 | 15 | 13 | 1 | 1 | 3 | 1 | 38 | 93 | 488.057 | 9.62 | 4695.11 | 260.839 | 0.0934636 | 94.2493 | 19.4709 | 113.72 | 19 | 0 |
| codelitephp/php-plugin/PHPXDebugSetupWizard.cpp | 31 | | PHPXDebugSetupWizard | SelectAllIniText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| codelitephp/php-plugin/PHPXDebugSetupWizard.cpp | 32 | | PHPXDebugSetupWizard | OnFinished(wxWizardEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 29 | 69 | 335.201 | 6.075 | 2036.34 | 113.13 | 0.0535525 | 103.232 | 0 | 103.232 | 10 | 0 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 14 | | PhpSFTPHandler | PhpSFTPHandler() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 79 | 352.295 | 10.8333 | 3816.53 | 212.029 | 0.0814063 | 108.751 | 0 | 108.751 | 8 | 1 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 22 | | PhpSFTPHandler | ~PhpSFTPHandler() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 80 | 361.885 | 11.9167 | 4312.46 | 239.581 | 0.0883139 | 108.611 | 0 | 108.611 | 8 | 0 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 30 | | PhpSFTPHandler | OnFileSaved(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 7.09091 | 1379.28 | 76.6264 | 0.0413028 | 109.446 | 0 | 109.446 | 6 | 2 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 39 | | PhpSFTPHandler | OnReplaceInFiles(clFileSystemEvent &) | 1 | 19 | 16 | 0 | 3 | 4 | 1 | 39 | 96 | 507.399 | 11.1304 | 5647.57 | 313.754 | 0.105711 | 89.9877 | 0 | 89.9877 | 11 | 2 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 59 | | PhpSFTPHandler | OnFileRenamed(clFileSystemEvent &) | 1 | 29 | 23 | 1 | 5 | 5 | 1 | 48 | 155 | 865.669 | 13.5 | 11686.5 | 649.252 | 0.17166 | 80.1296 | 14.1863 | 94.3159 | 29 | 2 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 89 | | PhpSFTPHandler | DoSyncFileWithRemote(const wxFileName &) | 1 | 30 | 22 | 4 | 4 | 4 | 1 | 48 | 140 | 781.895 | 11.3636 | 8885.17 | 493.62 | 0.142996 | 80.3397 | 26.7997 | 107.139 | 26 | 2 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 120 | | PhpSFTPHandler | GetRemotePath(const SSHWorkspaceSettings &, const wxString &) const | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 86 | 437.522 | 11.55 | 5053.38 | 280.743 | 0.0981597 | 101.616 | 0 | 101.616 | 13 | 4 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 131 | | PhpSFTPHandler | OnFileDeleted(clFileSystemEvent &) | 1 | 32 | 26 | 1 | 5 | 6 | 2 | 51 | 160 | 907.588 | 13.25 | 12025.5 | 668.086 | 0.174964 | 78.059 | 13.5225 | 91.5815 | 19 | 2 |
| codelitephp/php-plugin/PhpSFTPHandler.cpp | 164 | | PhpSFTPHandler | EnsureAccountExists(SSHWorkspaceSettings &) | 1 | 24 | 18 | 4 | 2 | 4 | 1 | 41 | 114 | 610.761 | 13.4583 | 8219.82 | 456.657 | 0.135765 | 85.2391 | 29.5564 | 114.795 | 19 | 4 |
| codelitephp/php-plugin/XDebugBreakpointCmdHandler.cpp | 11 | | XDebugBreakpointCmdHandler | XDebugBreakpointCmdHandler(XDebugManager *, int, XDebugBreakpoint &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 6.5 | 786.031 | 43.6684 | 0.0283904 | 116.808 | 0 | 116.808 | 1 | 1 |
| codelitephp/php-plugin/XDebugBreakpointCmdHandler.cpp | 18 | | XDebugBreakpointCmdHandler | Process(const wxXmlNode *) [override] | 1 | 15 | 12 | 2 | 1 | 2 | 1 | 40 | 81 | 431.076 | 8.88462 | 3829.95 | 212.775 | 0.0815969 | 95.1249 | 26.7997 | 121.925 | 17 | 0 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 10 | | XDebugComThread | SendMsg(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 12 | | XDebugComThread | ~XDebugComThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 14 | | XDebugComThread | Stop() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 109.767 | 0 | 109.767 | 3 | 1 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 24 | | XDebugComThread | Entry() [override] | 0 | 74 | 48 | 14 | 12 | 10 | 4 | 80 | 316 | 1997.73 | 29.0377 | 58009.5 | 3222.75 | 0.499511 | 59.4554 | 31.1994 | 90.6547 | 79 | 0 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 99 | | XDebugComThread | DoReadReply(std::string &, clSocketBase::Ptr_t) | 2 | 39 | 32 | 4 | 4 | 6 | 3 | 57 | 176 | 1026.59 | 24.6094 | 25263.7 | 1403.54 | 0.286997 | 74.2135 | 23.8017 | 98.0152 | 14 | 2 |
| codelitephp/php-plugin/XDebugCommThread.cpp | 139 | | XDebugComThread | DoSendCommand(const wxString &, clSocketBase::Ptr_t) | 2 | 14 | 12 | 1 | 1 | 2 | 1 | 43 | 94 | 510.069 | 11.7692 | 6003.12 | 333.507 | 0.110102 | 95.3676 | 20.1155 | 115.483 | 21 | 1 |
| codelitephp/php-plugin/XDebugCommandHandler.cpp | 3 | | XDebugCommandHandler | XDebugCommandHandler(XDebugManager *, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 5.71429 | 513.477 | 28.5265 | 0.0213743 | 121.306 | 0 | 121.306 | 0 | 8 |
| codelitephp/php-plugin/XDebugContextGetCmdHandler.cpp | 9 | | XDebugContextGetCmdHandler | XDebugContextGetCmdHandler(XDebugManager *, int, int) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 6.28571 | 564.825 | 31.3792 | 0.0227765 | 124.921 | 0 | 124.921 | 1 | 1 |
| codelitephp/php-plugin/XDebugContextGetCmdHandler.cpp | 14 | | XDebugContextGetCmdHandler | Process(const wxXmlNode *) [override] | 1 | 17 | 15 | 1 | 1 | 3 | 2 | 36 | 90 | 465.293 | 10.1739 | 4733.85 | 262.992 | 0.0939771 | 92.4701 | 18.3478 | 110.818 | 12 | 0 |
| codelitephp/php-plugin/XDebugEvalCmdHandler.cpp | 10 | | XDebugEvalCmdHandler | XDebugEvalCmdHandler(const wxString &, int, XDebugManager *, int) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6.75 | 1126.63 | 62.5905 | 0.036091 | 115.133 | 0 | 115.133 | 2 | 1 |
| codelitephp/php-plugin/XDebugEvalCmdHandler.cpp | 17 | | XDebugEvalCmdHandler | Process(const wxXmlNode *) [override] | 1 | 30 | 26 | 2 | 2 | 4 | 3 | 48 | 182 | 1016.46 | 17.5 | 17788.1 | 988.228 | 0.227143 | 78.9754 | 19.4709 | 98.4463 | 26 | 0 |
| codelitephp/php-plugin/XDebugManager.cpp | 40 | | XDebugManager | XDebugManager() | 0 | 24 | 23 | 2 | 0 | 1 | 0 | 52 | 367 | 2092.06 | 14.5238 | 30384.7 | 1688.04 | 0.324575 | 79.5268 | 21.6227 | 101.15 | 40 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 65 | | XDebugManager | ~XDebugManager() [override] | 0 | 23 | 23 | 1 | 0 | 1 | 0 | 53 | 368 | 2107.87 | 15.9762 | 33675.8 | 1870.88 | 0.347609 | 80.1771 | 15.872 | 96.0492 | 40 | 0 |
| codelitephp/php-plugin/XDebugManager.cpp | 89 | | XDebugManager | OnDebugStartOrContinue(clDebugEvent &) | 1 | 23 | 13 | 8 | 3 | 3 | 1 | 27 | 59 | 280.538 | 7.42857 | 2084 | 115.778 | 0.0543847 | 90.2041 | 39.5874 | 129.791 | 6 | 4 |
| codelitephp/php-plugin/XDebugManager.cpp | 113 | | XDebugManager | DoStartDebugger(bool) | 1 | 58 | 45 | 7 | 6 | 9 | 2 | 96 | 355 | 2337.66 | 20.5 | 47922.1 | 2662.34 | 0.43978 | 62.8149 | 25.6294 | 88.4443 | 68 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 172 | | XDebugManager | OnSocketInput(const std::string &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 148.373 | 0 | 148.373 | 2 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 174 | | XDebugManager | OnDebugIsRunning(clDebugEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 24 | 45 | 206.323 | 7.68182 | 1584.94 | 88.0521 | 0.0453127 | 107.232 | 24.6875 | 131.919 | 4 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 184 | | XDebugManager | OnStopDebugger(clDebugEvent &) | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 18 | 31 | 129.268 | 6.25 | 807.923 | 44.8846 | 0.0289151 | 107.956 | 23.5268 | 131.483 | 2 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 195 | | XDebugManager | DoStopDebugger() | 0 | 23 | 14 | 4 | 5 | 1 | 1 | 32 | 71 | 355 | 6.80952 | 2417.38 | 134.299 | 0.0600402 | 89.44 | 30.1022 | 119.542 | 18 | 7 |
| codelitephp/php-plugin/XDebugManager.cpp | 219 | | XDebugManager | ProcessDebuggerMessage(const wxString &) | 1 | 37 | 22 | 6 | 9 | 5 | 1 | 48 | 128 | 714.875 | 13.7586 | 9835.7 | 546.428 | 0.15302 | 77.1782 | 29.2082 | 106.386 | 29 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 257 | | XDebugManager | DoApplyBreakpoints() | 0 | 46 | 38 | 2 | 6 | 8 | 2 | 80 | 268 | 1694.28 | 18.1579 | 30764.5 | 1709.14 | 0.327274 | 68.474 | 15.872 | 84.346 | 73 | 3 |
| codelitephp/php-plugin/XDebugManager.cpp | 304 | | XDebugManager | DoContinue() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 12 | 17 | 60.9444 | 3 | 182.833 | 10.1574 | 0.0107378 | 123.325 | 0 | 123.325 | 1 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 310 | | XDebugManager | DoHandleResponse(wxXmlNode *) | 1 | 24 | 19 | 1 | 4 | 3 | 2 | 43 | 108 | 586.037 | 10.3793 | 6082.66 | 337.925 | 0.111073 | 85.6839 | 15.5492 | 101.233 | 20 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 335 | | XDebugManager | DoSocketWrite(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 1 | 17 | 24 | 98.0991 | 4.88889 | 479.596 | 26.6442 | 0.0204234 | 120.85 | 0 | 120.85 | 1 | 14 |
| codelitephp/php-plugin/XDebugManager.cpp | 341 | | XDebugManager | ParseInitXML(wxXmlNode *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 7.79167 | 1339.35 | 74.4084 | 0.0405019 | 112.482 | 0 | 112.482 | 7 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 349 | | XDebugManager | AddHandler(XDebugCommandHandler::Ptr_t) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 56 | 253.319 | 8.07692 | 2046.04 | 113.669 | 0.0537224 | 110.236 | 0 | 110.236 | 10 | 11 |
| codelitephp/php-plugin/XDebugManager.cpp | 357 | | XDebugManager | PopHandler(int) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 48 | 217.131 | 10.9091 | 2368.7 | 131.595 | 0.0592314 | 106.966 | 0 | 106.966 | 6 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 367 | | XDebugManager | SendRunCommand() | 0 | 9 | 9 | 0 | 0 | 1 | 1 | 28 | 51 | 245.175 | 7.5 | 1838.81 | 102.156 | 0.0500308 | 106.565 | 0 | 106.565 | 10 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 377 | | XDebugManager | SendStopCommand() | 0 | 9 | 9 | 0 | 0 | 1 | 1 | 28 | 51 | 245.175 | 7.5 | 1838.81 | 102.156 | 0.0500308 | 106.565 | 0 | 106.565 | 10 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 387 | | XDebugManager | OnToggleBreakpoint(clDebugEvent &) | 1 | 29 | 22 | 4 | 3 | 7 | 3 | 48 | 180 | 1005.29 | 17.1 | 17190.5 | 955.029 | 0.222026 | 78.892 | 27.2067 | 106.099 | 27 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 417 | | XDebugManager | ClearDebuggerMarker() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 44 | 199.037 | 5.46429 | 1087.59 | 60.4219 | 0.0352525 | 109.327 | 0 | 109.327 | 6 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 426 | | XDebugManager | SetDebuggerMarker(wxStyledTextCtrl *, int) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 26 | 69 | 324.33 | 9.6875 | 3141.95 | 174.553 | 0.0715064 | 103.403 | 0 | 103.403 | 7 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 437 | | XDebugManager | OnGotFocusFromXDebug(XDebugEvent &) | 1 | 33 | 22 | 6 | 6 | 7 | 2 | 55 | 205 | 1185.18 | 16.0541 | 19026.9 | 1057.05 | 0.23757 | 75.9428 | 30.6787 | 106.621 | 38 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 471 | | XDebugManager | OnDebugNext(clDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 30 | 54 | 264.972 | 8.41176 | 2228.88 | 123.827 | 0.056877 | 106.161 | 0 | 106.161 | 12 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 481 | | XDebugManager | OnDebugStepIn(clDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 30 | 54 | 264.972 | 8.41176 | 2228.88 | 123.827 | 0.056877 | 106.161 | 0 | 106.161 | 12 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 491 | | XDebugManager | OnDebugStepOut(clDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 30 | 54 | 264.972 | 8.41176 | 2228.88 | 123.827 | 0.056877 | 106.161 | 0 | 106.161 | 12 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 501 | | XDebugManager | OnVoid(clDebugEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 1 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 123.476 | 31.9355 | 155.411 | 2 | 4 |
| codelitephp/php-plugin/XDebugManager.cpp | 507 | | XDebugManager | OnXDebugStopped(XDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 513 | | XDebugManager | DoRefreshDebuggerViews(int) | 1 | 29 | 20 | 5 | 4 | 2 | 1 | 35 | 107 | 548.833 | 15 | 8232.5 | 457.361 | 0.135904 | 83.1893 | 29.9907 | 113.18 | 22 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 544 | | XDebugManager | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 15.1667 | 1638 | 91 | 0.0463185 | 114.669 | 0 | 114.669 | 1 | 11 |
| codelitephp/php-plugin/XDebugManager.cpp | 552 | | XDebugManager | [static] Initialize(PhpPlugin *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 554 | | XDebugManager | GetPort() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 117.797 | 0 | 117.797 | 3 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 561 | | XDebugManager | GetHost() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 117.797 | 0 | 117.797 | 4 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 568 | | XDebugManager | [static] Free() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 1 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 570 | | XDebugManager | DoDeleteBreakpoint(int) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 19 | 29 | 123.19 | 5.09091 | 627.149 | 34.8416 | 0.0244226 | 114.215 | 27.6325 | 141.847 | 6 | 3 |
| codelitephp/php-plugin/XDebugManager.cpp | 578 | | XDebugManager | OnStackTraceItemActivated(PHPEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 43 | 90 | 488.364 | 10.6667 | 5209.21 | 289.401 | 0.100168 | 98.091 | 0 | 98.091 | 14 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 591 | | XDebugManager | GetFileMapping(PHPProject::Ptr_t) const | 1 | 15 | 13 | 1 | 1 | 3 | 1 | 40 | 103 | 548.159 | 11.7 | 6413.46 | 356.303 | 0.115064 | 93.6455 | 19.4709 | 113.116 | 17 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 607 | | XDebugManager | OnDeleteAllBreakpoints(PHPEvent &) | 1 | 14 | 10 | 2 | 2 | 3 | 2 | 26 | 57 | 267.925 | 6.96667 | 1866.54 | 103.697 | 0.0505325 | 98.4856 | 27.6325 | 126.118 | 7 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 622 | | XDebugManager | OnDeleteBreakpoint(PHPEvent &) | 1 | 17 | 15 | 1 | 1 | 3 | 1 | 42 | 102 | 550.016 | 11.1111 | 6111.29 | 339.516 | 0.111421 | 91.6002 | 18.3478 | 109.948 | 11 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 640 | | XDebugManager | IsDebugSessionRunning() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 19 | 26 | 110.446 | 5 | 552.231 | 30.6795 | 0.0224367 | 146.076 | 0 | 146.076 | 2 | 5 |
| codelitephp/php-plugin/XDebugManager.cpp | 642 | | XDebugManager | OnBreakpointItemActivated(PHPEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 35 | 70 | 359.05 | 9.375 | 3366.09 | 187.005 | 0.074868 | 108.422 | 0 | 108.422 | 12 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 650 | | XDebugManager | OnBreakpointsViewUpdated(XDebugEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 26 | 47 | 220.921 | 6.96667 | 1539.08 | 85.5045 | 0.0444344 | 105.17 | 0 | 105.17 | 6 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 661 | | XDebugManager | DoRefreshBreakpointsMarkersForEditor(IEditor *) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 36 | 79 | 408.424 | 9.86364 | 4028.55 | 223.808 | 0.0843939 | 100.43 | 0 | 100.43 | 10 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 673 | | XDebugManager | DoNegotiateFeatures() | 0 | 16 | 11 | 2 | 3 | 1 | 1 | 21 | 52 | 228.401 | 7.875 | 1798.65 | 99.9252 | 0.0492996 | 97.6123 | 26.0372 | 123.65 | 9 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 690 | | XDebugManager | SendEvalCommand(const wxString &, int) | 2 | 10 | 9 | 0 | 1 | 1 | 1 | 35 | 70 | 359.05 | 8.86364 | 3182.49 | 176.805 | 0.0721201 | 102.874 | 0 | 102.874 | 13 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 701 | | XDebugManager | OnTooltip(clDebugEvent &) | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 29 | 56 | 272.047 | 7.76471 | 2112.36 | 117.354 | 0.0548771 | 102.543 | 0 | 102.543 | 8 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 713 | | XDebugManager | OnCanInteract(clDebugEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 1 | 16 | 23 | 92 | 5.78571 | 532.286 | 29.5714 | 0.0218932 | 121.184 | 31.9355 | 153.119 | 3 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 719 | | XDebugManager | CloseDebugSession() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 721 | | XDebugManager | OnCommThreadTerminated() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 3.5 | 266.515 | 14.8064 | 0.0138047 | 122.167 | 0 | 122.167 | 8 | 3 |
| codelitephp/php-plugin/XDebugManager.cpp | 727 | | XDebugManager | XDebugNotConnecting() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 78 | 409.338 | 7.54 | 3086.41 | 171.467 | 0.0706612 | 101.963 | 0 | 101.963 | 16 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 738 | | XDebugManager | OnShowTooltip(XDebugEvent &) | 1 | 24 | 22 | 1 | 1 | 3 | 2 | 51 | 151 | 856.536 | 13.0286 | 11159.4 | 619.969 | 0.166459 | 83.7105 | 15.5492 | 99.2596 | 32 | 2 |
| codelitephp/php-plugin/XDebugManager.cpp | 763 | | XDebugManager | SendDBGPCommand(const wxString &) | 1 | 10 | 9 | 0 | 1 | 1 | 1 | 31 | 57 | 282.389 | 8.66667 | 2447.37 | 135.965 | 0.0605358 | 104.123 | 0 | 104.123 | 11 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 774 | | XDebugManager | SendGetProperty(const wxString &) | 1 | 10 | 9 | 0 | 1 | 1 | 1 | 32 | 61 | 305 | 8.89474 | 2712.89 | 150.716 | 0.0648387 | 103.723 | 0 | 103.723 | 12 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 785 | | XDebugManager | SetConnected(bool) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 115.866 | 0 | 115.866 | 4 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 792 | | XDebugManager | CenterEditor(wxStyledTextCtrl *, int) | 2 | 7 | 6 | 1 | 0 | 1 | 0 | 24 | 41 | 187.983 | 9.5 | 1785.84 | 99.2135 | 0.0490653 | 112.017 | 27.6325 | 139.65 | 2 | 1 |
| codelitephp/php-plugin/XDebugManager.cpp | 800 | | XDebugManager | StartListener() | 0 | 10 | 7 | 2 | 1 | 2 | 1 | 14 | 23 | 87.5692 | 4 | 350.277 | 19.4598 | 0.0165635 | 109.981 | 31.9355 | 141.917 | 2 | 1 |
| codelitephp/php-plugin/XDebugPropertyGetHandler.cpp | 8 | | XDebugPropertyGetHandler | XDebugPropertyGetHandler(XDebugManager *, int, const wxString &) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.3 | 802.858 | 44.6032 | 0.0287942 | 119.489 | 0 | 119.489 | 2 | 1 |
| codelitephp/php-plugin/XDebugPropertyGetHandler.cpp | 14 | | XDebugPropertyGetHandler | Process(const wxXmlNode *) [override] | 1 | 20 | 17 | 1 | 2 | 3 | 2 | 38 | 102 | 535.289 | 9.46154 | 5064.65 | 281.37 | 0.0983057 | 89.1085 | 16.9762 | 106.085 | 13 | 0 |
| codelitephp/php-plugin/XDebugRunCmdHandler.cpp | 16 | | XDebugRunCmdHandler | XDebugRunCmdHandler(XDebugManager *, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6 | 456.883 | 25.3824 | 0.0197734 | 125.782 | 0 | 125.782 | 1 | 4 |
| codelitephp/php-plugin/XDebugRunCmdHandler.cpp | 21 | | XDebugRunCmdHandler | Process(const wxXmlNode *) [override] | 1 | 34 | 29 | 4 | 2 | 5 | 3 | 72 | 214 | 1320.36 | 13.2909 | 17548.8 | 974.935 | 0.225101 | 75.3575 | 25.3357 | 100.693 | 56 | 0 |
| codelitephp/php-plugin/XDebugStackGetCmdHandler.cpp | 13 | | XDebugStackGetCmdHandler | XDebugStackGetCmdHandler(XDebugManager *, int, int) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 6.5 | 728 | 40.4444 | 0.0269753 | 120.161 | 0 | 120.161 | 1 | 1 |
| codelitephp/php-plugin/XDebugStackGetCmdHandler.cpp | 19 | | XDebugStackGetCmdHandler | Process(const wxXmlNode *) [override] | 1 | 25 | 22 | 1 | 2 | 3 | 2 | 55 | 159 | 919.236 | 13.125 | 12065 | 670.276 | 0.175346 | 82.6818 | 15.2452 | 97.927 | 29 | 0 |
| codelitephp/php-plugin/XDebugStopCmdHandler.cpp | 11 | | XDebugStopCmdHandler | XDebugStopCmdHandler(XDebugManager *, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6 | 456.883 | 25.3824 | 0.0197734 | 125.782 | 0 | 125.782 | 1 | 1 |
| codelitephp/php-plugin/XDebugStopCmdHandler.cpp | 16 | | XDebugStopCmdHandler | Process(const wxXmlNode *) [override] | 1 | 20 | 15 | 2 | 3 | 3 | 1 | 39 | 95 | 502.113 | 8.75 | 4393.49 | 244.083 | 0.0894167 | 89.4412 | 23.5268 | 112.968 | 31 | 0 |
| codelitephp/php-plugin/XDebugTester.cpp | 12 | | XDebugTester | RunTest() | 0 | 95 | 83 | 7 | 5 | 9 | 4 | 83 | 538 | 3429.77 | 27.2769 | 93553.6 | 5197.42 | 0.68694 | 52.8279 | 20.412 | 73.2399 | 109 | 0 |
| codelitephp/php-plugin/XDebugUnknownCommand.cpp | 9 | | XDebugUnknownCommand | XDebugUnknownCommand(XDebugManager *, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6 | 456.883 | 25.3824 | 0.0197734 | 125.782 | 0 | 125.782 | 1 | 1 |
| codelitephp/php-plugin/XDebugUnknownCommand.cpp | 14 | | XDebugUnknownCommand | Process(const wxXmlNode *) [override] | 1 | 14 | 12 | 0 | 2 | 1 | 0 | 35 | 76 | 389.826 | 9.45455 | 3685.62 | 204.757 | 0.079534 | 96.9956 | 0 | 96.9956 | 11 | 0 |
| codelitephp/php-plugin/XVariable.cpp | 11 | | XVariable | XVariable(wxXmlNode *, bool) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 120.638 | 0 | 120.638 | 1 | 3 |
| codelitephp/php-plugin/XVariable.cpp | 17 | | XVariable | FromXML(wxXmlNode *, bool) | 2 | 39 | 31 | 3 | 5 | 6 | 2 | 73 | 285 | 1764.1 | 16.6909 | 29444.4 | 1635.8 | 0.317844 | 71.3982 | 20.8285 | 92.2267 | 50 | 2 |
| codelitephp/php-plugin/XVariable.cpp | 57 | | XVariable | ToString() const | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 6.875 | 1712.72 | 95.1513 | 0.0477167 | 104.775 | 0 | 104.775 | 16 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 9 | | EvalPane | EvalPane(wxWindow *) | 1 | 15 | 13 | 1 | 1 | 3 | 1 | 42 | 140 | 754.924 | 15.0769 | 11381.9 | 632.33 | 0.168664 | 91.9812 | 19.4709 | 111.452 | 21 | 1 |
| codelitephp/php-plugin/evalpane.cpp | 25 | | EvalPane | ~EvalPane() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 11 | 2995.56 | 166.42 | 0.0692677 | 112.587 | 0 | 112.587 | 6 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 32 | | EvalPane | OnEnter(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 1 | 18 | 27 | 112.588 | 5.625 | 633.307 | 35.1837 | 0.0245823 | 123.519 | 0 | 123.519 | 2 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 37 | | EvalPane | OnSend(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 30 | 133.783 | 5 | 668.915 | 37.1619 | 0.0254952 | 122.852 | 0 | 122.852 | 3 | 1 |
| codelitephp/php-plugin/evalpane.cpp | 42 | | EvalPane | OnSendUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 33 | 147.161 | 6 | 882.967 | 49.0537 | 0.030679 | 122.126 | 0 | 122.126 | 4 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 47 | | EvalPane | OnExpressionEvaluate(XDebugEvent &) | 1 | 30 | 25 | 1 | 4 | 3 | 2 | 53 | 173 | 990.93 | 16.4571 | 16307.9 | 905.993 | 0.21436 | 79.3377 | 13.9543 | 93.292 | 38 | 2 |
| codelitephp/php-plugin/evalpane.cpp | 78 | | EvalPane | OnSendXDebugCommand(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.5 | 497.008 | 27.6115 | 0.0209148 | 123.848 | 0 | 123.848 | 3 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 83 | | EvalPane | OnSendXDebugCommandUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 33 | 147.161 | 6 | 882.967 | 49.0537 | 0.030679 | 122.126 | 0 | 122.126 | 4 | 0 |
| codelitephp/php-plugin/evalpane.cpp | 88 | | EvalPane | OnDBGPCommandEvaluated(XDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 54 | 240.809 | 7.91667 | 1906.41 | 105.912 | 0.0512494 | 106.658 | 0 | 106.658 | 7 | 2 |
| codelitephp/php-plugin/evalpane.cpp | 98 | | EvalPane | OnSettingsChanged(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/localsview.cpp | 23 | | LocalsView | LocalsView(wxWindow *) | 1 | 18 | 17 | 0 | 1 | 1 | 0 | 43 | 187 | 1014.71 | 12.9677 | 13158.5 | 731.029 | 0.185788 | 87.9497 | 0 | 87.9497 | 26 | 1 |
| codelitephp/php-plugin/localsview.cpp | 42 | | LocalsView | ~LocalsView() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 80 | 361.885 | 11.9167 | 4312.46 | 239.581 | 0.0883139 | 108.611 | 0 | 108.611 | 8 | 0 |
| codelitephp/php-plugin/localsview.cpp | 50 | | LocalsView | [virtual] OnLocalCollapsed(wxTreeEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 31 | 73 | 361.656 | 11.7188 | 4238.16 | 235.453 | 0.0872965 | 102.607 | 23.5268 | 126.133 | 8 | 1 |
| codelitephp/php-plugin/localsview.cpp | 61 | | LocalsView | OnXDebugSessionEnded(XDebugEvent &) | 1 | 10 | 9 | 1 | 0 | 1 | 0 | 24 | 47 | 215.493 | 5.1 | 1099.02 | 61.0564 | 0.0354989 | 105.529 | 23.5268 | 129.056 | 12 | 2 |
| codelitephp/php-plugin/localsview.cpp | 72 | | LocalsView | [virtual] OnLocalExpanded(wxTreeEvent &) | 1 | 8 | 7 | 1 | 0 | 1 | 1 | 29 | 58 | 281.763 | 9.8 | 2761.28 | 153.404 | 0.0656073 | 107.75 | 26.0372 | 133.787 | 6 | 1 |
| codelitephp/php-plugin/localsview.cpp | 81 | | LocalsView | OnLocalsUpdated(XDebugEvent &) | 1 | 20 | 14 | 3 | 3 | 2 | 1 | 42 | 109 | 587.763 | 11.6667 | 6857.23 | 380.957 | 0.120313 | 88.8523 | 28.2321 | 117.084 | 19 | 2 |
| codelitephp/php-plugin/localsview.cpp | 102 | | LocalsView | AppendVariablesToTree(const wxTreeItemId &, const XVariable::List_t &) | 2 | 22 | 18 | 2 | 2 | 5 | 3 | 47 | 154 | 855.407 | 16.2581 | 13907.3 | 772.625 | 0.19277 | 84.6669 | 22.5149 | 107.182 | 13 | 3 |
| codelitephp/php-plugin/localsview.cpp | 125 | | LocalsView | OnXDebugSessionStarted(XDebugEvent &) | 1 | 10 | 9 | 1 | 0 | 1 | 0 | 24 | 47 | 215.493 | 5.1 | 1099.02 | 61.0564 | 0.0354989 | 105.529 | 23.5268 | 129.056 | 12 | 2 |
| codelitephp/php-plugin/localsview.cpp | 136 | | LocalsView | [virtual] OnLocalExpanding(wxTreeEvent &) | 1 | 18 | 14 | 2 | 2 | 3 | 1 | 42 | 117 | 630.901 | 11.5 | 7255.36 | 403.076 | 0.124926 | 89.9608 | 24.6875 | 114.648 | 16 | 1 |
| codelitephp/php-plugin/localsview.cpp | 155 | | LocalsView | DoGetItemClientData(const wxTreeItemId &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 47 | 223.48 | 10.625 | 2374.47 | 131.915 | 0.0593276 | 108.725 | 0 | 108.725 | 4 | 1 |
| codelitephp/php-plugin/localsview.cpp | 164 | | LocalsView | OnPropertyGet(XDebugEvent &) | 1 | 31 | 20 | 6 | 5 | 4 | 1 | 53 | 147 | 842.004 | 13.2222 | 11133.2 | 618.509 | 0.166198 | 79.4233 | 31.5 | 110.923 | 18 | 2 |
| codelitephp/php-plugin/localsview.cpp | 196 | | LocalsView | [virtual] OnLocalsMenu(wxTreeEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 28 | 56 | 269.212 | 7.44118 | 2003.25 | 111.292 | 0.0529707 | 107.986 | 0 | 107.986 | 8 | 1 |
| codelitephp/php-plugin/localsview.cpp | 205 | | LocalsView | OnCopyValue(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 39 | 85 | 449.259 | 10.9375 | 4913.77 | 272.987 | 0.0963434 | 98.525 | 0 | 98.525 | 13 | 1 |
| codelitephp/php-plugin/localsview.cpp | 218 | | LocalsView | ClearView() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 6.42857 | 1296.89 | 72.0494 | 0.0396413 | 114.147 | 0 | 114.147 | 7 | 4 |
| codelitephp/php-plugin/localsview.cpp | 15 | | MyStringData | MyStringData(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 2 |
| codelitephp/php-plugin/localsview.cpp | 19 | | MyStringData | ~MyStringData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| codelitephp/php-plugin/localsview.cpp | 20 | | MyStringData | GetData() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 4 |
| codelitephp/php-plugin/my_tree_view.cpp | 6 | | MyTreeView | MyTreeView(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 14 | 14 | 0 | 0 | 5 | 2 | 52 | 151 | 860.766 | 22.2857 | 19182.8 | 1065.71 | 0.238865 | 91.9566 | 0 | 91.9566 | 12 | 1 |
| codelitephp/php-plugin/new_class.cpp | 16 | | NewPHPClassBase | NewPHPClassBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 180 | 125 | 2 | 53 | 10 | 1 | 170 | 1803 | 13359.1 | 56.3836 | 753235 | 41846.4 | 2.75951 | 35.1743 | 8.12873 | 43.3031 | 280 | 1 |
| codelitephp/php-plugin/new_class.cpp | 197 | | NewPHPClassBase | ~NewPHPClassBase() [override] | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 35 | 170 | 871.978 | 13 | 11335.7 | 629.762 | 0.168207 | 94.0098 | 0 | 94.0098 | 36 | 0 |
| codelitephp/php-plugin/new_class_php-plugin_bitmaps.cpp | 34 | | | wxC847AInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 7 | | NewPHPWorkspaceDlg | NewPHPWorkspaceDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 46 | 213.617 | 6.28571 | 1342.74 | 74.5965 | 0.0405701 | 109.189 | 0 | 109.189 | 8 | 1 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 16 | | NewPHPWorkspaceDlg | ~NewPHPWorkspaceDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 18 | | NewPHPWorkspaceDlg | GetWorkspacePath() const | 0 | 10 | 9 | 0 | 1 | 3 | 1 | 27 | 60 | 285.293 | 8.4 | 2396.46 | 133.137 | 0.0596933 | 103.61 | 0 | 103.61 | 8 | 6 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 29 | | NewPHPWorkspaceDlg | OnNameUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 120.33 | 0 | 120.33 | 3 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 35 | | NewPHPWorkspaceDlg | OnOK(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 126.943 | 0 | 126.943 | 1 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 40 | | NewPHPWorkspaceDlg | [virtual] OnCheckMakeSeparateDir(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4 | 320 | 17.7778 | 0.0155948 | 125.525 | 0 | 125.525 | 2 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 45 | | NewPHPWorkspaceDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 50 | | NewPHPWorkspaceDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 8 | 8 | 1 | 0 | 2 | 1 | 30 | 56 | 274.786 | 7.64706 | 2101.3 | 116.739 | 0.0546854 | 107.65 | 26.0372 | 133.687 | 8 | 0 |
| codelitephp/php-plugin/new_php_workspace_dlg.cpp | 59 | | NewPHPWorkspaceDlg | OnFolderSelected(wxCommandEvent &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 22 | 37 | 164.999 | 5.19231 | 856.725 | 47.5959 | 0.0300681 | 110.532 | 26.0372 | 136.569 | 5 | 0 |
| codelitephp/php-plugin/php.cpp | 48 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| codelitephp/php-plugin/php.cpp | 50 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| codelitephp/php-plugin/php.cpp | 60 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| codelitephp/php-plugin/php.cpp | 62 | | PhpPlugin | PhpPlugin(IManager *) | 1 | 121 | 91 | 17 | 16 | 9 | 3 | 162 | 922 | 6767.34 | 27.8261 | 188309 | 10461.6 | 1.09511 | 45.3749 | 27.4297 | 72.8046 | 177 | 1 |
| codelitephp/php-plugin/php.cpp | 184 | | PhpPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| codelitephp/php-plugin/php.cpp | 186 | | PhpPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 34 | 138.974 | 5.625 | 781.727 | 43.4293 | 0.0282867 | 115.855 | 0 | 115.855 | 5 | 0 |
| codelitephp/php-plugin/php.cpp | 193 | | PhpPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| codelitephp/php-plugin/php.cpp | 199 | | PhpPlugin | UnPlug() [override] | 0 | 69 | 59 | 4 | 7 | 3 | 1 | 104 | 582 | 3899.66 | 18.8182 | 73384.4 | 4076.91 | 0.584272 | 58.7205 | 18.2206 | 76.9412 | 112 | 0 |
| codelitephp/php-plugin/php.cpp | 269 | | PhpPlugin | OnShowQuickOutline(clCodeCompletionEvent &) | 1 | 16 | 13 | 1 | 2 | 2 | 1 | 37 | 92 | 479.27 | 12.1905 | 5842.53 | 324.585 | 0.10813 | 93.5283 | 18.8844 | 112.413 | 11 | 2 |
| codelitephp/php-plugin/php.cpp | 286 | | PhpPlugin | OnNewWorkspace(clCommandEvent &) | 1 | 23 | 20 | 3 | 1 | 4 | 2 | 52 | 154 | 877.868 | 11.9 | 10446.6 | 580.368 | 0.159293 | 84.042 | 26.5382 | 110.58 | 25 | 2 |
| codelitephp/php-plugin/php.cpp | 310 | | PhpPlugin | OnIsWorkspaceOpen(clCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 28 | 73 | 350.937 | 8.41176 | 2952 | 164 | 0.0685945 | 102.763 | 0 | 102.763 | 10 | 2 |
| codelitephp/php-plugin/php.cpp | 321 | | PhpPlugin | OnCloseWorkspace(clCommandEvent &) | 1 | 25 | 16 | 4 | 5 | 2 | 1 | 38 | 112 | 587.768 | 11.375 | 6685.86 | 371.437 | 0.1183 | 85.2373 | 29.0386 | 114.276 | 25 | 2 |
| codelitephp/php-plugin/php.cpp | 347 | | PhpPlugin | OnOpenWorkspace(clCommandEvent &) | 1 | 23 | 19 | 2 | 2 | 5 | 1 | 49 | 139 | 780.445 | 14.25 | 11121.3 | 617.852 | 0.16608 | 84.4237 | 22.0554 | 106.479 | 22 | 2 |
| codelitephp/php-plugin/php.cpp | 371 | | PhpPlugin | DoOpenWorkspace(const wxString &, bool, bool) | 3 | 33 | 26 | 3 | 4 | 3 | 1 | 72 | 197 | 1215.48 | 11.1429 | 13543.9 | 752.437 | 0.189397 | 76.7315 | 22.5149 | 99.2465 | 35 | 3 |
| codelitephp/php-plugin/php.cpp | 405 | | PhpPlugin | OnOpenResource(wxCommandEvent &) | 1 | 23 | 19 | 0 | 4 | 4 | 2 | 49 | 138 | 774.83 | 13.5469 | 10496.5 | 583.14 | 0.1598 | 84.6912 | 0 | 84.6912 | 13 | 2 |
| codelitephp/php-plugin/php.cpp | 429 | | PhpPlugin | OnGetActiveProjectFiles(wxCommandEvent &) | 1 | 17 | 14 | 0 | 3 | 2 | 1 | 45 | 125 | 686.482 | 16.0769 | 11036.5 | 613.14 | 0.165234 | 90.6777 | 0 | 90.6777 | 16 | 2 |
| codelitephp/php-plugin/php.cpp | 447 | | PhpPlugin | OnGetCurrentFileProjectFiles(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 4 | 1 | 33 | 72 | 363.196 | 9.58333 | 3480.63 | 193.368 | 0.0765569 | 97.8741 | 0 | 97.8741 | 7 | 2 |
| codelitephp/php-plugin/php.cpp | 461 | | PhpPlugin | OnGetWorkspaceFiles(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 4 | 3 | 34 | 84 | 427.347 | 11.4474 | 4892 | 271.778 | 0.0960586 | 94.7101 | 0 | 94.7101 | 9 | 2 |
| codelitephp/php-plugin/php.cpp | 477 | | PhpPlugin | OnNewProject(clNewProjectEvent &) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 33 | 80 | 403.552 | 8.125 | 3278.86 | 182.159 | 0.0735688 | 98.8529 | 21.6227 | 120.476 | 10 | 2 |
| codelitephp/php-plugin/php.cpp | 490 | | PhpPlugin | DoPlaceMenuBar(wxMenuBar *) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 33 | 89 | 448.951 | 11.7 | 5252.73 | 291.818 | 0.100725 | 97.2319 | 20.8285 | 118.06 | 17 | 1 |
| codelitephp/php-plugin/php.cpp | 504 | | PhpPlugin | OnMenuCommand(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 25 | 50 | 232.193 | 8.125 | 1886.57 | 104.809 | 0.0508932 | 101.957 | 0 | 101.957 | 6 | 2 |
| codelitephp/php-plugin/php.cpp | 517 | | PhpPlugin | OnReloadWorkspace(clCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 26 | 46 | 216.22 | 7 | 1513.54 | 84.0856 | 0.0439415 | 106.988 | 0 | 106.988 | 4 | 2 |
| codelitephp/php-plugin/php.cpp | 527 | | PhpPlugin | OnLoadURL(PHPEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 120.35 | 0 | 120.35 | 3 | 2 |
| codelitephp/php-plugin/php.cpp | 534 | | PhpPlugin | OnDebugEnded(XDebugEvent &) | 1 | 19 | 15 | 1 | 3 | 3 | 1 | 40 | 111 | 590.734 | 8.14286 | 4810.26 | 267.237 | 0.0949856 | 89.427 | 17.3987 | 106.826 | 19 | 2 |
| codelitephp/php-plugin/php.cpp | 554 | | PhpPlugin | OnDebugStarted(XDebugEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| codelitephp/php-plugin/php.cpp | 560 | | PhpPlugin | OnXDebugDeleteAllBreakpoints(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.25 | 784.029 | 43.5571 | 0.0283422 | 115.711 | 0 | 115.711 | 5 | 2 |
| codelitephp/php-plugin/php.cpp | 567 | | PhpPlugin | DoEnsureXDebugPanesVisible(const wxString &) | 1 | 24 | 18 | 2 | 4 | 3 | 2 | 47 | 127 | 705.433 | 9.75758 | 6883.31 | 382.406 | 0.120618 | 84.7197 | 21.6227 | 106.342 | 26 | 1 |
| codelitephp/php-plugin/php.cpp | 592 | | PhpPlugin | SafelyDetachAndDestroyPane(wxWindow *, const wxString &) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 64 | 310.911 | 9.34375 | 2905.07 | 161.393 | 0.0678657 | 103.163 | 0 | 103.163 | 6 | 3 |
| codelitephp/php-plugin/php.cpp | 603 | | PhpPlugin | EnsureAuiPaneIsVisible(const wxString &, bool) | 2 | 10 | 10 | 0 | 0 | 4 | 1 | 31 | 69 | 341.84 | 9.88235 | 3378.18 | 187.677 | 0.0750471 | 102.44 | 0 | 102.44 | 7 | 3 |
| codelitephp/php-plugin/php.cpp | 614 | | PhpPlugin | OnNewProjectFinish(clNewProjectEvent &) | 1 | 28 | 24 | 1 | 3 | 5 | 1 | 56 | 168 | 975.636 | 12.2051 | 11907.8 | 661.542 | 0.17382 | 80.0762 | 14.4303 | 94.5065 | 25 | 2 |
| codelitephp/php-plugin/php.cpp | 643 | | PhpPlugin | OnAllEditorsClosed(wxCommandEvent &) | 1 | 15 | 10 | 3 | 2 | 2 | 1 | 28 | 56 | 269.212 | 9.1 | 2449.83 | 136.102 | 0.0605763 | 97.573 | 31.9355 | 129.508 | 11 | 2 |
| codelitephp/php-plugin/php.cpp | 659 | | PhpPlugin | SetEditorActive(IEditor *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| codelitephp/php-plugin/php.cpp | 661 | | PhpPlugin | RunXDebugDiagnostics() | 0 | 29 | 25 | 1 | 3 | 5 | 1 | 49 | 158 | 887.124 | 15.0303 | 13333.7 | 740.764 | 0.187433 | 80.0023 | 14.1863 | 94.1886 | 5 | 2 |
| codelitephp/php-plugin/php.cpp | 691 | | PhpPlugin | OnRunXDebugDiagnostics(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| codelitephp/php-plugin/php.cpp | 697 | | PhpPlugin | FinalizeStartup() | 0 | 30 | 24 | 3 | 3 | 1 | 0 | 46 | 188 | 1038.43 | 11.2941 | 11728.1 | 651.564 | 0.172067 | 79.5542 | 23.5268 | 103.081 | 42 | 1 |
| codelitephp/php-plugin/php.cpp | 728 | | PhpPlugin | OnGoingDown(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/php.cpp | 730 | | PhpPlugin | OnFileSystemUpdated(clFileSystemEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 42 | 184.477 | 6.36364 | 1173.95 | 65.2193 | 0.0370946 | 109.722 | 26.0372 | 135.759 | 5 | 2 |
| codelitephp/php-plugin/php.cpp | 739 | | PhpPlugin | OnSaveSession(clCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 23 | 49 | 221.655 | 6.875 | 1523.87 | 84.6597 | 0.0441413 | 106.859 | 24.6875 | 131.547 | 6 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 23 | | PHPEditorContextMenu | PHPEditorContextMenu() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 28 | | PHPEditorContextMenu | ~PHPEditorContextMenu() [override] | 0 | 14 | 13 | 0 | 1 | 1 | 0 | 37 | 144 | 750.161 | 11.2115 | 8410.46 | 467.248 | 0.137856 | 93.5918 | 0 | 93.5918 | 25 | 0 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 43 | | PHPEditorContextMenu | ConnectEvents() | 0 | 15 | 13 | 2 | 0 | 1 | 0 | 38 | 144 | 755.702 | 9.64286 | 7287.12 | 404.84 | 0.12529 | 92.4358 | 26.7997 | 119.236 | 25 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 59 | | PHPEditorContextMenu | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 67 | | PHPEditorContextMenu | [static] Release() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 14 | 21 | 79.9545 | 6.3 | 503.713 | 27.9841 | 0.0211025 | 116.233 | 0 | 116.233 | 1 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 75 | | PHPEditorContextMenu | DoBuildMenu(wxMenu *, IEditor *) | 2 | 27 | 18 | 4 | 5 | 3 | 1 | 48 | 149 | 832.159 | 13.1818 | 10969.4 | 609.41 | 0.164563 | 81.9525 | 28.0786 | 110.031 | 27 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 103 | | PHPEditorContextMenu | IsPHPSection(int) const | 1 | 10 | 10 | 0 | 0 | 11 | 1 | 28 | 79 | 379.781 | 9.75 | 3702.87 | 205.715 | 0.0797818 | 100.282 | 0 | 100.282 | 0 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 114 | | PHPEditorContextMenu | IsIncludeOrRequireStatement(wxString &) | 1 | 18 | 13 | 3 | 2 | 4 | 1 | 41 | 93 | 498.252 | 12.913 | 6433.95 | 357.442 | 0.115309 | 90.9582 | 29.5564 | 120.515 | 10 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 133 | | PHPEditorContextMenu | GetIncludeOrRequireFileName(wxString &) | 1 | 11 | 9 | 1 | 1 | 1 | 1 | 29 | 65 | 315.769 | 10.9688 | 3463.59 | 192.422 | 0.0763067 | 101.998 | 22.5149 | 124.513 | 8 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 145 | | PHPEditorContextMenu | DoOpenPHPFile() | 0 | 10 | 10 | 1 | 0 | 3 | 1 | 28 | 63 | 302.863 | 9.1 | 2756.06 | 153.114 | 0.0655246 | 103.299 | 23.5268 | 126.826 | 8 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 156 | | PHPEditorContextMenu | DoGotoDefinition() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 16 | 32 | 128 | 4.27778 | 547.556 | 30.4198 | 0.0223099 | 119.467 | 0 | 119.467 | 4 | 1 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 162 | | PHPEditorContextMenu | IsTokenInBlackList(wxStyledTextCtrl *, const wxString &, int, const wxArrayString &) | 4 | 11 | 11 | 0 | 0 | 3 | 2 | 45 | 105 | 576.645 | 23.125 | 13334.9 | 740.828 | 0.187444 | 98.4065 | 0 | 98.4065 | 9 | 0 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 174 | | PHPEditorContextMenu | OnContextMenu(clContextMenuEvent &) | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 28 | 54 | 259.597 | 10 | 2595.97 | 144.221 | 0.062962 | 104.101 | 0 | 104.101 | 5 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 185 | | PHPEditorContextMenu | OnMarginContextMenu(clContextMenuEvent &) | 1 | 32 | 26 | 1 | 5 | 9 | 2 | 36 | 192 | 992.626 | 18.6522 | 18514.6 | 1028.59 | 0.233286 | 76.9032 | 13.5225 | 90.4258 | 28 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 218 | | PHPEditorContextMenu | OnPopupClicked(wxCommandEvent &) | 1 | 22 | 21 | 1 | 0 | 6 | 2 | 36 | 84 | 434.274 | 12.8529 | 5581.69 | 310.094 | 0.104887 | 87.962 | 16.2158 | 104.178 | 7 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 241 | | PHPEditorContextMenu | OnInsertDoxyComment(wxCommandEvent &) | 1 | 75 | 57 | 9 | 9 | 14 | 4 | 116 | 457 | 3134.1 | 30 | 94022.9 | 5223.5 | 0.689236 | 55.9762 | 25.5633 | 81.5395 | 58 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 317 | | PHPEditorContextMenu | OnGenerateSettersGetters(wxCommandEvent &) | 1 | 44 | 32 | 6 | 6 | 8 | 4 | 84 | 292 | 1866.56 | 21.4 | 39944.3 | 2219.13 | 0.389507 | 68.6905 | 27.069 | 95.7595 | 39 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 362 | | PHPEditorContextMenu | OnCommentLine(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 29 | 54 | 262.331 | 10.7143 | 2810.69 | 156.149 | 0.0663876 | 105.753 | 0 | 105.753 | 6 | 2 |
| codelitephp/php-plugin/php_editor_context_menu.cpp | 372 | | PHPEditorContextMenu | OnCommentSelection(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 29 | 54 | 262.331 | 10.7143 | 2810.69 | 156.149 | 0.0663876 | 105.753 | 0 | 105.753 | 7 | 2 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 17 | | PHPFileLayoutTree | PHPFileLayoutTree(wxWindow *, IEditor *, IManager *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 47 | 220.921 | 5.55882 | 1228.06 | 68.2255 | 0.0382259 | 111.178 | 0 | 111.178 | 1 | 0 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 25 | | PHPFileLayoutTree | PHPFileLayoutTree(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 44 | 206.819 | 6.6 | 1365.01 | 75.8338 | 0.0410175 | 109.357 | 0 | 109.357 | 2 | 1 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 34 | | PHPFileLayoutTree | Construct() | 0 | 40 | 33 | 12 | 5 | 5 | 2 | 71 | 357 | 2195.46 | 21.9057 | 48093 | 2671.83 | 0.440825 | 70.0806 | 37.5154 | 107.596 | 65 | 1 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 75 | | PHPFileLayoutTree | GetImageId(PHPEntityBase::Ptr_t) | 1 | 44 | 34 | 7 | 5 | 14 | 3 | 50 | 217 | 1224.72 | 16.4848 | 20189.3 | 1121.63 | 0.247149 | 69.5017 | 28.9668 | 98.4685 | 21 | 1 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 120 | | PHPFileLayoutTree | RecurseSearch(const wxTreeItemId &, const wxString &) | 2 | 23 | 21 | 0 | 2 | 7 | 3 | 34 | 129 | 656.283 | 17.3684 | 11398.6 | 633.255 | 0.168829 | 84.8647 | 0 | 84.8647 | 16 | 1 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 144 | | PHPFileLayoutTree | TryGetPrevItem(wxTreeItemId) | 1 | 30 | 21 | 2 | 7 | 7 | 2 | 32 | 133 | 665 | 18.9706 | 12615.4 | 700.858 | 0.18064 | 80.4917 | 19.4709 | 99.9626 | 19 | 0 |
| codelitephp/php-plugin/php_file_layout_tree.cpp | 175 | | PHPFileLayoutTree | BuildTree(wxTreeItemId, PHPEntityBase::Ptr_t) | 2 | 11 | 9 | 1 | 1 | 3 | 1 | 36 | 80 | 413.594 | 11.7857 | 4874.5 | 270.806 | 0.0958294 | 100.135 | 22.5149 | 122.65 | 15 | 2 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 26 | | OpenResourceDlg | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 26 | | OpenResourceDlg | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 30 | | OpenResourceDlg | OpenResourceDlg(wxWindow *, const ResourceVector_t &, IManager *) | 3 | 13 | 12 | 0 | 1 | 1 | 0 | 32 | 69 | 345 | 8.55263 | 2950.66 | 163.925 | 0.0685738 | 98.8314 | 0 | 98.8314 | 9 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 44 | | OpenResourceDlg | OpenResourceDlg(wxWindow *, IManager *) | 2 | 40 | 33 | 1 | 6 | 6 | 2 | 77 | 259 | 1623.1 | 20.6038 | 33441.9 | 1857.89 | 0.345998 | 71.4213 | 12.1253 | 83.5466 | 40 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 85 | | OpenResourceDlg | DoInitialize() | 0 | 16 | 14 | 0 | 2 | 1 | 0 | 39 | 112 | 591.965 | 8.10345 | 4796.96 | 266.498 | 0.0948104 | 92.6601 | 0 | 92.6601 | 13 | 2 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 102 | | OpenResourceDlg | ~OpenResourceDlg() [override] | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 76 | 383.374 | 11.25 | 4312.96 | 239.609 | 0.0883206 | 104.01 | 0 | 104.01 | 9 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 112 | | OpenResourceDlg | OnFilterEnter(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 43 | 199.686 | 6.28571 | 1255.17 | 69.7316 | 0.0387864 | 109.31 | 0 | 109.31 | 5 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 121 | | OpenResourceDlg | OnFilterText(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 123 | | OpenResourceDlg | OnTimer(wxTimerEvent &) | 1 | 51 | 42 | 7 | 6 | 8 | 3 | 60 | 390 | 2303.69 | 32.2073 | 74195.6 | 4121.98 | 0.588569 | 65.2046 | 27.1474 | 92.3521 | 70 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 175 | | OpenResourceDlg | DoPopulateListCtrl(const ResourceVector_t &) | 1 | 19 | 18 | 0 | 1 | 4 | 2 | 49 | 171 | 960.115 | 18.5806 | 17839.6 | 991.087 | 0.22758 | 86.6714 | 0 | 86.6714 | 25 | 2 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 195 | | OpenResourceDlg | DoGetResources(const wxString &) | 1 | 20 | 17 | 1 | 2 | 3 | 2 | 44 | 118 | 644.213 | 11.2 | 7215.18 | 400.844 | 0.124464 | 88.1454 | 16.9762 | 105.122 | 22 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 216 | | OpenResourceDlg | DoGetFiles(const wxString &) | 1 | 18 | 15 | 2 | 1 | 4 | 3 | 39 | 106 | 560.253 | 15.8409 | 8874.91 | 493.051 | 0.142885 | 90.3484 | 24.6875 | 115.036 | 12 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 235 | | OpenResourceDlg | DoGetItemData(const wxDataViewItem &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 7.94444 | 1064.39 | 59.133 | 0.0347494 | 119.229 | 0 | 119.229 | 1 | 2 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 241 | | OpenResourceDlg | OnKeyDown(wxKeyEvent &) [override] | 1 | 19 | 12 | 2 | 5 | 4 | 1 | 25 | 71 | 329.714 | 7.85714 | 2590.61 | 143.923 | 0.0628753 | 92.2293 | 24.0864 | 116.316 | 7 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 261 | | OpenResourceDlg | DoSelectNext() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 28 | 79 | 379.781 | 10.875 | 4130.12 | 229.451 | 0.0858066 | 99.1686 | 0 | 99.1686 | 8 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 274 | | OpenResourceDlg | DoSelectPrev() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 27 | 72 | 342.352 | 10.8 | 3697.4 | 205.411 | 0.0797033 | 99.7081 | 0 | 99.7081 | 7 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 287 | | OpenResourceDlg | DoGetImgIdx(const ResourceItem *) | 1 | 20 | 20 | 0 | 0 | 8 | 1 | 39 | 95 | 502.113 | 9.52 | 4780.12 | 265.562 | 0.0945884 | 88.2912 | 0 | 88.2912 | 4 | 1 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 308 | | OpenResourceDlg | OnDVItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 119.945 | 0 | 119.945 | 4 | 0 |
| codelitephp/php-plugin/php_open_resource_dlg.cpp | 314 | | OpenResourceDlg | IsMatchesFilter(const wxString &, const wxString &) | 2 | 13 | 13 | 0 | 0 | 3 | 2 | 40 | 91 | 484.295 | 15.8333 | 7668.01 | 426.001 | 0.129619 | 96.6078 | 0 | 96.6078 | 7 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 9 | | PHPProjectSettingsDlg | PHPProjectSettingsDlg(wxWindow *, const wxString &) | 2 | 53 | 43 | 2 | 8 | 4 | 1 | 104 | 390 | 2613.17 | 19.3171 | 50478.8 | 2804.38 | 0.455287 | 64.846 | 14.821 | 79.667 | 65 | 2 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 63 | | PHPProjectSettingsDlg | ~PHPProjectSettingsDlg() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 21 | 56 | 245.97 | 11 | 2705.67 | 150.315 | 0.0647235 | 104.841 | 0 | 104.841 | 3 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 74 | | PHPProjectSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 29 | 118.536 | 4.44444 | 526.829 | 29.2683 | 0.0217433 | 114.185 | 0 | 114.185 | 3 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 82 | | PHPProjectSettingsDlg | OnApply(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 84 | | PHPProjectSettingsDlg | OnApplyUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 20 | 81.7493 | 5.71429 | 467.139 | 25.9521 | 0.0200682 | 147.871 | 0 | 147.871 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 86 | | PHPProjectSettingsDlg | OnAddCCPath(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 31 | 85 | 421.107 | 13.125 | 5527.03 | 307.057 | 0.104201 | 95.0166 | 0 | 95.0166 | 10 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 102 | | PHPProjectSettingsDlg | OnAddIncludePath(wxCommandEvent &) [override] | 1 | 13 | 11 | 1 | 1 | 3 | 2 | 38 | 82 | 430.33 | 9.04167 | 3890.9 | 216.161 | 0.0824604 | 97.2221 | 20.8285 | 118.051 | 11 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 116 | | PHPProjectSettingsDlg | OnIndexFileSelected(wxFileDirPickerEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 118 | | PHPProjectSettingsDlg | OnPHPExecChanged(wxFileDirPickerEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 120 | | PHPProjectSettingsDlg | OnPageChanged(wxBookCtrlEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 122 | | PHPProjectSettingsDlg | OnPauseWhenExeTerminates(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 124 | | PHPProjectSettingsDlg | OnProjectURLChanged(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 126 | | PHPProjectSettingsDlg | OnWorkingDirectoryChanged(wxFileDirPickerEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 128 | | PHPProjectSettingsDlg | Save() | 0 | 46 | 35 | 4 | 7 | 3 | 1 | 88 | 323 | 2086.4 | 16.4571 | 34336.1 | 1907.56 | 0.352138 | 68.5414 | 22.0554 | 90.5968 | 55 | 1 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 175 | | PHPProjectSettingsDlg | OnUpdateApplyUI(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 177 | | PHPProjectSettingsDlg | OnPHPIniSelected(wxFileDirPickerEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 179 | | PHPProjectSettingsDlg | OnUseSystemBrowser(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 181 | | PHPProjectSettingsDlg | OnFileMappingItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 183 | | PHPProjectSettingsDlg | OnFileMappingMenu(wxDataViewEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 1 | 0 | 29 | 75 | 364.349 | 9.47222 | 3451.19 | 191.733 | 0.0761245 | 101.254 | 0 | 101.254 | 10 | 0 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 195 | | PHPProjectSettingsDlg | OnDeleteFileMapping(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 63 | 312.114 | 10.2941 | 3212.94 | 178.497 | 0.0725795 | 105.079 | 0 | 105.079 | 7 | 2 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 205 | | PHPProjectSettingsDlg | OnEditFileMapping(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 29 | 48 | 233.183 | 8.125 | 1894.61 | 105.256 | 0.0510378 | 106.595 | 0 | 106.595 | 6 | 2 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 215 | | PHPProjectSettingsDlg | OnNewFileMapping(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 69 | 348.063 | 10.4167 | 3625.66 | 201.425 | 0.0786689 | 101.262 | 0 | 101.262 | 11 | 2 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 227 | | PHPProjectSettingsDlg | EditItem(const wxDataViewItem &) | 1 | 20 | 18 | 0 | 2 | 3 | 1 | 46 | 138 | 762.252 | 15.5345 | 11841.2 | 657.844 | 0.173171 | 87.2705 | 0 | 87.2705 | 19 | 2 |
| codelitephp/php-plugin/php_project_settings_dlg.cpp | 248 | | PHPProjectSettingsDlg | OnPgmgrviewPgChanged(wxPropertyGridEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5.625 | 609.852 | 33.8806 | 0.0239715 | 117.376 | 0 | 117.376 | 2 | 0 |
| codelitephp/php-plugin/php_settings_dlg.cpp | 13 | | PHPSettingsDlg | PHPSettingsDlg(wxWindow *) | 1 | 22 | 20 | 0 | 2 | 2 | 1 | 49 | 143 | 802.904 | 10.8 | 8671.36 | 481.742 | 0.140692 | 85.6863 | 0 | 85.6863 | 26 | 1 |
| codelitephp/php-plugin/php_settings_dlg.cpp | 36 | | PHPSettingsDlg | OnBrowseForIncludePath(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 30 | 80 | 392.551 | 11.8125 | 4637.01 | 257.612 | 0.092691 | 97.7 | 0 | 97.7 | 9 | 0 |
| codelitephp/php-plugin/php_settings_dlg.cpp | 50 | | PHPSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 24 | 21 | 1 | 2 | 3 | 1 | 63 | 193 | 1153.62 | 10 | 11536.2 | 640.897 | 0.170184 | 82.1621 | 15.5492 | 97.7113 | 31 | 0 |
| codelitephp/php-plugin/php_settings_dlg.cpp | 75 | | PHPSettingsDlg | OnAddCCPath(wxCommandEvent &) [override] | 1 | 15 | 13 | 0 | 2 | 3 | 2 | 31 | 79 | 391.382 | 12.6562 | 4953.42 | 275.19 | 0.096861 | 95.3972 | 0 | 95.3972 | 9 | 0 |
| codelitephp/php-plugin/php_settings_dlg.cpp | 91 | | PHPSettingsDlg | OnUpdateApplyUI(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 3 |
| codelitephp/php-plugin/php_ui.cpp | 1264 | | EvalPaneBase | EvalPaneBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 187 | 135 | 20 | 32 | 5 | 1 | 145 | 1341 | 9628.26 | 56.5625 | 544598 | 30255.5 | 2.22295 | 37.4093 | 24.2621 | 61.6714 | 170 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1452 | | EvalPaneBase | ~EvalPaneBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 92 | 427.235 | 12.5714 | 5370.95 | 298.386 | 0.10223 | 103.677 | 0 | 103.677 | 6 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1022 | | FileMappingDlgBase | FileMappingDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 76 | 58 | 2 | 16 | 6 | 1 | 118 | 627 | 4315.42 | 27.4789 | 118583 | 6587.95 | 0.804564 | 55.9384 | 12.4338 | 68.3721 | 89 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1099 | | FileMappingDlgBase | ~FileMappingDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 147.488 | 0 | 147.488 | 1 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1237 | | LocalsViewBase | LocalsViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 24 | 19 | 1 | 4 | 3 | 1 | 58 | 169 | 989.999 | 13.5 | 13365 | 742.499 | 0.187726 | 82.9575 | 15.5492 | 98.5066 | 21 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1262 | | LocalsViewBase | ~LocalsViewBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 172 | | NewFileDlgBase | NewFileDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 76 | 56 | 1 | 19 | 6 | 1 | 113 | 640 | 4364.91 | 30.1556 | 131626 | 7312.58 | 0.86253 | 55.8791 | 8.83854 | 64.7176 | 90 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 249 | | NewFileDlgBase | ~NewFileDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1617 | | NewPHPProjectWizardBase | NewPHPProjectWizardBase(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 248 | 186 | 4 | 58 | 9 | 2 | 229 | 2159 | 16924.8 | 57.8094 | 978415 | 54356.4 | 3.28519 | 28.9825 | 9.77404 | 38.7565 | 321 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1866 | | NewPHPProjectWizardBase | ~NewPHPProjectWizardBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 92 | 446.934 | 9.16667 | 4096.9 | 227.605 | 0.0853458 | 101.736 | 0 | 101.736 | 6 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 64 | | NewPHPWorkspaceBaseDlg | NewPHPWorkspaceBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 98 | 75 | 2 | 21 | 8 | 1 | 127 | 848 | 5926.4 | 34.3894 | 203806 | 11322.5 | 1.1544 | 49.7102 | 10.9756 | 60.6858 | 117 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 163 | | NewPHPWorkspaceBaseDlg | ~NewPHPWorkspaceBaseDlg() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 78 | 362.221 | 10.6071 | 3842.13 | 213.452 | 0.0817699 | 106.443 | 0 | 106.443 | 5 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 251 | | OpenResourceDlgBase | OpenResourceDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 64 | 53 | 2 | 9 | 6 | 1 | 111 | 503 | 3417.59 | 23.5227 | 80391.1 | 4466.17 | 0.620894 | 59.9353 | 13.5225 | 73.4578 | 70 | 2 |
| codelitephp/php-plugin/php_ui.cpp | 316 | | OpenResourceDlgBase | ~OpenResourceDlgBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1149 | | PHPDebugPaneBase | PHPDebugPaneBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 78 | 61 | 2 | 15 | 3 | 1 | 102 | 663 | 4423.82 | 31.8293 | 140807 | 7822.61 | 0.902183 | 56.0786 | 12.2766 | 68.3552 | 92 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1228 | | PHPDebugPaneBase | ~PHPDebugPaneBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 109.129 | 0 | 109.129 | 3 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1462 | | PHPDebugStartDlgBase | PHPDebugStartDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 146 | 113 | 3 | 30 | 9 | 1 | 160 | 1179 | 8632.55 | 39.7941 | 343525 | 19084.7 | 1.635 | 41.0664 | 11.0125 | 52.0789 | 166 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1609 | | PHPDebugStartDlgBase | ~PHPDebugStartDlgBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 64 | 293.438 | 9.30769 | 2731.23 | 151.735 | 0.0651304 | 109.702 | 0 | 109.702 | 4 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 598 | | PHPProjectSettingsBase | PHPProjectSettingsBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 396 | 296 | 10 | 90 | 10 | 1 | 294 | 3351 | 27477.1 | 59.4222 | 1.63275e+06 | 90708.4 | 4.62195 | 18.6513 | 12.1852 | 30.8365 | 454 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 995 | | PHPProjectSettingsBase | ~PHPProjectSettingsBase() [override] | 0 | 26 | 26 | 0 | 0 | 1 | 0 | 57 | 274 | 1598.21 | 11.5978 | 18535.8 | 1029.77 | 0.233464 | 79.6303 | 0 | 79.6303 | 19 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 2070 | | PHPSettersGettersDialogBase | PHPSettersGettersDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 80 | 63 | 1 | 16 | 5 | 1 | 120 | 658 | 4544.73 | 26.7143 | 121409 | 6744.96 | 0.817297 | 55.0682 | 8.61702 | 63.6852 | 98 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 2151 | | PHPSettersGettersDialogBase | ~PHPSettersGettersDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 324 | | PHPSettingsBaseDlg | PHPSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 265 | 193 | 9 | 63 | 11 | 1 | 209 | 2170 | 16725 | 58.6277 | 980547 | 54474.8 | 3.28996 | 27.5102 | 14.0818 | 41.5919 | 303 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 590 | | PHPSettingsBaseDlg | ~PHPSettingsBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1101 | | PHPWorkspaceViewBase | PHPWorkspaceViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 41 | 31 | 2 | 8 | 3 | 1 | 81 | 317 | 2009.73 | 17.7742 | 35721.4 | 1984.52 | 0.361547 | 70.6002 | 16.7761 | 87.3763 | 39 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 1143 | | PHPWorkspaceViewBase | ~PHPWorkspaceViewBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 1877 | | PHPXDebugSetupWizardBase | PHPXDebugSetupWizardBase(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 186 | 143 | 4 | 39 | 10 | 2 | 175 | 1565 | 11661.1 | 54.1812 | 631815 | 35100.8 | 2.45436 | 35.35 | 11.2618 | 46.6118 | 228 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 2064 | | PHPXDebugSetupWizardBase | ~PHPXDebugSetupWizardBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 36 | 147.149 | 9.16667 | 1348.86 | 74.9368 | 0.0406934 | 118.742 | 0 | 118.742 | 2 | 0 |
| codelitephp/php-plugin/php_ui.cpp | 26 | | QuickOutlineDlgBase | QuickOutlineDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 35 | 31 | 1 | 3 | 5 | 1 | 72 | 240 | 1480.78 | 15.5769 | 23066 | 1281.45 | 0.270102 | 74.2917 | 12.944 | 87.2356 | 34 | 1 |
| codelitephp/php-plugin/php_ui.cpp | 62 | | QuickOutlineDlgBase | ~QuickOutlineDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelitephp/php-plugin/php_ui_php-plugin_bitmaps.cpp | 63 | | | wxCF01InitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 15 |
| codelitephp/php-plugin/php_workspace_view.cpp | 50 | | PHPWorkspaceView | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 50 | | PHPWorkspaceView | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 78 | | PHPWorkspaceView | PHPWorkspaceView(wxWindow *, IManager *) | 2 | 79 | 66 | 5 | 8 | 3 | 1 | 134 | 850 | 6006.18 | 26.4035 | 158584 | 8810.23 | 0.976604 | 54.2821 | 18.9975 | 73.2796 | 127 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 158 | | PHPWorkspaceView | ~PHPWorkspaceView() [override] | 0 | 31 | 30 | 0 | 1 | 1 | 0 | 66 | 406 | 2454.02 | 13.8 | 33865.5 | 1881.42 | 0.348913 | 74.5509 | 0 | 74.5509 | 51 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 190 | | PHPWorkspaceView | OnFolderDropped(clCommandEvent &) | 1 | 91 | 68 | 11 | 12 | 12 | 3 | 108 | 530 | 3580.09 | 28.1627 | 100825 | 5601.38 | 0.722088 | 52.6117 | 25.6475 | 78.2593 | 96 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 282 | | PHPWorkspaceView | OnMenu(wxTreeEvent &) [override] | 1 | 133 | 119 | 4 | 10 | 7 | 3 | 122 | 1096 | 7596.09 | 38.4612 | 292154 | 16230.8 | 1.46764 | 43.7023 | 13.2722 | 56.9745 | 238 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 416 | | PHPWorkspaceView | LoadWorkspaceView() | 0 | 70 | 55 | 3 | 12 | 8 | 2 | 98 | 441 | 2917.09 | 24.84 | 72460.4 | 4025.58 | 0.579357 | 58.847 | 15.7622 | 74.6092 | 78 | 5 |
| codelitephp/php-plugin/php_workspace_view.cpp | 487 | | PHPWorkspaceView | UnLoadWorkspaceView() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.5 | 316.458 | 17.581 | 0.0154795 | 122.581 | 0 | 122.581 | 1 | 3 |
| codelitephp/php-plugin/php_workspace_view.cpp | 493 | | PHPWorkspaceView | CreateNewProject(PHPProject::CreateData) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 18 | 34 | 141.777 | 5.2 | 737.243 | 40.9579 | 0.0272031 | 115.981 | 29.5564 | 145.538 | 4 | 4 |
| codelitephp/php-plugin/php_workspace_view.cpp | 500 | | PHPWorkspaceView | OnCloseWorkspace(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 30 | 63 | 309.134 | 8 | 2473.07 | 137.393 | 0.0609588 | 105.359 | 0 | 105.359 | 12 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 510 | | PHPWorkspaceView | OnReloadWorkspace(wxCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.5 | 404.659 | 22.481 | 0.0182364 | 121.302 | 31.9355 | 153.238 | 2 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 516 | | PHPWorkspaceView | OnDeleteProject(wxCommandEvent &) | 1 | 20 | 16 | 3 | 1 | 5 | 3 | 51 | 129 | 731.743 | 11.25 | 8232.11 | 457.339 | 0.1359 | 87.0229 | 28.2321 | 115.255 | 22 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 537 | | PHPWorkspaceView | OnNewFolder(wxCommandEvent &) | 1 | 55 | 40 | 4 | 11 | 8 | 2 | 82 | 324 | 2059.85 | 17.1562 | 35339.2 | 1963.29 | 0.358963 | 64.5632 | 20.2869 | 84.8501 | 48 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 593 | | PHPWorkspaceView | OnSetProjectActive(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 21 | 33 | 144.946 | 6.6 | 956.647 | 53.147 | 0.0323628 | 110.976 | 0 | 110.976 | 3 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 602 | | PHPWorkspaceView | DoGetSelectedProject() | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 55 | 258.524 | 9 | 2326.72 | 129.262 | 0.0585295 | 101.169 | 0 | 101.169 | 7 | 7 |
| codelitephp/php-plugin/php_workspace_view.cpp | 615 | | PHPWorkspaceView | DoGetItemData(const wxTreeItemId &) | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 31 | 57 | 282.389 | 14.25 | 4024.05 | 223.558 | 0.084331 | 102.119 | 0 | 102.119 | 2 | 24 |
| codelitephp/php-plugin/php_workspace_view.cpp | 627 | | PHPWorkspaceView | DoGetItemData(const wxTreeItemId &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 31 | 59 | 292.298 | 15.8333 | 4628.05 | 257.114 | 0.0925715 | 101.94 | 0 | 101.94 | 2 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 639 | | PHPWorkspaceView | OnNewFile(wxCommandEvent &) | 1 | 27 | 26 | 0 | 1 | 7 | 3 | 62 | 201 | 1196.79 | 13.4111 | 16050.3 | 891.685 | 0.212097 | 79.143 | 0 | 79.143 | 33 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 667 | | PHPWorkspaceView | IsFolderItem(const wxTreeItemId &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 24 | 36 | 165.059 | 9.1 | 1502.03 | 83.4463 | 0.0437185 | 110.3 | 0 | 110.3 | 2 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 676 | | PHPWorkspaceView | OnDeleteFolder(wxCommandEvent &) | 1 | 28 | 22 | 2 | 4 | 6 | 1 | 66 | 179 | 1081.95 | 15.4 | 16662 | 925.665 | 0.217452 | 79.3084 | 20.1155 | 99.4239 | 30 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 705 | | PHPWorkspaceView | OnRetagWorkspace(wxCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 23 | 40 | 180.942 | 6.53846 | 1183.09 | 65.727 | 0.0372869 | 112.216 | 27.6325 | 139.848 | 10 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 713 | | PHPWorkspaceView | DoGetItemImgIdx(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 52 | 241.481 | 9.69231 | 2340.5 | 130.028 | 0.0587604 | 108.322 | 0 | 108.322 | 4 | 4 |
| codelitephp/php-plugin/php_workspace_view.cpp | 722 | | PHPWorkspaceView | OnOpenFile(wxCommandEvent &) | 1 | 16 | 15 | 0 | 1 | 4 | 2 | 39 | 91 | 480.972 | 11.8261 | 5688.01 | 316.001 | 0.106215 | 93.0499 | 0 | 93.0499 | 9 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 739 | | PHPWorkspaceView | DoOpenFile(const wxTreeItemId &) | 1 | 10 | 10 | 0 | 0 | 5 | 2 | 34 | 92 | 468.047 | 10.85 | 5078.31 | 282.128 | 0.0984822 | 100.576 | 0 | 100.576 | 13 | 4 |
| codelitephp/php-plugin/php_workspace_view.cpp | 750 | | PHPWorkspaceView | OnRemoveFile(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 752 | | PHPWorkspaceView | OnRenameFile(wxCommandEvent &) | 1 | 55 | 39 | 6 | 10 | 7 | 2 | 73 | 292 | 1807.43 | 17.1818 | 31054.9 | 1725.27 | 0.329331 | 65.473 | 24.4822 | 89.9552 | 44 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 808 | | PHPWorkspaceView | DoDeleteSelectedFileItem() | 0 | 59 | 48 | 5 | 7 | 9 | 3 | 84 | 352 | 2250.1 | 29.3684 | 66081.8 | 3671.21 | 0.544837 | 62.7365 | 21.7927 | 84.5292 | 67 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 868 | | PHPWorkspaceView | OnRunProject(wxCommandEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 34 | 79 | 401.91 | 9.1 | 3657.38 | 203.188 | 0.0791271 | 100.514 | 22.5149 | 123.029 | 12 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 880 | | PHPWorkspaceView | [virtual] OnActiveProjectSettings(wxCommandEvent &) | 1 | 13 | 12 | 1 | 0 | 4 | 1 | 40 | 92 | 489.617 | 11.087 | 5428.37 | 301.576 | 0.102958 | 96.321 | 20.8285 | 117.149 | 18 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 894 | | PHPWorkspaceView | [virtual] OnActiveProjectSettingsUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 123.945 | 0 | 123.945 | 3 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 899 | | PHPWorkspaceView | [virtual] OnProjectSettings(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 3 | 1 | 32 | 55 | 275 | 8.82353 | 2426.47 | 134.804 | 0.0601906 | 105.508 | 24.6875 | 130.195 | 8 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 909 | | PHPWorkspaceView | OnRunActiveProject(clExecuteEvent &) | 1 | 17 | 14 | 2 | 1 | 3 | 2 | 37 | 111 | 578.249 | 11.5909 | 6702.44 | 372.358 | 0.118495 | 91.3399 | 25.3357 | 116.676 | 17 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 927 | | PHPWorkspaceView | OnIsProgramRunning(clExecuteEvent &) | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 22 | 49 | 218.512 | 7.5 | 1638.84 | 91.0467 | 0.0463344 | 105.227 | 23.5268 | 128.753 | 6 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 938 | | PHPWorkspaceView | OnStopExecutedProgram(clExecuteEvent &) | 1 | 10 | 8 | 1 | 1 | 3 | 1 | 23 | 54 | 244.272 | 8.72727 | 2131.83 | 118.435 | 0.0552138 | 104.417 | 23.5268 | 127.944 | 7 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 949 | | PHPWorkspaceView | OnEditorChanged(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 5.5 | 831.971 | 46.2206 | 0.0294861 | 112.917 | 0 | 112.917 | 4 | 3 |
| codelitephp/php-plugin/php_workspace_view.cpp | 957 | | PHPWorkspaceView | OnFileRenamed(PHPEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 959 | | PHPWorkspaceView | OnMakeIndexPHP(wxCommandEvent &) | 1 | 22 | 19 | 0 | 3 | 3 | 1 | 48 | 128 | 714.875 | 10.0882 | 7211.83 | 400.657 | 0.124425 | 86.0602 | 0 | 86.0602 | 19 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 982 | | PHPWorkspaceView | OnNewClass(wxCommandEvent &) | 1 | 58 | 42 | 6 | 10 | 9 | 3 | 89 | 339 | 2195.27 | 18.5294 | 40677.1 | 2259.84 | 0.394257 | 63.1417 | 23.8955 | 87.0372 | 58 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1041 | | PHPWorkspaceView | OnRenameWorkspace(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 7.8 | 1874.87 | 104.159 | 0.0506826 | 110.509 | 0 | 110.509 | 8 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1050 | | PHPWorkspaceView | [virtual] OnSetupRemoteUploadMenu(wxCommandEvent &) | 1 | 20 | 17 | 1 | 2 | 2 | 1 | 41 | 126 | 675.052 | 13.5577 | 9152.14 | 508.452 | 0.145846 | 88.1322 | 16.9762 | 105.108 | 20 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1071 | | PHPWorkspaceView | [virtual] OnSetupRemoteUpload(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4 | 289.359 | 16.0755 | 0.0145827 | 126.049 | 0 | 126.049 | 1 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1077 | | PHPWorkspaceView | OnToggleAutoUpload(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 5.45455 | 857.309 | 47.6283 | 0.0300818 | 112.948 | 0 | 112.948 | 5 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1086 | | PHPWorkspaceView | DoOpenSSHAccountManager() | 0 | 16 | 14 | 1 | 2 | 2 | 1 | 36 | 99 | 511.823 | 7.92 | 4053.63 | 225.202 | 0.0847439 | 93.1866 | 18.8844 | 112.071 | 17 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1104 | | PHPWorkspaceView | ReloadWorkspace(bool) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 61 | 290.048 | 8.4 | 2436.4 | 135.356 | 0.0603548 | 107.599 | 0 | 107.599 | 10 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1113 | | PHPWorkspaceView | ReportParseThreadProgress(size_t, size_t) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 29 | 69 | 335.201 | 10.1562 | 3404.38 | 189.132 | 0.0754347 | 98.5212 | 0 | 98.5212 | 6 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1127 | | PHPWorkspaceView | ReportParseThreadDone() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 39 | 162.627 | 4.8 | 780.61 | 43.3672 | 0.0282597 | 110.377 | 0 | 110.377 | 5 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1136 | | PHPWorkspaceView | DoGetSingleSelection() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1138 | | PHPWorkspaceView | OnItemActivated(wxTreeEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 26 | 54 | 253.824 | 10.5 | 2665.15 | 148.064 | 0.0640757 | 104.218 | 0 | 104.218 | 6 | 0 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1149 | | PHPWorkspaceView | OnPhpParserDone(clParseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1155 | | PHPWorkspaceView | OnPhpParserProgress(clParseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 6 | 800.626 | 44.4792 | 0.0287408 | 119.25 | 0 | 119.25 | 4 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1161 | | PHPWorkspaceView | OnSyncWorkspaceWithFileSystem(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.5 | 404.659 | 22.481 | 0.0182364 | 124.917 | 0 | 124.917 | 2 | 3 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1166 | | PHPWorkspaceView | DoBuildProjectNode(const wxTreeItemId &, PHPProject::Ptr_t) | 2 | 23 | 19 | 4 | 0 | 4 | 3 | 61 | 183 | 1085.32 | 15.4884 | 16809.9 | 933.884 | 0.218737 | 82.9389 | 30.1022 | 113.041 | 24 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1190 | | PHPWorkspaceView | DoGetSelectedItems(wxArrayTreeItemIds &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 11 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1192 | | PHPWorkspaceView | DoAddFolder(const wxString &, const wxString &) | 2 | 43 | 37 | 2 | 4 | 7 | 2 | 80 | 336 | 2124.17 | 23.3136 | 49521.9 | 2751.22 | 0.449514 | 68.6207 | 16.3963 | 85.017 | 51 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1236 | | PHPWorkspaceView | DoGetProject(const wxString &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 31 | 78 | 386.427 | 14.5312 | 5615.27 | 311.96 | 0.105307 | 97.7817 | 0 | 97.7817 | 9 | 3 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1250 | | PHPWorkspaceView | OnWorkspaceRenamed(PHPEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 44 | 199.037 | 6.53846 | 1301.39 | 72.2997 | 0.039733 | 114.217 | 0 | 114.217 | 6 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1257 | | PHPWorkspaceView | DoCreateFile(const wxTreeItemId &, const wxString &, const wxString &) | 3 | 29 | 23 | 4 | 2 | 4 | 2 | 54 | 192 | 1104.94 | 17 | 18784 | 1043.55 | 0.235543 | 79.0906 | 27.2067 | 106.297 | 29 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1287 | | PHPWorkspaceView | DoGetProjectForItem(const wxTreeItemId &) | 1 | 16 | 14 | 1 | 1 | 4 | 2 | 35 | 106 | 543.704 | 14.625 | 7951.67 | 441.759 | 0.132796 | 92.4124 | 18.8844 | 111.297 | 15 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1304 | | PHPWorkspaceView | OnOpenInExplorer(wxCommandEvent &) | 1 | 22 | 20 | 0 | 2 | 5 | 1 | 42 | 138 | 744.14 | 11.25 | 8371.57 | 465.087 | 0.137431 | 85.3915 | 0 | 85.3915 | 20 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1327 | | PHPWorkspaceView | OnOpenShell(wxCommandEvent &) | 1 | 22 | 20 | 0 | 2 | 5 | 1 | 44 | 142 | 775.239 | 11.8966 | 9222.67 | 512.371 | 0.146594 | 85.1786 | 0 | 85.1786 | 21 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1350 | | PHPWorkspaceView | DoGetSelectedFolders(wxArrayString &) | 1 | 25 | 21 | 1 | 3 | 6 | 3 | 58 | 170 | 995.857 | 16.4595 | 16391.3 | 910.626 | 0.21509 | 81.5755 | 15.2452 | 96.8207 | 22 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1376 | | PHPWorkspaceView | OnFindInFiles(wxCommandEvent &) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 21 | 30 | 131.77 | 5.90909 | 778.638 | 43.2577 | 0.0282121 | 111.702 | 26.0372 | 137.739 | 3 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1385 | | PHPWorkspaceView | OnOpenWithDefaultApp(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 36 | 78 | 403.254 | 10.7143 | 4320.58 | 240.032 | 0.0884247 | 98.8568 | 0 | 98.8568 | 8 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1398 | | PHPWorkspaceView | [virtual] OnSetupRemoteUploadUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1401 | | PHPWorkspaceView | DoGetSelectedFiles(wxArrayString &) | 1 | 15 | 14 | 0 | 1 | 4 | 2 | 39 | 91 | 480.972 | 11.8261 | 5688.01 | 316.001 | 0.106215 | 94.0954 | 0 | 94.0954 | 9 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1417 | | PHPWorkspaceView | [virtual] OnCollapse(wxCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 122.878 | 31.9355 | 154.814 | 1 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1423 | | PHPWorkspaceView | [virtual] OnCollapseUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1424 | | PHPWorkspaceView | [virtual] OnStartDebuggerListenerUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 123.749 | 0 | 123.749 | 3 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1429 | | PHPWorkspaceView | OnAddExistingProject(wxCommandEvent &) | 1 | 18 | 17 | 1 | 0 | 5 | 3 | 50 | 125 | 705.482 | 12.6562 | 8928.76 | 496.042 | 0.143463 | 88.9198 | 17.8544 | 106.774 | 18 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1448 | | PHPWorkspaceView | DoSetProjectActive(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 124.686 | 0 | 124.686 | 2 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1453 | | PHPWorkspaceView | OnWorkspaceLoaded(PHPEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 0 | 20 | 30 | 129.658 | 4.90909 | 636.502 | 35.3612 | 0.0246649 | 119.4 | 31.9355 | 151.335 | 3 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1459 | | PHPWorkspaceView | OnRenameFolder(wxCommandEvent &) | 1 | 41 | 31 | 2 | 8 | 6 | 1 | 62 | 222 | 1321.83 | 13.913 | 18390.7 | 1021.71 | 0.232244 | 72.0889 | 16.7761 | 88.865 | 37 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1501 | | PHPWorkspaceView | OnFindInFilesDismissed(clFindInFilesEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1503 | | PHPWorkspaceView | OnFindInFilesShowing(clFindInFilesEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1505 | | PHPWorkspaceView | OnWorkspaceSyncStart(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 37 | 171.823 | 6.46154 | 1110.24 | 61.6799 | 0.0357401 | 114.982 | 0 | 114.982 | 5 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1512 | | PHPWorkspaceView | OnWorkspaceSyncEnd(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 56 | 272.047 | 7.05882 | 1920.33 | 106.685 | 0.0514987 | 107.932 | 0 | 107.932 | 8 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1521 | | PHPWorkspaceView | DoSetStatusBarText(const wxString &, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 123.015 | 0 | 123.015 | 3 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1526 | | PHPWorkspaceView | OnFileSaveAs(clFileSystemEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 42 | 184.477 | 7.15 | 1319.01 | 73.2785 | 0.0400908 | 109.722 | 26.0372 | 135.759 | 5 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1535 | | PHPWorkspaceView | OnStartDebuggerListener(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 4 | 336 | 18.6667 | 0.0161103 | 147.73 | 0 | 147.73 | 2 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1537 | | PHPWorkspaceView | OnSyncProjectWithFileSystem(wxCommandEvent &) | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 33 | 67 | 337.974 | 8.125 | 2746.04 | 152.558 | 0.0653657 | 100.005 | 0 | 100.005 | 10 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1550 | | PHPWorkspaceView | OnProjectSyncCompleted(clCommandEvent &) | 1 | 42 | 28 | 6 | 8 | 6 | 2 | 56 | 189 | 1097.59 | 14.8 | 16244.3 | 902.463 | 0.213803 | 72.6652 | 27.6325 | 100.298 | 29 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1593 | | PHPWorkspaceView | DoGetFilesAndFolders(const wxString &, wxArrayString &, wxArrayString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 49 | 221.655 | 8.46154 | 1875.54 | 104.197 | 0.0506947 | 111.16 | 0 | 111.16 | 4 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1601 | | PHPWorkspaceView | DoGetFilesAndFolders(const wxTreeItemId &, wxArrayString &, wxArrayString &) | 3 | 20 | 18 | 0 | 2 | 5 | 2 | 41 | 133 | 712.554 | 14.4231 | 10277.2 | 570.957 | 0.157566 | 87.1611 | 0 | 87.1611 | 13 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1622 | | PHPWorkspaceView | DoExpandToActiveEditor() | 0 | 17 | 15 | 0 | 2 | 3 | 2 | 37 | 103 | 536.574 | 9.12 | 4893.55 | 271.864 | 0.0960789 | 91.7289 | 0 | 91.7289 | 14 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1640 | | PHPWorkspaceView | OnSyncFolderWithFileSystem(wxCommandEvent &) | 1 | 17 | 13 | 0 | 4 | 2 | 1 | 38 | 79 | 414.586 | 9.33333 | 3869.47 | 214.971 | 0.0821574 | 93.3001 | 0 | 93.3001 | 12 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1658 | | PHPWorkspaceView | OnSyncWorkspaceWithFileSystemUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 2 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1660 | | PHPWorkspaceView | OnDragBegin(wxTreeEvent &) | 1 | 14 | 14 | 0 | 0 | 4 | 2 | 40 | 92 | 489.617 | 13.5 | 6609.83 | 367.213 | 0.117401 | 95.1204 | 0 | 95.1204 | 10 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1675 | | PHPWorkspaceView | OnDragEnd(wxTreeEvent &) | 1 | 51 | 47 | 1 | 3 | 12 | 5 | 89 | 309 | 2001 | 19.9219 | 39863.7 | 2214.65 | 0.388983 | 65.0171 | 10.7617 | 75.7788 | 46 | 1 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1727 | | PHPWorkspaceView | OnFolderChanged(clFileSystemEvent &) | 1 | 40 | 28 | 8 | 4 | 8 | 2 | 50 | 168 | 948.168 | 15.75 | 14933.6 | 829.647 | 0.202142 | 73.7566 | 31.9355 | 105.692 | 23 | 4 |
| codelitephp/php-plugin/php_workspace_view.cpp | 1768 | | PHPWorkspaceView | OnActiveProjectChanged(clProjectSettingsEvent &) | 1 | 20 | 18 | 1 | 1 | 5 | 2 | 46 | 134 | 740.157 | 15.4286 | 11419.6 | 634.421 | 0.169036 | 86.9635 | 16.9762 | 103.94 | 18 | 2 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 9 | | PHPQuickOutlineDlg | PHPQuickOutlineDlg(wxWindow *, IEditor *, IManager *) | 3 | 17 | 15 | 1 | 1 | 1 | 0 | 38 | 102 | 535.289 | 9 | 4817.6 | 267.644 | 0.0950822 | 92.2014 | 18.3478 | 110.549 | 13 | 1 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 27 | | PHPQuickOutlineDlg | ~PHPQuickOutlineDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 32 | | PHPQuickOutlineDlg | OnKeyDown(wxKeyEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 110.06 | 0 | 110.06 | 4 | 2 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 41 | | PHPQuickOutlineDlg | OnItemActivated(wxTreeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 43 | | PHPQuickOutlineDlg | DoItemSelected(const wxTreeItemId &) | 1 | 11 | 11 | 0 | 0 | 4 | 2 | 37 | 87 | 453.222 | 14.2105 | 6440.53 | 357.807 | 0.115388 | 99.4289 | 0 | 99.4289 | 12 | 1 |
| codelitephp/php-plugin/quick_outline_dlg.cpp | 55 | | PHPQuickOutlineDlg | DoSelectMatch(const wxString &, int, const wxString &) | 3 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 76 | 376.519 | 9.78947 | 3685.92 | 204.773 | 0.0795383 | 102.167 | 0 | 102.167 | 6 | 1 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 4 | | SSHWorkspaceSettings | SSHWorkspaceSettings() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 5 | 304.722 | 16.929 | 0.0150944 | 123.325 | 0 | 123.325 | 2 | 9 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 10 | | SSHWorkspaceSettings | FromJSON(const JSONItem &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 6.3 | 1473.15 | 81.8416 | 0.0431562 | 113.38 | 0 | 113.38 | 11 | 0 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 17 | | SSHWorkspaceSettings | ToJSON() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 7.85714 | 1837.26 | 102.07 | 0.0500026 | 108.719 | 0 | 108.719 | 9 | 0 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 26 | | SSHWorkspaceSettings | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.76923 | 1070 | 59.4442 | 0.0348712 | 114.585 | 0 | 114.585 | 7 | 9 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 33 | | SSHWorkspaceSettings | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.76923 | 1070 | 59.4442 | 0.0348712 | 114.585 | 0 | 114.585 | 7 | 3 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 40 | | SSHWorkspaceSettings | IsRemoteUploadSet() const | 0 | 4 | 4 | 0 | 0 | 2 | 0 | 17 | 24 | 98.0991 | 5.71429 | 560.566 | 31.1426 | 0.0226619 | 124.235 | 0 | 124.235 | 2 | 2 |
| codelitephp/php-plugin/ssh_workspace_settings.cpp | 45 | | SSHWorkspaceSettings | Reset() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.14286 | 493.714 | 27.4286 | 0.0208223 | 118.009 | 0 | 118.009 | 2 | 1 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 17 | | XDebugBreakpointsMgr | XDebugBreakpointsMgr() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 101 | 480.244 | 10 | 4802.44 | 266.802 | 0.0948826 | 103.069 | 0 | 103.069 | 13 | 0 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 27 | | XDebugBreakpointsMgr | ~XDebugBreakpointsMgr() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 102 | 490.35 | 11 | 5393.85 | 299.658 | 0.102521 | 102.96 | 0 | 102.96 | 13 | 0 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 37 | | XDebugBreakpointsMgr | HasBreakpoint(const wxString &, int) const | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 58 | 281.763 | 9.8 | 2761.28 | 153.404 | 0.0656073 | 107.52 | 0 | 107.52 | 6 | 1 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 46 | | XDebugBreakpointsMgr | AddBreakpoint(const wxString &, int) | 2 | 10 | 9 | 1 | 0 | 2 | 1 | 29 | 71 | 344.917 | 8.25 | 2845.56 | 158.087 | 0.0669356 | 102.853 | 23.5268 | 126.38 | 10 | 1 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 57 | | XDebugBreakpointsMgr | DeleteBreakpoint(const wxString &, int) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 75 | 378.33 | 8.57143 | 3242.82 | 180.157 | 0.0730288 | 102.372 | 0 | 102.372 | 10 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 68 | | XDebugBreakpointsMgr | OnXDebugSessionEnded(XDebugEvent &) | 1 | 9 | 7 | 1 | 1 | 2 | 1 | 21 | 34 | 149.339 | 5.90909 | 882.457 | 49.0254 | 0.0306672 | 108.913 | 24.6875 | 133.6 | 3 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 78 | | XDebugBreakpointsMgr | GetBreakpoint(const wxString &, int, XDebugBreakpoint &) const | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 76 | 389.826 | 12.6316 | 4924.11 | 273.562 | 0.0964785 | 102.216 | 0 | 102.216 | 8 | 0 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 89 | | XDebugBreakpointsMgr | GetBreakpoint(const wxString &, int, XDebugBreakpoint &) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 75 | 384.696 | 12.2105 | 4697.34 | 260.964 | 0.0934933 | 102.285 | 0 | 102.285 | 8 | 1 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 100 | | XDebugBreakpointsMgr | OnXDebugSessionStarting(XDebugEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 34 | 149.339 | 5.90909 | 882.457 | 49.0254 | 0.0306672 | 110.821 | 26.0372 | 136.858 | 3 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 109 | | XDebugBreakpointsMgr | OnWorkspaceClosed(PHPEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 25 | 55 | 255.412 | 6.33333 | 1617.61 | 89.8672 | 0.0459333 | 102.871 | 22.5149 | 125.386 | 7 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 121 | | XDebugBreakpointsMgr | OnWorkspaceOpened(PHPEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 22 | 43 | 191.756 | 5.88462 | 1128.41 | 62.6893 | 0.036129 | 109.751 | 0 | 109.751 | 7 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 130 | | XDebugBreakpointsMgr | OnEditorChanged(wxCommandEvent &) | 1 | 20 | 16 | 3 | 1 | 5 | 4 | 45 | 121 | 664.514 | 12.4464 | 8270.83 | 459.49 | 0.136326 | 87.524 | 28.2321 | 115.756 | 14 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 151 | | XDebugBreakpointsMgr | GetBreakpointsForFile(const wxString &, XDebugBreakpoint::List_t &) const | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 30 | 62 | 304.227 | 10.5 | 3194.39 | 177.466 | 0.0722998 | 103.276 | 0 | 103.276 | 6 | 2 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 162 | | XDebugBreakpointsMgr | Notify() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 4 | 3 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 168 | | XDebugBreakpointsMgr | DeleteAllBreakpoints() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 3.5 | 293.166 | 16.287 | 0.0147103 | 118.718 | 0 | 118.718 | 3 | 1 |
| codelitephp/php-plugin/xdebugbreakpointsmgr.cpp | 175 | | XDebugBreakpointsMgr | Save() | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 19 | 40 | 169.917 | 5.85 | 994.015 | 55.2231 | 0.0332002 | 110.149 | 26.0372 | 136.187 | 5 | 3 |
| codelitephp/php-plugin/xdebugevent.cpp | 16 | | XDebugEvent | XDebugEvent(wxEventType, int) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.25 | 369.119 | 20.5066 | 0.0171523 | 126.197 | 0 | 126.197 | 1 | 13 |
| WordCompletion/UI.cpp | 89 | | WordCompletionImages | WordCompletionImages() | 0 | 20 | 17 | 1 | 2 | 2 | 1 | 38 | 98 | 514.297 | 12.3636 | 6358.58 | 353.254 | 0.114407 | 89.5466 | 16.9762 | 106.523 | 15 | 0 |
| WordCompletion/UI.cpp | 110 | | WordCompletionImages | ~WordCompletionImages() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| WordCompletion/UI.cpp | 17 | | WordCompletionSettingsBaseDlg | WordCompletionSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 63 | 50 | 2 | 11 | 5 | 1 | 121 | 497 | 3438.68 | 21.9439 | 75457.9 | 4192.1 | 0.595226 | 60.3884 | 13.6267 | 74.0152 | 80 | 1 |
| WordCompletion/UI.cpp | 81 | | WordCompletionSettingsBaseDlg | ~WordCompletionSettingsBaseDlg() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 24 | 62 | 284.268 | 8.21429 | 2335.06 | 129.725 | 0.0586692 | 109.867 | 0 | 109.867 | 12 | 0 |
| WordCompletion/UI_wordcompletion_bitmaps.cpp | 73 | | | wxC69AFInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 2 |
| WordCompletion/WordCompletionDictionary.cpp | 10 | | WordCompletionDictionary | WordCompletionDictionary() | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 75 | 348.289 | 11.0769 | 3857.97 | 214.332 | 0.0819945 | 104.739 | 0 | 104.739 | 8 | 1 |
| WordCompletion/WordCompletionDictionary.cpp | 20 | | WordCompletionDictionary | ~WordCompletionDictionary() [override] | 0 | 9 | 8 | 2 | 1 | 1 | 0 | 24 | 73 | 334.702 | 10.1538 | 3398.52 | 188.806 | 0.075348 | 104.946 | 33.3545 | 138.301 | 8 | 0 |
| WordCompletion/WordCompletionDictionary.cpp | 30 | | WordCompletionDictionary | OnEditorChanged(wxCommandEvent &) | 1 | 38 | 24 | 7 | 7 | 4 | 1 | 47 | 155 | 860.961 | 12.303 | 10592.4 | 588.468 | 0.160772 | 76.0092 | 30.8494 | 106.859 | 24 | 2 |
| WordCompletion/WordCompletionDictionary.cpp | 69 | | WordCompletionDictionary | OnSuggestThread(const WordCompletionThreadReply &) | 1 | 9 | 6 | 2 | 1 | 2 | 1 | 35 | 76 | 389.826 | 10.6667 | 4158.14 | 231.008 | 0.0861942 | 103.923 | 33.3545 | 137.278 | 9 | 1 |
| WordCompletion/WordCompletionDictionary.cpp | 79 | | WordCompletionDictionary | OnAllEditorsClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| WordCompletion/WordCompletionDictionary.cpp | 85 | | WordCompletionDictionary | DoCacheActiveEditor(bool) | 1 | 24 | 15 | 5 | 5 | 3 | 1 | 47 | 139 | 772.088 | 13.1613 | 10161.7 | 564.537 | 0.156383 | 84.2502 | 32.4818 | 116.732 | 21 | 2 |
| WordCompletion/WordCompletionDictionary.cpp | 110 | | WordCompletionDictionary | OnFileSaved(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 0 | 121.415 | 2 | 2 |
| WordCompletion/WordCompletionDictionary.cpp | 116 | | WordCompletionDictionary | GetWords() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 47 | 215.493 | 9.5 | 2047.19 | 113.733 | 0.0537424 | 108.914 | 0 | 108.914 | 6 | 1 |
| WordCompletion/WordCompletionSettings.cpp | 3 | | WordCompletionSettings | WordCompletionSettings() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 118.718 | 0 | 118.718 | 2 | 3 |
| WordCompletion/WordCompletionSettings.cpp | 10 | | WordCompletionSettings | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 40 | 178.377 | 6.23077 | 1111.43 | 61.746 | 0.0357657 | 117.741 | 0 | 117.741 | 6 | 0 |
| WordCompletion/WordCompletionSettings.cpp | 16 | | WordCompletionSettings | ToJSON() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 7.5 | 1404.72 | 78.0401 | 0.0418092 | 112.036 | 0 | 112.036 | 7 | 0 |
| WordCompletion/WordCompletionSettings.cpp | 24 | | WordCompletionSettings | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 3 |
| WordCompletion/WordCompletionSettings.cpp | 31 | | WordCompletionSettings | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| WordCompletion/WordCompletionSettingsDlg.cpp | 5 | | WordCompletionSettingsDlg | WordCompletionSettingsDlg(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 33 | 73 | 368.241 | 8.45 | 3111.63 | 172.869 | 0.0710457 | 99.7891 | 0 | 99.7891 | 13 | 1 |
| WordCompletion/WordCompletionSettingsDlg.cpp | 18 | | WordCompletionSettingsDlg | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| WordCompletion/WordCompletionSettingsDlg.cpp | 24 | | WordCompletionSettingsDlg | OnOk(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 28 | 63 | 302.863 | 5.68421 | 1721.54 | 95.6411 | 0.0478803 | 103.759 | 0 | 103.759 | 10 | 0 |
| WordCompletion/WordCompletionSettingsDlg.cpp | 35 | | WordCompletionSettingsDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| WordCompletion/WordCompletionThread.cpp | 11 | | WordCompletionThread | WordCompletionThread(WordCompletionDictionary *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 1 |
| WordCompletion/WordCompletionThread.cpp | 16 | | WordCompletionThread | ProcessRequest(ThreadRequest *) [override] | 1 | 16 | 13 | 1 | 2 | 1 | 1 | 38 | 89 | 467.066 | 13.0435 | 6092.16 | 338.453 | 0.111188 | 93.8924 | 18.8844 | 112.777 | 8 | 0 |
| WordCompletion/WordCompletionThread.cpp | 33 | | WordCompletionThread | [static] ParseBuffer(const wxString &, wxStringSet_t &) | 2 | 40 | 39 | 0 | 1 | 10 | 2 | 70 | 237 | 1452.64 | 22.5 | 32684.4 | 1815.8 | 0.340753 | 71.0782 | 0 | 71.0782 | 15 | 2 |
| WordCompletion/wordcompletion.cpp | 19 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| WordCompletion/wordcompletion.cpp | 24 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| WordCompletion/wordcompletion.cpp | 34 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| WordCompletion/wordcompletion.cpp | 37 | | WordCompleter | WordCompleter(WordCompletionPlugin *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 8 | 1159.57 | 64.4207 | 0.0367912 | 118.82 | 0 | 118.82 | 2 | 1 |
| WordCompletion/wordcompletion.cpp | 43 | | WordCompleter | ~WordCompleter() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| WordCompletion/wordcompletion.cpp | 48 | | WordCompleter | OnWordComplete(clCodeCompletionEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 2 |
| WordCompletion/wordcompletion.cpp | 50 | | WordCompletionPlugin | WordCompletionPlugin(IManager *) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 34 | 63 | 320.51 | 8.05 | 2580.11 | 143.339 | 0.0627052 | 103.465 | 0 | 103.465 | 10 | 1 |
| WordCompletion/wordcompletion.cpp | 61 | | WordCompletionPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| WordCompletion/wordcompletion.cpp | 63 | | WordCompletionPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 47 | 215.493 | 8.46154 | 1823.4 | 101.3 | 0.0497509 | 113.804 | 0 | 113.804 | 8 | 0 |
| WordCompletion/wordcompletion.cpp | 70 | | WordCompletionPlugin | UnPlug() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 5.83333 | 962.494 | 53.4719 | 0.0324946 | 115.193 | 0 | 115.193 | 5 | 0 |
| WordCompletion/wordcompletion.cpp | 77 | | WordCompletionPlugin | OnWordComplete(clCodeCompletionEvent &) | 1 | 80 | 57 | 14 | 11 | 14 | 4 | 111 | 448 | 3043.9 | 23.0345 | 70114.6 | 3895.26 | 0.566784 | 55.0825 | 30.1826 | 85.2651 | 64 | 1 |
| WordCompletion/wordcompletion.cpp | 158 | | WordCompletionPlugin | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.90909 | 657.719 | 36.5399 | 0.02521 | 119.229 | 0 | 119.229 | 4 | 2 |
| WordCompletion/wordcompletion.cpp | 164 | | WordCompletionPlugin | GetEditor(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 26 | 48 | 225.621 | 11.5909 | 2615.15 | 145.286 | 0.0632718 | 108.445 | 0 | 108.445 | 4 | 1 |
| HelpPlugin/HelpPluginMessageDlg.cpp | 3 | | HelpPluginMessageDlg | [explicit] HelpPluginMessageDlg(wxWindow *) | 1 | 20 | 19 | 0 | 1 | 1 | 0 | 35 | 91 | 466.765 | 9.3913 | 4383.53 | 243.529 | 0.0892815 | 90.2808 | 0 | 90.2808 | 12 | 1 |
| HelpPlugin/HelpPluginSettings.cpp | 3 | | HelpPluginSettings | HelpPluginSettings() | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 25 | 50 | 232.193 | 4.08333 | 948.121 | 52.6734 | 0.0321703 | 98.5722 | 0 | 98.5722 | 9 | 3 |
| HelpPlugin/HelpPluginSettings.cpp | 19 | | HelpPluginSettings | Load() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 3 |
| HelpPlugin/HelpPluginSettings.cpp | 26 | | HelpPluginSettings | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 1 |
| HelpPlugin/HelpPluginSettings.cpp | 32 | | HelpPluginSettings | FromJSON(const JSONItem &) [override] | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 31 | 110 | 544.962 | 9.81818 | 5350.53 | 297.252 | 0.101971 | 100.704 | 0 | 100.704 | 28 | 0 |
| HelpPlugin/HelpPluginSettings.cpp | 43 | | HelpPluginSettings | ToJSON() const [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 32 | 87 | 435 | 8.63636 | 3756.82 | 208.712 | 0.0805549 | 98.9227 | 0 | 98.9227 | 17 | 0 |
| HelpPlugin/HelpPluginSettings.cpp | 56 | | HelpPluginSettings | GetDocset(FileExtManager::FileType) const | 1 | 23 | 23 | 0 | 0 | 10 | 1 | 35 | 104 | 533.445 | 7.79167 | 4156.43 | 230.913 | 0.0861706 | 85.2523 | 0 | 85.2523 | 15 | 1 |
| HelpPlugin/HelpPluginSettingsDlg.cpp | 6 | | HelpPluginSettingsDlg | [explicit] HelpPluginSettingsDlg(wxWindow *) | 1 | 15 | 14 | 0 | 1 | 1 | 0 | 34 | 108 | 549.446 | 9.56522 | 5255.57 | 291.976 | 0.100761 | 94.0933 | 0 | 94.0933 | 25 | 1 |
| HelpPlugin/HelpPluginSettingsDlg.cpp | 22 | | HelpPluginSettingsDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| HelpPlugin/HelpPluginSettingsDlg.cpp | 24 | | HelpPluginSettingsDlg | OnDocsetChanged(wxPropertyGridEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 149.602 | 0 | 149.602 | 0 | 0 |
| HelpPlugin/HelpPluginSettingsDlg.cpp | 25 | | HelpPluginSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 15 | 15 | 0 | 0 | 1 | 0 | 37 | 142 | 739.742 | 8.03571 | 5944.36 | 330.242 | 0.109383 | 92.5468 | 0 | 92.5468 | 26 | 0 |
| HelpPlugin/HelpPluginUI.cpp | 16 | | HelpPluginMessageBaseDlg | HelpPluginMessageBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 58 | 44 | 1 | 13 | 5 | 1 | 108 | 481 | 3249.1 | 24.3529 | 79125.2 | 4395.84 | 0.614358 | 62.0229 | 10.101 | 72.1239 | 64 | 1 |
| HelpPlugin/HelpPluginUI.cpp | 75 | | HelpPluginMessageBaseDlg | ~HelpPluginMessageBaseDlg() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| HelpPlugin/HelpPluginUI.cpp | 79 | | HelpPluginSettingsDlgBase | HelpPluginSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 80 | 59 | 2 | 19 | 5 | 1 | 142 | 687 | 4911.88 | 25.5126 | 125315 | 6961.93 | 0.834732 | 54.6642 | 12.1253 | 66.7896 | 135 | 1 |
| HelpPlugin/HelpPluginUI.cpp | 160 | | HelpPluginSettingsDlgBase | ~HelpPluginSettingsDlgBase() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 24 | 62 | 284.268 | 8.21429 | 2335.06 | 129.725 | 0.0586692 | 109.867 | 0 | 109.867 | 12 | 0 |
| HelpPlugin/HelpPluginUI_helpplugin_bitmaps.cpp | 103 | | | wxC10DEInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 2 |
| HelpPlugin/helpplugin.cpp | 16 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| HelpPlugin/helpplugin.cpp | 18 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| HelpPlugin/helpplugin.cpp | 28 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| HelpPlugin/helpplugin.cpp | 30 | | HelpPlugin | [explicit] HelpPlugin(IManager *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 34 | 83 | 422.259 | 9.59524 | 4051.68 | 225.093 | 0.0847167 | 103.738 | 0 | 103.738 | 14 | 1 |
| HelpPlugin/helpplugin.cpp | 40 | | HelpPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3 | 99.6578 | 5.53655 | 0.00716506 | 152.554 | 49.9883 | 202.542 | 0 | 0 |
| HelpPlugin/helpplugin.cpp | 42 | | HelpPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 61 | 290.048 | 9.6 | 2784.46 | 154.692 | 0.065974 | 107.599 | 0 | 107.599 | 10 | 0 |
| HelpPlugin/helpplugin.cpp | 51 | | HelpPlugin | UnPlug() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 62 | 287.919 | 7.33333 | 2111.41 | 117.3 | 0.0548605 | 112.298 | 0 | 112.298 | 7 | 0 |
| HelpPlugin/helpplugin.cpp | 58 | | HelpPlugin | OnEditorContextMenu(clContextMenuEvent &) | 1 | 32 | 26 | 3 | 3 | 5 | 1 | 64 | 196 | 1176 | 14.087 | 16566.3 | 920.348 | 0.216618 | 76.9417 | 22.8376 | 99.7794 | 33 | 2 |
| HelpPlugin/helpplugin.cpp | 91 | | HelpPlugin | OnHelp(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.375 | 410.224 | 22.7902 | 0.0184032 | 121.085 | 0 | 121.085 | 2 | 2 |
| HelpPlugin/helpplugin.cpp | 97 | | HelpPlugin | DoBuildQueryString() | 0 | 29 | 20 | 4 | 5 | 3 | 1 | 47 | 139 | 772.088 | 12.8906 | 9952.69 | 552.927 | 0.154231 | 81.1845 | 27.2067 | 108.391 | 24 | 1 |
| HelpPlugin/helpplugin.cpp | 127 | | HelpPlugin | OnHelpSettings(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.25 | 830.148 | 46.1193 | 0.029443 | 115.414 | 0 | 115.414 | 5 | 2 |
| HelpPlugin/helpplugin.cpp | 134 | | HelpPlugin | DoHelp() | 0 | 24 | 24 | 0 | 0 | 4 | 1 | 46 | 147 | 811.964 | 13.8667 | 11259.2 | 625.513 | 0.16745 | 83.7584 | 0 | 83.7584 | 26 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 6 | | SmartCompletionUsageDB | [virtual] ~SmartCompletionUsageDB() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 8 | | SmartCompletionUsageDB | Open() | 0 | 13 | 12 | 0 | 1 | 3 | 2 | 36 | 82 | 423.934 | 8.59091 | 3641.98 | 202.332 | 0.0789048 | 97.3 | 0 | 97.3 | 19 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 22 | | SmartCompletionUsageDB | CreateScheme() | 0 | 37 | 30 | 2 | 7 | 2 | 1 | 37 | 155 | 807.465 | 15.12 | 12208.9 | 678.271 | 0.176738 | 77.2348 | 17.6221 | 94.857 | 32 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 60 | | SmartCompletionUsageDB | LoadCCUsageTable(std::unordered_map<wxString, int> &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 46 | 97 | 535.786 | 12.2143 | 6544.24 | 363.569 | 0.116623 | 94.8819 | 0 | 94.8819 | 15 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 75 | | SmartCompletionUsageDB | LoadGTAUsageTable(std::unordered_map<wxString, int> &) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 46 | 97 | 535.786 | 12.2143 | 6544.24 | 363.569 | 0.116623 | 94.8819 | 0 | 94.8819 | 15 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 90 | | SmartCompletionUsageDB | StoreCCUsage(const wxString &, int) | 2 | 13 | 13 | 0 | 0 | 2 | 1 | 38 | 87 | 456.57 | 9.1 | 4154.78 | 230.821 | 0.0861478 | 97.1444 | 0 | 97.1444 | 15 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 104 | | SmartCompletionUsageDB | Close() | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 24 | 50 | 229.248 | 7.5 | 1719.36 | 95.5201 | 0.0478399 | 104.747 | 0 | 104.747 | 11 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 115 | | SmartCompletionUsageDB | Clear() | 0 | 14 | 13 | 0 | 1 | 2 | 1 | 30 | 69 | 338.575 | 8.66667 | 2934.32 | 163.018 | 0.0683204 | 97.4986 | 0 | 97.4986 | 15 | 1 |
| SmartCompletion/SmartCompletionUsageDB.cpp | 130 | | SmartCompletionUsageDB | StoreGTAUsage(const wxString &, int) | 2 | 14 | 14 | 0 | 0 | 2 | 1 | 38 | 87 | 456.57 | 9.1 | 4154.78 | 230.821 | 0.0861478 | 95.9438 | 0 | 95.9438 | 15 | 1 |
| SmartCompletion/SmartCompletionsConfig.cpp | 3 | | SmartCompletionsConfig | SmartCompletionsConfig() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 2 | 0 |
| SmartCompletion/SmartCompletionsConfig.cpp | 9 | | SmartCompletionsConfig | Load() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 46 | 208.084 | 7.33333 | 1525.95 | 84.7749 | 0.0441813 | 107.418 | 0 | 107.418 | 6 | 2 |
| SmartCompletion/SmartCompletionsConfig.cpp | 19 | | SmartCompletionsConfig | Save() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 117.48 | 0 | 117.48 | 3 | 2 |
| SmartCompletion/SmartCompletionsConfig.cpp | 26 | | SmartCompletionsConfig | FromJSON(const JSONItem &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6.375 | 1064.04 | 59.1133 | 0.0347416 | 118.086 | 0 | 118.086 | 5 | 0 |
| SmartCompletion/SmartCompletionsConfig.cpp | 32 | | SmartCompletionsConfig | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| SmartCompletion/SmartCompletionsSettingsDlg.cpp | 5 | | SmartCompletionsSettingsDlg | SmartCompletionsSettingsDlg(wxWindow *, SmartCompletionsConfig &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 8.66667 | 1690.36 | 93.9091 | 0.0473005 | 111.826 | 0 | 111.826 | 4 | 1 |
| SmartCompletion/SmartCompletionsSettingsDlg.cpp | 13 | | SmartCompletionsSettingsDlg | OnOK(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 5.625 | 988.271 | 54.904 | 0.0330722 | 112.369 | 0 | 112.369 | 5 | 0 |
| SmartCompletion/SmartCompletionsSettingsDlg.cpp | 21 | | SmartCompletionsSettingsDlg | OnClearStats(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 0 |
| SmartCompletion/SmartCompletionsUI.cpp | 16 | | SmartCompletionsSettingsBaseDlg | SmartCompletionsSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 72 | 53 | 2 | 17 | 6 | 1 | 116 | 626 | 4293.1 | 28.0699 | 120507 | 6694.82 | 0.813242 | 56.8412 | 12.767 | 69.6082 | 91 | 1 |
| SmartCompletion/SmartCompletionsUI.cpp | 89 | | SmartCompletionsSettingsBaseDlg | ~SmartCompletionsSettingsBaseDlg() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 114.544 | 0 | 114.544 | 8 | 0 |
| SmartCompletion/SmartCompletionsUI_smartcompletion_bitmaps.cpp | 34 | | | wxC6BACInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| SmartCompletion/smartcompletion.cpp | 12 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| SmartCompletion/smartcompletion.cpp | 17 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| SmartCompletion/smartcompletion.cpp | 27 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| SmartCompletion/smartcompletion.cpp | 29 | | SmartCompletion | SmartCompletion(IManager *) | 1 | 13 | 13 | 0 | 0 | 1 | 0 | 41 | 125 | 669.694 | 11.4074 | 7639.47 | 424.415 | 0.129297 | 95.3824 | 0 | 95.3824 | 16 | 1 |
| SmartCompletion/smartcompletion.cpp | 43 | | SmartCompletion | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| SmartCompletion/smartcompletion.cpp | 45 | | SmartCompletion | CreatePluginMenu(wxMenu *) [override] | 1 | 12 | 9 | 0 | 3 | 1 | 0 | 35 | 96 | 492.411 | 11.2273 | 5528.43 | 307.135 | 0.104219 | 98.2781 | 0 | 98.2781 | 14 | 0 |
| SmartCompletion/smartcompletion.cpp | 58 | | SmartCompletion | UnPlug() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 33 | 109 | 549.839 | 9.25 | 5086.01 | 282.556 | 0.0985818 | 102.365 | 0 | 102.365 | 12 | 0 |
| SmartCompletion/smartcompletion.cpp | 68 | | SmartCompletion | OnCodeCompletionSelectionMade(clCodeCompletionEvent &) | 1 | 19 | 15 | 2 | 2 | 3 | 1 | 41 | 102 | 546.47 | 16.6667 | 9107.84 | 505.991 | 0.145375 | 89.832 | 24.0864 | 113.918 | 14 | 2 |
| SmartCompletion/smartcompletion.cpp | 88 | | SmartCompletion | OnCodeCompletionShowing(clCodeCompletionEvent &) | 1 | 34 | 24 | 6 | 4 | 4 | 2 | 55 | 188 | 1086.9 | 21 | 22824.8 | 1268.04 | 0.268215 | 76.5993 | 30.2908 | 106.89 | 28 | 2 |
| SmartCompletion/smartcompletion.cpp | 123 | | SmartCompletion | OnSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 5.41667 | 797.123 | 44.2846 | 0.0286569 | 118.741 | 0 | 118.741 | 4 | 2 |
| SmartCompletion/smartcompletion.cpp | 129 | | SmartCompletion | OnGotoAnythingSort(clGotoEvent &) | 1 | 36 | 25 | 7 | 4 | 5 | 2 | 60 | 215 | 1269.98 | 23.7368 | 30145.3 | 1674.74 | 0.322868 | 74.6339 | 31.5612 | 106.195 | 21 | 2 |
| SmartCompletion/smartcompletion.cpp | 166 | | SmartCompletion | OnGotoAnythingSelectionMade(clGotoEvent &) | 1 | 17 | 14 | 1 | 2 | 3 | 1 | 40 | 95 | 505.583 | 14.9286 | 7547.63 | 419.313 | 0.128258 | 92.0382 | 18.3478 | 110.386 | 10 | 2 |
| MemCheck/memcheck.cpp | 29 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| MemCheck/memcheck.cpp | 34 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 7.07143 | 1759.34 | 97.7412 | 0.0485787 | 106.488 | 0 | 106.488 | 10 | 0 |
| MemCheck/memcheck.cpp | 44 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| MemCheck/memcheck.cpp | 46 | | MemCheckPlugin | MemCheckPlugin(IManager *) | 1 | 59 | 42 | 5 | 12 | 1 | 0 | 80 | 550 | 3477.06 | 24.5 | 85188 | 4732.67 | 0.645353 | 62.3134 | 21.7927 | 84.1061 | 97 | 1 |
| MemCheck/memcheck.cpp | 106 | | MemCheckPlugin | ~MemCheckPlugin() [override] | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 11 | 18 | 62.2698 | 5.25 | 326.916 | 18.162 | 0.0158187 | 120.26 | 29.5564 | 149.816 | 2 | 0 |
| MemCheck/memcheck.cpp | 113 | | MemCheckPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| MemCheck/memcheck.cpp | 115 | | MemCheckPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 26 | 20 | 1 | 5 | 1 | 0 | 40 | 224 | 1192.11 | 16.8793 | 20122 | 1117.89 | 0.2466 | 81.1547 | 14.9585 | 96.1132 | 45 | 0 |
| MemCheck/memcheck.cpp | 142 | | MemCheckPlugin | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 32 | 26 | 1 | 5 | 3 | 2 | 49 | 259 | 1454.21 | 20 | 29084.2 | 1615.79 | 0.315246 | 76.2975 | 13.5225 | 89.8201 | 49 | 0 |
| MemCheck/memcheck.cpp | 175 | | MemCheckPlugin | UnPlug() [override] | 0 | 45 | 35 | 3 | 7 | 2 | 1 | 59 | 414 | 2435.41 | 26.9767 | 65699.5 | 3649.97 | 0.542734 | 68.3231 | 19.4709 | 87.794 | 69 | 0 |
| MemCheck/memcheck.cpp | 221 | | MemCheckPlugin | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| MemCheck/memcheck.cpp | 227 | | MemCheckPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| MemCheck/memcheck.cpp | 233 | | MemCheckPlugin | IsReady(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 34 | 68 | 345.947 | 10.6667 | 3690.11 | 205.006 | 0.0795985 | 104.314 | 0 | 104.314 | 7 | 4 |
| MemCheck/memcheck.cpp | 243 | | MemCheckPlugin | ApplySettings(bool) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 23 | 46 | 208.084 | 6.875 | 1430.58 | 79.4765 | 0.0423207 | 103.937 | 0 | 103.937 | 5 | 4 |
| MemCheck/memcheck.cpp | 255 | | MemCheckPlugin | SwitchToMyPage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4 | 304 | 16.8889 | 0.0150705 | 148.25 | 0 | 148.25 | 1 | 2 |
| MemCheck/memcheck.cpp | 257 | | MemCheckPlugin | OnCheckActiveProject(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 23 | 39 | 176.419 | 6.41667 | 1132.02 | 62.8901 | 0.0362061 | 109.954 | 0 | 109.954 | 4 | 2 |
| MemCheck/memcheck.cpp | 266 | | MemCheckPlugin | OnCheckPopupProject(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 22 | 38 | 169.458 | 5.83333 | 988.507 | 54.9171 | 0.0330774 | 110.163 | 0 | 110.163 | 6 | 2 |
| MemCheck/memcheck.cpp | 275 | | MemCheckPlugin | OnCheckPopupEditor(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 23 | 39 | 176.419 | 6.41667 | 1132.02 | 62.8901 | 0.0362061 | 109.954 | 0 | 109.954 | 4 | 2 |
| MemCheck/memcheck.cpp | 284 | | MemCheckPlugin | CheckProject(const wxString &) | 1 | 30 | 27 | 1 | 3 | 2 | 1 | 69 | 216 | 1319.44 | 13.7358 | 18123.6 | 1006.87 | 0.22999 | 78.0788 | 13.9543 | 92.0331 | 47 | 3 |
| MemCheck/memcheck.cpp | 315 | | MemCheckPlugin | OnImportLog(wxCommandEvent &) | 1 | 19 | 14 | 1 | 4 | 3 | 1 | 49 | 110 | 617.618 | 9.04412 | 5585.81 | 310.323 | 0.104939 | 89.1956 | 17.3987 | 106.594 | 24 | 2 |
| MemCheck/memcheck.cpp | 335 | | MemCheckPlugin | OnSettings(wxCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 26 | 41 | 192.718 | 6.42857 | 1238.9 | 68.8279 | 0.0384506 | 111.658 | 27.6325 | 139.29 | 5 | 2 |
| MemCheck/memcheck.cpp | 343 | | MemCheckPlugin | OnMemCheckUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 16 | 24 | 96 | 5 | 480 | 26.6667 | 0.0204349 | 120.962 | 0 | 120.962 | 3 | 10 |
| MemCheck/memcheck.cpp | 349 | | MemCheckPlugin | StopProcess() | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 14 | 22 | 83.7618 | 4.66667 | 390.888 | 21.716 | 0.0178203 | 121.442 | 0 | 121.442 | 2 | 2 |
| MemCheck/memcheck.cpp | 355 | | MemCheckPlugin | OnProcessOutput(clCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 2 |
| MemCheck/memcheck.cpp | 360 | | MemCheckPlugin | OnProcessTerminated(clCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 29 | 55 | 267.189 | 4.725 | 1262.47 | 70.1371 | 0.0389367 | 104.411 | 0 | 104.411 | 11 | 2 |
| MemCheck/memcheck.cpp | 371 | | MemCheckPlugin | OnStopProcess(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| MemCheck/memcheck.cpp | 377 | | MemCheckPlugin | OnStopProcessUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| MemCheck/memcheck.cpp | 379 | | MemCheckPlugin | PrepareCommand(const wxString &, wxString &) | 2 | 63 | 50 | 3 | 10 | 9 | 1 | 72 | 357 | 2202.66 | 20.4 | 44934.3 | 2496.35 | 0.421306 | 61.7846 | 16.583 | 78.3676 | 80 | 1 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 17 | | MemCheckDVCErrorsModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 31 | | MemCheckDVCErrorsModel | MemCheckDVCErrorsModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 36 | | MemCheckDVCErrorsModel | ~MemCheckDVCErrorsModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 44 | | MemCheckDVCErrorsModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 10 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 64 | | MemCheckDVCErrorsModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 69 | | MemCheckDVCErrorsModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 77 | | MemCheckDVCErrorsModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 3 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 90 | | MemCheckDVCErrorsModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 3 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 99 | | MemCheckDVCErrorsModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 3 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 106 | | MemCheckDVCErrorsModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 125 | | MemCheckDVCErrorsModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 162 | | MemCheckDVCErrorsModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 169 | | MemCheckDVCErrorsModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 179 | | MemCheckDVCErrorsModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 188 | | MemCheckDVCErrorsModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 217 | | MemCheckDVCErrorsModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 228 | | MemCheckDVCErrorsModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 238 | | MemCheckDVCErrorsModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 243 | | MemCheckDVCErrorsModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 7 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 252 | | MemCheckDVCErrorsModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 260 | | MemCheckDVCErrorsModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 269 | | MemCheckDVCErrorsModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 279 | | MemCheckDVCErrorsModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 291 | | MemCheckDVCErrorsModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| MemCheck/memcheckdvcerrorsmodel.cpp | 303 | | MemCheckDVCErrorsModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| MemCheck/memcheckerror.cpp | 59 | | MemCheckError | MemCheckError() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 0 | 2 |
| MemCheck/memcheckerror.cpp | 61 | | MemCheckError | toString() const | 0 | 9 | 9 | 0 | 0 | 3 | 0 | 29 | 82 | 398.354 | 14.2188 | 5664.1 | 314.672 | 0.105917 | 103.581 | 0 | 103.581 | 14 | 4 |
| MemCheck/memcheckerror.cpp | 71 | | MemCheckError | toText(unsigned int) const | 1 | 9 | 9 | 0 | 0 | 3 | 0 | 36 | 96 | 496.313 | 15.7143 | 7799.2 | 433.289 | 0.131093 | 102.437 | 0 | 102.437 | 14 | 2 |
| MemCheck/memcheckerror.cpp | 81 | | MemCheckError | getSuppression() | 0 | 31 | 30 | 0 | 1 | 6 | 3 | 52 | 184 | 1048.88 | 22.6935 | 23802.8 | 1322.38 | 0.275823 | 77.8209 | 0 | 77.8209 | 28 | 4 |
| MemCheck/memcheckerror.cpp | 113 | | MemCheckError | hasPath(const wxString &) const | 1 | 10 | 10 | 0 | 0 | 5 | 1 | 27 | 60 | 285.293 | 11.8462 | 3379.63 | 187.757 | 0.0750685 | 103.15 | 0 | 103.15 | 4 | 2 |
| MemCheck/memcheckerror.cpp | 12 | | MemCheckErrorLocation | operator==(const MemCheckErrorLocation &) const | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 19 | 33 | 140.182 | 11 | 1542 | 85.6665 | 0.0444906 | 122.149 | 0 | 122.149 | 2 | 1 |
| MemCheck/memcheckerror.cpp | 17 | | MemCheckErrorLocation | operator!=(const MemCheckErrorLocation &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 10.4 | 997.446 | 55.4137 | 0.0332766 | 124.582 | 0 | 124.582 | 1 | 1 |
| MemCheck/memcheckerror.cpp | 22 | | MemCheckErrorLocation | toString() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.72727 | 582.352 | 32.3529 | 0.0232453 | 123.281 | 0 | 123.281 | 5 | 2 |
| MemCheck/memcheckerror.cpp | 27 | | MemCheckErrorLocation | toText(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 6.54545 | 961.825 | 53.4347 | 0.0324795 | 122.364 | 0 | 122.364 | 5 | 1 |
| MemCheck/memcheckerror.cpp | 32 | | MemCheckErrorLocation | getFile(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 23 | 47 | 212.607 | 14 | 2976.5 | 165.361 | 0.0689736 | 106.846 | 0 | 106.846 | 6 | 3 |
| MemCheck/memcheckerror.cpp | 42 | | MemCheckErrorLocation | getObj(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 23 | 47 | 212.607 | 14 | 2976.5 | 165.361 | 0.0689736 | 106.846 | 0 | 106.846 | 6 | 1 |
| MemCheck/memcheckerror.cpp | 52 | | MemCheckErrorLocation | isOutOfWorkspace(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 6.25 | 573.365 | 31.8536 | 0.0230056 | 124.814 | 0 | 124.814 | 1 | 2 |
| MemCheck/memcheckerror.cpp | 244 | | MemCheckIterTools | MemCheckIterTools(const wxString &, unsigned int) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 8.21429 | 1694.8 | 94.1555 | 0.0473832 | 111.533 | 0 | 111.533 | 1 | 2 |
| MemCheck/memcheckerror.cpp | 252 | | MemCheckIterTools | GetIterator(ErrorList &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 6.75 | 553.802 | 30.7668 | 0.0224792 | 125.394 | 0 | 125.394 | 1 | 1 |
| MemCheck/memcheckerror.cpp | 257 | | MemCheckIterTools | GetIterator(LocationList &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 6.75 | 553.802 | 30.7668 | 0.0224792 | 125.394 | 0 | 125.394 | 1 | 1 |
| MemCheck/memcheckerror.cpp | 262 | | MemCheckIterTools | [static] Factory(ErrorList &, const wxString &, unsigned int) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 7.08333 | 1105.57 | 61.4204 | 0.0356398 | 118.435 | 0 | 118.435 | 2 | 6 |
| MemCheck/memcheckerror.cpp | 268 | | MemCheckIterTools | [static] Factory(LocationList &, const wxString &, unsigned int) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 35 | 156.08 | 7.08333 | 1105.57 | 61.4204 | 0.0356398 | 118.435 | 0 | 118.435 | 2 | 1 |
| MemCheck/memcheckerror.cpp | 202 | | MemCheckIterTools::ErrorListIterator | ErrorListIterator(ErrorList &, const IterTool &) | 2 | 6 | 6 | 0 | 0 | 4 | 1 | 29 | 57 | 276.905 | 12.3214 | 3411.86 | 189.548 | 0.0755451 | 111.81 | 0 | 111.81 | 6 | 0 |
| MemCheck/memcheckerror.cpp | 209 | | MemCheckIterTools::ErrorListIterator | operator++() | 0 | 11 | 9 | 0 | 2 | 6 | 1 | 30 | 66 | 323.855 | 15.6923 | 5082.03 | 282.335 | 0.0985304 | 100.717 | 0 | 100.717 | 8 | 0 |
| MemCheck/memcheckerror.cpp | 221 | | MemCheckIterTools::ErrorListIterator | operator++(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 6.1875 | 758.735 | 42.152 | 0.0277293 | 116.736 | 0 | 116.736 | 3 | 0 |
| MemCheck/memcheckerror.cpp | 228 | | MemCheckIterTools::ErrorListIterator | operator==(const ErrorList::iterator &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 124.814 | 0 | 124.814 | 1 | 0 |
| MemCheck/memcheckerror.cpp | 233 | | MemCheckIterTools::ErrorListIterator | operator!=(const ErrorList::iterator &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 124.814 | 0 | 124.814 | 1 | 0 |
| MemCheck/memcheckerror.cpp | 238 | | MemCheckIterTools::ErrorListIterator | operator*() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4.5 | 274.13 | 15.2294 | 0.0140664 | 126.943 | 0 | 126.943 | 1 | 0 |
| MemCheck/memcheckerror.cpp | 126 | | MemCheckIterTools::IterTool | isEqual(MemCheckError &, MemCheckError &) const | 2 | 35 | 26 | 6 | 7 | 13 | 2 | 49 | 233 | 1308.23 | 38.0385 | 49763 | 2764.61 | 0.450972 | 73.0959 | 29.917 | 103.013 | 27 | 0 |
| MemCheck/memcheckerror.cpp | 163 | | MemCheckIterTools::LocationListIterator | LocationListIterator(LocationList &, const IterTool &) | 2 | 6 | 6 | 0 | 0 | 4 | 1 | 30 | 62 | 304.227 | 12.5 | 3802.84 | 211.269 | 0.0812115 | 111.321 | 0 | 111.321 | 7 | 0 |
| MemCheck/memcheckerror.cpp | 170 | | MemCheckIterTools::LocationListIterator | operator++() | 0 | 7 | 7 | 0 | 0 | 4 | 1 | 25 | 42 | 195.042 | 10.1818 | 1985.88 | 110.327 | 0.0526641 | 111.136 | 0 | 111.136 | 5 | 0 |
| MemCheck/memcheckerror.cpp | 178 | | MemCheckIterTools::LocationListIterator | operator++(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 6.1875 | 758.735 | 42.152 | 0.0277293 | 116.736 | 0 | 116.736 | 3 | 0 |
| MemCheck/memcheckerror.cpp | 185 | | MemCheckIterTools::LocationListIterator | operator==(const LocationList::iterator &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 124.814 | 0 | 124.814 | 1 | 0 |
| MemCheck/memcheckerror.cpp | 190 | | MemCheckIterTools::LocationListIterator | operator!=(const LocationList::iterator &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5 | 458.692 | 25.4829 | 0.0198256 | 124.814 | 0 | 124.814 | 1 | 0 |
| MemCheck/memcheckerror.cpp | 195 | | MemCheckIterTools::LocationListIterator | operator*() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4.5 | 274.13 | 15.2294 | 0.0140664 | 126.943 | 0 | 126.943 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 23 | | MemCheckOutputView | MemCheckOutputView(wxWindow *, MemCheckPlugin *, IManager *) | 3 | 41 | 39 | 0 | 2 | 2 | 1 | 61 | 229 | 1358.14 | 17.1932 | 23350.7 | 1297.26 | 0.27232 | 72.868 | 0 | 72.868 | 40 | 1 |
| MemCheck/memcheckoutputview.cpp | 65 | | MemCheckOutputView | ~MemCheckOutputView() [override] | 0 | 23 | 23 | 0 | 0 | 1 | 0 | 24 | 100 | 458.496 | 13.5714 | 6222.45 | 345.692 | 0.112768 | 88.1096 | 0 | 88.1096 | 20 | 0 |
| MemCheck/memcheckoutputview.cpp | 89 | | MemCheckOutputView | LoadErrors() | 0 | 20 | 14 | 4 | 3 | 2 | 1 | 37 | 80 | 416.756 | 6.72 | 2800.6 | 155.589 | 0.0662287 | 90.6401 | 31.9355 | 122.576 | 14 | 3 |
| MemCheck/memcheckoutputview.cpp | 110 | | MemCheckOutputView | ResetItemsView() | 0 | 32 | 27 | 0 | 5 | 6 | 1 | 64 | 197 | 1182 | 17.8256 | 21069.8 | 1170.55 | 0.254284 | 76.6853 | 0 | 76.6853 | 22 | 3 |
| MemCheck/memcheckoutputview.cpp | 143 | | MemCheckOutputView | ResetItemsSupp() | 0 | 16 | 13 | 0 | 3 | 3 | 1 | 39 | 83 | 438.688 | 11.4783 | 5035.38 | 279.743 | 0.0979265 | 93.7584 | 0 | 93.7584 | 9 | 3 |
| MemCheck/memcheckoutputview.cpp | 160 | | MemCheckOutputView | ShowPageView(size_t) | 1 | 61 | 49 | 7 | 8 | 14 | 2 | 88 | 350 | 2260.8 | 33.1754 | 75003.1 | 4166.84 | 0.592832 | 61.0218 | 25.0518 | 86.0736 | 39 | 8 |
| MemCheck/memcheckoutputview.cpp | 222 | | MemCheckOutputView | AddTree(const wxDataViewItem &, MemCheckError &) | 2 | 52 | 45 | 1 | 6 | 9 | 1 | 94 | 409 | 2680.83 | 32.2388 | 86426.7 | 4801.48 | 0.651594 | 63.8717 | 10.6593 | 74.531 | 65 | 2 |
| MemCheck/memcheckoutputview.cpp | 275 | | MemCheckOutputView | OnPageFirst(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 277 | | MemCheckOutputView | OnPagePrev(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4 | 288 | 16 | 0.014537 | 148.531 | 0 | 148.531 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 279 | | MemCheckOutputView | OnPageSelect(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 121.302 | 0 | 121.302 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 285 | | MemCheckOutputView | OnPageNext(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4 | 288 | 16 | 0.014537 | 148.531 | 0 | 148.531 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 287 | | MemCheckOutputView | OnPageLast(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 289 | | MemCheckOutputView | GetColumnByName(const wxString &) | 1 | 7 | 7 | 0 | 0 | 3 | 2 | 33 | 59 | 297.619 | 13.8 | 4107.15 | 228.175 | 0.0854881 | 109.168 | 0 | 109.168 | 4 | 6 |
| MemCheck/memcheckoutputview.cpp | 297 | | MemCheckOutputView | JumpToLocation(const wxDataViewItem &) | 1 | 22 | 19 | 0 | 3 | 6 | 2 | 51 | 147 | 833.847 | 17.7419 | 14794.1 | 821.892 | 0.20088 | 84.5697 | 0 | 84.5697 | 14 | 4 |
| MemCheck/memcheckoutputview.cpp | 320 | | MemCheckOutputView | GetTopParent(wxDataViewItem) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 28 | 69 | 331.707 | 15.5769 | 5166.98 | 287.055 | 0.0996254 | 95.2119 | 0 | 95.2119 | 12 | 2 |
| MemCheck/memcheckoutputview.cpp | 337 | | MemCheckOutputView | GetLeaf(const wxDataViewItem &, bool) | 2 | 13 | 11 | 1 | 1 | 3 | 1 | 36 | 74 | 382.574 | 14.5 | 5547.33 | 308.185 | 0.104456 | 97.8338 | 20.8285 | 118.662 | 10 | 8 |
| MemCheck/memcheckoutputview.cpp | 351 | | MemCheckOutputView | OnActivated(wxDataViewEvent &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 20 | 33 | 142.624 | 5.72727 | 816.844 | 45.3802 | 0.0291276 | 111.29 | 26.0372 | 137.327 | 4 | 0 |
| MemCheck/memcheckoutputview.cpp | 360 | | MemCheckOutputView | ExpandAll(const wxDataViewItem &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 25 | 47 | 218.261 | 8.25 | 1800.66 | 100.036 | 0.0493362 | 103.688 | 22.5149 | 126.203 | 6 | 2 |
| MemCheck/memcheckoutputview.cpp | 372 | | MemCheckOutputView | OnExpandAll(wxCommandEvent &) [override] | 1 | 9 | 5 | 3 | 1 | 1 | 0 | 20 | 31 | 133.98 | 4.33333 | 580.579 | 32.2544 | 0.0231981 | 109.707 | 38.9925 | 148.7 | 4 | 0 |
| MemCheck/memcheckoutputview.cpp | 382 | | MemCheckOutputView | SetCurrentItem(const wxDataViewItem &) | 1 | 22 | 17 | 1 | 4 | 3 | 1 | 41 | 118 | 632.191 | 13.5577 | 8571.05 | 476.17 | 0.139605 | 86.6993 | 16.2158 | 102.915 | 20 | 5 |
| MemCheck/memcheckoutputview.cpp | 405 | | MemCheckOutputView | GetAdjacentItem(const wxDataViewItem &, bool) | 2 | 17 | 16 | 1 | 1 | 6 | 2 | 46 | 143 | 789.869 | 28.9091 | 22834.4 | 1268.58 | 0.26829 | 89.0282 | 18.3478 | 107.376 | 16 | 3 |
| MemCheck/memcheckoutputview.cpp | 423 | | MemCheckOutputView | OnSelectionChanged(wxDataViewEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 19 | 34 | 144.43 | 6.11111 | 882.625 | 49.0347 | 0.0306711 | 113.158 | 27.6325 | 140.79 | 4 | 0 |
| MemCheck/memcheckoutputview.cpp | 431 | | MemCheckOutputView | OnJumpToNext(wxCommandEvent &) [override] | 1 | 21 | 16 | 1 | 4 | 3 | 1 | 40 | 99 | 526.871 | 10.8 | 5690.21 | 316.123 | 0.106242 | 88.4006 | 16.583 | 104.984 | 15 | 0 |
| MemCheck/memcheckoutputview.cpp | 453 | | MemCheckOutputView | OnJumpToPrev(wxCommandEvent &) [override] | 1 | 21 | 16 | 1 | 4 | 3 | 1 | 43 | 105 | 569.758 | 11.2593 | 6415.05 | 356.392 | 0.115083 | 87.9936 | 16.583 | 104.577 | 16 | 0 |
| MemCheck/memcheckoutputview.cpp | 475 | | MemCheckOutputView | MarkTree(const wxDataViewItem &, bool) | 2 | 15 | 14 | 0 | 1 | 4 | 2 | 43 | 103 | 558.905 | 13.7308 | 7674.2 | 426.344 | 0.129688 | 93.3145 | 0 | 93.3145 | 14 | 2 |
| MemCheck/memcheckoutputview.cpp | 491 | | MemCheckOutputView | OnContextMenu(wxDataViewEvent &) [override] | 1 | 77 | 70 | 1 | 6 | 5 | 1 | 79 | 556 | 3504.9 | 33.5667 | 117648 | 6535.99 | 0.800328 | 57.0384 | 8.78156 | 65.8199 | 103 | 0 |
| MemCheck/memcheckoutputview.cpp | 569 | | MemCheckOutputView | OnJumpToLocation(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 57 | 282.389 | 12.1429 | 3429.01 | 190.501 | 0.0757981 | 103.893 | 0 | 103.893 | 5 | 1 |
| MemCheck/memcheckoutputview.cpp | 580 | | MemCheckOutputView | OnMarkAllErrors(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| MemCheck/memcheckoutputview.cpp | 582 | | MemCheckOutputView | OnUnmarkAllErrors(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| MemCheck/memcheckoutputview.cpp | 584 | | MemCheckOutputView | MarkAllErrors(bool) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 26 | 43 | 202.119 | 6.96667 | 1408.1 | 78.2275 | 0.0418761 | 107.339 | 0 | 107.339 | 6 | 2 |
| MemCheck/memcheckoutputview.cpp | 594 | | MemCheckOutputView | GetStatusOfErrors(bool &, bool &) | 2 | 14 | 14 | 0 | 0 | 4 | 1 | 43 | 94 | 510.069 | 12.96 | 6610.49 | 367.25 | 0.117409 | 94.9076 | 0 | 94.9076 | 12 | 1 |
| MemCheck/memcheckoutputview.cpp | 609 | | MemCheckOutputView | OnSuppressError(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 32 | 55 | 275 | 12.2143 | 3358.93 | 186.607 | 0.0747617 | 105.738 | 0 | 105.738 | 4 | 1 |
| MemCheck/memcheckoutputview.cpp | 619 | | MemCheckOutputView | OnSuppressMarkedErrors(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 1 |
| MemCheck/memcheckoutputview.cpp | 621 | | MemCheckOutputView | OnRowToClip(wxCommandEvent &) | 1 | 20 | 17 | 0 | 3 | 5 | 2 | 41 | 139 | 744.7 | 16.8261 | 12530.4 | 696.132 | 0.179827 | 86.9316 | 0 | 86.9316 | 20 | 1 |
| MemCheck/memcheckoutputview.cpp | 642 | | MemCheckOutputView | OnErrorToClip(wxCommandEvent &) | 1 | 16 | 14 | 0 | 2 | 4 | 1 | 39 | 102 | 539.111 | 12.8571 | 6931.43 | 385.079 | 0.121179 | 92.4565 | 0 | 92.4565 | 14 | 1 |
| MemCheck/memcheckoutputview.cpp | 659 | | MemCheckOutputView | OnMarkedErrorsToClip(wxCommandEvent &) | 1 | 30 | 28 | 0 | 2 | 6 | 2 | 65 | 187 | 1126.18 | 16.8837 | 19014.2 | 1056.34 | 0.237463 | 77.9823 | 0 | 77.9823 | 28 | 1 |
| MemCheck/memcheckoutputview.cpp | 690 | | MemCheckOutputView | OnOpenPlain(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 52 | 249.982 | 8.23333 | 2058.19 | 114.344 | 0.0539348 | 106.004 | 0 | 106.004 | 5 | 0 |
| MemCheck/memcheckoutputview.cpp | 702 | | MemCheckOutputView | OutputViewPageChanged(wxBookCtrlEvent &) [override] | 1 | 12 | 10 | 1 | 1 | 5 | 1 | 29 | 58 | 281.763 | 6.70588 | 1889.47 | 104.97 | 0.0509454 | 100.261 | 21.6227 | 121.884 | 6 | 0 |
| MemCheck/memcheckoutputview.cpp | 715 | | MemCheckOutputView | OnSuppFileSelected(wxCommandEvent &) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.36364 | 537.556 | 29.8642 | 0.0220374 | 116.712 | 29.5564 | 146.268 | 3 | 0 |
| MemCheck/memcheckoutputview.cpp | 722 | | MemCheckOutputView | OnSuppFileOpen(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 124.917 | 0 | 124.917 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 727 | | MemCheckOutputView | UpdateStatusSupp() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 47 | 218.261 | 4.78125 | 1043.56 | 57.9756 | 0.0342945 | 109.077 | 0 | 109.077 | 9 | 7 |
| MemCheck/memcheckoutputview.cpp | 736 | | MemCheckOutputView | SuppressErrors(unsigned int, wxDataViewItem *) | 2 | 88 | 79 | 2 | 7 | 19 | 5 | 117 | 564 | 3874.89 | 31.142 | 120672 | 6703.99 | 0.813984 | 51.1333 | 11.5716 | 62.7049 | 77 | 4 |
| MemCheck/memcheckoutputview.cpp | 825 | | MemCheckOutputView | ApplyFilterSupp(unsigned int) | 1 | 81 | 70 | 5 | 6 | 20 | 4 | 100 | 498 | 3308.64 | 32.7329 | 108301 | 6016.74 | 0.757358 | 53.0676 | 18.7733 | 71.8409 | 64 | 6 |
| MemCheck/memcheckoutputview.cpp | 907 | | MemCheckOutputView | OnFilterErrors(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 2 |
| MemCheck/memcheckoutputview.cpp | 909 | | MemCheckOutputView | OnClearFilter(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 911 | | MemCheckOutputView | [virtual] OnSearchNonworkspace(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 2 |
| MemCheck/memcheckoutputview.cpp | 913 | | MemCheckOutputView | OnListCtrlErrorsActivated(wxListEvent &) [override] | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 49.9883 | 201.836 | 0 | 0 |
| MemCheck/memcheckoutputview.cpp | 915 | | MemCheckOutputView | OnSuppressAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 917 | | MemCheckOutputView | OnSuppressSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 919 | | MemCheckOutputView | OnListCtrlErrorsSelected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 925 | | MemCheckOutputView | OnListCtrlErrorsDeselected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 931 | | MemCheckOutputView | OnListCtrlErrorsChar(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 933 | | MemCheckOutputView | OnListCtrlErrorsKeyDown(wxKeyEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 939 | | MemCheckOutputView | OnListCtrlErrorsKeyUp(wxKeyEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 945 | | MemCheckOutputView | OnListCtrlErrorsLeftDown(wxMouseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 951 | | MemCheckOutputView | OnListCtrlErrorsLeftUp(wxMouseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 957 | | MemCheckOutputView | OnListCtrlErrorsResize(wxSizeEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.90909 | 882.457 | 49.0254 | 0.0306672 | 118.665 | 0 | 118.665 | 4 | 0 |
| MemCheck/memcheckoutputview.cpp | 963 | | MemCheckOutputView | ListCtrlErrorsShowTip(long) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.4 | 477.039 | 26.5022 | 0.0203508 | 123.945 | 0 | 123.945 | 3 | 1 |
| MemCheck/memcheckoutputview.cpp | 968 | | MemCheckOutputView | OnListCtrlErrorsMouseLeave(wxMouseEvent &) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.0625 | 434.548 | 24.1416 | 0.0191237 | 118.591 | 29.5564 | 148.147 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 975 | | MemCheckOutputView | OnListCtrlErrorsMouseMotion(wxMouseEvent &) [override] | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 33 | 74 | 373.285 | 9.75 | 3639.53 | 202.196 | 0.0788695 | 97.9616 | 0 | 97.9616 | 5 | 0 |
| MemCheck/memcheckoutputview.cpp | 989 | | MemCheckOutputView | OnMemCheckUI(wxUpdateUIEvent &) [override] | 1 | 18 | 16 | 1 | 1 | 9 | 2 | 42 | 150 | 808.848 | 16 | 12941.6 | 718.976 | 0.18374 | 87.2888 | 17.8544 | 105.143 | 15 | 0 |
| MemCheck/memcheckoutputview.cpp | 1008 | | MemCheckOutputView | OnErrorsPanelUI(wxUpdateUIEvent &) [override] | 1 | 19 | 18 | 0 | 1 | 10 | 2 | 43 | 142 | 770.53 | 18.72 | 14424.3 | 801.351 | 0.197519 | 86.4353 | 0 | 86.4353 | 9 | 0 |
| MemCheck/memcheckoutputview.cpp | 1028 | | MemCheckOutputView | OnSuppPanelUI(wxUpdateUIEvent &) [override] | 1 | 24 | 23 | 0 | 1 | 11 | 2 | 51 | 209 | 1185.54 | 19.9091 | 23603 | 1311.28 | 0.274277 | 80.1802 | 0 | 80.1802 | 19 | 4 |
| MemCheck/memcheckoutputview.cpp | 1053 | | MemCheckOutputView | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 3 | 3 |
| MemCheck/memcheckoutputview.cpp | 1058 | | MemCheckOutputView | OnStop(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 1059 | | MemCheckOutputView | OnStopUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| MemCheck/memcheckoutputview.cpp | 1061 | | MemCheckOutputView | OnClearOutput(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| MemCheck/memcheckoutputview.cpp | 1063 | | MemCheckOutputView | OnClearOutputUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 24 | 32 | 146.719 | 6.5 | 953.672 | 52.9818 | 0.0322957 | 122.142 | 0 | 122.142 | 3 | 0 |
| MemCheck/memchecksettings.cpp | 54 | | MemCheckSettings | MemCheckSettings() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 26 | 53 | 249.123 | 5.29412 | 1318.89 | 73.2716 | 0.0400883 | 103.231 | 0 | 103.231 | 6 | 1 |
| MemCheck/memchecksettings.cpp | 67 | | MemCheckSettings | FromJSON(const JSONItem &) [override] | 1 | 11 | 10 | 0 | 1 | 7 | 1 | 35 | 156 | 800.168 | 11.8 | 9441.98 | 524.555 | 0.148909 | 95.783 | 0 | 95.783 | 34 | 0 |
| MemCheck/memchecksettings.cpp | 79 | | MemCheckSettings | ToJSON() const [override] | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 32 | 89 | 445 | 8.63636 | 3843.18 | 213.51 | 0.0817848 | 97.5078 | 0 | 97.5078 | 17 | 0 |
| MemCheck/memchecksettings.cpp | 10 | | ValgrindSettings | ValgrindSettings() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 27 | 56 | 266.274 | 3.675 | 978.556 | 54.3642 | 0.0328551 | 101.475 | 0 | 101.475 | 9 | 1 |
| MemCheck/memchecksettings.cpp | 24 | | ValgrindSettings | FromJSON(const JSONItem &) [override] | 1 | 12 | 12 | 0 | 0 | 10 | 1 | 39 | 210 | 1109.93 | 13.4483 | 14926.7 | 829.261 | 0.202079 | 91.9818 | 0 | 91.9818 | 52 | 1 |
| MemCheck/memchecksettings.cpp | 37 | | ValgrindSettings | ToJSON() const [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 36 | 105 | 542.842 | 8.84615 | 4802.06 | 266.781 | 0.0948777 | 95.2738 | 0 | 95.2738 | 21 | 1 |
| MemCheck/memchecksettingsdialog.cpp | 18 | | MemCheckSettingsDialog | MemCheckSettingsDialog(wxWindow *, MemCheckSettings *) | 2 | 28 | 26 | 0 | 2 | 1 | 0 | 63 | 260 | 1554.09 | 10.7059 | 16637.9 | 924.33 | 0.217243 | 78.5753 | 0 | 78.5753 | 51 | 1 |
| MemCheck/memchecksettingsdialog.cpp | 47 | | MemCheckSettingsDialog | OnOK(wxCommandEvent &) [override] | 1 | 35 | 29 | 0 | 6 | 7 | 1 | 68 | 272 | 1655.79 | 14.6154 | 24200 | 1344.44 | 0.278883 | 73.2508 | 0 | 73.2508 | 49 | 0 |
| MemCheck/memchecksettingsdialog.cpp | 83 | | MemCheckSettingsDialog | ValgrindResetOptions(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 4.95 | 525.681 | 29.2045 | 0.0217117 | 120.438 | 0 | 120.438 | 3 | 0 |
| MemCheck/memchecksettingsdialog.cpp | 89 | | MemCheckSettingsDialog | OnValgrindOutputFileChanged(wxFileDirPickerEvent &) [override] | 1 | 4 | 3 | 1 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 129.389 | 34.9714 | 164.361 | 0 | 0 |
| MemCheck/memchecksettingsdialog.cpp | 94 | | MemCheckSettingsDialog | OnAddSupp(wxCommandEvent &) | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 37 | 67 | 349.033 | 8.52174 | 2974.37 | 165.243 | 0.0689407 | 96.2227 | 19.4709 | 115.694 | 12 | 1 |
| MemCheck/memchecksettingsdialog.cpp | 110 | | MemCheckSettingsDialog | OnDelSupp(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 10.0625 | 2715.66 | 150.87 | 0.0648827 | 107.744 | 0 | 107.744 | 5 | 1 |
| MemCheck/memchecksettingsdialog.cpp | 119 | | MemCheckSettingsDialog | OnSuppListRightDown(wxMouseEvent &) [override] | 1 | 29 | 26 | 0 | 3 | 2 | 1 | 52 | 184 | 1048.88 | 16.4444 | 17248.3 | 958.237 | 0.222523 | 79.8213 | 0 | 79.8213 | 30 | 0 |
| MemCheck/memchecksettingsdialog.cpp | 149 | | MemCheckSettingsDialog | OnFilePickerValgrindOutputFileUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| MemCheck/memcheckui.cpp | 16 | | MemCheckIcons16 | MemCheckIcons16() | 0 | 143 | 131 | 1 | 11 | 32 | 3 | 54 | 943 | 5426.86 | 79 | 428722 | 23817.9 | 1.89523 | 38.5265 | 6.4594 | 44.9859 | 135 | 0 |
| MemCheck/memcheckui.cpp | 160 | | MemCheckIcons16 | ~MemCheckIcons16() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| MemCheck/memcheckui.cpp | 164 | | MemCheckIcons24 | MemCheckIcons24() | 0 | 52 | 47 | 1 | 4 | 11 | 3 | 47 | 320 | 1777.47 | 32.8966 | 58472.6 | 3248.48 | 0.502166 | 65.5485 | 10.6593 | 76.2078 | 44 | 0 |
| MemCheck/memcheckui.cpp | 217 | | MemCheckIcons24 | ~MemCheckIcons24() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| MemCheck/memcheckui.cpp | 221 | | MemCheckOutputViewBase | MemCheckOutputViewBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 275 | 188 | 2 | 85 | 4 | 1 | 321 | 3613 | 30083.4 | 55.0302 | 1.65549e+06 | 91971.9 | 4.66477 | 25.4673 | 6.58658 | 32.0539 | 655 | 1 |
| MemCheck/memcheckui.cpp | 497 | | MemCheckOutputViewBase | ~MemCheckOutputViewBase() [override] | 0 | 54 | 53 | 0 | 1 | 1 | 0 | 101 | 962 | 6405.2 | 19.8901 | 127400 | 7077.78 | 0.843967 | 60.5712 | 0 | 60.5712 | 210 | 0 |
| MemCheck/memcheckui.cpp | 552 | | MemCheckSettingsDialogBase | MemCheckSettingsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 237 | 164 | 2 | 71 | 10 | 1 | 233 | 2396 | 18842.6 | 54.488 | 1.0267e+06 | 57038.7 | 3.3924 | 28.9293 | 7.09169 | 36.021 | 352 | 1 |
| MemCheck/memcheckui.cpp | 790 | | MemCheckSettingsDialogBase | ~MemCheckSettingsDialogBase() [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 30 | 98 | 480.875 | 9.25 | 4448.1 | 247.116 | 0.090156 | 103.062 | 0 | 103.062 | 20 | 0 |
| MemCheck/memcheckui_bitmaps.cpp | 1433 | | | wxCrafterpca4kKInitBitmapResources() | 0 | 48 | 45 | 1 | 2 | 2 | 2 | 137 | 641 | 4549.84 | 16.0451 | 73002.5 | 4055.7 | 0.582243 | 64.0277 | 11.0874 | 75.1151 | 113 | 17 |
| MemCheck/valgrindprocessor.cpp | 18 | | ValgrindMemcheckProcessor | ValgrindMemcheckProcessor(MemCheckSettings *const) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 1 |
| MemCheck/valgrindprocessor.cpp | 23 | | ValgrindMemcheckProcessor | GetSuppressionFiles() [override] | 0 | 12 | 12 | 0 | 0 | 4 | 2 | 36 | 99 | 511.823 | 10.1818 | 5211.28 | 289.516 | 0.100194 | 97.387 | 0 | 97.387 | 19 | 1 |
| MemCheck/valgrindprocessor.cpp | 36 | | ValgrindMemcheckProcessor | GetExecutionCommand(const wxString &, wxString &, wxString &) [override] | 3 | 25 | 23 | 0 | 2 | 7 | 3 | 54 | 227 | 1306.36 | 18.1486 | 23708.7 | 1317.15 | 0.275095 | 79.9342 | 0 | 79.9342 | 53 | 0 |
| MemCheck/valgrindprocessor.cpp | 62 | | ValgrindMemcheckProcessor | Process(const wxString &) [override] | 1 | 31 | 25 | 2 | 4 | 7 | 2 | 54 | 149 | 857.478 | 20 | 17149.6 | 952.754 | 0.221674 | 78.6386 | 19.171 | 97.8096 | 18 | 0 |
| MemCheck/valgrindprocessor.cpp | 94 | | ValgrindMemcheckProcessor | ProcessError(wxXmlDocument &, wxXmlNode *) | 2 | 72 | 54 | 11 | 7 | 16 | 5 | 59 | 380 | 2235.4 | 35.3684 | 79062.7 | 4392.37 | 0.614035 | 57.9347 | 28.4599 | 86.3946 | 42 | 1 |
| MemCheck/valgrindprocessor.cpp | 167 | | ValgrindMemcheckProcessor | ProcessLocation(wxXmlDocument &, wxXmlNode *) | 2 | 35 | 27 | 3 | 5 | 10 | 2 | 53 | 240 | 1374.7 | 26.9062 | 36988 | 2054.89 | 0.370044 | 73.5282 | 21.9083 | 95.4365 | 34 | 2 |
| CallGraph/callgraph.cpp | 48 | | | CreatePlugin(IManager *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 126.775 | 0 | 126.775 | 1 | 0 |
| CallGraph/callgraph.cpp | 53 | | | wxbuildinfo() | 0 | 18 | 15 | 0 | 3 | 3 | 0 | 25 | 64 | 297.207 | 8.66667 | 2575.79 | 143.1 | 0.0626353 | 93.875 | 0 | 93.875 | 4 | 1 |
| CallGraph/callgraph.cpp | 72 | | | GetPluginInfo() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 28 | 66 | 317.285 | 9.75 | 3093.53 | 171.863 | 0.0707699 | 103.517 | 0 | 103.517 | 11 | 0 |
| CallGraph/callgraph.cpp | 83 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| CallGraph/callgraph.cpp | 87 | | CallGraph | CallGraph(IManager *) | 1 | 14 | 12 | 0 | 2 | 1 | 0 | 36 | 110 | 568.692 | 10.5 | 5971.26 | 331.737 | 0.109713 | 95.0319 | 0 | 95.0319 | 23 | 1 |
| CallGraph/callgraph.cpp | 104 | | CallGraph | ~CallGraph() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 25 | 89 | 413.303 | 10.6667 | 4408.57 | 244.92 | 0.0896211 | 102.142 | 0 | 102.142 | 18 | 0 |
| CallGraph/callgraph.cpp | 117 | | CallGraph | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| CallGraph/callgraph.cpp | 120 | | CallGraph | CreatePluginMenu(wxMenu *) [override] | 1 | 16 | 14 | 2 | 0 | 1 | 0 | 35 | 137 | 702.712 | 12.8333 | 9018.13 | 501.007 | 0.144419 | 91.7683 | 26.0372 | 117.806 | 24 | 0 |
| CallGraph/callgraph.cpp | 139 | | CallGraph | CreateProjectPopMenu() | 0 | 11 | 9 | 0 | 2 | 1 | 0 | 26 | 60 | 282.026 | 9.85714 | 2779.97 | 154.443 | 0.0659031 | 102.586 | 0 | 102.586 | 8 | 1 |
| CallGraph/callgraph.cpp | 153 | | CallGraph | HookPopupMenu(wxMenu *, MenuType) [override] | 2 | 20 | 14 | 6 | 0 | 8 | 2 | 34 | 107 | 544.359 | 9.90476 | 5391.74 | 299.541 | 0.102494 | 87.8712 | 37.5154 | 125.387 | 8 | 0 |
| CallGraph/callgraph.cpp | 176 | | CallGraph | UnPlug() [override] | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 131.786 | 34.9714 | 166.758 | 0 | 0 |
| CallGraph/callgraph.cpp | 183 | | CallGraph | OnAbout(wxCommandEvent &) | 1 | 21 | 15 | 4 | 3 | 1 | 0 | 37 | 105 | 546.993 | 8.14815 | 4456.98 | 247.61 | 0.090276 | 88.6657 | 31.2887 | 119.954 | 23 | 2 |
| CallGraph/callgraph.cpp | 207 | | CallGraph | LocateApp(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 44 | 213.751 | 11.0769 | 2367.71 | 131.539 | 0.0592148 | 107.048 | 0 | 107.048 | 7 | 2 |
| CallGraph/callgraph.cpp | 219 | | CallGraph | GetGprofPath() | 0 | 20 | 15 | 0 | 5 | 2 | 1 | 36 | 93 | 480.803 | 14 | 6731.24 | 373.958 | 0.118834 | 89.8968 | 0 | 89.8968 | 15 | 2 |
| CallGraph/callgraph.cpp | 242 | | CallGraph | GetDotPath() | 0 | 22 | 15 | 0 | 7 | 2 | 1 | 36 | 93 | 480.803 | 14 | 6731.24 | 373.958 | 0.118834 | 88.3527 | 0 | 88.3527 | 15 | 2 |
| CallGraph/callgraph.cpp | 267 | | CallGraph | OnShowCallGraph(wxCommandEvent &) | 1 | 152 | 93 | 11 | 49 | 18 | 2 | 178 | 910 | 6802.92 | 27.6623 | 188185 | 10454.7 | 1.09463 | 39.5826 | 20.2397 | 59.8223 | 154 | 2 |
| CallGraph/callgraph.cpp | 422 | | CallGraph | OnSettings(wxCommandEvent &) | 1 | 9 | 6 | 1 | 2 | 1 | 0 | 25 | 39 | 181.11 | 7.38462 | 1337.43 | 74.3017 | 0.0404631 | 108.14 | 24.6875 | 132.827 | 4 | 2 |
| CallGraph/callgraph.cpp | 434 | | CallGraph | MessageBox(const wxString &, unsigned long) | 2 | 6 | 5 | 0 | 1 | 1 | 0 | 30 | 47 | 230.624 | 7 | 1614.37 | 89.6871 | 0.0458719 | 113.451 | 0 | 113.451 | 4 | 10 |
| CallGraph/confcallgraph.cpp | 28 | | ConfCallGraph | ConfCallGraph() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 22 | 58 | 258.647 | 5.42857 | 1404.08 | 78.0047 | 0.0417966 | 101.626 | 0 | 101.626 | 2 | 3 |
| CallGraph/confcallgraph.cpp | 41 | | ConfCallGraph | DeSerialize(Archive &) [override] | 1 | 15 | 12 | 0 | 3 | 1 | 0 | 34 | 119 | 605.408 | 9 | 5448.67 | 302.704 | 0.103214 | 93.5889 | 0 | 93.5889 | 18 | 0 |
| CallGraph/confcallgraph.cpp | 57 | | ConfCallGraph | Serialize(Archive &) [override] | 1 | 15 | 12 | 0 | 3 | 1 | 0 | 34 | 119 | 605.408 | 9 | 5448.67 | 302.704 | 0.103214 | 93.5889 | 0 | 93.5889 | 18 | 0 |
| CallGraph/dotwriter.cpp | 33 | | DotWriter | DotWriter() | 0 | 25 | 24 | 1 | 0 | 1 | 0 | 41 | 127 | 680.409 | 6.30303 | 4288.64 | 238.258 | 0.0879883 | 84.7062 | 15.2452 | 99.9515 | 12 | 2 |
| CallGraph/dotwriter.cpp | 59 | | DotWriter | SetLineParser(LineParserList *) | 1 | 4 | 4 | 1 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 127.278 | 34.9714 | 162.25 | 0 | 2 |
| CallGraph/dotwriter.cpp | 64 | | DotWriter | SetDotWriterFromDialogSettings(IManager *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 36 | 84 | 434.274 | 8 | 3474.19 | 193.011 | 0.0764624 | 100.341 | 0 | 100.341 | 10 | 1 |
| CallGraph/dotwriter.cpp | 76 | | DotWriter | SetDotWriterFromDetails(int, int, int, int, bool, bool, bool) | 7 | 16 | 16 | 0 | 0 | 1 | 0 | 27 | 56 | 266.274 | 6.52632 | 1737.79 | 96.5437 | 0.0481811 | 96.8145 | 0 | 96.8145 | 0 | 2 |
| CallGraph/dotwriter.cpp | 93 | | DotWriter | WriteToDotLanguage() | 0 | 105 | 74 | 21 | 16 | 14 | 3 | 116 | 655 | 4491.98 | 37.0879 | 166598 | 9255.45 | 1.00923 | 48.6536 | 31.9355 | 80.5891 | 108 | 2 |
| CallGraph/dotwriter.cpp | 199 | | DotWriter | SendToDotAppOutputDirectory(const wxString &) | 1 | 8 | 6 | 1 | 2 | 1 | 0 | 23 | 35 | 158.325 | 7.79167 | 1233.61 | 68.5341 | 0.0383411 | 110.747 | 26.0372 | 136.784 | 2 | 2 |
| CallGraph/dotwriter.cpp | 208 | | DotWriter | OptionsShortNameAndParameters(const wxString &) | 1 | 45 | 39 | 3 | 4 | 15 | 3 | 60 | 338 | 1996.53 | 29.4268 | 58751.5 | 3263.97 | 0.503761 | 66.3664 | 19.4709 | 85.8373 | 53 | 1 |
| CallGraph/dotwriter.cpp | 254 | | DotWriter | ReturnIndexForColor(float, int) | 2 | 63 | 59 | 0 | 4 | 15 | 4 | 67 | 494 | 2996.65 | 74.4079 | 222974 | 12387.5 | 1.22569 | 58.8039 | 0 | 58.8039 | 28 | 3 |
| CallGraph/dotwriter.cpp | 318 | | DotWriter | DefineColorForNodeEdge(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 74 | 359.491 | 9.16667 | 3295.33 | 183.074 | 0.073815 | 111.143 | 0 | 111.143 | 1 | 2 |
| CallGraph/dotwriter.cpp | 325 | | DotWriter | IsInArray(int, const wxArrayInt &) | 2 | 7 | 7 | 0 | 0 | 3 | 2 | 31 | 53 | 262.572 | 13.8462 | 3635.62 | 201.979 | 0.0788129 | 109.82 | 0 | 109.82 | 2 | 2 |
| CallGraph/dotwriter.cpp | 333 | | DotWriter | DefineColorForLabel(int) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 21 | 35 | 153.731 | 7.33333 | 1127.36 | 62.6312 | 0.0361067 | 110.44 | 0 | 110.44 | 2 | 1 |
| CallGraph/dotwriter.cpp | 342 | | DotWriter | GetOuterTemplate(const wxString &, int *, int *) | 3 | 21 | 19 | 0 | 2 | 6 | 3 | 39 | 111 | 586.68 | 23.3333 | 13689.2 | 760.511 | 0.19075 | 87.1514 | 0 | 87.1514 | 3 | 1 |
| CallGraph/gprofparser.cpp | 31 | | | cmpint(int *, int *) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 9 | 666.079 | 37.0044 | 0.0254231 | 148.388 | 0 | 148.388 | 0 | 1 |
| CallGraph/gprofparser.cpp | 33 | | GprofParser | GprofParser() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 25 | 56 | 260.056 | 5.66667 | 1473.65 | 81.8695 | 0.043166 | 99.1006 | 0 | 99.1006 | 2 | 1 |
| CallGraph/gprofparser.cpp | 48 | | GprofParser | ~GprofParser() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 21 | 77.7092 | 6.75 | 524.537 | 29.141 | 0.0216802 | 122.062 | 0 | 122.062 | 2 | 0 |
| CallGraph/gprofparser.cpp | 54 | | GprofParser | GprofParserStream(wxInputStream *) | 1 | 221 | 160 | 52 | 26 | 33 | 5 | 125 | 1750 | 12190.1 | 102.564 | 1.25027e+06 | 69459.2 | 3.86854 | 27.0362 | 34.1356 | 61.1718 | 167 | 1 |
| CallGraph/gprofparser.cpp | 276 | | GprofParser | GetSuggestedNodeThreshold() | 0 | 24 | 19 | 0 | 5 | 10 | 2 | 45 | 146 | 801.811 | 30.3182 | 24309.4 | 1350.52 | 0.279723 | 82.4438 | 0 | 82.4438 | 10 | 1 |
| CallGraph/lineparser.cpp | 32 | | LineParser | Clone() const | 0 | 21 | 19 | 0 | 2 | 1 | 0 | 30 | 134 | 657.523 | 16.6667 | 10958.7 | 608.818 | 0.164457 | 87.7086 | 0 | 87.7086 | 2 | 1 |
| CallGraph/lineparser.cpp | 30 | | _WX_LIST_HELPER_LineParserList | [static] DeleteFunction(_WX_LIST_ITEM_TYPE_LineParserList) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 12 |
| CallGraph/uicallgraph.cpp | 37 | | uicallgraph | uicallgraph(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 152 | 109 | 6 | 37 | 1 | 0 | 174 | 1351 | 10055.4 | 32.25 | 324287 | 18016 | 1.57337 | 41.4606 | 15.1478 | 56.6085 | 200 | 1 |
| CallGraph/uicallgraph.cpp | 190 | | uicallgraph | ~uicallgraph() [override] | 0 | 18 | 16 | 1 | 1 | 1 | 0 | 40 | 215 | 1144.21 | 15.3621 | 17577.5 | 976.528 | 0.225346 | 87.3251 | 17.8544 | 105.18 | 49 | 0 |
| CallGraph/uicallgraphpanel.cpp | 36 | | uicallgraphpanel | uicallgraphpanel(wxWindow *, IManager *, const wxString &, const wxString &, int, LineParserList *) | 6 | 30 | 23 | 1 | 6 | 4 | 1 | 70 | 198 | 1213.6 | 13.8462 | 16803.7 | 933.537 | 0.218683 | 78.0536 | 13.9543 | 92.0079 | 25 | 1 |
| CallGraph/uicallgraphpanel.cpp | 67 | | uicallgraphpanel | ~uicallgraphpanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| CallGraph/uicallgraphpanel.cpp | 69 | | uicallgraphpanel | OnPaint(wxPaintEvent &) [override] | 1 | 12 | 10 | 1 | 1 | 1 | 0 | 32 | 76 | 380 | 11.6316 | 4420 | 245.556 | 0.089776 | 99.6256 | 21.6227 | 121.248 | 6 | 0 |
| CallGraph/uicallgraphpanel.cpp | 82 | | uicallgraphpanel | OnSaveCallGraph(wxCommandEvent &) [override] | 1 | 11 | 7 | 1 | 3 | 2 | 1 | 35 | 66 | 338.533 | 8.33333 | 2821.11 | 156.728 | 0.0665516 | 101.406 | 22.5149 | 123.921 | 9 | 0 |
| CallGraph/uicallgraphpanel.cpp | 94 | | uicallgraphpanel | OnClosePanel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.14286 | 953.825 | 52.9903 | 0.0322992 | 117.538 | 0 | 117.538 | 7 | 0 |
| CallGraph/uicallgraphpanel.cpp | 100 | | uicallgraphpanel | CreateAndInserDataToTable(int) | 1 | 33 | 26 | 1 | 6 | 7 | 4 | 61 | 229 | 1358.14 | 30.8108 | 41845.4 | 2324.74 | 0.401769 | 75.2345 | 13.3211 | 88.5556 | 20 | 2 |
| CallGraph/uicallgraphpanel.cpp | 134 | | uicallgraphpanel | OnRefreshClick(wxCommandEvent &) [override] | 1 | 38 | 25 | 3 | 11 | 5 | 2 | 76 | 230 | 1437.02 | 11.6 | 16669.5 | 926.082 | 0.217517 | 73.1154 | 21.0835 | 94.1989 | 41 | 0 |
| CallGraph/uicallgraphpanel.cpp | 173 | | uicallgraphpanel | UpdateImage() | 0 | 20 | 17 | 0 | 3 | 3 | 2 | 39 | 117 | 618.392 | 13.4375 | 8309.64 | 461.647 | 0.136752 | 88.3581 | 0 | 88.3581 | 15 | 7 |
| CallGraph/uicallgraphpanel.cpp | 194 | | uicallgraphpanel | OnLeftDown(wxMouseEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 44 | 206.819 | 6.6 | 1365.01 | 75.8338 | 0.0410175 | 114.018 | 0 | 114.018 | 5 | 0 |
| CallGraph/uicallgraphpanel.cpp | 201 | | uicallgraphpanel | OnMouseMove(wxMouseEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 82 | 406.244 | 13.1765 | 5352.86 | 297.381 | 0.102001 | 103.709 | 0 | 103.709 | 5 | 0 |
| CallGraph/uicallgraphpanel.cpp | 210 | | uicallgraphpanel | OnLeftUp(wxMouseEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 19 | 77.6618 | 4.5 | 349.478 | 19.4154 | 0.0165383 | 148.138 | 0 | 148.138 | 2 | 0 |
| CallGraph/uicallgraphpanel.cpp | 212 | | uicallgraphpanel | OnMouseWheel(wxMouseEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 4 | 2 | 30 | 67 | 328.762 | 14.3846 | 4729.11 | 262.728 | 0.0939143 | 101.098 | 0 | 101.098 | 4 | 0 |
| CallGraph/uicallgraphpanel.cpp | 224 | | uicallgraphpanel | OnZoom100(wxCommandEvent &) [override] | 1 | 13 | 11 | 0 | 2 | 4 | 1 | 39 | 94 | 496.828 | 16.625 | 8259.76 | 458.876 | 0.136204 | 96.245 | 0 | 96.245 | 5 | 0 |
| CallGraph/uicallgraphpanel.cpp | 238 | | uicallgraphpanel | OnZoomIn(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 31 | 133.98 | 7.94444 | 1064.39 | 59.133 | 0.0347494 | 116.046 | 0 | 116.046 | 1 | 0 |
| CallGraph/uicallgraphpanel.cpp | 245 | | uicallgraphpanel | OnZoomOut(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 31 | 131.686 | 8.9375 | 1176.94 | 65.3856 | 0.0371577 | 116.135 | 0 | 116.135 | 1 | 0 |
| CallGraph/uicallgraphpanel.cpp | 252 | | uicallgraphpanel | OnZoomOriginal(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4 | 304 | 16.8889 | 0.0150705 | 122.177 | 0 | 122.177 | 1 | 0 |
| CallGraph/uisettings.cpp | 37 | | uisettings | uisettings(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 153 | 101 | 1 | 51 | 1 | 0 | 138 | 1450 | 10307.4 | 40.1967 | 414322 | 23017.9 | 1.85255 | 41.2257 | 6.24588 | 47.4716 | 175 | 1 |
| CallGraph/uisettings.cpp | 191 | | uisettings | ~uisettings() [override] | 0 | 11 | 9 | 1 | 1 | 1 | 0 | 28 | 116 | 557.653 | 12.2222 | 6815.76 | 378.653 | 0.119827 | 99.0407 | 22.5149 | 121.556 | 24 | 0 |
| CallGraph/uisettingsdlg.cpp | 32 | | uisettingsdlg | uisettingsdlg(wxWindow *, IManager *) | 2 | 25 | 20 | 5 | 1 | 3 | 1 | 53 | 189 | 1082.58 | 11.8462 | 12824.4 | 712.465 | 0.182629 | 81.8313 | 31.9355 | 113.767 | 31 | 1 |
| CallGraph/uisettingsdlg.cpp | 58 | | uisettingsdlg | OnButton_click_select_gprof(wxCommandEvent &) [override] | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 34 | 71 | 361.21 | 9.1 | 3287.01 | 182.612 | 0.0736907 | 97.1621 | 0 | 97.1621 | 12 | 0 |
| CallGraph/uisettingsdlg.cpp | 73 | | uisettingsdlg | OnButton_click_select_dot(wxCommandEvent &) [override] | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 34 | 71 | 361.21 | 9.1 | 3287.01 | 182.612 | 0.0736907 | 97.1621 | 0 | 97.1621 | 12 | 0 |
| CallGraph/uisettingsdlg.cpp | 88 | | uisettingsdlg | OnButton_click_ok(wxCommandEvent &) [override] | 1 | 28 | 22 | 3 | 3 | 3 | 1 | 55 | 193 | 1115.8 | 11.439 | 12763.7 | 709.094 | 0.182052 | 79.8382 | 24.2819 | 104.12 | 33 | 0 |
| CallGraph/uisettingsdlg.cpp | 117 | | uisettingsdlg | OnButton_click_cancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| CallGraph/uisettingsdlg.cpp | 123 | | uisettingsdlg | OnCheckName(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 5.5 | 760.659 | 42.2589 | 0.0277762 | 113.383 | 0 | 113.383 | 3 | 0 |
| CallGraph/uisettingsdlg.cpp | 131 | | uisettingsdlg | OnCheckParam(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 5.5 | 760.659 | 42.2589 | 0.0277762 | 113.383 | 0 | 113.383 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 83 | | JSONElement | namedObject(const wxString &) const | 1 | 8 | 7 | 0 | 1 | 3 | 1 | 27 | 65 | 309.068 | 12.3846 | 3827.68 | 212.649 | 0.0815648 | 106.809 | 0 | 106.809 | 7 | 1320 |
| wxcrafter/wxcLib/json_node.cpp | 115 | | JSONElement | JSONElement(cJSON *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 26 | 49 | 230.322 | 9.5 | 2188.05 | 121.559 | 0.0561803 | 104.953 | 0 | 104.953 | 3 | 20 |
| wxcrafter/wxcLib/json_node.cpp | 126 | | JSONElement | JSONElement(const wxString &, const wxVariant &, int) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 42 | 192.568 | 7.14286 | 1375.49 | 76.416 | 0.0412272 | 109.729 | 0 | 109.729 | 2 | 6 |
| wxcrafter/wxcLib/json_node.cpp | 135 | | JSONElement | arrayItem(int) const | 1 | 11 | 8 | 0 | 3 | 4 | 1 | 26 | 69 | 324.33 | 15.1667 | 4919.01 | 273.278 | 0.0964119 | 101.169 | 0 | 101.169 | 6 | 17 |
| wxcrafter/wxcLib/json_node.cpp | 147 | | JSONElement | isNull() const | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 120.004 | 0 | 120.004 | 0 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 153 | | JSONElement | toBool(bool) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 20 | 40 | 172.877 | 7.94444 | 1373.41 | 76.3007 | 0.0411857 | 109.83 | 0 | 109.83 | 1 | 319 |
| wxcrafter/wxcLib/json_node.cpp | 162 | | JSONElement | toString(const wxString &) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 23 | 46 | 208.084 | 11.05 | 2299.33 | 127.74 | 0.0580692 | 108.866 | 0 | 108.866 | 5 | 811 |
| wxcrafter/wxcLib/json_node.cpp | 171 | | JSONElement | isBool() const | 0 | 6 | 5 | 0 | 1 | 3 | 1 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 115.566 | 0 | 115.566 | 0 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 178 | | JSONElement | isString() const | 0 | 6 | 5 | 0 | 1 | 2 | 1 | 19 | 26 | 110.446 | 6.85714 | 757.345 | 42.0747 | 0.0276954 | 117.05 | 0 | 117.05 | 0 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 185 | | JSONElement | append(const JSONElement &) | 1 | 32 | 26 | 0 | 6 | 9 | 1 | 43 | 217 | 1177.5 | 20.4444 | 24073.3 | 1337.41 | 0.277909 | 76.0151 | 0 | 76.0151 | 43 | 23 |
| wxcrafter/wxcLib/json_node.cpp | 218 | | JSONElement | arrayAppend(const JSONElement &) | 1 | 32 | 27 | 0 | 5 | 10 | 1 | 47 | 146 | 810.97 | 13.9655 | 11325.6 | 629.201 | 0.168107 | 77.7243 | 0 | 77.7243 | 14 | 8 |
| wxcrafter/wxcLib/json_node.cpp | 251 | | JSONElement | [static] createArray(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 7.2 | 1131.65 | 62.8693 | 0.0361981 | 112.948 | 0 | 112.948 | 6 | 11 |
| wxcrafter/wxcLib/json_node.cpp | 259 | | JSONElement | [static] createObject(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 37 | 157.173 | 7.2 | 1131.65 | 62.8693 | 0.0361981 | 112.948 | 0 | 112.948 | 6 | 329 |
| wxcrafter/wxcLib/json_node.cpp | 267 | | JSONElement | FormatRawString(bool) const | 1 | 11 | 9 | 0 | 2 | 3 | 1 | 21 | 43 | 188.87 | 7.15 | 1350.42 | 75.0232 | 0.0407247 | 104.211 | 0 | 104.211 | 2 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 279 | | JSONElement | format() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 25 | 47 | 218.261 | 8.30769 | 1813.25 | 100.736 | 0.0495659 | 106.939 | 0 | 106.939 | 6 | 5 |
| wxcrafter/wxcLib/json_node.cpp | 289 | | JSONElement | toInt(int) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 20 | 39 | 168.555 | 8.55556 | 1442.08 | 80.1157 | 0.0425473 | 109.961 | 0 | 109.961 | 0 | 171 |
| wxcrafter/wxcLib/json_node.cpp | 298 | | JSONElement | toSize_t(size_t) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 20 | 42 | 181.521 | 9.16667 | 1663.94 | 92.4412 | 0.0468063 | 109.576 | 0 | 109.576 | 0 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 307 | | JSONElement | toDouble(double) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 20 | 39 | 168.555 | 8.55556 | 1442.08 | 80.1157 | 0.0425473 | 109.961 | 0 | 109.961 | 0 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 316 | | JSONElement | arraySize() const | 0 | 8 | 6 | 0 | 2 | 3 | 1 | 20 | 36 | 155.589 | 7.33333 | 1140.99 | 63.3883 | 0.0363971 | 110.378 | 0 | 110.378 | 1 | 16 |
| wxcrafter/wxcLib/json_node.cpp | 325 | | JSONElement | addProperty(const wxString &, bool) | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 23 | 53 | 239.749 | 12.35 | 2960.9 | 164.494 | 0.0687323 | 104.744 | 0 | 104.744 | 6 | 319 |
| wxcrafter/wxcLib/json_node.cpp | 336 | | JSONElement | addProperty(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 9.625 | 1390.13 | 77.2297 | 0.0415193 | 118.839 | 0 | 118.839 | 3 | 803 |
| wxcrafter/wxcLib/json_node.cpp | 342 | | JSONElement | addProperty(const wxString &, const wxChar *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 9.16667 | 1465.85 | 81.4363 | 0.0430136 | 118.309 | 0 | 118.309 | 4 | 13 |
| wxcrafter/wxcLib/json_node.cpp | 348 | | JSONElement | addProperty(const wxString &, long) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.94444 | 1098.73 | 61.0406 | 0.0354927 | 119.064 | 0 | 119.064 | 3 | 191 |
| wxcrafter/wxcLib/json_node.cpp | 354 | | JSONElement | addProperty(const wxString &, const wxArrayString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 32 | 69 | 345 | 14 | 4830 | 268.333 | 0.0952453 | 104.559 | 0 | 104.559 | 5 | 3 |
| wxcrafter/wxcLib/json_node.cpp | 364 | | JSONElement | arrayAppend(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.33333 | 588.595 | 32.6997 | 0.0234112 | 146.31 | 0 | 146.31 | 4 | 3 |
| wxcrafter/wxcLib/json_node.cpp | 366 | | JSONElement | toArrayString() const | 0 | 12 | 10 | 0 | 2 | 4 | 1 | 31 | 70 | 346.794 | 12.8 | 4438.96 | 246.609 | 0.0900326 | 99.4111 | 0 | 99.4111 | 8 | 3 |
| wxcrafter/wxcLib/json_node.cpp | 379 | | JSONElement | hasNamedObject(const wxString &) const | 1 | 7 | 6 | 0 | 1 | 2 | 1 | 30 | 48 | 235.531 | 10.2857 | 2422.6 | 134.589 | 0.0601266 | 110.615 | 0 | 110.615 | 4 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 387 | | JSONElement | addProperty(const wxString &, const wxPoint &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 10 | 1828.37 | 101.576 | 0.0498411 | 114.659 | 0 | 114.659 | 5 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 394 | | JSONElement | addProperty(const wxString &, const wxSize &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 10 | 1828.37 | 101.576 | 0.0498411 | 114.659 | 0 | 114.659 | 5 | 3 |
| wxcrafter/wxcLib/json_node.cpp | 401 | | JSONElement | addProperty(const wxString &, const JSONElement &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 53 | 246.124 | 11.4545 | 2819.24 | 156.625 | 0.0665223 | 112.883 | 0 | 112.883 | 4 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 408 | | JSONElement | toPoint() const | 0 | 15 | 11 | 0 | 4 | 5 | 1 | 38 | 103 | 540.537 | 15.7857 | 8532.76 | 474.042 | 0.139189 | 93.2583 | 0 | 93.2583 | 11 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 424 | | JSONElement | toColour(const wxColour &) const | 1 | 8 | 6 | 0 | 2 | 3 | 1 | 21 | 44 | 193.262 | 10.6667 | 2061.46 | 114.526 | 0.0539919 | 109.25 | 0 | 109.25 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 433 | | JSONElement | toSize() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 6.66667 | 792.946 | 44.0526 | 0.0285567 | 119.848 | 0 | 119.848 | 2 | 3 |
| wxcrafter/wxcLib/json_node.cpp | 439 | | JSONElement | removeProperty(const wxString &) | 1 | 6 | 5 | 1 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.09091 | 1186.82 | 65.9343 | 0.0373653 | 114.888 | 29.5564 | 144.445 | 4 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 446 | | JSONElement | addProperty(const wxString &, const wxStringMap_t &) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 38 | 95 | 498.553 | 18.5 | 9223.23 | 512.402 | 0.1466 | 95.2564 | 0 | 95.2564 | 9 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 461 | | JSONElement | toStringMap() const | 0 | 14 | 12 | 0 | 2 | 4 | 1 | 40 | 104 | 553.481 | 14.413 | 7977.34 | 443.185 | 0.133081 | 94.4829 | 0 | 94.4829 | 15 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 476 | | JSONElement | addProperty(const wxString &, size_t) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 7.85714 | 867.126 | 48.1737 | 0.030311 | 146.31 | 0 | 146.31 | 1 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 478 | | JSONElement | addProperty(const wxString &, const wxColour &) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 48 | 217.131 | 10.9091 | 2368.7 | 131.595 | 0.0592314 | 113.535 | 0 | 113.535 | 5 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 485 | | JSONElement | firstChild() | 0 | 10 | 8 | 0 | 2 | 3 | 1 | 17 | 52 | 212.548 | 15.5833 | 3312.21 | 184.012 | 0.0740668 | 105.14 | 0 | 105.14 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 496 | | JSONElement | nextChild() | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 17 | 38 | 155.324 | 12.8333 | 1993.32 | 110.74 | 0.0527955 | 110.616 | 0 | 110.616 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 505 | | JSONElement | addProperty(const wxString &, const char *, const wxMBConv &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 9.44444 | 1444.3 | 80.2386 | 0.0425908 | 122.156 | 0 | 122.156 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 510 | | JSONElement | detachProperty(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 50 | 235.022 | 10.5 | 2467.73 | 137.096 | 0.060871 | 113.123 | 0 | 113.123 | 5 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 31 | | JSONRoot | JSONRoot(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 119.064 | 0 | 119.064 | 4 | 2 |
| wxcrafter/wxcLib/json_node.cpp | 37 | | JSONRoot | JSONRoot(int) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 33 | 140.182 | 8.25 | 1156.5 | 64.2499 | 0.0367261 | 111.15 | 0 | 111.15 | 2 | 5 |
| wxcrafter/wxcLib/json_node.cpp | 46 | | JSONRoot | JSONRoot(const wxFileName &) | 1 | 11 | 10 | 0 | 1 | 4 | 2 | 33 | 87 | 438.862 | 9.75 | 4278.91 | 237.717 | 0.0878552 | 99.5963 | 0 | 99.5963 | 12 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 58 | | JSONRoot | [virtual] ~JSONRoot() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 13 | 23 | 85.1101 | 7.875 | 670.242 | 37.2357 | 0.025529 | 115.908 | 0 | 115.908 | 1 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 66 | | JSONRoot | save(const wxFileName &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 59 | 280.538 | 6.47059 | 1815.25 | 100.847 | 0.0496024 | 107.542 | 0 | 107.542 | 9 | 1 |
| wxcrafter/wxcLib/json_node.cpp | 75 | | JSONRoot | toElement() const | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 15 | 28 | 109.393 | 6.75 | 738.402 | 41.0224 | 0.0272317 | 120.053 | 0 | 120.053 | 2 | 29 |
| wxcrafter/wxcLib/json_node.cpp | 81 | | JSONRoot | errorString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 92 | | JSONRoot | clear() | 0 | 13 | 13 | 0 | 0 | 3 | 1 | 23 | 53 | 239.749 | 9.16667 | 2197.7 | 122.094 | 0.0563453 | 100.264 | 0 | 100.264 | 3 | 0 |
| wxcrafter/wxcLib/json_node.cpp | 106 | | JSONRoot | release() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 6.42857 | 617.143 | 34.2857 | 0.0241622 | 118.009 | 0 | 118.009 | 1 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 12 | | ImportDlg | ImportDlg(IPD_ProjectType, wxWindow *, const wxString &) | 3 | 22 | 20 | 0 | 2 | 4 | 1 | 51 | 121 | 686.363 | 12.2727 | 8423.55 | 467.975 | 0.137999 | 86.0418 | 0 | 86.0418 | 17 | 3 |
| wxcrafter/Importer/import_dlg.cpp | 35 | | ImportDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 29 | 26 | 1 | 2 | 5 | 1 | 52 | 183 | 1043.18 | 15.5556 | 16227.3 | 901.514 | 0.213653 | 79.1597 | 14.1863 | 93.346 | 35 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 65 | | ImportDlg | [virtual] OnOKButtonUpdateUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 30 | 129.658 | 6.72222 | 871.589 | 48.4216 | 0.0304149 | 122.785 | 0 | 122.785 | 3 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 70 | | ImportDlg | OnBrowseForOutputFolder(wxCommandEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 66 | 326.977 | 9.38889 | 3069.95 | 170.553 | 0.0704098 | 103.131 | 0 | 103.131 | 8 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 81 | | ImportDlg | OnBrowseForVirtualFolder(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 55 | 272.481 | 7.58333 | 2066.31 | 114.795 | 0.0540766 | 107.694 | 0 | 107.694 | 6 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 90 | | ImportDlg | OnAddFileToProjectUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 92 | | ImportDlg | GetData() const | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 57 | 264.7 | 8 | 2117.6 | 117.644 | 0.0549677 | 106.166 | 0 | 106.166 | 8 | 3 |
| wxcrafter/Importer/import_dlg.cpp | 101 | | ImportDlg | OnAddToProjectUI(wxUpdateUIEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 19 | 23 | 97.7023 | 6.1875 | 604.533 | 33.5852 | 0.0238319 | 117.687 | 0 | 117.687 | 0 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 108 | | ImportDlg | OnFileImportTextUpdated(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 46 | 216.22 | 6.23333 | 1347.77 | 74.8763 | 0.0406715 | 108.896 | 0 | 108.896 | 6 | 0 |
| wxcrafter/Importer/import_dlg.cpp | 117 | | ImportDlg | OnDestFilePathUpdated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| wxcrafter/Importer/import_from_wxFB.cpp | 18 | | ImportFromwxFB | ImportFromwxFB(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 1 |
| wxcrafter/Importer/import_from_wxFB.cpp | 23 | | ImportFromwxFB | ImportProject(ImportDlg::ImportFileData &, const wxString &) const | 2 | 27 | 23 | 0 | 4 | 7 | 1 | 57 | 170 | 991.591 | 14.5 | 14378.1 | 798.782 | 0.197097 | 80.121 | 0 | 80.121 | 21 | 1 |
| wxcrafter/Importer/import_from_wxFB.cpp | 51 | | ImportFromwxFB | ParseFile(wxXmlDocument &, wxcWidget::List_t &) const | 2 | 50 | 32 | 11 | 7 | 7 | 2 | 57 | 240 | 1399.89 | 23.5135 | 32916.4 | 1828.69 | 0.342363 | 68.3456 | 33.218 | 101.564 | 25 | 1 |
| wxcrafter/Importer/import_from_wxFB.cpp | 102 | | ImportFromwxFB | ParseNode(wxXmlNode *, wxcWidget *, bool &) const | 3 | 133 | 89 | 23 | 23 | 23 | 4 | 98 | 639 | 4226.8 | 40.411 | 170809 | 9489.39 | 1.02617 | 43.0705 | 30.0293 | 73.0998 | 63 | 2 |
| wxcrafter/Importer/import_from_wxFB.cpp | 236 | | ImportFromwxFB | GetSizeritemContents(const wxXmlNode *, wxcWidget *) const | 2 | 51 | 38 | 5 | 9 | 12 | 4 | 77 | 326 | 2042.97 | 23.625 | 48265.2 | 2681.4 | 0.441877 | 64.9092 | 23.3136 | 88.2228 | 53 | 2 |
| wxcrafter/Importer/import_from_wxFB.cpp | 288 | | ImportFromwxFB | GetGridBagSizerItem(const wxXmlNode *, wxcWidget *) const | 2 | 33 | 26 | 3 | 5 | 7 | 3 | 46 | 204 | 1126.81 | 17.0625 | 19226.1 | 1068.12 | 0.239225 | 76.2054 | 22.5149 | 98.7203 | 36 | 1 |
| wxcrafter/Importer/import_from_wxFB.cpp | 322 | | ImportFromwxFB | GetBookitemContents(const wxXmlNode *, NotebookPageWrapper *, int &) const | 3 | 36 | 26 | 8 | 3 | 7 | 2 | 50 | 176 | 993.319 | 15 | 14899.8 | 827.766 | 0.201836 | 75.4515 | 33.3545 | 108.806 | 21 | 1 |
| wxcrafter/Importer/import_from_wxFB.cpp | 359 | | ImportFromwxFB | GetProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/Importer/import_from_wxFB.cpp | 362 | | ImportFromwxFB | [static] ConvertFBOptionsString(const wxString &, const wxString &) | 2 | 11 | 7 | 7 | 0 | 1 | 0 | 23 | 49 | 221.655 | 8.84615 | 1960.79 | 108.933 | 0.0522195 | 103.838 | 47.221 | 151.059 | 7 | 5 |
| wxcrafter/Importer/import_from_wxFB.cpp | 375 | | ImportFromwxFB | [static] ProcessBitmapProperty(const wxString &, wxcWidget *, const wxString &, const wxString &) | 4 | 67 | 53 | 19 | 2 | 16 | 4 | 68 | 355 | 2161.05 | 30.3696 | 65630.1 | 3646.12 | 0.542352 | 59.2766 | 36.7268 | 96.0034 | 52 | 8 |
| wxcrafter/Importer/import_from_wxFB.cpp | 444 | | ImportFromwxFB | [static] GetEventtypeFromHandlerstub(const wxString &) | 1 | 405 | 339 | 62 | 4 | 3 | 1 | 447 | 5342 | 47031.7 | 49.8972 | 2.34675e+06 | 130375 | 5.88649 | 17.1024 | 28.485 | 45.5875 | 563 | 3 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 19 | | ImportFromwxSmith | ImportFromwxSmith(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 2 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 24 | | ImportFromwxSmith | ImportProject(ImportDlg::ImportFileData &, const wxString &) const | 2 | 23 | 19 | 0 | 4 | 7 | 1 | 57 | 170 | 991.591 | 14.5 | 14378.1 | 798.782 | 0.197097 | 82.7186 | 0 | 82.7186 | 21 | 2 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 48 | | ImportFromwxSmith | ParseFile(wxXmlDocument &, wxcWidget::List_t &) const | 2 | 23 | 17 | 3 | 3 | 4 | 2 | 50 | 123 | 694.194 | 13.7903 | 9573.16 | 531.842 | 0.150285 | 85.2627 | 26.5382 | 111.801 | 12 | 1 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 72 | | ImportFromwxSmith | ParseNode(wxXmlNode *, wxcWidget *, bool &) const | 3 | 123 | 84 | 19 | 22 | 23 | 4 | 101 | 618 | 4114.77 | 37.3355 | 153627 | 8534.85 | 0.956146 | 44.4764 | 28.5973 | 73.0738 | 60 | 2 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 196 | | ImportFromwxSmith | GetSizeritemContents(const wxXmlNode *, wxcWidget *) const | 2 | 54 | 41 | 6 | 9 | 12 | 2 | 77 | 349 | 2187.11 | 22.6034 | 49436.2 | 2746.46 | 0.448996 | 63.6287 | 24.6875 | 88.3163 | 52 | 1 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 251 | | ImportFromwxSmith | GetGridBagSizerData(const wxXmlNode *, wxcWidget *) const | 2 | 30 | 27 | 1 | 3 | 7 | 1 | 43 | 207 | 1123.24 | 18.3448 | 20605.6 | 1144.75 | 0.250535 | 77.766 | 13.9543 | 91.7203 | 26 | 1 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 282 | | ImportFromwxSmith | GetBookitemContents(const wxXmlNode *, NotebookPageWrapper *, int &) const | 3 | 29 | 25 | 1 | 4 | 9 | 2 | 56 | 219 | 1271.81 | 15.3659 | 19542.5 | 1085.69 | 0.241842 | 77.2092 | 14.1863 | 91.3955 | 24 | 1 |
| wxcrafter/Importer/import_from_wxSmith.cpp | 312 | | ImportFromwxSmith | GetProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/Importer/import_from_xrc.cpp | 16 | | ImportFromXrc | ImportFromXrc(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 2 |
| wxcrafter/Importer/import_from_xrc.cpp | 21 | | ImportFromXrc | ImportProject(ImportDlg::ImportFileData &) const | 1 | 27 | 23 | 0 | 4 | 7 | 1 | 56 | 163 | 946.599 | 13.8649 | 13124.5 | 729.137 | 0.185467 | 80.3625 | 0 | 80.3625 | 20 | 1 |
| wxcrafter/Importer/import_from_xrc.cpp | 49 | | ImportFromXrc | ParseFile(wxXmlDocument &, wxcWidget::List_t &) const | 2 | 22 | 19 | 0 | 3 | 4 | 2 | 50 | 123 | 694.194 | 13.7903 | 9573.16 | 531.842 | 0.150285 | 85.9828 | 0 | 85.9828 | 12 | 1 |
| wxcrafter/Importer/import_from_xrc.cpp | 72 | | ImportFromXrc | ParseNode(wxXmlNode *, wxcWidget *, bool &) const | 3 | 170 | 103 | 45 | 25 | 29 | 4 | 106 | 688 | 4628.81 | 38.2716 | 177152 | 9841.78 | 1.05142 | 37.2418 | 35.765 | 73.0068 | 66 | 3 |
| wxcrafter/Importer/import_from_xrc.cpp | 243 | | ImportFromXrc | GetSizeritemContents(const wxXmlNode *, wxcWidget *) const | 2 | 68 | 56 | 5 | 9 | 16 | 2 | 84 | 436 | 2787.05 | 26.0938 | 72724.6 | 4040.26 | 0.580764 | 57.7137 | 20.3919 | 78.1056 | 61 | 2 |
| wxcrafter/Importer/import_from_xrc.cpp | 312 | | ImportFromXrc | GetBookitemContents(const wxXmlNode *, NotebookPageWrapper *, int &) const | 3 | 35 | 31 | 1 | 4 | 9 | 2 | 55 | 219 | 1266.12 | 15.75 | 19941.4 | 1107.85 | 0.245122 | 74.1861 | 12.944 | 87.13 | 24 | 1 |
| wxcrafter/Importer/import_from_xrc.cpp | 349 | | ImportFromXrc | [static] ProcessBitmapProperty(const wxXmlNode *, wxcWidget *, const wxString &, const wxString &) | 4 | 22 | 18 | 7 | 0 | 4 | 2 | 37 | 117 | 609.506 | 17.5238 | 10680.9 | 593.382 | 0.161665 | 86.6593 | 38.3407 | 125 | 15 | 15 |
| wxcrafter/Importer/import_from_xrc.cpp | 372 | | ImportFromXrc | ProcessButtonNode(const wxXmlNode *, wxcWidget *) const | 2 | 7 | 5 | 2 | 1 | 1 | 0 | 18 | 31 | 129.268 | 6 | 775.606 | 43.0892 | 0.0281388 | 113.964 | 36.8317 | 150.796 | 2 | 1 |
| wxcrafter/Importer/import_from_xrc.cpp | 380 | | ImportFromXrc | [static] DoProcessButtonNode(const wxXmlNode *, wxcWidget *) | 2 | 25 | 24 | 1 | 0 | 19 | 1 | 48 | 275 | 1535.86 | 20.3824 | 31304.5 | 1739.14 | 0.331093 | 76.3326 | 15.2452 | 91.5778 | 60 | 2 |
| wxcrafter/Importer/import_from_xrc.cpp | 406 | | ImportFromXrc | ProcessNamedNode(wxXmlNode *, wxcWidget *, const wxString &) const | 3 | 13 | 11 | 2 | 0 | 4 | 2 | 36 | 85 | 439.444 | 12.5 | 5493.05 | 305.169 | 0.103774 | 96.8832 | 28.5467 | 125.43 | 7 | 1 |
| wxcrafter/Importer/import_from_xrc.cpp | 420 | | ImportFromXrc | GetProject() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/Preview/CaptionBar.cpp | 11 | | CaptionBar | CaptionBar(wxWindow *, const wxString &, const wxString &, const wxBitmap &) | 4 | 14 | 13 | 0 | 1 | 2 | 0 | 44 | 105 | 573.24 | 12.4138 | 7116.09 | 395.338 | 0.123322 | 94.7605 | 0 | 94.7605 | 12 | 1 |
| wxcrafter/Preview/CaptionBar.cpp | 26 | | CaptionBar | OnEraseBG(wxEraseEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/Preview/CaptionBar.cpp | 28 | | CaptionBar | OnPaint(wxPaintEvent &) [override] | 1 | 95 | 70 | 8 | 18 | 12 | 1 | 114 | 595 | 4065.57 | 28.4565 | 115692 | 6427.33 | 0.791433 | 51.2536 | 21.7285 | 72.9821 | 68 | 0 |
| wxcrafter/Preview/CaptionBar.cpp | 124 | | CaptionBar | OnLeftDown(wxMouseEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.25 | 784.029 | 43.5571 | 0.0283422 | 115.711 | 0 | 115.711 | 4 | 0 |
| wxcrafter/Preview/designer_container_panel.cpp | 11 | | DesignerContainerPanel | DesignerContainerPanel(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 41 | 91 | 487.537 | 10.0962 | 4922.25 | 273.458 | 0.0964542 | 98.3298 | 0 | 98.3298 | 7 | 2 |
| wxcrafter/Preview/designer_container_panel.cpp | 24 | | DesignerContainerPanel | ~DesignerContainerPanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 7.5 | 571.103 | 31.728 | 0.022945 | 148.24 | 0 | 148.24 | 1 | 0 |
| wxcrafter/Preview/designer_container_panel.cpp | 26 | | DesignerContainerPanel | EnableCaption(const wxString &, const wxString &, const wxBitmap &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 35 | 67 | 343.662 | 10.875 | 3737.32 | 207.629 | 0.080276 | 111.377 | 0 | 111.377 | 6 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 33 | | DesignerContainerPanel | SetMenuBar(MenuBar *) | 1 | 8 | 6 | 1 | 1 | 2 | 0 | 33 | 60 | 302.664 | 8.84211 | 2676.18 | 148.677 | 0.0642524 | 107.147 | 26.0372 | 133.185 | 8 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 42 | | DesignerContainerPanel | SetStatusBar(wxStatusBar *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 72 | 356.702 | 8.84211 | 3154 | 175.222 | 0.0716891 | 108.686 | 0 | 108.686 | 12 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 50 | | DesignerContainerPanel | SetToolbar(ToolBar *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 54 | 262.331 | 7.41176 | 1944.34 | 108.019 | 0.051927 | 112.782 | 0 | 112.782 | 8 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 57 | | DesignerContainerPanel | AddMainView(wxPanel *) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 29 | 55 | 267.189 | 8.53125 | 2279.46 | 126.636 | 0.0577342 | 106.118 | 0 | 106.118 | 6 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 67 | | DesignerContainerPanel | CalcBestSize(int) | 1 | 21 | 16 | 0 | 5 | 4 | 2 | 37 | 101 | 526.155 | 13.3333 | 7015.4 | 389.744 | 0.122156 | 88.1776 | 0 | 88.1776 | 11 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 89 | | DesignerContainerPanel | OnLeftDown(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/Preview/designer_container_panel.cpp | 91 | | DesignerContainerPanel | OnRightDown(wxMouseEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.25 | 784.029 | 43.5571 | 0.0283422 | 115.711 | 0 | 115.711 | 4 | 3 |
| wxcrafter/Preview/designer_container_panel.cpp | 98 | | DesignerContainerPanel | DoConnectCharEvent(wxWindow *) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 28 | 70 | 336.515 | 10.8333 | 3645.58 | 202.532 | 0.0789568 | 98.5009 | 0 | 98.5009 | 10 | 2 |
| wxcrafter/Preview/designer_container_panel.cpp | 112 | | DesignerContainerPanel | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/Preview/menu_bar.cpp | 17 | | MenuBar | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/menu_bar.cpp | 17 | | MenuBar | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/menu_bar.cpp | 24 | | MenuBar | MenuBar(wxWindow *, wxMenuBar *) | 2 | 35 | 27 | 3 | 5 | 3 | 1 | 67 | 195 | 1182.89 | 16.625 | 19665.5 | 1092.53 | 0.242856 | 75.9197 | 21.9083 | 97.828 | 16 | 1 |
| wxcrafter/Preview/menu_bar.cpp | 60 | | MenuBar | ~MenuBar() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 31 | 126.711 | 9.16667 | 1161.52 | 64.5289 | 0.0368324 | 113.838 | 0 | 113.838 | 3 | 0 |
| wxcrafter/Preview/menu_bar.cpp | 68 | | MenuBar | OnEraseBG(wxEraseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/Preview/menu_bar.cpp | 70 | | MenuBar | OnLeftDown(wxMouseEvent &) | 1 | 31 | 28 | 0 | 3 | 5 | 2 | 59 | 209 | 1229.47 | 21.5385 | 26480.9 | 1471.16 | 0.296143 | 77.2248 | 0 | 77.2248 | 25 | 2 |
| wxcrafter/Preview/menu_bar.cpp | 102 | | MenuBar | OnPaint(wxPaintEvent &) | 1 | 28 | 22 | 1 | 5 | 2 | 1 | 63 | 191 | 1141.66 | 14.4681 | 16517.6 | 917.647 | 0.216194 | 79.949 | 14.4303 | 94.3793 | 20 | 1 |
| wxcrafter/Preview/popup_window_preview.cpp | 13 | | PopupWindowPreview | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/popup_window_preview.cpp | 13 | | PopupWindowPreview | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/popup_window_preview.cpp | 15 | | PopupWindowPreview | PopupWindowPreview(wxWindow *, const PopupWindowWrapper &) | 2 | 29 | 23 | 0 | 6 | 1 | 0 | 75 | 217 | 1351.65 | 11.661 | 15761.7 | 875.648 | 0.209546 | 78.7326 | 0 | 78.7326 | 33 | 1 |
| wxcrafter/Preview/popup_window_preview.cpp | 45 | | PopupWindowPreview | ~PopupWindowPreview() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 7.08333 | 1484.62 | 82.4788 | 0.0433799 | 111.451 | 0 | 111.451 | 7 | 0 |
| wxcrafter/Preview/popup_window_preview.cpp | 53 | | PopupWindowPreview | OnClosePreviewPreviewPanel(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/Preview/preview_dialog.cpp | 12 | | PreviewDialog | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_dialog.cpp | 12 | | PreviewDialog | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_dialog.cpp | 15 | | PreviewDialog | PreviewDialog(wxWindow *, const DialogWrapper &) | 2 | 31 | 22 | 2 | 7 | 1 | 1 | 59 | 179 | 1052.99 | 9.8913 | 10415.5 | 578.638 | 0.158976 | 78.9506 | 19.171 | 98.1215 | 29 | 1 |
| wxcrafter/Preview/preview_dialog.cpp | 47 | | PreviewDialog | ~PreviewDialog() [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 25 | 58 | 269.344 | 7.85714 | 2116.27 | 117.571 | 0.0549448 | 106.076 | 0 | 106.076 | 9 | 0 |
| wxcrafter/Preview/preview_dialog.cpp | 57 | | PreviewDialog | OnClosePreview(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/Preview/preview_dialog.cpp | 59 | | PreviewDialog | OnClose(wxCloseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| wxcrafter/Preview/preview_frame.cpp | 12 | | PreviewFrame | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_frame.cpp | 12 | | PreviewFrame | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_frame.cpp | 15 | | PreviewFrame | PreviewFrame(wxWindow *, const TopLevelWinWrapper &) | 2 | 30 | 23 | 0 | 7 | 2 | 1 | 64 | 210 | 1260 | 11.7857 | 14850 | 825 | 0.201386 | 78.3185 | 0 | 78.3185 | 34 | 1 |
| wxcrafter/Preview/preview_frame.cpp | 46 | | PreviewFrame | ~PreviewFrame() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 58 | 269.344 | 7.85714 | 2116.27 | 117.571 | 0.0549448 | 107.984 | 0 | 107.984 | 9 | 0 |
| wxcrafter/Preview/preview_frame.cpp | 55 | | PreviewFrame | OnClosePreview(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/Preview/preview_panel.cpp | 13 | | PreviewPanel | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_panel.cpp | 13 | | PreviewPanel | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_panel.cpp | 16 | | PreviewPanel | PreviewPanel(wxWindow *, const TopLevelWinWrapper &) | 2 | 30 | 24 | 0 | 6 | 1 | 0 | 76 | 222 | 1387.04 | 11.8667 | 16459.5 | 914.419 | 0.215687 | 78.049 | 0 | 78.049 | 33 | 2 |
| wxcrafter/Preview/preview_panel.cpp | 47 | | PreviewPanel | ~PreviewPanel() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 7.08333 | 1484.62 | 82.4788 | 0.0433799 | 111.451 | 0 | 111.451 | 7 | 0 |
| wxcrafter/Preview/preview_panel.cpp | 55 | | PreviewPanel | OnClosePreviewPreviewPanel(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/Preview/preview_wizard.cpp | 12 | | PreviewWizard | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_wizard.cpp | 12 | | PreviewWizard | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/Preview/preview_wizard.cpp | 18 | | PreviewWizard | PreviewWizard(wxWindow *, const WizardWrapper &) | 2 | 22 | 17 | 0 | 5 | 1 | 0 | 54 | 159 | 915.027 | 9.9878 | 9139.11 | 507.728 | 0.145707 | 85.2366 | 0 | 85.2366 | 26 | 1 |
| wxcrafter/Preview/preview_wizard.cpp | 41 | | PreviewWizard | ~PreviewWizard() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 22 | 47 | 209.593 | 7.08333 | 1484.62 | 82.4788 | 0.0433799 | 109.288 | 0 | 109.288 | 7 | 0 |
| wxcrafter/Preview/preview_wizard.cpp | 50 | | PreviewWizard | OnClosePreview(wxCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| wxcrafter/Preview/preview_wizard.cpp | 56 | | PreviewWizard | OnClose(wxCloseEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 1 |
| wxcrafter/Preview/preview_wizard.cpp | 62 | | PreviewWizard | Run() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 44 | 196.215 | 8.4 | 1648.21 | 91.567 | 0.0465107 | 109.401 | 0 | 109.401 | 6 | 1 |
| wxcrafter/Preview/preview_wizard.cpp | 71 | | PreviewWizard | OnWizard(wxWizardEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| wxcrafter/Preview/tool_bar.cpp | 8 | | ToolBar | [explicit] ToolBar(wxWindow *) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 21 | 35 | 153.731 | 7.7 | 1183.73 | 65.7628 | 0.0373004 | 110.9 | 0 | 110.9 | 3 | 1 |
| wxcrafter/Preview/tool_bar.cpp | 17 | | ToolBar | AddToolbar(wxToolBar *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 46 | 218.725 | 6.53125 | 1428.55 | 79.3637 | 0.0422807 | 113.727 | 0 | 113.727 | 6 | 1 |
| wxcrafter/Preview/tool_bar.cpp | 24 | | ToolBar | OnClick(wxCommandEvent &) | 1 | 16 | 16 | 0 | 0 | 3 | 2 | 39 | 102 | 539.111 | 10 | 5391.11 | 299.506 | 0.102486 | 92.6865 | 0 | 92.6865 | 15 | 1 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 5 | | BitmapTextArrayProperty | BitmapTextArrayProperty(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 9.44444 | 1404.18 | 78.0098 | 0.0417984 | 115.734 | 0 | 115.734 | 3 | 1 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 12 | | BitmapTextArrayProperty | GetType() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 14 | | BitmapTextArrayProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 16 | | BitmapTextArrayProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 25 | | BitmapTextArrayProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| wxcrafter/Properties/BitmapTextArrayProperty.cpp | 27 | | BitmapTextArrayProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 5 | | BitmapPickerProperty | BitmapPickerProperty(const wxString &, const wxString &, const wxString &) | 3 | 10 | 9 | 0 | 1 | 1 | 0 | 22 | 50 | 222.972 | 9.58333 | 2136.81 | 118.712 | 0.0552997 | 105.351 | 0 | 105.351 | 7 | 21 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 16 | | BitmapPickerProperty | GetType() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 18 | | BitmapPickerProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 20 | | BitmapPickerProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 29 | | BitmapPickerProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| wxcrafter/Properties/bitmap_picker_property.cpp | 31 | | BitmapPickerProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/bool_property.cpp | 3 | | BoolProperty | BoolProperty(const wxString &, bool, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 7.2 | 1039.89 | 57.7718 | 0.034214 | 115.885 | 0 | 115.885 | 2 | 39 |
| wxcrafter/Properties/bool_property.cpp | 10 | | BoolProperty | BoolProperty() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 0 |
| wxcrafter/Properties/bool_property.cpp | 15 | | BoolProperty | GetValue() const [override] | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 17 | 30 | 122.624 | 5.0625 | 620.783 | 34.488 | 0.0242571 | 109.938 | 0 | 109.938 | 2 | 0 |
| wxcrafter/Properties/bool_property.cpp | 25 | | BoolProperty | SetValue(const wxString &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 7.8 | 1340.78 | 74.488 | 0.0405307 | 108.181 | 0 | 108.181 | 2 | 0 |
| wxcrafter/Properties/bool_property.cpp | 35 | | BoolProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/bool_property.cpp | 44 | | BoolProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 4 | 0 |
| wxcrafter/Properties/category_property.cpp | 3 | | CategoryProperty | CategoryProperty(const wxString &, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 45 | 197.654 | 12 | 2371.85 | 131.77 | 0.0592839 | 107.455 | 0 | 107.455 | 6 | 36 |
| wxcrafter/Properties/category_property.cpp | 13 | | CategoryProperty | GetType() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| wxcrafter/Properties/category_property.cpp | 15 | | CategoryProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/category_property.cpp | 17 | | CategoryProperty | Serialize() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 4.2 | 225.853 | 12.5474 | 0.0123622 | 150.049 | 0 | 150.049 | 1 | 0 |
| wxcrafter/Properties/category_property.cpp | 19 | | CategoryProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| wxcrafter/Properties/category_property.cpp | 21 | | CategoryProperty | UnSerialize(const JSONElement &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/Properties/choice_property.cpp | 5 | | ChoiceProperty | ChoiceProperty() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 0 |
| wxcrafter/Properties/choice_property.cpp | 11 | | ChoiceProperty | ChoiceProperty(const wxString &, const wxArrayString &, int, const wxString &) | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 61 | 290.048 | 9.28125 | 2692.01 | 149.556 | 0.0645055 | 109.762 | 0 | 109.762 | 7 | 29 |
| wxcrafter/Properties/choice_property.cpp | 19 | | ChoiceProperty | SetSelection(int) | 1 | 6 | 5 | 0 | 1 | 3 | 1 | 25 | 35 | 162.535 | 10.6667 | 1733.71 | 96.317 | 0.0481056 | 114.811 | 0 | 114.811 | 1 | 0 |
| wxcrafter/Properties/choice_property.cpp | 26 | | ChoiceProperty | GetValue() const [override] | 0 | 5 | 5 | 0 | 0 | 3 | 1 | 24 | 40 | 183.399 | 8.27273 | 1517.21 | 84.2892 | 0.0440124 | 117.136 | 0 | 117.136 | 4 | 0 |
| wxcrafter/Properties/choice_property.cpp | 32 | | ChoiceProperty | SetValue(const wxString &) [override] | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 46 | 213.617 | 8.76923 | 1873.26 | 104.07 | 0.0506537 | 105.344 | 0 | 105.344 | 2 | 0 |
| wxcrafter/Properties/choice_property.cpp | 43 | | ChoiceProperty | Add(const wxString &) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 22 | 35 | 156.08 | 8 | 1248.64 | 69.3689 | 0.0386519 | 118.205 | 0 | 118.205 | 2 | 0 |
| wxcrafter/Properties/choice_property.cpp | 49 | | ChoiceProperty | Serialize() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 65 | 301.851 | 9 | 2716.66 | 150.925 | 0.0648986 | 105.483 | 0 | 105.483 | 9 | 0 |
| wxcrafter/Properties/choice_property.cpp | 59 | | ChoiceProperty | UnSerialize(const JSONElement &) [override] | 1 | 14 | 6 | 7 | 1 | 1 | 0 | 24 | 49 | 224.663 | 6 | 1347.98 | 74.8877 | 0.0406756 | 99.8613 | 44.4566 | 144.318 | 8 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 9 | | ColHeaderFlagsProperty | ColHeaderFlagsProperty(const wxString &, int, const wxString &, eColumnKind) | 4 | 28 | 26 | 0 | 2 | 2 | 1 | 48 | 141 | 787.48 | 12.1471 | 9565.56 | 531.42 | 0.150205 | 81.8803 | 0 | 81.8803 | 16 | 2 |
| wxcrafter/Properties/col_header_flags_property.cpp | 38 | | ColHeaderFlagsProperty | ColHeaderFlagsProperty() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 43 | | ColHeaderFlagsProperty | GetType() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 45 | | ColHeaderFlagsProperty | GetValue() const [override] | 0 | 9 | 9 | 0 | 0 | 4 | 2 | 32 | 76 | 380 | 13.5 | 5130 | 285 | 0.0991495 | 103.596 | 0 | 103.596 | 9 | 1 |
| wxcrafter/Properties/col_header_flags_property.cpp | 55 | | ColHeaderFlagsProperty | SetValue(const wxString &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 39 | 80 | 422.832 | 11.8261 | 5000.45 | 277.803 | 0.0974731 | 103.271 | 0 | 103.271 | 6 | 1 |
| wxcrafter/Properties/col_header_flags_property.cpp | 65 | | ColHeaderFlagsProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 52 | 235.225 | 8.07692 | 1899.9 | 105.55 | 0.0511327 | 108.688 | 0 | 108.688 | 8 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 74 | | ColHeaderFlagsProperty | UnSerialize(const JSONElement &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 5.78571 | 1073.05 | 59.6141 | 0.0349376 | 112.087 | 0 | 112.087 | 7 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 82 | | ColHeaderFlagsProperty | GetOptions() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 84 | | ColHeaderFlagsProperty | GetOptionsValues() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/col_header_flags_property.cpp | 86 | | ColHeaderFlagsProperty | GetValueLong() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/Properties/color_property.cpp | 7 | | ColorProperty | ColorProperty(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 9.44444 | 1404.18 | 78.0098 | 0.0417984 | 115.734 | 0 | 115.734 | 5 | 16 |
| wxcrafter/Properties/color_property.cpp | 14 | | ColorProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/color_property.cpp | 16 | | ColorProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 53 | 236.35 | 9.16667 | 2166.54 | 120.363 | 0.0558114 | 108.663 | 0 | 108.663 | 7 | 0 |
| wxcrafter/Properties/color_property.cpp | 25 | | ColorProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 2 |
| wxcrafter/Properties/color_property.cpp | 27 | | ColorProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 4.66667 | 685.746 | 38.097 | 0.0259211 | 118.749 | 0 | 118.749 | 5 | 0 |
| wxcrafter/Properties/file_ficker_property.cpp | 7 | | FilePickerProperty | FilePickerProperty(const wxString &, const wxString &, const wxString &) | 3 | 10 | 9 | 0 | 1 | 1 | 0 | 22 | 50 | 222.972 | 9.58333 | 2136.81 | 118.712 | 0.0552997 | 105.351 | 0 | 105.351 | 7 | 2 |
| wxcrafter/Properties/file_ficker_property.cpp | 18 | | FilePickerProperty | FilePickerProperty() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 0 |
| wxcrafter/Properties/file_ficker_property.cpp | 23 | | FilePickerProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/file_ficker_property.cpp | 25 | | FilePickerProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/file_ficker_property.cpp | 34 | | FilePickerProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| wxcrafter/Properties/file_ficker_property.cpp | 36 | | FilePickerProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/file_ficker_property.cpp | 42 | | FilePickerProperty | FixPaths(const wxString &) | 1 | 11 | 10 | 0 | 1 | 4 | 1 | 30 | 78 | 382.737 | 10.7059 | 4097.54 | 227.641 | 0.0853548 | 100.308 | 0 | 100.308 | 11 | 1 |
| wxcrafter/Properties/font_property.cpp | 5 | | FontProperty | FontProperty(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 9.44444 | 1404.18 | 78.0098 | 0.0417984 | 115.734 | 0 | 115.734 | 3 | 4 |
| wxcrafter/Properties/font_property.cpp | 12 | | FontProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/font_property.cpp | 14 | | FontProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/font_property.cpp | 23 | | FontProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/font_property.cpp | 29 | | FontProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| wxcrafter/Properties/int_property.cpp | 3 | | IntProperty | IntProperty(const wxString &, int, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 7.72727 | 1323.68 | 73.538 | 0.0401854 | 112.5 | 0 | 112.5 | 2 | 10 |
| wxcrafter/Properties/int_property.cpp | 11 | | IntProperty | IntProperty(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 8.25 | 1340.75 | 74.4864 | 0.0405302 | 112.774 | 0 | 112.774 | 2 | 0 |
| wxcrafter/Properties/int_property.cpp | 19 | | IntProperty | GetType() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| wxcrafter/Properties/int_property.cpp | 21 | | IntProperty | GetValue() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6 | 434.038 | 24.1132 | 0.0191087 | 119.48 | 0 | 119.48 | 3 | 0 |
| wxcrafter/Properties/int_property.cpp | 28 | | IntProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/int_property.cpp | 37 | | IntProperty | SetValue(const wxString &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 8.72727 | 1697.57 | 94.3094 | 0.0474348 | 107.538 | 0 | 107.538 | 1 | 0 |
| wxcrafter/Properties/int_property.cpp | 47 | | IntProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 4 | 0 |
| wxcrafter/Properties/multi_strings_property.cpp | 3 | | MultiStringsProperty | MultiStringsProperty(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 46 | 198.809 | 9 | 1789.28 | 99.4043 | 0.0491282 | 109.563 | 0 | 109.563 | 6 | 145 |
| wxcrafter/Properties/multi_strings_property.cpp | 12 | | MultiStringsProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/multi_strings_property.cpp | 14 | | MultiStringsProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/multi_strings_property.cpp | 23 | | MultiStringsProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| wxcrafter/Properties/multi_strings_property.cpp | 25 | | MultiStringsProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/property_base.cpp | 4 | | PropertyBase | [explicit] PropertyBase(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 28 |
| wxcrafter/Properties/property_base.cpp | 9 | | PropertyBase | DoBaseSerialize(JSONElement &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 4.95 | 504.654 | 28.0363 | 0.0211288 | 146.723 | 0 | 146.723 | 2 | 13 |
| wxcrafter/Properties/property_base.cpp | 11 | | PropertyBase | DoBaseUnSerialize(const JSONElement &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 4.90909 | 594.069 | 33.0038 | 0.0235561 | 145.831 | 0 | 145.831 | 4 | 13 |
| wxcrafter/Properties/property_base.cpp | 13 | | PropertyBase | NotifyChanged() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 5 | 520 | 28.8889 | 0.021555 | 117.593 | 0 | 117.593 | 3 | 1 |
| wxcrafter/Properties/string_property.cpp | 3 | | StringProperty | StringProperty() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 18 | 62.2698 | 6.125 | 381.402 | 21.189 | 0.0175308 | 126.828 | 0 | 126.828 | 5 | 0 |
| wxcrafter/Properties/string_property.cpp | 8 | | StringProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/string_property.cpp | 10 | | StringProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| wxcrafter/Properties/string_property.cpp | 12 | | StringProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/string_property.cpp | 21 | | StringProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/virtual_folder_property.cpp | 3 | | VirtualFolderProperty | VirtualFolderProperty(const wxString &, const wxString &, const wxString &) | 3 | 10 | 9 | 0 | 1 | 1 | 0 | 24 | 55 | 252.173 | 8.92857 | 2251.54 | 125.086 | 0.0572619 | 104.712 | 0 | 104.712 | 10 | 3 |
| wxcrafter/Properties/virtual_folder_property.cpp | 14 | | VirtualFolderProperty | GetValue() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/Properties/virtual_folder_property.cpp | 16 | | VirtualFolderProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/virtual_folder_property.cpp | 25 | | VirtualFolderProperty | SetValue(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 1 |
| wxcrafter/Properties/virtual_folder_property.cpp | 27 | | VirtualFolderProperty | UnSerialize(const JSONElement &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 5.25 | 760.969 | 42.2761 | 0.0277837 | 118.82 | 0 | 118.82 | 5 | 0 |
| wxcrafter/Properties/winid_property.cpp | 13 | | WinIdProperty | WinIdProperty() | 0 | 116 | 114 | 0 | 2 | 2 | 1 | 131 | 597 | 4198.95 | 10.725 | 45033.8 | 2501.88 | 0.421927 | 50.1504 | 0 | 50.1504 | 15 | 6 |
| wxcrafter/Properties/winid_property.cpp | 130 | | WinIdProperty | Serialize() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 53 | 239.749 | 8.46154 | 2028.64 | 112.702 | 0.0534174 | 108.589 | 0 | 108.589 | 7 | 0 |
| wxcrafter/Properties/winid_property.cpp | 139 | | WinIdProperty | UnSerialize(const JSONElement &) [override] | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 25 | 62 | 287.919 | 9.42857 | 2714.67 | 150.815 | 0.0648669 | 105.499 | 24.6875 | 130.187 | 11 | 0 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 9 | | DefineCustomControlWizard | DefineCustomControlWizard(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 14 | | DefineCustomControlWizard | OnPageChanging(wxWizardEvent &) [override] | 1 | 23 | 21 | 0 | 2 | 8 | 2 | 45 | 169 | 928.123 | 16.6964 | 15496.3 | 860.908 | 0.207188 | 82.8325 | 0 | 82.8325 | 24 | 0 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 38 | | DefineCustomControlWizard | GetControl() const | 0 | 19 | 17 | 0 | 2 | 2 | 1 | 45 | 132 | 724.925 | 12.6452 | 9166.79 | 509.266 | 0.146001 | 88.5925 | 0 | 88.5925 | 17 | 1 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 58 | | DefineCustomControlWizard | OnDeleteEvent(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 125.03 | 0 | 125.03 | 2 | 0 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 63 | | DefineCustomControlWizard | OnDeleteEventUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 123.945 | 0 | 123.945 | 3 | 0 |
| wxcrafter/UI/DefineCustomControlWizard.cpp | 68 | | DefineCustomControlWizard | OnNewEvent(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 69 | 351.035 | 10.2632 | 3602.73 | 200.151 | 0.0783369 | 102.762 | 0 | 102.762 | 10 | 0 |
| wxcrafter/UI/DeleteCustomControlDlg.cpp | 9 | | DeleteCustomControlDlg | DeleteCustomControlDlg(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 5.5 | 710.972 | 39.4985 | 0.026553 | 113.964 | 0 | 113.964 | 5 | 1 |
| wxcrafter/UI/DeleteCustomControlDlg.cpp | 17 | | DeleteCustomControlDlg | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 147.144 | 0 | 147.144 | 2 | 0 |
| wxcrafter/UI/DeleteCustomControlDlg.cpp | 19 | | DeleteCustomControlDlg | OnDeleteControls(wxCommandEvent &) [override] | 1 | 17 | 15 | 0 | 2 | 4 | 2 | 45 | 125 | 686.482 | 14.2679 | 9794.62 | 544.146 | 0.152594 | 90.2177 | 0 | 90.2177 | 17 | 0 |
| wxcrafter/UI/DeleteCustomControlDlg.cpp | 37 | | DeleteCustomControlDlg | OnItemValueChanged(wxDataViewEvent &) [override] | 1 | 16 | 13 | 0 | 3 | 4 | 2 | 42 | 109 | 587.763 | 12.2222 | 7183.77 | 399.098 | 0.124102 | 92.0072 | 0 | 92.0072 | 11 | 0 |
| wxcrafter/UI/DeleteCustomControlDlg.cpp | 54 | | DeleteCustomControlDlg | DoPopulate() | 0 | 11 | 11 | 1 | 0 | 2 | 1 | 37 | 77 | 401.128 | 9.54545 | 3828.95 | 212.719 | 0.0815828 | 100.524 | 22.5149 | 123.039 | 12 | 2 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 8 | | EditCustomControlDlg | EditCustomControlDlg(wxWindow *) | 1 | 18 | 16 | 0 | 2 | 3 | 1 | 44 | 94 | 513.187 | 11.7692 | 6039.81 | 335.545 | 0.110551 | 91.0347 | 0 | 91.0347 | 12 | 1 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 27 | | EditCustomControlDlg | OnSelectControl(wxCommandEvent &) [override] | 1 | 21 | 19 | 0 | 2 | 4 | 2 | 53 | 144 | 824.821 | 11.6757 | 9630.34 | 535.019 | 0.150883 | 85.8399 | 0 | 85.8399 | 20 | 1 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 49 | | EditCustomControlDlg | OnSave(wxCommandEvent &) [override] | 1 | 21 | 19 | 0 | 2 | 2 | 1 | 54 | 156 | 897.762 | 12.3077 | 11049.4 | 613.855 | 0.165363 | 85.8592 | 0 | 85.8592 | 20 | 1 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 71 | | EditCustomControlDlg | OnControlModified(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 149.602 | 0 | 149.602 | 0 | 0 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 73 | | EditCustomControlDlg | OnSaveUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 75 | | EditCustomControlDlg | OnDeleteEvent(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 120.234 | 0 | 120.234 | 2 | 0 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 81 | | EditCustomControlDlg | OnNewEvent(wxCommandEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 35 | 72 | 369.308 | 10.125 | 3739.25 | 207.736 | 0.0803036 | 99.544 | 0 | 99.544 | 11 | 0 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 94 | | EditCustomControlDlg | OnDeleteEventUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 123.945 | 0 | 123.945 | 3 | 0 |
| wxcrafter/UI/EditCustomControlDlg.cpp | 99 | | EditCustomControlDlg | OnEventEditDone(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 6 | | FontPickerDlg | FontPickerDlg(wxWindow *, const wxString &) | 2 | 29 | 26 | 0 | 3 | 5 | 2 | 67 | 200 | 1213.22 | 14.4479 | 17528.5 | 973.804 | 0.224927 | 78.3744 | 0 | 78.3744 | 28 | 2 |
| wxcrafter/UI/FontPickerDlg.cpp | 36 | | FontPickerDlg | OnUseCustomFont(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 5.33333 | 990.689 | 55.0383 | 0.0331261 | 112.079 | 0 | 112.079 | 5 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 44 | | FontPickerDlg | OnUseCustomFontUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 46 | | FontPickerDlg | OnUsePreDefinedFontUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 51 | | FontPickerDlg | OnSystemFontSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 53 | | FontPickerDlg | OnFontSelected(wxFontPickerEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 55 | | FontPickerDlg | OnUsePreDefinedFont(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.5 | 404.659 | 22.481 | 0.0182364 | 121.302 | 0 | 121.302 | 2 | 0 |
| wxcrafter/UI/FontPickerDlg.cpp | 61 | | FontPickerDlg | DoUpdateSelectionToPreDefinedFont() | 0 | 34 | 28 | 1 | 5 | 6 | 3 | 45 | 180 | 988.534 | 12.3906 | 12248.5 | 680.475 | 0.17712 | 76.6326 | 13.1285 | 89.7611 | 25 | 3 |
| wxcrafter/UI/FontPickerDlg.cpp | 95 | | FontPickerDlg | DoUpdateSelectionToCustomFont() | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 43 | 194.513 | 4.8 | 933.663 | 51.8702 | 0.0318424 | 109.676 | 0 | 109.676 | 7 | 3 |
| wxcrafter/UI/MessageDlg.cpp | 3 | | MessageDlg | MessageDlg(wxWindow *, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 48 | 222.905 | 8.76923 | 1954.71 | 108.595 | 0.0521114 | 108.968 | 0 | 108.968 | 6 | 0 |
| wxcrafter/UI/MessageDlg.cpp | 12 | | MessageDlg | IsDontAnnoyChecked() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| wxcrafter/UI/MessageDlg.cpp | 14 | | MessageDlg | SetMessage(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| wxcrafter/UI/MessageDlg.cpp | 16 | | MessageDlg | SetTitle(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| wxcrafter/UI/NewCustomEventDlg.cpp | 5 | | NewCustomEventDlg | NewCustomEventDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 4 | 2 |
| wxcrafter/UI/NewFormWizard.cpp | 18 | | | GetDisplayName(const wxFileName &) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 26 | 67 | 314.929 | 9.85714 | 3104.3 | 172.461 | 0.0709341 | 100.142 | 0 | 100.142 | 12 | 5 |
| wxcrafter/UI/NewFormWizard.cpp | 31 | | NewFormWizard | NewFormWizard(wxWindow *, IManager *, int) | 3 | 83 | 72 | 2 | 9 | 21 | 4 | 117 | 494 | 3393.96 | 27.5281 | 93429.2 | 5190.51 | 0.686332 | 52.3101 | 11.9085 | 64.2186 | 57 | 1 |
| wxcrafter/UI/NewFormWizard.cpp | 115 | | NewFormWizard | OnFormTypeSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 117 | | NewFormWizard | OnSelectVirtualFolder(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 4 | 1 | 37 | 99 | 515.736 | 14.025 | 7233.2 | 401.844 | 0.124671 | 96.0507 | 0 | 96.0507 | 13 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 131 | | NewFormWizard | OnFinishClicked(wxWizardEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 133 | | NewFormWizard | GetFormType() const | 0 | 18 | 18 | 0 | 0 | 8 | 1 | 28 | 81 | 389.396 | 4.5 | 1752.28 | 97.3489 | 0.0484486 | 91.3201 | 0 | 91.3201 | 7 | 13 |
| wxcrafter/UI/NewFormWizard.cpp | 152 | | NewFormWizard | GetVirtualFolder() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 154 | | NewFormWizard | GetClassName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 156 | | NewFormWizard | GetGeneratedFileBaseName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 158 | | NewFormWizard | OnWizardPageChanging(wxWizardEvent &) [override] | 1 | 37 | 33 | 0 | 4 | 12 | 2 | 54 | 224 | 1289.09 | 19.2714 | 24842.7 | 1380.15 | 0.283799 | 72.5023 | 0 | 72.5023 | 25 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 196 | | NewFormWizard | OnMakeSkeletonAppUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6 | 700.152 | 38.8974 | 0.0262829 | 119.948 | 0 | 119.948 | 2 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 202 | | NewFormWizard | GetTitle() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 204 | | NewFormWizard | OnNewWxcpProject(wxCommandEvent &) [override] | 1 | 35 | 28 | 1 | 6 | 5 | 2 | 58 | 200 | 1171.6 | 15.3415 | 17974 | 998.556 | 0.228722 | 75.5095 | 12.944 | 88.4535 | 31 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 240 | | NewFormWizard | GetWxcpFile() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 64 | 322.841 | 10.8235 | 3494.28 | 194.127 | 0.0767569 | 101.653 | 0 | 101.653 | 6 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 252 | | NewFormWizard | OnTitleUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 4 | 0 | 20 | 36 | 155.589 | 5.5 | 855.742 | 47.5412 | 0.0300451 | 121.376 | 0 | 121.376 | 5 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 257 | | NewFormWizard | OnFilenameUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.14286 | 432 | 24 | 0.0190488 | 147.73 | 0 | 147.73 | 2 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 259 | | NewFormWizard | OnInheritedClassNameUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.14286 | 432 | 24 | 0.0190488 | 147.73 | 0 | 147.73 | 2 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 261 | | NewFormWizard | GetInheritedClassName() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.71429 | 583.923 | 32.4402 | 0.0232871 | 124.253 | 0 | 124.253 | 4 | 10 |
| wxcrafter/UI/NewFormWizard.cpp | 266 | | NewFormWizard | OnStandloneAppUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 111.136 | 0 | 111.136 | 1 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 275 | | NewFormWizard | OnInheritedNameFocus(wxFocusEvent &) [override] | 1 | 14 | 11 | 1 | 2 | 5 | 1 | 32 | 74 | 370 | 11.4706 | 4244.12 | 235.784 | 0.0873783 | 96.3471 | 20.1155 | 116.463 | 11 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 290 | | NewFormWizard | OnFilenameFocus(wxFocusEvent &) [override] | 1 | 13 | 9 | 2 | 2 | 3 | 1 | 27 | 52 | 247.254 | 9.69231 | 2396.46 | 133.137 | 0.0596933 | 100.104 | 28.5467 | 128.65 | 5 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 304 | | NewFormWizard | IsAuiToolBar() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 2 |
| wxcrafter/UI/NewFormWizard.cpp | 306 | | NewFormWizard | IsDialog() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 1 |
| wxcrafter/UI/NewFormWizard.cpp | 308 | | NewFormWizard | IsFrame() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 1 |
| wxcrafter/UI/NewFormWizard.cpp | 310 | | NewFormWizard | IsImageList() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 4 |
| wxcrafter/UI/NewFormWizard.cpp | 312 | | NewFormWizard | IsPanel() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 2 |
| wxcrafter/UI/NewFormWizard.cpp | 314 | | NewFormWizard | IsPopupWindow() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 2 |
| wxcrafter/UI/NewFormWizard.cpp | 316 | | NewFormWizard | IsWizard() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 2 | 1 |
| wxcrafter/UI/NewFormWizard.cpp | 318 | | NewFormWizard | OnSelectVDUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 24 | 41 | 187.983 | 8.27273 | 1555.14 | 86.3964 | 0.0447429 | 109.624 | 0 | 109.624 | 3 | 0 |
| wxcrafter/UI/NewFormWizard.cpp | 327 | | NewFormWizard | OnBrowseWxcpFile(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 40 | 94 | 500.261 | 11.4 | 5702.98 | 316.832 | 0.106401 | 94.1209 | 0 | 94.1209 | 13 | 0 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 7 | | BmpTextSelectorDlg | BmpTextSelectorDlg(wxWindow *, const wxString &) | 2 | 13 | 13 | 0 | 0 | 2 | 1 | 42 | 82 | 442.17 | 14.0435 | 6209.61 | 344.978 | 0.112613 | 97.311 | 0 | 97.311 | 12 | 2 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 21 | | BmpTextSelectorDlg | OnDelete(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 7.33333 | 1393.26 | 77.4032 | 0.0415814 | 117.183 | 0 | 117.183 | 4 | 0 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 27 | | BmpTextSelectorDlg | OnEdit(wxCommandEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 3 | 2 | 43 | 146 | 792.235 | 14 | 11091.3 | 616.183 | 0.16578 | 88.7767 | 0 | 88.7767 | 22 | 1 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 46 | | BmpTextSelectorDlg | OnNew(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 76 | 386.647 | 11.0526 | 4273.47 | 237.415 | 0.0877807 | 102.259 | 0 | 102.259 | 14 | 0 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 57 | | BmpTextSelectorDlg | [static] FromString(const wxString &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 41 | 109 | 583.973 | 12.1852 | 7115.82 | 395.323 | 0.123319 | 95.8646 | 0 | 95.8646 | 15 | 3 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 71 | | BmpTextSelectorDlg | [static] ToString(const BmpTextVec_t &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 40 | 97 | 516.227 | 12 | 6194.72 | 344.151 | 0.112433 | 96.5058 | 0 | 96.5058 | 15 | 1 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 85 | | BmpTextSelectorDlg | GetValue() | 0 | 15 | 15 | 0 | 0 | 2 | 1 | 35 | 102 | 523.187 | 14.6667 | 7673.41 | 426.3 | 0.129679 | 94.1179 | 0 | 94.1179 | 14 | 2 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 100 | | BmpTextSelectorDlg | OnDeleteUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 101 | | BmpTextSelectorDlg | OnEditUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| wxcrafter/UI/PropertiesView/BmpTextSelectorDlg.cpp | 102 | | BmpTextSelectorDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 21 | 33 | 144.946 | 5.45455 | 790.617 | 43.9232 | 0.0285007 | 118.59 | 0 | 118.59 | 4 | 0 |
| wxcrafter/UI/PropertiesView/SingleBitmapAndTextDlg.cpp | 6 | | SingleBitmapAndTextDlg | SingleBitmapAndTextDlg(wxWindow *, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 8.8 | 2133.99 | 118.555 | 0.0552511 | 108.53 | 0 | 108.53 | 6 | 2 |
| wxcrafter/UI/PropertiesView/SingleBitmapAndTextDlg.cpp | 15 | | SingleBitmapAndTextDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 38 | 166.908 | 7.15 | 1193.39 | 66.2996 | 0.0375031 | 121.471 | 0 | 121.471 | 5 | 0 |
| wxcrafter/UI/PropertiesView/SingleBitmapAndTextDlg.cpp | 20 | | SingleBitmapAndTextDlg | OnSelectBitmap(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 26 | 46 | 216.22 | 8 | 1729.76 | 96.0979 | 0.0480326 | 116.51 | 0 | 116.51 | 5 | 0 |
| wxcrafter/UI/PropertiesView/aui_pane_info_list_view.cpp | 7 | | AuiPaneInfoListView | AuiPaneInfoListView() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| wxcrafter/UI/PropertiesView/aui_pane_info_list_view.cpp | 12 | | AuiPaneInfoListView | Construct(wxPropertyGrid *, wxcWidget *) | 2 | 10 | 8 | 0 | 2 | 2 | 1 | 27 | 53 | 252.009 | 11.875 | 2992.61 | 166.256 | 0.0692222 | 104.485 | 0 | 104.485 | 4 | 3 |
| wxcrafter/UI/PropertiesView/aui_pane_info_list_view.cpp | 23 | | AuiPaneInfoListView | Changed(wxPropertyGrid *, wxPropertyGridEvent &) | 2 | 10 | 8 | 1 | 1 | 1 | 1 | 29 | 53 | 257.473 | 6.72222 | 1730.79 | 96.155 | 0.0480517 | 104.603 | 23.5268 | 128.13 | 6 | 1 |
| wxcrafter/UI/PropertiesView/custom_pg_properties.cpp | 7 | | wxPG_Colour | OnEvent(wxPropertyGrid *, wxWindow *, wxEvent &) [override] | 3 | 17 | 14 | 1 | 2 | 4 | 2 | 47 | 118 | 655.441 | 14.4444 | 9467.49 | 525.972 | 0.149177 | 90.4583 | 18.3478 | 108.806 | 13 | 0 |
| wxcrafter/UI/PropertiesView/custom_pg_properties.cpp | 29 | | wxcPGChoiceAndButtonEditor | CreateControls(wxPropertyGrid *, wxPGProperty *, const wxPoint &, const wxSize &) const [override] | 4 | 38 | 28 | 4 | 6 | 3 | 1 | 65 | 207 | 1246.63 | 26.0119 | 32427.2 | 1801.51 | 0.338963 | 74.3145 | 24.0864 | 98.4008 | 12 | 0 |
| wxcrafter/UI/PropertiesView/custom_pg_properties.cpp | 68 | | wxcPGChoiceAndButtonEditor | GetName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 3 | 0 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 26 | | PropertiesListView | PropertiesListView(wxWindow *) | 1 | 18 | 16 | 0 | 2 | 1 | 0 | 49 | 136 | 763.601 | 11.6912 | 8927.39 | 495.966 | 0.143448 | 89.4281 | 0 | 89.4281 | 11 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 45 | | PropertiesListView | ~PropertiesListView() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.35 | 2053.41 | 114.078 | 0.0538512 | 113.706 | 0 | 113.706 | 3 | 0 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 52 | | PropertiesListView | ConstructProjectSettings() | 0 | 33 | 30 | 0 | 3 | 1 | 0 | 65 | 258 | 1553.77 | 9.67593 | 15034.2 | 835.232 | 0.203048 | 75.9147 | 0 | 75.9147 | 71 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 86 | | PropertiesListView | Construct(wxcWidget *) | 1 | 77 | 60 | 1 | 16 | 21 | 4 | 94 | 683 | 4476.78 | 42.5149 | 190330 | 10573.9 | 1.10294 | 52.0857 | 8.78156 | 60.8673 | 148 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 164 | | PropertiesListView | AddBoolProp(const wxString &, bool, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 50 | 240.368 | 9.96667 | 2395.67 | 133.093 | 0.0596801 | 113.236 | 0 | 113.236 | 3 | 4 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 171 | | PropertiesListView | AddChoiceProp(const wxString &, const wxArrayString &, int, const wxString &) | 4 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 62 | 307.16 | 10.4722 | 3216.65 | 178.703 | 0.0726353 | 107.301 | 0 | 107.301 | 4 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 180 | | PropertiesListView | AddFilePicker(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 62 | 307.16 | 11.1176 | 3414.9 | 189.717 | 0.0755899 | 109.464 | 0 | 109.464 | 5 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 188 | | PropertiesListView | AddTextProp(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 52 | 244.423 | 12 | 2933.07 | 162.949 | 0.0683011 | 113.149 | 0 | 113.149 | 3 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 195 | | PropertiesListView | AddLongTextProp(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 11.1429 | 2755.12 | 153.062 | 0.0655097 | 113.089 | 0 | 113.089 | 3 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 202 | | PropertiesListView | AddColorProp(const wxString &, const wxString &, const wxString &) | 3 | 26 | 21 | 0 | 5 | 6 | 1 | 50 | 151 | 852.222 | 20 | 17044.4 | 946.914 | 0.220767 | 81.75 | 0 | 81.75 | 16 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 229 | | PropertiesListView | AddComboxProp(const wxString &, const wxArrayString &, const wxString &, const wxString &) | 4 | 9 | 8 | 0 | 1 | 1 | 0 | 30 | 64 | 314.041 | 11.4706 | 3602.23 | 200.124 | 0.0783298 | 105.277 | 0 | 105.277 | 4 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 239 | | PropertiesListView | AddFontProp(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 11.1429 | 2755.12 | 153.062 | 0.0655097 | 113.089 | 0 | 113.089 | 3 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 246 | | PropertiesListView | AddBitmapPicker(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 11.1429 | 2755.12 | 153.062 | 0.0655097 | 113.089 | 0 | 113.089 | 3 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 253 | | PropertiesListView | DoClear() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 37 | 169.644 | 5.35714 | 908.805 | 50.4892 | 0.0312747 | 110.388 | 0 | 110.388 | 5 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 262 | | PropertiesListView | OnCellChanged(wxPropertyGridEvent &) | 1 | 84 | 67 | 4 | 13 | 18 | 4 | 97 | 551 | 3636.55 | 30.0822 | 109395 | 6077.53 | 0.76245 | 52.4471 | 16.583 | 69.03 | 89 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 347 | | PropertiesListView | AddVDPicker(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 11.1429 | 2755.12 | 153.062 | 0.0655097 | 113.089 | 0 | 113.089 | 3 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 354 | | PropertiesListView | AddIntegerProp(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 10.2143 | 2476.96 | 137.609 | 0.0610226 | 110.693 | 0 | 110.693 | 4 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 362 | | PropertiesListView | AddIntegerProp(const wxString &, int, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 50 | 240.368 | 9.96667 | 2395.67 | 133.093 | 0.0596801 | 113.236 | 0 | 113.236 | 3 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 369 | | PropertiesListView | AddDirPicker(const wxString &, const wxString &, const wxString &) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 62 | 307.16 | 11.1176 | 3414.9 | 189.717 | 0.0755899 | 109.464 | 0 | 109.464 | 5 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 377 | | PropertiesListView | AddFlags(const wxString &, const wxArrayString &, const wxArrayInt &, long, const wxString &) | 5 | 8 | 8 | 0 | 0 | 1 | 0 | 33 | 71 | 358.152 | 11.05 | 3957.58 | 219.866 | 0.0833998 | 106.502 | 0 | 106.502 | 5 | 1 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 386 | | PropertiesListView | OnCellChanging(wxPropertyGridEvent &) | 1 | 29 | 20 | 3 | 6 | 5 | 2 | 43 | 136 | 737.972 | 16.3462 | 12063 | 670.167 | 0.175327 | 80.9595 | 23.8955 | 104.855 | 20 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 416 | | PropertiesListView | OnPropertyGridUpdateUI(wxUpdateUIEvent &) | 1 | 18 | 12 | 5 | 1 | 7 | 2 | 35 | 105 | 538.575 | 16.5278 | 8901.44 | 494.525 | 0.14317 | 89.8636 | 36.4376 | 126.301 | 14 | 2 |
| wxcrafter/UI/PropertiesView/properties_list_view.cpp | 435 | | PropertiesListView | AddBmpTextPicker(const wxString &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 52 | 247.254 | 11.1429 | 2755.12 | 153.062 | 0.0655097 | 113.089 | 0 | 113.089 | 3 | 1 |
| wxcrafter/UI/PropertiesView/properties_sheet.cpp | 5 | | PropertiesSheet | PropertiesSheet(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 32 | 63 | 315 | 9.70588 | 3057.35 | 169.853 | 0.070217 | 107.17 | 0 | 107.17 | 8 | 1 |
| wxcrafter/UI/PropertiesView/properties_sheet.cpp | 14 | | PropertiesSheet | Construct(wxcWidget *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 1 | 4 |
| wxcrafter/UI/PropertiesView/properties_sheet.cpp | 16 | | PropertiesSheet | ConstructProjectSettings() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 2 |
| wxcrafter/UI/PropertiesView/sizer_flags_list_view.cpp | 9 | | SizerFlagsListView | SizerFlagsListView() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 17 | 58.8103 | 5.25 | 308.754 | 17.153 | 0.0152272 | 123.511 | 0 | 123.511 | 0 | 0 |
| wxcrafter/UI/PropertiesView/sizer_flags_list_view.cpp | 15 | | SizerFlagsListView | Changed(wxPropertyGrid *, wxPropertyGridEvent &) | 2 | 61 | 47 | 5 | 9 | 12 | 3 | 87 | 423 | 2725.37 | 24.6591 | 67205 | 3733.61 | 0.550994 | 60.51 | 21.4567 | 81.9666 | 79 | 1 |
| wxcrafter/UI/PropertiesView/sizer_flags_list_view.cpp | 77 | | SizerFlagsListView | Construct(wxPropertyGrid *, wxcWidget *) | 2 | 75 | 54 | 8 | 13 | 9 | 2 | 106 | 448 | 3014.11 | 26.6975 | 80469.3 | 4470.51 | 0.621296 | 57.3292 | 24.2326 | 81.5617 | 79 | 5 |
| wxcrafter/UI/PropertiesView/sizer_flags_list_view.cpp | 153 | | SizerFlagsListView | DoUpdateUI(wxPropertyGrid *, wxUpdateUIEvent &) | 2 | 42 | 32 | 15 | 4 | 9 | 1 | 59 | 268 | 1576.55 | 24.6154 | 38807.3 | 2155.96 | 0.38208 | 70.0922 | 39.9557 | 110.048 | 43 | 2 |
| wxcrafter/UI/PropertiesView/styles_sheet_list_view.cpp | 10 | | StylesSheetListView | StylesSheetListView() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 12 | 22 | 78.8692 | 5.6 | 441.667 | 24.5371 | 0.0193319 | 119.031 | 0 | 119.031 | 0 | 0 |
| wxcrafter/UI/PropertiesView/styles_sheet_list_view.cpp | 17 | | StylesSheetListView | Construct(wxPropertyGrid *, wxcWidget *) | 2 | 63 | 46 | 11 | 10 | 8 | 2 | 79 | 345 | 2174.8 | 29.4545 | 64057.9 | 3558.77 | 0.533655 | 62.0808 | 30.1533 | 92.2341 | 47 | 1 |
| wxcrafter/UI/PropertiesView/styles_sheet_list_view.cpp | 81 | | StylesSheetListView | Clear(wxPropertyGrid *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 117.684 | 0 | 117.684 | 1 | 1 |
| wxcrafter/UI/PropertiesView/styles_sheet_list_view.cpp | 88 | | StylesSheetListView | Changed(wxPropertyGrid *, wxPropertyGridEvent &) | 2 | 25 | 17 | 5 | 3 | 7 | 2 | 57 | 158 | 921.597 | 17.6 | 16220.1 | 901.117 | 0.21359 | 81.7485 | 31.9355 | 113.684 | 21 | 1 |
| wxcrafter/UI/ToolBoxPanel.cpp | 6 | | ToolBoxPanel | ToolBoxPanel(wxWindow *, GUICraftMainPanel *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 121.085 | 0 | 121.085 | 1 | 1 |
| wxcrafter/UI/ToolBoxPanel.cpp | 12 | | ToolBoxPanel | OnControlUI(wxUpdateUIEvent &) [override] | 1 | 39 | 28 | 1 | 10 | 20 | 2 | 57 | 297 | 1732.37 | 27.7083 | 48001 | 2666.72 | 0.440263 | 68.2726 | 12.2766 | 80.5493 | 30 | 0 |
| wxcrafter/UI/events_table_list_view.cpp | 14 | | EventsTableListView | EventsTableListView(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 54 | 262.331 | 6.72222 | 1763.45 | 97.9693 | 0.0486542 | 108.121 | 0 | 108.121 | 6 | 2 |
| wxcrafter/UI/events_table_list_view.cpp | 23 | | EventsTableListView | ~EventsTableListView() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 6 | 562.592 | 31.2551 | 0.0227165 | 124.7 | 0 | 124.7 | 4 | 0 |
| wxcrafter/UI/events_table_list_view.cpp | 28 | | EventsTableListView | Construct(EventsEditorPane *, wxcWidget *, const EventsDatabase &) | 3 | 33 | 27 | 3 | 4 | 5 | 2 | 71 | 223 | 1371.39 | 21.7391 | 29812.9 | 1656.27 | 0.32049 | 75.6439 | 22.5149 | 98.1589 | 32 | 2 |
| wxcrafter/UI/events_table_list_view.cpp | 62 | | EventsTableListView | Save() | 0 | 29 | 21 | 3 | 5 | 5 | 2 | 54 | 157 | 903.517 | 14.5 | 13101 | 727.833 | 0.185246 | 79.9071 | 23.8955 | 103.803 | 25 | 2 |
| wxcrafter/UI/events_table_list_view.cpp | 92 | | EventsTableListView | OnPropertyChanged(wxPropertyGridEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| wxcrafter/UI/text_editor.cpp | 7 | | TextEditor | TextEditor(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.6 | 393.727 | 21.8737 | 0.0179064 | 122.582 | 0 | 122.582 | 2 | 0 |
| wxcrafter/UI/text_editor.cpp | 13 | | TextEditor | OnKeyDown(wxKeyEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 6.72222 | 1045.91 | 58.1059 | 0.0343458 | 110.608 | 0 | 110.608 | 3 | 0 |
| wxcrafter/UI/text_editor.cpp | 22 | | TextEditor | OnKillFocus(wxFocusEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 49 | 227.549 | 5.34375 | 1215.96 | 67.5536 | 0.0379746 | 108.861 | 0 | 108.861 | 7 | 0 |
| wxcrafter/UI/text_editor.cpp | 31 | | TextEditor | OnTextEnter(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 5.46429 | 1062.88 | 59.0486 | 0.0347163 | 111.84 | 0 | 111.84 | 6 | 0 |
| wxcrafter/UI/text_editor.cpp | 39 | | TextEditor | SetValue(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 0 |
| wxcrafter/UI/text_editor.cpp | 41 | | TextEditor | MoveTo(const wxRect &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 60 | 291.479 | 7.33333 | 2137.51 | 118.751 | 0.0553118 | 103.958 | 0 | 103.958 | 8 | 0 |
| wxcrafter/UI/wxcSettingsDlg.cpp | 4 | | wxcSettingsDlg | wxcSettingsDlg(wxWindow *) | 1 | 13 | 12 | 0 | 1 | 1 | 0 | 34 | 132 | 671.545 | 15.4762 | 10393 | 577.387 | 0.158747 | 95.368 | 0 | 95.368 | 18 | 1 |
| wxcrafter/UI/wxcSettingsDlg.cpp | 18 | | wxcSettingsDlg | OnOk(wxCommandEvent &) [override] | 1 | 13 | 12 | 0 | 1 | 1 | 0 | 36 | 136 | 703.11 | 11.22 | 7888.89 | 438.272 | 0.132096 | 95.1292 | 0 | 95.1292 | 20 | 0 |
| wxcrafter/UI/wxcSettingsDlg.cpp | 32 | | wxcSettingsDlg | IsRestartRequired() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 14 | 53.303 | 4 | 213.212 | 11.8451 | 0.0118965 | 150.095 | 0 | 150.095 | 0 | 1 |
| wxcrafter/UI/wxcSettingsDlg.cpp | 33 | | wxcSettingsDlg | [virtual] OnUseAsTabUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 19 | 23 | 97.7023 | 6.1875 | 604.533 | 33.5852 | 0.0238319 | 117.687 | 0 | 117.687 | 0 | 0 |
| wxcrafter/UI/wxcSettingsDlg.cpp | 40 | | wxcSettingsDlg | OnMinimizeToTrayUI(wxUpdateUIEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 0 | 25 | 44 | 204.33 | 9.54545 | 1950.42 | 108.357 | 0.0520352 | 107.052 | 0 | 107.052 | 2 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 20 | | wxcTreeView | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 20 | | wxcTreeView | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 25 | | wxcTreeView | wxcTreeView(wxWindow *, wxCrafterPlugin *) | 2 | 22 | 20 | 0 | 2 | 2 | 1 | 73 | 211 | 1306.05 | 14.9057 | 19467.6 | 1081.53 | 0.241224 | 83.1563 | 0 | 83.1563 | 29 | 1 |
| wxcrafter/UI/wxcTreeView.cpp | 48 | | wxcTreeView | ~wxcTreeView() [override] | 0 | 12 | 11 | 0 | 1 | 1 | 0 | 32 | 113 | 565 | 11.4 | 6441 | 357.833 | 0.115393 | 97.563 | 0 | 97.563 | 17 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 61 | | wxcTreeView | OnItemSelected(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 63 | | wxcTreeView | OnOpen(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 3.9375 | 353.818 | 19.6565 | 0.016675 | 121.306 | 0 | 121.306 | 3 | 1 |
| wxcrafter/UI/wxcTreeView.cpp | 69 | | wxcTreeView | OnOpenUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| wxcrafter/UI/wxcTreeView.cpp | 71 | | wxcTreeView | LoadProject(const wxFileName &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 32 | 81 | 405 | 11.2778 | 4567.5 | 253.75 | 0.0917623 | 94.1738 | 0 | 94.1738 | 9 | 6 |
| wxcrafter/UI/wxcTreeView.cpp | 88 | | wxcTreeView | AddForm(const NewFormDetails &) | 1 | 19 | 15 | 1 | 3 | 1 | 0 | 53 | 146 | 836.276 | 10.2375 | 8561.38 | 475.632 | 0.1395 | 88.0795 | 17.3987 | 105.478 | 18 | 1 |
| wxcrafter/UI/wxcTreeView.cpp | 108 | | wxcTreeView | SaveProject() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 3 | 5 |
| wxcrafter/UI/wxcTreeView.cpp | 114 | | wxcTreeView | CloseProject(bool) | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 25 | 55 | 255.412 | 6 | 1532.47 | 85.1374 | 0.0443072 | 101.232 | 0 | 101.232 | 7 | 5 |
| wxcrafter/UI/wxcTreeView.cpp | 127 | | wxcTreeView | OnProjectSaved(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 5.83333 | 988.507 | 54.9171 | 0.0330774 | 118.008 | 0 | 118.008 | 5 | 2 |
| wxcrafter/UI/wxcTreeView.cpp | 133 | | wxcTreeView | OnWxcpFileSelected(wxCommandEvent &) [override] | 1 | 16 | 12 | 1 | 3 | 3 | 1 | 38 | 91 | 477.561 | 10.9091 | 5209.76 | 289.431 | 0.100175 | 93.3169 | 18.8844 | 112.201 | 14 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 150 | | wxcTreeView | OnRefreshWxcpFiles(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 152 | | wxcTreeView | DoRefreshFileList(bool) | 1 | 38 | 32 | 1 | 5 | 10 | 3 | 65 | 265 | 1595.93 | 19.1489 | 30560.3 | 1697.8 | 0.325825 | 71.42 | 12.4338 | 83.8538 | 36 | 4 |
| wxcrafter/UI/wxcTreeView.cpp | 191 | | wxcTreeView | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/UI/wxcTreeView.cpp | 197 | | wxcTreeView | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 2 |
| wxcrafter/UI/wxcTreeView.cpp | 203 | | wxcTreeView | OnWorkspaceOpenUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 205 | | wxcTreeView | OnItemLabelEditEnd(wxTreeEvent &) [override] | 1 | 20 | 16 | 2 | 3 | 2 | 1 | 43 | 117 | 634.873 | 14.0577 | 8924.85 | 495.825 | 0.143421 | 88.4513 | 23.5268 | 111.978 | 13 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 226 | | wxcTreeView | OnProjectClosed(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 39 | 176.419 | 5.95833 | 1051.16 | 58.3979 | 0.0344608 | 112.117 | 0 | 112.117 | 4 | 2 |
| wxcrafter/UI/wxcTreeView.cpp | 234 | | wxcTreeView | OnSashPositionChanged(wxSplitterEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 240 | | wxcTreeView | OnChar(wxKeyEvent &) [override] | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 26 | 47 | 220.921 | 7.28571 | 1609.56 | 89.4203 | 0.0457809 | 105.17 | 23.5268 | 128.696 | 5 | 0 |
| wxcrafter/UI/wxcTreeView.cpp | 251 | | wxcTreeView | OnWxcpComboxTextEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.5 | 497.008 | 27.6115 | 0.0209148 | 120.234 | 0 | 120.234 | 2 | 0 |
| wxcrafter/aui/AuiToolbarWrapperBase.cpp | 9 | | AuiToolbarWrapperBase | HasDropdownWithMenu(const wxcWidget *) const | 1 | 11 | 11 | 0 | 0 | 5 | 2 | 38 | 76 | 398.842 | 15 | 5982.64 | 332.369 | 0.109852 | 99.8636 | 0 | 99.8636 | 8 | 3 |
| wxcrafter/aui/AuiToolbarWrapperBase.cpp | 21 | | AuiToolbarWrapperBase | GenerateExtraFunctions(const wxcWidget *, wxString &, wxString &) const | 3 | 28 | 28 | 0 | 0 | 3 | 1 | 60 | 126 | 744.268 | 12.2805 | 9139.98 | 507.776 | 0.145717 | 81.9438 | 0 | 81.9438 | 31 | 2 |
| wxcrafter/aui/AuiToolbarWrapperBase.cpp | 50 | | AuiToolbarWrapperBase | CppDtorCode(const wxcWidget *) const | 1 | 15 | 15 | 0 | 0 | 4 | 2 | 34 | 70 | 356.122 | 13 | 4629.59 | 257.2 | 0.0925921 | 95.6582 | 0 | 95.6582 | 10 | 1 |
| wxcrafter/aui/AuiToolbarWrapperBase.cpp | 66 | | AuiToolbarWrapperBase | GenerateClassMembers(const wxcWidget *) const | 1 | 11 | 10 | 1 | 1 | 5 | 2 | 34 | 79 | 401.91 | 15.75 | 6330.08 | 351.671 | 0.114065 | 99.8237 | 22.5149 | 122.339 | 8 | 2 |
| wxcrafter/aui/AuiToolbarWrapperBase.cpp | 78 | | AuiToolbarWrapperBase | BaseGetIncludeFile(wxArrayString &) const | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 52 | 224.74 | 7.33333 | 1648.1 | 91.5608 | 0.0465086 | 111.089 | 0 | 111.089 | 8 | 2 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 14 | | AuiManagerWrapper | AuiManagerWrapper() | 0 | 68 | 47 | 12 | 9 | 1 | 1 | 99 | 427 | 2830.74 | 14.375 | 40691.8 | 2260.66 | 0.394351 | 61.0829 | 30.2908 | 91.3737 | 138 | 2 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 83 | | AuiManagerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 85 | | AuiManagerWrapper | CppCtorCode() const [override] | 0 | 58 | 47 | 0 | 11 | 11 | 1 | 59 | 378 | 2223.64 | 25.4884 | 56676.9 | 3148.72 | 0.491832 | 62.6149 | 0 | 62.6149 | 120 | 0 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 144 | | AuiManagerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 4 | 0 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 150 | | AuiManagerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 152 | | AuiManagerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 26 | 25 | 0 | 1 | 1 | 0 | 57 | 204 | 1189.91 | 8.625 | 10263 | 570.165 | 0.15742 | 81.1643 | 0 | 81.1643 | 66 | 0 |
| wxcrafter/aui/aui_manager_wrapper.cpp | 179 | | AuiManagerWrapper | CppDtorCode() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 35 | 145.947 | 6 | 875.684 | 48.6491 | 0.0305101 | 113.333 | 0 | 113.333 | 10 | 0 |
| wxcrafter/aui/aui_notebook_wrapper.cpp | 6 | | AuiNotebookWrapper | AuiNotebookWrapper() | 0 | 50 | 48 | 0 | 2 | 1 | 1 | 74 | 381 | 2365.8 | 12.9206 | 30567.7 | 1698.2 | 0.325877 | 66.9971 | 0 | 66.9971 | 124 | 2 |
| wxcrafter/aui/aui_notebook_wrapper.cpp | 57 | | AuiNotebookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/aui/aui_notebook_wrapper.cpp | 59 | | AuiNotebookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/aui/aui_notebook_wrapper.cpp | 61 | | AuiNotebookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/aui/aui_notebook_wrapper.cpp | 66 | | AuiNotebookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/aui/aui_pane_info.cpp | 12 | | AuiPaneInfo | AuiPaneInfo() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 0 |
| wxcrafter/aui/aui_pane_info.cpp | 14 | | AuiPaneInfo | ToCppCode() const | 0 | 30 | 21 | 0 | 9 | 8 | 1 | 61 | 238 | 1411.52 | 15.4891 | 21863.1 | 1214.62 | 0.260628 | 76.348 | 0 | 76.348 | 56 | 1 |
| wxcrafter/aui/aui_pane_info.cpp | 45 | | AuiPaneInfo | Construct(wxPropertyGrid *) const | 1 | 52 | 38 | 1 | 13 | 1 | 0 | 86 | 549 | 3528.02 | 19.411 | 68482.2 | 3804.57 | 0.557953 | 64.2837 | 10.6593 | 74.943 | 123 | 1 |
| wxcrafter/aui/aui_pane_info.cpp | 98 | | AuiPaneInfo | FromJSON(const JSONElement &) | 1 | 24 | 22 | 0 | 2 | 3 | 1 | 60 | 250 | 1476.72 | 12.8617 | 18993.2 | 1055.18 | 0.237289 | 80.8781 | 0 | 80.8781 | 58 | 2 |
| wxcrafter/aui/aui_pane_info.cpp | 123 | | AuiPaneInfo | ToJSON() const | 0 | 21 | 21 | 0 | 0 | 1 | 0 | 51 | 214 | 1213.9 | 10.9756 | 13323.3 | 740.182 | 0.187335 | 84.5205 | 0 | 84.5205 | 35 | 1 |
| wxcrafter/aui/aui_pane_info.cpp | 144 | | AuiPaneInfo | Reset() | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 31 | 79 | 391.382 | 7.14286 | 2795.58 | 155.31 | 0.0661496 | 93.8296 | 0 | 93.8296 | 7 | 2 |
| wxcrafter/aui/aui_pane_info.cpp | 162 | | AuiPaneInfo | OnChanged(wxPropertyGridEvent &) | 1 | 44 | 41 | 0 | 3 | 17 | 1 | 71 | 298 | 1832.62 | 13.7544 | 25206.6 | 1400.37 | 0.286564 | 66.7159 | 0 | 66.7159 | 63 | 1 |
| wxcrafter/aui/aui_pane_info.cpp | 207 | | AuiPaneInfo | ToXRC(const wxString &) const | 1 | 56 | 45 | 5 | 7 | 9 | 1 | 92 | 249 | 1624.37 | 10.7143 | 17403.9 | 966.885 | 0.22386 | 65.2764 | 22.3277 | 87.604 | 74 | 1 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 5 | | ActivityIndicatorWrapper | ActivityIndicatorWrapper() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 26 | 59 | 277.326 | 5.82353 | 1615.02 | 89.7231 | 0.0458842 | 102.673 | 0 | 102.673 | 14 | 3 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 17 | | ActivityIndicatorWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 22 | | ActivityIndicatorWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 24 | | ActivityIndicatorWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.71429 | 491.152 | 27.2862 | 0.0207502 | 118.584 | 0 | 118.584 | 5 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 31 | | ActivityIndicatorWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 33 | | ActivityIndicatorWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.9375 | 292.284 | 16.238 | 0.0146808 | 148.373 | 0 | 148.373 | 1 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 35 | | ActivityIndicatorWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/ActivityIndicatorWrapper.cpp | 37 | | ActivityIndicatorWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 12 | | AnimationCtrlWrapper | AnimationCtrlWrapper() | 0 | 16 | 13 | 0 | 3 | 1 | 1 | 37 | 92 | 479.27 | 8.9375 | 4283.47 | 237.971 | 0.0879177 | 93.7583 | 0 | 93.7583 | 27 | 2 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 29 | | AnimationCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 31 | | AnimationCtrlWrapper | CppCtorCode() const [override] | 0 | 22 | 16 | 4 | 2 | 2 | 1 | 47 | 149 | 827.634 | 8.55556 | 7080.87 | 393.381 | 0.122914 | 85.5285 | 30.6787 | 116.207 | 56 | 0 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 54 | | AnimationCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 6 | 825.645 | 45.8692 | 0.0293365 | 116.137 | 0 | 116.137 | 6 | 0 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 61 | | AnimationCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/AnimationCtrlWrapper.cpp | 63 | | AnimationCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 1 | 0 | 1 | 0 | 27 | 47 | 223.48 | 4.75 | 1061.53 | 58.9738 | 0.034687 | 116.569 | 31.9355 | 148.504 | 16 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 11 | | BitmapComboxWrapper | BitmapComboxWrapper() | 0 | 26 | 23 | 0 | 3 | 1 | 1 | 46 | 130 | 718.063 | 8.64706 | 6209.13 | 344.952 | 0.112607 | 83.7907 | 0 | 83.7907 | 44 | 2 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 38 | | BitmapComboxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 40 | | BitmapComboxWrapper | CppCtorCode() const [override] | 0 | 25 | 23 | 1 | 1 | 5 | 1 | 70 | 244 | 1495.55 | 16.7885 | 25107.9 | 1394.88 | 0.285815 | 79.6909 | 15.2452 | 94.9362 | 56 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 66 | | BitmapComboxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 68 | | BitmapComboxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 70 | | BitmapComboxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 71 | | BitmapComboxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 72 | | BitmapComboxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/BitmapComboxWrapper.cpp | 74 | | BitmapComboxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 18 | 16 | 1 | 1 | 4 | 1 | 56 | 142 | 824.644 | 13.2632 | 10937.4 | 607.633 | 0.164243 | 88.3382 | 17.8544 | 106.193 | 35 | 0 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 10 | | CollapsiblePaneWrapper | CollapsiblePaneWrapper() | 0 | 16 | 14 | 0 | 2 | 1 | 1 | 42 | 104 | 560.801 | 8.51724 | 4776.48 | 265.36 | 0.0945404 | 92.9414 | 0 | 92.9414 | 36 | 2 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 27 | | CollapsiblePaneWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 29 | | CollapsiblePaneWrapper | CppCtorCode() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 122.033 | 0 | 122.033 | 3 | 0 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 35 | | CollapsiblePaneWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 37 | | CollapsiblePaneWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Containers/collapsible_pane_wrapper.cpp | 39 | | CollapsiblePaneWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 11 | 0 | 5 | 2 | 1 | 33 | 76 | 383.374 | 8 | 3066.99 | 170.388 | 0.0703645 | 94.6892 | 0 | 94.6892 | 19 | 0 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 12 | | NotebookBaseWrapper | NotebookBaseWrapper(int) | 1 | 9 | 9 | 0 | 0 | 1 | 1 | 18 | 39 | 162.627 | 5.09091 | 827.92 | 45.9955 | 0.0293903 | 108.699 | 0 | 108.699 | 16 | 7 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 22 | | NotebookBaseWrapper | CppCtorCode() const [override] | 0 | 44 | 37 | 2 | 5 | 8 | 2 | 80 | 273 | 1725.89 | 24.5455 | 42362.7 | 2353.48 | 0.405074 | 69.0979 | 16.2158 | 85.3138 | 56 | 1 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 67 | | NotebookBaseWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 6 | 0 | 1 | 1 | 0 | 23 | 46 | 208.084 | 5.78571 | 1203.91 | 66.8841 | 0.0377232 | 111.489 | 0 | 111.489 | 11 | 0 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 75 | | NotebookBaseWrapper | GetSelection() const | 0 | 13 | 11 | 1 | 1 | 3 | 2 | 26 | 54 | 253.824 | 12.2727 | 3115.11 | 173.062 | 0.0710986 | 99.9673 | 20.8285 | 120.796 | 2 | 1 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 89 | | NotebookBaseWrapper | SetSelection(wxcWidget *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 41 | 190.398 | 9.54545 | 1817.44 | 100.969 | 0.0496423 | 111.721 | 0 | 111.721 | 2 | 3 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 97 | | NotebookBaseWrapper | DoSetSelection(NotebookPageWrapper *, wxcWidget *) | 2 | 11 | 10 | 1 | 0 | 3 | 2 | 29 | 64 | 310.911 | 16.2917 | 5065.25 | 281.403 | 0.0983135 | 101.619 | 22.5149 | 124.134 | 4 | 2 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 109 | | NotebookBaseWrapper | DoGetSelection(NotebookPageWrapper *) const | 1 | 16 | 16 | 0 | 0 | 5 | 3 | 28 | 80 | 384.588 | 16.6667 | 6409.81 | 356.1 | 0.115021 | 93.9828 | 0 | 93.9828 | 4 | 2 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 126 | | NotebookBaseWrapper | GetPageIndex(const NotebookPageWrapper *) const | 1 | 11 | 10 | 0 | 1 | 3 | 2 | 29 | 59 | 286.621 | 12.9231 | 3704.02 | 205.779 | 0.0797985 | 102.042 | 0 | 102.042 | 3 | 1 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 138 | | NotebookBaseWrapper | DoGetPageIndex(const NotebookPageWrapper *, const NotebookPageWrapper *, int &) const | 3 | 22 | 20 | 0 | 2 | 6 | 3 | 37 | 105 | 546.993 | 25.4643 | 13928.8 | 773.821 | 0.192969 | 86.762 | 0 | 86.762 | 5 | 2 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 161 | | NotebookBaseWrapper | GetLastPage() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 7 | 788.116 | 43.7842 | 0.0284406 | 123.749 | 0 | 123.749 | 3 | 1 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 166 | | NotebookBaseWrapper | GetChildPageAtDepth(size_t) | 1 | 11 | 9 | 1 | 2 | 2 | 1 | 23 | 45 | 203.56 | 8.25 | 1679.37 | 93.2985 | 0.0470952 | 104.051 | 22.5149 | 126.566 | 2 | 3 |
| wxcrafter/controls/Containers/notebook_base_wrapper.cpp | 178 | | NotebookBaseWrapper | DoGetChildPageAtDepth(NotebookPageWrapper *, size_t, size_t) const | 3 | 19 | 16 | 1 | 2 | 4 | 2 | 39 | 106 | 560.253 | 22.75 | 12745.7 | 708.097 | 0.181882 | 89.4725 | 17.3987 | 106.871 | 7 | 2 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 18 | | NotebookPageWrapper | NotebookPageWrapper() | 0 | 18 | 15 | 1 | 2 | 1 | 0 | 42 | 117 | 630.901 | 9.18966 | 5797.76 | 322.098 | 0.107577 | 90.4208 | 17.8544 | 108.275 | 24 | 3 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 37 | | NotebookPageWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 39 | | NotebookPageWrapper | CppCtorCode() const [override] | 0 | 48 | 34 | 6 | 8 | 11 | 1 | 66 | 393 | 2375.45 | 29.3478 | 69714.2 | 3873.01 | 0.564624 | 65.3373 | 26.0372 | 91.3745 | 91 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 88 | | NotebookPageWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 94 | | NotebookPageWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 96 | | NotebookPageWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 32 | 23 | 1 | 8 | 7 | 2 | 68 | 218 | 1327.07 | 19.3636 | 25696.8 | 1427.6 | 0.290268 | 75.8533 | 13.5225 | 89.3758 | 37 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 129 | | NotebookPageWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 30 | 16 | 12 | 2 | 5 | 2 | 33 | 123 | 620.46 | 12 | 7445.53 | 413.64 | 0.127099 | 81.3122 | 41.5192 | 122.831 | 13 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 160 | | NotebookPageWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 3 | 1 | 3 | 2 | 31 | 72 | 356.702 | 7.975 | 2844.7 | 158.039 | 0.0669221 | 96.9974 | 32.8615 | 129.859 | 7 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 175 | | NotebookPageWrapper | GetImageSize() const | 0 | 16 | 16 | 0 | 0 | 3 | 2 | 39 | 105 | 554.967 | 8.66667 | 4809.72 | 267.206 | 0.0949784 | 92.5357 | 0 | 92.5357 | 15 | 3 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 192 | | NotebookPageWrapper | SetParent(wxcWidget *) [override] | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 27 | 55 | 261.519 | 7.89286 | 2064.13 | 114.674 | 0.0540385 | 104.062 | 0 | 104.062 | 8 | 0 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 203 | | NotebookPageWrapper | IsChoicebookPage() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 6 | 637.189 | 35.3994 | 0.0246826 | 146.51 | 0 | 146.51 | 1 | 3 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 205 | | NotebookPageWrapper | IsTreebookPage() const | 0 | 13 | 11 | 1 | 1 | 3 | 1 | 28 | 76 | 365.359 | 15.3333 | 5602.17 | 311.232 | 0.105144 | 98.0732 | 20.8285 | 118.902 | 2 | 4 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 219 | | NotebookPageWrapper | DoTreebookXRC(wxString &, XRC_TYPE, int) const | 3 | 42 | 31 | 3 | 8 | 8 | 3 | 75 | 276 | 1719.15 | 25 | 42978.8 | 2387.71 | 0.408992 | 69.8719 | 20.1155 | 89.9874 | 48 | 2 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 262 | | NotebookPageWrapper | GetNotebook() const | 0 | 13 | 10 | 1 | 2 | 4 | 2 | 25 | 65 | 301.851 | 18.0625 | 5452.18 | 302.899 | 0.103258 | 98.8362 | 20.8285 | 119.665 | 2 | 9 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 276 | | NotebookPageWrapper | GetPageIndex() const | 0 | 7 | 6 | 0 | 1 | 2 | 1 | 22 | 40 | 178.377 | 10.5 | 1872.96 | 104.053 | 0.0506483 | 112.06 | 0 | 112.06 | 2 | 3 |
| wxcrafter/controls/Containers/notebook_page_wrapper.cpp | 284 | | NotebookPageWrapper | DoTreebookCppCtorCode() const | 0 | 55 | 43 | 2 | 10 | 14 | 3 | 84 | 470 | 3004.39 | 38.8421 | 116697 | 6483.16 | 0.796009 | 61.2205 | 14.5571 | 75.7776 | 103 | 1 |
| wxcrafter/controls/Containers/notebook_wrapper.cpp | 6 | | NotebookWrapper | NotebookWrapper() | 0 | 15 | 14 | 0 | 1 | 1 | 1 | 31 | 87 | 431.015 | 6.75 | 2909.35 | 161.631 | 0.0679323 | 95.3556 | 0 | 95.3556 | 27 | 2 |
| wxcrafter/controls/Containers/notebook_wrapper.cpp | 22 | | NotebookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/notebook_wrapper.cpp | 24 | | NotebookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/Containers/notebook_wrapper.cpp | 26 | | NotebookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/notebook_wrapper.cpp | 28 | | NotebookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 5 | | PanelWrapper | PanelWrapper() | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 24 | 46 | 210.908 | 5.71429 | 1205.19 | 66.955 | 0.0377499 | 107.348 | 24.6875 | 132.035 | 10 | 5 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 15 | | PanelWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 17 | | PanelWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 19 | | PanelWrapper | CppCtorCode() const [override] | 0 | 11 | 9 | 1 | 1 | 1 | 0 | 27 | 82 | 389.901 | 6.52632 | 2544.62 | 141.368 | 0.0621289 | 100.901 | 22.5149 | 123.416 | 25 | 1 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 31 | | PanelWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 6 | 0 | 1 | 1 | 0 | 24 | 47 | 215.493 | 5.7 | 1228.31 | 68.2395 | 0.0382312 | 111.307 | 0 | 111.307 | 10 | 0 |
| wxcrafter/controls/Containers/panel_wrapper.cpp | 39 | | PanelWrapper | IsTopWindow() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 9 | | ScrolledWindowWrapper | ScrolledWindowWrapper() | 0 | 30 | 28 | 0 | 2 | 1 | 0 | 53 | 189 | 1082.58 | 10.8293 | 11723.5 | 651.306 | 0.172022 | 79.3377 | 0 | 79.3377 | 58 | 2 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 40 | | ScrolledWindowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 42 | | ScrolledWindowWrapper | CppCtorCode() const [override] | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 23 | 56 | 253.319 | 6.13333 | 1553.69 | 86.3163 | 0.0447152 | 106.395 | 0 | 106.395 | 16 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 52 | | ScrolledWindowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 57 | | ScrolledWindowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 59 | | ScrolledWindowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 11 | 9 | 0 | 2 | 1 | 0 | 37 | 95 | 494.898 | 7.40741 | 3665.91 | 203.662 | 0.0792501 | 99.6615 | 0 | 99.6615 | 22 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 71 | | ScrolledWindowWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 13 | 10 | 2 | 1 | 4 | 2 | 38 | 105 | 551.032 | 11.9583 | 6589.43 | 366.079 | 0.117159 | 95.7065 | 28.5467 | 124.253 | 11 | 0 |
| wxcrafter/controls/Containers/scrolled_window_wrapper.cpp | 85 | | ScrolledWindowWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.3529 | 4031.39 | 223.966 | 0.0844336 | 100.448 | 22.5149 | 122.963 | 13 | 0 |
| wxcrafter/controls/Containers/tool_book_wrapper.cpp | 7 | | ToolBookWrapper | ToolBookWrapper() | 0 | 16 | 15 | 0 | 1 | 2 | 1 | 37 | 89 | 463.641 | 8.16 | 3783.31 | 210.184 | 0.0809332 | 93.7007 | 0 | 93.7007 | 24 | 2 |
| wxcrafter/controls/Containers/tool_book_wrapper.cpp | 24 | | ToolBookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/tool_book_wrapper.cpp | 26 | | ToolBookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/Containers/tool_book_wrapper.cpp | 28 | | ToolBookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/tool_book_wrapper.cpp | 30 | | ToolBookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/tree_book_wrapper.cpp | 6 | | TreeBookWrapper | TreeBookWrapper() | 0 | 16 | 15 | 0 | 1 | 1 | 0 | 31 | 108 | 535.053 | 8.38636 | 4487.15 | 249.286 | 0.090683 | 93.1858 | 0 | 93.1858 | 28 | 2 |
| wxcrafter/controls/Containers/tree_book_wrapper.cpp | 23 | | TreeBookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/tree_book_wrapper.cpp | 25 | | TreeBookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/tree_book_wrapper.cpp | 27 | | TreeBookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/Containers/tree_book_wrapper.cpp | 29 | | TreeBookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 13 | | WizardPageWrapper | WizardPageWrapper() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 63 | 309.134 | 6 | 1854.8 | 103.045 | 0.0503204 | 103.652 | 0 | 103.652 | 13 | 2 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 24 | | WizardPageWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 26 | | WizardPageWrapper | CppCtorCode() const [override] | 0 | 26 | 20 | 3 | 3 | 3 | 1 | 56 | 194 | 1126.63 | 19.7222 | 22219.6 | 1234.42 | 0.263453 | 80.9885 | 25.1141 | 106.103 | 37 | 0 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 53 | | WizardPageWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 55 | | WizardPageWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 38 | 30 | 1 | 7 | 6 | 2 | 57 | 257 | 1499.05 | 19.8462 | 29750.4 | 1652.8 | 0.320042 | 72.6656 | 12.4338 | 85.0994 | 55 | 0 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 94 | | WizardPageWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.5625 | 1941.78 | 107.877 | 0.0518814 | 108.003 | 26.0372 | 134.04 | 6 | 0 |
| wxcrafter/controls/Containers/wizard_page_wrapper.cpp | 103 | | WizardPageWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 29 | 57 | 276.905 | 8.11765 | 2247.82 | 124.879 | 0.0571987 | 103.995 | 23.5268 | 127.522 | 8 | 0 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 7 | | wxCollapsiblePanePaneWrapper | wxCollapsiblePanePaneWrapper() | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 28 | 59 | 283.634 | 7.875 | 2233.62 | 124.09 | 0.0569575 | 102.556 | 0 | 102.556 | 12 | 2 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 19 | | wxCollapsiblePanePaneWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 21 | | wxCollapsiblePanePaneWrapper | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 23 | | wxCollapsiblePanePaneWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 25 | | wxCollapsiblePanePaneWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Containers/wx_collapsible_pane_pane_wrapper.cpp | 27 | | wxCollapsiblePanePaneWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 14 | 13 | 0 | 1 | 2 | 1 | 36 | 98 | 506.653 | 9.75 | 4939.86 | 274.437 | 0.0966842 | 95.4026 | 0 | 95.4026 | 26 | 0 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 10 | | GridColumnWrapper | GridColumnWrapper() | 0 | 19 | 17 | 0 | 2 | 1 | 0 | 40 | 97 | 516.227 | 8.66667 | 4473.97 | 248.554 | 0.0905053 | 90.588 | 0 | 90.588 | 22 | 2 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 30 | | GridColumnWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 32 | | GridColumnWrapper | CppCtorCode() const [override] | 0 | 4 | 4 | 1 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 128.751 | 34.9714 | 163.723 | 1 | 0 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 37 | | GridColumnWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 39 | | GridColumnWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 41 | | GridColumnWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 51 | 252.664 | 5.47619 | 1383.64 | 76.8687 | 0.0413898 | 108.316 | 0 | 108.316 | 13 | 1 |
| wxcrafter/controls/Grid/grid_column_wrapper.cpp | 50 | | GridColumnWrapper | Code(int) const | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 96 | 488.396 | 13.3 | 6495.67 | 360.871 | 0.116045 | 99.5002 | 0 | 99.5002 | 22 | 1 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 9 | | GridRowWrapper | GridRowWrapper() | 0 | 15 | 13 | 0 | 2 | 1 | 0 | 39 | 96 | 507.399 | 8.75 | 4439.74 | 246.652 | 0.0900431 | 94.5072 | 0 | 94.5072 | 22 | 2 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 25 | | GridRowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 27 | | GridRowWrapper | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 29 | | GridRowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 31 | | GridRowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 33 | | GridRowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 51 | 252.664 | 5.47619 | 1383.64 | 76.8687 | 0.0413898 | 108.316 | 0 | 108.316 | 13 | 1 |
| wxcrafter/controls/Grid/grid_row_wrapper.cpp | 42 | | GridRowWrapper | Code(int) const | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 96 | 488.396 | 13.3 | 6495.67 | 360.871 | 0.116045 | 99.5002 | 0 | 99.5002 | 22 | 1 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 14 | | GridWrapper | GridWrapper() | 0 | 93 | 86 | 1 | 6 | 1 | 0 | 124 | 582 | 4047.34 | 14.0541 | 56881.6 | 3160.09 | 0.493015 | 54.1516 | 7.99769 | 62.1493 | 133 | 2 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 108 | | GridWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 110 | | GridWrapper | CppCtorCode() const [override] | 0 | 39 | 29 | 2 | 8 | 5 | 1 | 67 | 303 | 1838.03 | 22.2245 | 40849.2 | 2269.4 | 0.395367 | 71.4148 | 17.1835 | 88.5983 | 81 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 150 | | GridWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 152 | | GridWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 154 | | GridWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 57 | 40 | 7 | 10 | 5 | 2 | 96 | 342 | 2252.06 | 18.5526 | 41781.6 | 2321.2 | 0.401361 | 64.2107 | 25.8309 | 90.0416 | 88 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 212 | | GridWrapper | UnSerialize(const JSONElement &) [override] | 1 | 82 | 63 | 5 | 14 | 12 | 3 | 105 | 640 | 4297.12 | 28.3895 | 121993 | 6777.4 | 0.819915 | 53.3495 | 18.6642 | 72.0137 | 84 | 0 |
| wxcrafter/controls/Grid/grid_wrapper.cpp | 295 | | GridWrapper | GetRowsCols(GridRowWrapper::Vector_t &, GridColumnWrapper::Vector_t &) const | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 34 | 72 | 366.297 | 15.2 | 5567.72 | 309.318 | 0.104712 | 102.31 | 0 | 102.31 | 4 | 2 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 7 | | PropertyGridManagerWrapper | PropertyGridManagerWrapper() | 0 | 67 | 64 | 0 | 3 | 1 | 1 | 86 | 306 | 1966.44 | 11.3973 | 22412 | 1245.11 | 0.264971 | 63.2173 | 0 | 63.2173 | 123 | 2 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 75 | | PropertyGridManagerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 77 | | PropertyGridManagerWrapper | CppCtorCode() const [override] | 0 | 15 | 12 | 0 | 3 | 1 | 0 | 25 | 69 | 320.426 | 6.82353 | 2186.44 | 121.469 | 0.0561526 | 96.8974 | 0 | 96.8974 | 24 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 93 | | PropertyGridManagerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 98 | | PropertyGridManagerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 100 | | PropertyGridManagerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 36 | 85 | 439.444 | 8 | 3515.55 | 195.308 | 0.077068 | 97.3432 | 0 | 97.3432 | 23 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_manager_wrapper.cpp | 114 | | PropertyGridManagerWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 27 | 60 | 285.293 | 7.90625 | 2255.6 | 125.311 | 0.0573306 | 98.159 | 0 | 98.159 | 14 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 22 | | PropertyGridWrapper | PropertyGridWrapper() | 0 | 74 | 64 | 25 | 10 | 1 | 0 | 106 | 380 | 2556.61 | 12.7747 | 32660 | 1814.44 | 0.340583 | 60.2427 | 39.1803 | 99.423 | 62 | 3 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 97 | | PropertyGridWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 99 | | PropertyGridWrapper | CppCtorCode() const [override] | 0 | 165 | 138 | 1 | 26 | 38 | 3 | 122 | 1322 | 9162.43 | 66.2449 | 606965 | 33720.3 | 2.38958 | 32.1048 | 6.01562 | 38.1204 | 363 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 265 | | PropertyGridWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 4 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 271 | | PropertyGridWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 273 | | PropertyGridWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 22 | 20 | 0 | 2 | 3 | 2 | 49 | 141 | 791.674 | 11.2 | 8866.75 | 492.597 | 0.142798 | 85.5295 | 0 | 85.5295 | 43 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 296 | | PropertyGridWrapper | IsValidParent() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 298 | | PropertyGridWrapper | IsWxWindow() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/controls/PropertyGrid/property_grid_wrapper.cpp | 300 | | PropertyGridWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 11 | 9 | 2 | 0 | 2 | 1 | 26 | 51 | 239.722 | 8.57143 | 2054.76 | 114.154 | 0.0538749 | 103.201 | 30.6787 | 133.879 | 11 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 6 | | RearrangeListWrapper | RearrangeListWrapper() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 33 | 140.182 | 4.36364 | 611.702 | 33.9834 | 0.0240199 | 113.543 | 0 | 113.543 | 8 | 2 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 14 | | RearrangeListWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 16 | | RearrangeListWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 18 | | RearrangeListWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 20 | | RearrangeListWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 22 | | RearrangeListWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.33333 | 523.195 | 29.0664 | 0.0216432 | 146.923 | 0 | 146.923 | 1 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 24 | | RearrangeListWrapper | CppCtorCode() const [override] | 0 | 22 | 19 | 0 | 3 | 2 | 1 | 53 | 172 | 985.202 | 13.1026 | 12908.7 | 717.149 | 0.183428 | 84.6223 | 0 | 84.6223 | 57 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 47 | | RearrangeListWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/RearrangeListWrapper.cpp | 52 | | RearrangeListWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 11 | | RibbonBarWrapper | RibbonBarWrapper() | 0 | 37 | 34 | 0 | 3 | 1 | 1 | 65 | 205 | 1234.59 | 8.55556 | 10562.6 | 586.809 | 0.160469 | 75.257 | 0 | 75.257 | 75 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 49 | | RibbonBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 51 | | RibbonBarWrapper | CppCtorCode() const [override] | 0 | 14 | 14 | 0 | 0 | 3 | 1 | 28 | 74 | 355.744 | 10.125 | 3601.91 | 200.106 | 0.0783251 | 97.0114 | 0 | 97.0114 | 18 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 66 | | RibbonBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 4 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 72 | | RibbonBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 74 | | RibbonBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 15 | 1 | 0 | 3 | 1 | 37 | 94 | 489.689 | 9.75 | 4774.46 | 265.248 | 0.0945138 | 93.1865 | 18.8844 | 112.071 | 21 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 91 | | RibbonBarWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 5 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 93 | | RibbonBarWrapper | SetSelection(RibbonPageWrapper *) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 26 | 50 | 235.022 | 13.6 | 3196.3 | 177.572 | 0.0723286 | 106.325 | 0 | 106.325 | 3 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_bar_wrapper.cpp | 103 | | RibbonBarWrapper | GetSelection() const | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 27 | 52 | 247.254 | 13.6 | 3362.66 | 186.814 | 0.074817 | 104.124 | 0 | 104.124 | 3 | 1 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 116 | | RibbonButton | RibbonButton() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 12 | | RibbonButtonBase | RibbonButtonBase(int) | 1 | 54 | 47 | 0 | 7 | 14 | 1 | 90 | 326 | 2116.34 | 16 | 33861.5 | 1881.19 | 0.348886 | 63.3397 | 0 | 63.3397 | 56 | 8 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 67 | | RibbonButtonBase | CppCtorCode() const [override] | 0 | 18 | 16 | 0 | 2 | 2 | 1 | 38 | 152 | 797.685 | 12.9231 | 10308.5 | 572.697 | 0.157886 | 88.9711 | 0 | 88.9711 | 54 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 86 | | RibbonButtonBase | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 88 | | RibbonButtonBase | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 90 | | RibbonButtonBase | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 21 | 16 | 0 | 5 | 4 | 1 | 38 | 103 | 540.537 | 9.88 | 5340.5 | 296.694 | 0.101844 | 88.0374 | 0 | 88.0374 | 22 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 112 | | RibbonButtonBase | GetCppName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 4 | 274.13 | 15.2294 | 0.0140664 | 148.788 | 0 | 148.788 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 130 | | RibbonButtonDropdown | RibbonButtonDropdown() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 123 | | RibbonButtonHybrid | RibbonButtonHybrid() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 137 | | RibbonButtonToggle | RibbonButtonToggle() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 143 | | RibbonTool | RibbonTool() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 164 | | RibbonToolDropdown | RibbonToolDropdown() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 157 | | RibbonToolHybrid | RibbonToolHybrid() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button.cpp | 150 | | RibbonToolToggle | RibbonToolToggle() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 3 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 5 | | RibbonButtonBarWrapper | RibbonButtonBarWrapper() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 4.90909 | 700.152 | 38.8974 | 0.0262829 | 113.453 | 0 | 113.453 | 8 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 13 | | RibbonButtonBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 15 | | RibbonButtonBarWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.71429 | 491.152 | 27.2862 | 0.0207502 | 118.584 | 0 | 118.584 | 5 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 22 | | RibbonButtonBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 27 | | RibbonButtonBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 29 | | RibbonButtonBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 42 | 187.296 | 5.88462 | 1102.17 | 61.2314 | 0.0355667 | 114.534 | 0 | 114.534 | 9 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_button_bar_wrapper.cpp | 36 | | RibbonButtonBarWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 125.782 | 0 | 125.782 | 5 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 10 | | RibbonGalleryItemWrapper | RibbonGalleryItemWrapper() | 0 | 12 | 10 | 0 | 2 | 1 | 0 | 37 | 73 | 380.29 | 7.58333 | 2883.87 | 160.215 | 0.067535 | 99.6217 | 0 | 99.6217 | 18 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 23 | | RibbonGalleryItemWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 25 | | RibbonGalleryItemWrapper | CppCtorCode() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 63 | 299.558 | 7.05882 | 2114.53 | 117.474 | 0.0549146 | 107.431 | 0 | 107.431 | 19 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 34 | | RibbonGalleryItemWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 36 | | RibbonGalleryItemWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_item_wrapper.cpp | 38 | | RibbonGalleryItemWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 5.34375 | 1116.7 | 62.039 | 0.0358787 | 113.964 | 0 | 113.964 | 10 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 5 | | RibbonGalleryWrapper | RibbonGalleryWrapper() | 0 | 20 | 20 | 0 | 0 | 1 | 0 | 36 | 84 | 434.274 | 6 | 2605.64 | 144.758 | 0.0631183 | 90.656 | 0 | 90.656 | 27 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 26 | | RibbonGalleryWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 28 | | RibbonGalleryWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.71429 | 491.152 | 27.2862 | 0.0207502 | 118.584 | 0 | 118.584 | 5 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 35 | | RibbonGalleryWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 40 | | RibbonGalleryWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_gallery_wrapper.cpp | 42 | | RibbonGalleryWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 46 | 208.084 | 5.78571 | 1203.91 | 66.8841 | 0.0377232 | 113.986 | 0 | 113.986 | 11 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 10 | | RibbonPageWrapper | RibbonPageWrapper() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 36 | 83 | 429.104 | 7.5 | 3218.28 | 178.793 | 0.0726598 | 100.403 | 0 | 100.403 | 17 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 22 | | RibbonPageWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 24 | | RibbonPageWrapper | CppCtorCode() const [override] | 0 | 13 | 13 | 0 | 0 | 2 | 1 | 41 | 119 | 637.549 | 8.89655 | 5671.98 | 315.11 | 0.106015 | 95.4081 | 0 | 95.4081 | 43 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 38 | | RibbonPageWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 40 | | RibbonPageWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 42 | | RibbonPageWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 7 | 0 | 1 | 2 | 0 | 33 | 67 | 337.974 | 6.5 | 2196.83 | 122.046 | 0.0563305 | 106.574 | 0 | 106.574 | 19 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 51 | | RibbonPageWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 125.137 | 31.9355 | 157.072 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 57 | | RibbonPageWrapper | Select(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.08333 | 211.542 | 11.7523 | 0.0118343 | 150.243 | 0 | 150.243 | 0 | 1 |
| wxcrafter/controls/RibbonBar/ribbon_page_wrapper.cpp | 59 | | RibbonPageWrapper | IsSelected() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 11 | | RibbonPanelWrapper | RibbonPanelWrapper() | 0 | 21 | 18 | 0 | 3 | 1 | 1 | 43 | 108 | 586.037 | 7.21875 | 4230.45 | 235.025 | 0.0871906 | 88.3071 | 0 | 88.3071 | 39 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 33 | | RibbonPanelWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 35 | | RibbonPanelWrapper | CppCtorCode() const [override] | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 34 | 98 | 498.571 | 6.66 | 3320.49 | 184.471 | 0.0741902 | 99.623 | 0 | 99.623 | 37 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 47 | | RibbonPanelWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 49 | | RibbonPanelWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_panel_wrapper.cpp | 51 | | RibbonPanelWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 55 | 258.524 | 5.55882 | 1437.09 | 79.8384 | 0.0424491 | 112.858 | 0 | 112.858 | 16 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 7 | | RibbonToolBarWrapper | RibbonToolBarWrapper() | 0 | 16 | 14 | 0 | 2 | 1 | 0 | 33 | 77 | 388.418 | 8.28571 | 3218.32 | 178.796 | 0.0726605 | 94.8512 | 0 | 94.8512 | 17 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 24 | | RibbonToolBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 26 | | RibbonToolBarWrapper | CppCtorCode() const [override] | 0 | 11 | 11 | 0 | 0 | 4 | 1 | 36 | 78 | 403.254 | 14.7632 | 5953.3 | 330.739 | 0.109492 | 100.036 | 0 | 100.036 | 16 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 38 | | RibbonToolBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 43 | | RibbonToolBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 45 | | RibbonToolBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 32 | 69 | 345 | 6.36364 | 2195.45 | 121.97 | 0.0563069 | 106.697 | 0 | 106.697 | 21 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_bar_wrapper.cpp | 54 | | RibbonToolBarWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 125.782 | 0 | 125.782 | 5 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 9 | | RibbonToolSeparator | RibbonToolSeparator() | 0 | 12 | 10 | 0 | 2 | 1 | 0 | 31 | 64 | 317.069 | 7.26316 | 2302.92 | 127.94 | 0.0581297 | 100.567 | 0 | 100.567 | 12 | 2 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 22 | | RibbonToolSeparator | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 24 | | RibbonToolSeparator | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 6.1875 | 682.862 | 37.9368 | 0.0258484 | 117.284 | 0 | 117.284 | 6 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 31 | | RibbonToolSeparator | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 33 | | RibbonToolSeparator | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/RibbonBar/ribbon_tool_separator.cpp | 35 | | RibbonToolSeparator | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 41 | 190.398 | 5.0625 | 963.89 | 53.5495 | 0.032526 | 114.448 | 0 | 114.448 | 9 | 0 |
| wxcrafter/controls/SimpleHtmlListBoxWrapper.cpp | 10 | | SimpleHtmlListBoxWrapper | SimpleHtmlListBoxWrapper() | 0 | 28 | 23 | 3 | 2 | 1 | 1 | 50 | 134 | 756.277 | 8.95946 | 6775.83 | 376.435 | 0.119359 | 82.3206 | 24.2819 | 106.602 | 47 | 3 |
| wxcrafter/controls/SimpleHtmlListBoxWrapper.cpp | 39 | | SimpleHtmlListBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/SimpleHtmlListBoxWrapper.cpp | 41 | | SimpleHtmlListBoxWrapper | CppCtorCode() const [override] | 0 | 25 | 20 | 0 | 5 | 4 | 1 | 62 | 238 | 1417.1 | 20.3256 | 28803.4 | 1600.19 | 0.313214 | 80.2011 | 0 | 80.2011 | 55 | 0 |
| wxcrafter/controls/SimpleHtmlListBoxWrapper.cpp | 67 | | SimpleHtmlListBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/SimpleHtmlListBoxWrapper.cpp | 69 | | SimpleHtmlListBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 33 | 63 | 317.797 | 5.21739 | 1658.07 | 92.115 | 0.0466961 | 111.784 | 0 | 111.784 | 18 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 4 | | TimePickerCtrlWrapper | TimePickerCtrlWrapper() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 54 | 250.768 | 5.625 | 1410.57 | 78.3651 | 0.0419252 | 106.447 | 0 | 106.447 | 13 | 3 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 14 | | TimePickerCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 4 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 20 | | TimePickerCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 22 | | TimePickerCtrlWrapper | CppCtorCode() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 25 | 68 | 315.782 | 5.88235 | 1857.54 | 103.197 | 0.0503699 | 107.157 | 0 | 107.157 | 19 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 31 | | TimePickerCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 33 | | TimePickerCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 35 | | TimePickerCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/TimePickerCtrlWrapper.cpp | 37 | | TimePickerCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/banner_window_wrapper.cpp | 14 | | BannerWindowWrapper | BannerWindowWrapper() | 0 | 31 | 29 | 0 | 2 | 1 | 0 | 54 | 151 | 868.988 | 8.05814 | 7002.43 | 389.024 | 0.122005 | 79.9493 | 0 | 79.9493 | 30 | 2 |
| wxcrafter/controls/banner_window_wrapper.cpp | 46 | | BannerWindowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/banner_window_wrapper.cpp | 48 | | BannerWindowWrapper | CppCtorCode() const [override] | 0 | 24 | 20 | 0 | 4 | 3 | 1 | 53 | 202 | 1157.04 | 14 | 16198.6 | 899.92 | 0.213401 | 82.1467 | 0 | 82.1467 | 73 | 0 |
| wxcrafter/controls/banner_window_wrapper.cpp | 73 | | BannerWindowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/banner_window_wrapper.cpp | 74 | | BannerWindowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/banner_window_wrapper.cpp | 76 | | BannerWindowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 12 | 12 | 0 | 0 | 1 | 0 | 43 | 111 | 602.315 | 5.95588 | 3587.32 | 199.296 | 0.0781134 | 97.2304 | 0 | 97.2304 | 42 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 14 | | BitmapButtonWrapper | BitmapButtonWrapper() | 0 | 22 | 18 | 0 | 4 | 1 | 1 | 53 | 145 | 830.548 | 10.2632 | 8524.05 | 473.558 | 0.139094 | 85.7403 | 0 | 85.7403 | 47 | 3 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 37 | | BitmapButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 39 | | BitmapButtonWrapper | CppCtorCode() const [override] | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 40 | 136 | 723.782 | 9.2931 | 6726.18 | 373.677 | 0.118775 | 94.7485 | 0 | 94.7485 | 39 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 53 | | BitmapButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 28 | 57 | 274.019 | 5.21053 | 1427.78 | 79.3214 | 0.0422656 | 115.508 | 0 | 115.508 | 16 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 59 | | BitmapButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 61 | | BitmapButtonWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 32 | 85 | 425 | 9.9 | 4207.5 | 233.75 | 0.086875 | 99.9932 | 22.5149 | 122.508 | 11 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 73 | | BitmapButtonWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 32 | 85 | 425 | 9.9 | 4207.5 | 233.75 | 0.086875 | 99.9932 | 22.5149 | 122.508 | 11 | 0 |
| wxcrafter/controls/bitmap_button_wrapper.cpp | 85 | | BitmapButtonWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 13 | 10 | 1 | 2 | 3 | 1 | 32 | 87 | 435 | 10.2 | 4437 | 246.5 | 0.090006 | 97.166 | 20.8285 | 117.995 | 14 | 0 |
| wxcrafter/controls/bitmap_wrapper.cpp | 13 | | BitmapWrapper | BitmapWrapper() | 0 | 17 | 16 | 0 | 1 | 1 | 0 | 36 | 89 | 460.123 | 8.25 | 3796.02 | 210.89 | 0.0811143 | 92.9882 | 0 | 92.9882 | 16 | 2 |
| wxcrafter/controls/bitmap_wrapper.cpp | 31 | | BitmapWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/bitmap_wrapper.cpp | 33 | | BitmapWrapper | CppCtorCode() const [override] | 0 | 41 | 36 | 4 | 1 | 5 | 2 | 68 | 279 | 1698.4 | 17.0769 | 29003.5 | 1611.3 | 0.314663 | 71.0154 | 23.2612 | 94.2766 | 56 | 0 |
| wxcrafter/controls/bitmap_wrapper.cpp | 75 | | BitmapWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 4 | 0 |
| wxcrafter/controls/bitmap_wrapper.cpp | 81 | | BitmapWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/bitmap_wrapper.cpp | 83 | | BitmapWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 15 | 2 | 1 | 3 | 1 | 36 | 93 | 480.803 | 9 | 4327.23 | 240.402 | 0.0885153 | 93.2817 | 26.0372 | 119.319 | 25 | 0 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 9 | | BitmapToggleButtonWrapper | BitmapToggleButtonWrapper() | 0 | 18 | 15 | 0 | 3 | 1 | 1 | 41 | 111 | 594.688 | 7.86207 | 4675.48 | 259.749 | 0.0932029 | 90.7282 | 0 | 90.7282 | 43 | 2 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 28 | | BitmapToggleButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 30 | | BitmapToggleButtonWrapper | CppCtorCode() const [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 37 | 137 | 713.695 | 8.19643 | 5849.75 | 324.986 | 0.108219 | 97.7577 | 0 | 97.7577 | 41 | 0 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 42 | | BitmapToggleButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 48 | | BitmapToggleButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/bitmaptogglebuttonwrapper.cpp | 50 | | BitmapToggleButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 28 | 56 | 269.212 | 4.97368 | 1338.97 | 74.3875 | 0.0404943 | 115.601 | 0 | 115.601 | 17 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 17 | | ButtonWrapper | ButtonWrapper() | 0 | 33 | 26 | 2 | 5 | 1 | 1 | 64 | 197 | 1182 | 8.53846 | 10092.5 | 560.692 | 0.155672 | 77.3368 | 18.6103 | 95.9471 | 58 | 3 |
| wxcrafter/controls/button_wrapper.cpp | 51 | | ButtonWrapper | CppCtorCode() const [override] | 0 | 23 | 19 | 0 | 4 | 3 | 1 | 57 | 215 | 1254.07 | 13.0233 | 16332.1 | 907.338 | 0.214572 | 82.4174 | 0 | 82.4174 | 63 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 75 | | ButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 32 | 69 | 345 | 5.08696 | 1755 | 97.5 | 0.0484987 | 111.357 | 0 | 111.357 | 24 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 82 | | ButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 84 | | ButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 86 | | ButtonWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 32 | 85 | 425 | 9.9 | 4207.5 | 233.75 | 0.086875 | 99.9932 | 22.5149 | 122.508 | 11 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 98 | | ButtonWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 32 | 85 | 425 | 9.9 | 4207.5 | 233.75 | 0.086875 | 99.9932 | 22.5149 | 122.508 | 11 | 0 |
| wxcrafter/controls/button_wrapper.cpp | 110 | | ButtonWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 13 | 10 | 1 | 2 | 3 | 1 | 32 | 87 | 435 | 10.2 | 4437 | 246.5 | 0.090006 | 97.166 | 20.8285 | 117.995 | 14 | 0 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 6 | | CalendarCtrlWrapper | CalendarCtrlWrapper() | 0 | 24 | 22 | 0 | 2 | 1 | 1 | 44 | 179 | 977.238 | 8.87143 | 8669.5 | 481.639 | 0.140672 | 83.4849 | 0 | 83.4849 | 59 | 2 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 31 | | CalendarCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 33 | | CalendarCtrlWrapper | CppCtorCode() const [override] | 0 | 13 | 9 | 3 | 1 | 1 | 0 | 28 | 91 | 437.469 | 6.8 | 2974.79 | 165.266 | 0.0689472 | 97.5966 | 33.8695 | 131.466 | 25 | 0 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 47 | | CalendarCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 49 | | CalendarCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/calendar_ctrl_wrapper.cpp | 51 | | CalendarCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 11 | | CheckBoxWrapper | CheckBoxWrapper() | 0 | 17 | 15 | 0 | 2 | 1 | 1 | 40 | 110 | 585.412 | 8.14286 | 4766.93 | 264.829 | 0.0944143 | 91.7359 | 0 | 91.7359 | 40 | 2 |
| wxcrafter/controls/check_box_wrapper.cpp | 29 | | CheckBoxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 30 | | CheckBoxWrapper | CppCtorCode() const [override] | 0 | 16 | 14 | 0 | 2 | 2 | 1 | 36 | 136 | 703.11 | 10.56 | 7424.84 | 412.491 | 0.126864 | 91.5354 | 0 | 91.5354 | 37 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 47 | | CheckBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 49 | | CheckBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 51 | | CheckBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 28 | 56 | 269.212 | 4.97368 | 1338.97 | 74.3875 | 0.0404943 | 115.601 | 0 | 115.601 | 17 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 57 | | CheckBoxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 66 | | CheckBoxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/check_box_wrapper.cpp | 75 | | CheckBoxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.5625 | 1941.78 | 107.877 | 0.0518814 | 108.003 | 26.0372 | 134.04 | 7 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 10 | | CheckListBoxWrapper | CheckListBoxWrapper() | 0 | 27 | 24 | 0 | 3 | 1 | 1 | 46 | 139 | 767.775 | 9.65152 | 7410.19 | 411.677 | 0.126697 | 82.8313 | 0 | 82.8313 | 58 | 2 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 38 | | CheckListBoxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 40 | | CheckListBoxWrapper | CppCtorCode() const [override] | 0 | 19 | 16 | 0 | 3 | 2 | 1 | 51 | 182 | 1032.38 | 13.6216 | 14062.7 | 781.262 | 0.194204 | 86.754 | 0 | 86.754 | 44 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 60 | | CheckListBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 62 | | CheckListBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 64 | | CheckListBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 15 | 12 | 0 | 3 | 2 | 1 | 46 | 120 | 662.827 | 10.5 | 6959.69 | 386.649 | 0.121508 | 92.8877 | 0 | 92.8877 | 23 | 1 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 80 | | CheckListBoxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 9 | 6 | 2 | 1 | 2 | 1 | 25 | 53 | 246.124 | 7.33333 | 1804.91 | 100.273 | 0.0494139 | 106.315 | 33.3545 | 139.669 | 6 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 90 | | CheckListBoxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 9 | 4 | 1 | 2 | 1 | 27 | 63 | 299.558 | 7.94118 | 2378.84 | 132.158 | 0.0594004 | 98.1353 | 36.8317 | 134.967 | 7 | 0 |
| wxcrafter/controls/check_list_box_wrapper.cpp | 105 | | CheckListBoxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 28 | 56 | 269.212 | 7.44118 | 2003.25 | 111.292 | 0.0529707 | 104.142 | 23.5268 | 127.668 | 8 | 0 |
| wxcrafter/controls/choice_book_wrapper.cpp | 5 | | ChoiceBookWrapper | ChoiceBookWrapper() | 0 | 12 | 11 | 0 | 1 | 1 | 0 | 27 | 72 | 342.352 | 6.75 | 2310.88 | 128.382 | 0.0582635 | 100.168 | 0 | 100.168 | 18 | 2 |
| wxcrafter/controls/choice_book_wrapper.cpp | 18 | | ChoiceBookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/choice_book_wrapper.cpp | 20 | | ChoiceBookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/choice_book_wrapper.cpp | 22 | | ChoiceBookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/choice_book_wrapper.cpp | 24 | | ChoiceBookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 11 | | ChoiceWrapper | ChoiceWrapper() | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 34 | 80 | 406.997 | 7.17391 | 2919.76 | 162.209 | 0.0680942 | 97.972 | 0 | 97.972 | 18 | 2 |
| wxcrafter/controls/choice_wrapper.cpp | 25 | | ChoiceWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 27 | | ChoiceWrapper | CppCtorCode() const [override] | 0 | 21 | 18 | 0 | 3 | 4 | 1 | 61 | 233 | 1381.86 | 19.6786 | 27193.1 | 1510.73 | 0.301428 | 83.1566 | 0 | 83.1566 | 53 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 49 | | ChoiceWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 55 | | ChoiceWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 57 | | ChoiceWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 45 | 206.323 | 4.8 | 990.352 | 55.0196 | 0.0331186 | 116.984 | 0 | 116.984 | 14 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 63 | | ChoiceWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 10 | 2 | 2 | 3 | 1 | 31 | 91 | 450.832 | 10.175 | 4587.21 | 254.845 | 0.0920262 | 95.7796 | 27.6325 | 123.412 | 13 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 78 | | ChoiceWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 2 | 2 | 3 | 1 | 31 | 91 | 450.832 | 10.175 | 4587.21 | 254.845 | 0.0920262 | 95.7796 | 27.6325 | 123.412 | 13 | 0 |
| wxcrafter/controls/choice_wrapper.cpp | 93 | | ChoiceWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 14 | 10 | 2 | 2 | 3 | 1 | 32 | 93 | 465 | 9.95238 | 4627.86 | 257.103 | 0.092569 | 95.6187 | 27.6325 | 123.251 | 16 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 11 | | ColourPickerWrapper | ColourPickerWrapper() | 0 | 18 | 15 | 0 | 3 | 1 | 1 | 40 | 95 | 505.583 | 8.42593 | 4260.01 | 236.667 | 0.0875963 | 91.5723 | 0 | 91.5723 | 31 | 2 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 30 | | ColourPickerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 32 | | ColourPickerWrapper | CppCtorCode() const [override] | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 37 | 123 | 640.763 | 9.73077 | 6235.11 | 346.395 | 0.112921 | 95.382 | 0 | 95.382 | 31 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 46 | | ColourPickerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 51 | | ColourPickerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 53 | | ColourPickerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 14 | 10 | 0 | 4 | 2 | 1 | 37 | 90 | 468.851 | 8.88 | 4163.4 | 231.3 | 0.0862668 | 95.8058 | 0 | 95.8058 | 20 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 68 | | ColourPickerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 77 | | ColourPickerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/colour_picker_wrapper.cpp | 86 | | ColourPickerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 108.36 | 26.0372 | 134.397 | 7 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 10 | | ComboBoxWrapper | ComboBoxWrapper() | 0 | 29 | 26 | 0 | 3 | 1 | 1 | 51 | 172 | 975.657 | 9.69231 | 9456.37 | 525.354 | 0.14906 | 80.4276 | 0 | 80.4276 | 57 | 2 |
| wxcrafter/controls/combobox_wrapper.cpp | 40 | | ComboBoxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 42 | | ComboBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 48 | | ComboBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 50 | | ComboBoxWrapper | CppCtorCode() const [override] | 0 | 27 | 23 | 0 | 4 | 5 | 1 | 69 | 290 | 1771.47 | 21.8367 | 38683.2 | 2149.06 | 0.381265 | 77.5637 | 0 | 77.5637 | 71 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 78 | | ComboBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 17 | 15 | 1 | 1 | 4 | 1 | 57 | 164 | 956.594 | 13.3875 | 12806.4 | 711.467 | 0.182458 | 88.4924 | 18.3478 | 106.84 | 38 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 96 | | ComboBoxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 24 | 19 | 3 | 3 | 4 | 1 | 35 | 126 | 646.29 | 11.4583 | 7405.4 | 411.411 | 0.126642 | 84.945 | 26.0372 | 110.982 | 20 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 121 | | ComboBoxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 23 | 18 | 3 | 3 | 4 | 1 | 35 | 126 | 646.29 | 11.4583 | 7405.4 | 411.411 | 0.126642 | 85.6345 | 26.5382 | 112.173 | 20 | 0 |
| wxcrafter/controls/combobox_wrapper.cpp | 145 | | ComboBoxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 23 | 18 | 2 | 3 | 4 | 1 | 35 | 125 | 641.16 | 11.4583 | 7346.63 | 408.146 | 0.125971 | 85.6759 | 22.0554 | 107.731 | 23 | 0 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 14 | | CommandLinkButtonWrapper | CommandLinkButtonWrapper() | 0 | 29 | 25 | 0 | 4 | 1 | 1 | 52 | 162 | 923.471 | 8.85 | 8172.72 | 454.04 | 0.135246 | 80.7135 | 0 | 80.7135 | 57 | 2 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 44 | | CommandLinkButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 46 | | CommandLinkButtonWrapper | CppCtorCode() const [override] | 0 | 20 | 17 | 0 | 3 | 3 | 1 | 50 | 150 | 846.578 | 9.83784 | 8328.5 | 462.695 | 0.136959 | 86.7249 | 0 | 86.7249 | 52 | 0 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 67 | | CommandLinkButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 72 | | CommandLinkButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/command_link_button_wrapper.cpp | 74 | | CommandLinkButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 64 | 317.069 | 4.90909 | 1556.52 | 86.4732 | 0.0447694 | 111.796 | 0 | 111.796 | 21 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 12 | | CustomControlWrapper | CustomControlWrapper() | 0 | 12 | 10 | 1 | 1 | 2 | 1 | 31 | 57 | 282.389 | 7.41176 | 2093 | 116.278 | 0.0545413 | 100.939 | 21.6227 | 122.562 | 10 | 2 |
| wxcrafter/controls/custom_control_wrapper.cpp | 25 | | CustomControlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 27 | | CustomControlWrapper | CppCtorCode() const [override] | 0 | 32 | 21 | 5 | 6 | 6 | 1 | 58 | 220 | 1288.76 | 20.2632 | 26114.3 | 1450.79 | 0.293403 | 76.2356 | 28.7405 | 104.976 | 39 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 60 | | CustomControlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 16 | 14 | 0 | 2 | 4 | 1 | 35 | 95 | 487.282 | 9.45455 | 4607.03 | 255.946 | 0.092291 | 92.9821 | 0 | 92.9821 | 12 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 77 | | CustomControlWrapper | GetWxClassName() const [override] | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 26 | 46 | 216.22 | 6.85714 | 1482.65 | 82.3696 | 0.0433416 | 108.896 | 0 | 108.896 | 6 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 86 | | CustomControlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 9 | 0 | 1 | 3 | 1 | 41 | 106 | 567.901 | 11.25 | 6388.88 | 354.938 | 0.11477 | 100.03 | 0 | 100.03 | 22 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 97 | | CustomControlWrapper | Serialize(JSONElement &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 54 | 256.764 | 5.75 | 1476.39 | 82.0218 | 0.0432195 | 110.396 | 0 | 110.396 | 7 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 105 | | CustomControlWrapper | UnSerialize(const JSONElement &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 51 | 242.499 | 6.17647 | 1497.79 | 83.2105 | 0.0436361 | 110.693 | 0 | 110.693 | 10 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 135 | | CustomControlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 45 | 35 | 5 | 7 | 8 | 1 | 55 | 241 | 1393.31 | 17.4375 | 24295.8 | 1349.77 | 0.279619 | 69.847 | 24.6875 | 94.5345 | 49 | 0 |
| wxcrafter/controls/custom_control_wrapper.cpp | 181 | | CustomControlWrapper | SetTemplInfoName(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5.625 | 516.028 | 28.6682 | 0.0214451 | 121.199 | 0 | 121.199 | 2 | 2 |
| wxcrafter/controls/custom_control_wrapper.cpp | 187 | | CustomControlWrapper | DoUpdateEvents() | 0 | 14 | 11 | 1 | 2 | 3 | 1 | 38 | 74 | 388.347 | 11.25 | 4368.9 | 242.717 | 0.0890827 | 96.5554 | 20.1155 | 116.671 | 9 | 2 |
| wxcrafter/controls/custom_control_wrapper.cpp | 202 | | CustomControlWrapper | DoDeepCopy(const wxcWidget &, enum DuplicatingOptions, const std::set<wxString> &, const wxString &, const wxString &, const wxString &) [override] | 6 | 12 | 11 | 1 | 0 | 1 | 0 | 32 | 79 | 395 | 15.1667 | 5990.83 | 332.824 | 0.109952 | 99.4243 | 21.6227 | 121.047 | 5 | 0 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 12 | | DataViewListCtrlColumn | DataViewListCtrlColumn() | 0 | 27 | 25 | 0 | 2 | 1 | 0 | 70 | 222 | 1360.7 | 9.51724 | 12950.1 | 719.451 | 0.183821 | 79.8555 | 0 | 79.8555 | 36 | 2 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 40 | | DataViewListCtrlColumn | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 42 | | DataViewListCtrlColumn | CppCtorCode() const [override] | 0 | 56 | 50 | 0 | 6 | 12 | 2 | 83 | 439 | 2798.64 | 28.0547 | 78515 | 4361.95 | 0.611196 | 61.7575 | 0 | 61.7575 | 129 | 0 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 99 | | DataViewListCtrlColumn | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 101 | | DataViewListCtrlColumn | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/data_view_list_ctrl_column.cpp | 103 | | DataViewListCtrlColumn | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 13 | 13 | 0 | 0 | 2 | 1 | 48 | 145 | 809.82 | 9.5 | 7693.29 | 427.405 | 0.129903 | 94.1644 | 0 | 94.1644 | 35 | 0 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 7 | | DataViewListCtrlWrapper | DataViewListCtrlWrapper() | 0 | 57 | 55 | 0 | 2 | 1 | 1 | 74 | 310 | 1924.93 | 10.7381 | 20670.1 | 1148.34 | 0.251058 | 65.9468 | 0 | 65.9468 | 136 | 2 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 65 | | DataViewListCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 67 | | DataViewListCtrlWrapper | CppCtorCode() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 122.033 | 0 | 122.033 | 3 | 0 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 73 | | DataViewListCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 75 | | DataViewListCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/data_view_list_ctrl_wrapper.cpp | 77 | | DataViewListCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 14 | 10 | 1 | 3 | 2 | 1 | 28 | 63 | 302.863 | 8.25 | 2498.62 | 138.812 | 0.061378 | 98.0782 | 20.1155 | 118.194 | 13 | 0 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 7 | | DataViewTreeCtrlWrapper | DataViewTreeCtrlWrapper() | 0 | 58 | 55 | 0 | 3 | 1 | 1 | 74 | 310 | 1924.93 | 10.7381 | 20670.1 | 1148.34 | 0.251058 | 65.6651 | 0 | 65.6651 | 136 | 2 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 66 | | DataViewTreeCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 68 | | DataViewTreeCtrlWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.71429 | 491.152 | 27.2862 | 0.0207502 | 118.584 | 0 | 118.584 | 5 | 0 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 75 | | DataViewTreeCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 77 | | DataViewTreeCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/data_view_tree_ctrl_wrapper.cpp | 79 | | DataViewTreeCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.2 | 1848.7 | 102.706 | 0.0502099 | 106.095 | 0 | 106.095 | 12 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 13 | | DataViewTreeListCtrlWrapper | DataViewTreeListCtrlWrapper() | 0 | 76 | 69 | 2 | 5 | 2 | 1 | 102 | 400 | 2668.97 | 17.0357 | 45467.8 | 2525.99 | 0.424634 | 59.357 | 12.4338 | 71.7908 | 159 | 2 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 90 | | DataViewTreeListCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 92 | | DataViewTreeListCtrlWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.1875 | 657.571 | 36.5317 | 0.0252062 | 117.48 | 0 | 117.48 | 5 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 99 | | DataViewTreeListCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 18 | 14 | 1 | 3 | 2 | 1 | 33 | 81 | 408.596 | 9.42857 | 3852.48 | 214.026 | 0.0819166 | 92.4498 | 17.8544 | 110.304 | 15 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 118 | | DataViewTreeListCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 120 | | DataViewTreeListCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 22 | 17 | 1 | 4 | 3 | 2 | 41 | 112 | 600.046 | 10.6296 | 6378.26 | 354.348 | 0.114643 | 86.9707 | 16.2158 | 103.187 | 28 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 143 | | DataViewTreeListCtrlWrapper | GenerateAdditionalFiles(wxStringMap_t &) const [override] | 1 | 38 | 27 | 3 | 8 | 2 | 1 | 52 | 199 | 1134.39 | 14.3333 | 16259.6 | 903.309 | 0.213936 | 75.0351 | 21.0835 | 96.1186 | 40 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 182 | | DataViewTreeListCtrlWrapper | DoGenerateClassMember() const [override] | 0 | 15 | 12 | 1 | 2 | 2 | 1 | 25 | 59 | 273.988 | 9.03571 | 2475.67 | 137.537 | 0.0610016 | 97.4816 | 19.4709 | 116.952 | 14 | 0 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 198 | | DataViewTreeListCtrlWrapper | AssociateModelCode() const | 0 | 15 | 14 | 0 | 1 | 2 | 1 | 33 | 86 | 433.818 | 10 | 4338.18 | 241.01 | 0.0886646 | 95.0919 | 0 | 95.0919 | 23 | 1 |
| wxcrafter/controls/data_view_tree_list_ctrl_wrapper.cpp | 214 | | DataViewTreeListCtrlWrapper | GetModelName() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 7.5 | 969.508 | 53.8615 | 0.0326522 | 116.462 | 0 | 116.462 | 5 | 4 |
| wxcrafter/controls/date_picker_ctrl.cpp | 6 | | DatePickerCtrl | DatePickerCtrl() | 0 | 14 | 13 | 0 | 1 | 1 | 1 | 29 | 69 | 335.201 | 5.85 | 1960.92 | 108.94 | 0.0522219 | 97.7807 | 0 | 97.7807 | 24 | 2 |
| wxcrafter/controls/date_picker_ctrl.cpp | 21 | | DatePickerCtrl | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/date_picker_ctrl.cpp | 23 | | DatePickerCtrl | CppCtorCode() const [override] | 0 | 13 | 9 | 3 | 1 | 1 | 0 | 28 | 91 | 437.469 | 6.8 | 2974.79 | 165.266 | 0.0689472 | 97.5966 | 33.8695 | 131.466 | 25 | 0 |
| wxcrafter/controls/date_picker_ctrl.cpp | 37 | | DatePickerCtrl | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/date_picker_ctrl.cpp | 39 | | DatePickerCtrl | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/date_picker_ctrl.cpp | 41 | | DatePickerCtrl | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 11 | | DirPickerCtrlWrapper | DirPickerCtrlWrapper() | 0 | 20 | 18 | 0 | 2 | 1 | 1 | 45 | 127 | 697.465 | 9.34375 | 6516.94 | 362.052 | 0.116299 | 88.1924 | 0 | 88.1924 | 46 | 2 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 32 | | DirPickerCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 34 | | DirPickerCtrlWrapper | CppCtorCode() const [override] | 0 | 13 | 10 | 3 | 0 | 1 | 0 | 32 | 106 | 530 | 6.66667 | 3533.33 | 196.296 | 0.0773277 | 96.5989 | 33.8695 | 130.468 | 30 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 48 | | DirPickerCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 53 | | DirPickerCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 55 | | DirPickerCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 32 | 77 | 385 | 5.86957 | 2259.78 | 125.543 | 0.0574015 | 110.787 | 0 | 110.787 | 22 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 62 | | DirPickerCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 80 | 384.588 | 10.0294 | 3857.2 | 214.289 | 0.0819835 | 100.513 | 22.5149 | 123.028 | 11 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 74 | | DirPickerCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 80 | 384.588 | 10.0294 | 3857.2 | 214.289 | 0.0819835 | 100.513 | 22.5149 | 123.028 | 11 | 0 |
| wxcrafter/controls/dir_picker_ctrl_wrapper.cpp | 86 | | DirPickerCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.3529 | 4031.39 | 223.966 | 0.0844336 | 100.448 | 22.5149 | 122.963 | 13 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 11 | | FilePickerCtrlWrapper | FilePickerCtrlWrapper() | 0 | 25 | 22 | 0 | 3 | 1 | 1 | 51 | 166 | 941.623 | 10.0921 | 9502.95 | 527.942 | 0.149549 | 83.0167 | 0 | 83.0167 | 64 | 2 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 37 | | FilePickerCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 39 | | FilePickerCtrlWrapper | CppCtorCode() const [override] | 0 | 14 | 10 | 4 | 0 | 1 | 0 | 34 | 121 | 615.583 | 7.07692 | 4356.43 | 242.024 | 0.0889132 | 94.6199 | 36.8317 | 131.452 | 35 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 54 | | FilePickerCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 59 | | FilePickerCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 61 | | FilePickerCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 35 | 97 | 497.54 | 6.57692 | 3272.29 | 181.794 | 0.0734705 | 106.956 | 0 | 106.956 | 28 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 69 | | FilePickerCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 108 | 529.944 | 11.8684 | 6289.6 | 349.422 | 0.113578 | 94.7089 | 20.1155 | 114.824 | 16 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 84 | | FilePickerCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 108 | 529.944 | 11.8684 | 6289.6 | 349.422 | 0.113578 | 94.7089 | 20.1155 | 114.824 | 16 | 0 |
| wxcrafter/controls/file_picker_ctrl_wrapper.cpp | 99 | | FilePickerCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 111 | 544.665 | 12.4474 | 6779.64 | 376.647 | 0.119403 | 94.5664 | 20.1155 | 114.682 | 19 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 11 | | FontPickerCtrlWrapper | FontPickerCtrlWrapper() | 0 | 17 | 15 | 0 | 2 | 1 | 1 | 41 | 102 | 546.47 | 8.35714 | 4566.93 | 253.718 | 0.0917547 | 92.0938 | 0 | 92.0938 | 38 | 2 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 29 | | FontPickerCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 31 | | FontPickerCtrlWrapper | CppCtorCode() const [override] | 0 | 20 | 17 | 0 | 3 | 2 | 1 | 41 | 157 | 841.136 | 15.5556 | 13084.3 | 726.907 | 0.185089 | 86.9884 | 0 | 86.9884 | 39 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 52 | | FontPickerCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 57 | | FontPickerCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 59 | | FontPickerCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 29 | 57 | 276.905 | 4.95 | 1370.68 | 76.1489 | 0.041131 | 115.454 | 0 | 115.454 | 16 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 65 | | FontPickerCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 53 | 249.123 | 6.875 | 1712.72 | 95.1513 | 0.0477167 | 108.16 | 26.0372 | 134.197 | 6 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 74 | | FontPickerCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 53 | 249.123 | 6.875 | 1712.72 | 95.1513 | 0.0477167 | 108.16 | 26.0372 | 134.197 | 6 | 0 |
| wxcrafter/controls/font_picker_ctrl_wrapper.cpp | 83 | | FontPickerCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 9 | 1 | 1 | 3 | 2 | 33 | 72 | 363.196 | 9.1 | 3305.09 | 183.616 | 0.0739606 | 100.81 | 22.5149 | 123.325 | 9 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 11 | | GaugeWrapper | GaugeWrapper() | 0 | 16 | 14 | 0 | 2 | 1 | 1 | 34 | 83 | 422.259 | 8.97619 | 3790.28 | 210.571 | 0.0810326 | 94.4168 | 0 | 94.4168 | 25 | 2 |
| wxcrafter/controls/gauge_wrapper.cpp | 28 | | GaugeWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 30 | | GaugeWrapper | CppCtorCode() const [override] | 0 | 14 | 11 | 3 | 0 | 1 | 0 | 38 | 126 | 661.239 | 8.75 | 5785.84 | 321.436 | 0.107429 | 94.2479 | 32.8615 | 127.109 | 36 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 45 | | GaugeWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 47 | | GaugeWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 49 | | GaugeWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 34 | 81 | 412.084 | 5.76 | 2373.61 | 131.867 | 0.0593132 | 110.433 | 0 | 110.433 | 22 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 56 | | GaugeWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 68 | | GaugeWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/gauge_wrapper.cpp | 80 | | GaugeWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.3529 | 4031.39 | 223.966 | 0.0844336 | 100.448 | 22.5149 | 122.963 | 13 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 12 | | GenericDirCtrlWrapper | GenericDirCtrlWrapper() | 0 | 57 | 54 | 0 | 3 | 1 | 1 | 86 | 476 | 3058.9 | 15.0811 | 46131.5 | 2562.86 | 0.428757 | 63.5384 | 0 | 63.5384 | 130 | 2 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 70 | | GenericDirCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 72 | | GenericDirCtrlWrapper | CppCtorCode() const [override] | 0 | 41 | 24 | 8 | 9 | 4 | 1 | 57 | 294 | 1714.87 | 20.878 | 35803.1 | 1989.06 | 0.362098 | 71.1953 | 31.6073 | 102.803 | 68 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 114 | | GenericDirCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 119 | | GenericDirCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 121 | | GenericDirCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 35 | 92 | 471.894 | 6.23077 | 2940.26 | 163.348 | 0.0684126 | 107.231 | 0 | 107.231 | 27 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 129 | | GenericDirCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 114 | 559.386 | 12.4474 | 6962.88 | 386.827 | 0.121545 | 94.4277 | 20.1155 | 114.543 | 16 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 144 | | GenericDirCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 31 | 114 | 564.778 | 11.825 | 6678.5 | 371.028 | 0.118213 | 94.3778 | 20.1155 | 114.493 | 16 | 0 |
| wxcrafter/controls/generic_dir_ctrl_wrapper.cpp | 159 | | GenericDirCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 20 | 15 | 1 | 4 | 6 | 2 | 36 | 156 | 806.508 | 12.98 | 10468.5 | 581.582 | 0.159515 | 86.287 | 16.9762 | 103.263 | 26 | 0 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 7 | | GLCanvasWrapper | GLCanvasWrapper() | 0 | 65 | 45 | 0 | 20 | 1 | 0 | 66 | 409 | 2472.16 | 18 | 44498.8 | 2472.16 | 0.418579 | 62.5181 | 0 | 62.5181 | 103 | 2 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 73 | | GLCanvasWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 75 | | GLCanvasWrapper | CppCtorCode() const [override] | 0 | 42 | 36 | 3 | 5 | 7 | 2 | 68 | 306 | 1862.76 | 23.4592 | 43698.9 | 2427.72 | 0.413548 | 69.6847 | 20.1155 | 89.8002 | 75 | 0 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 118 | | GLCanvasWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 120 | | GLCanvasWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/gl_canvas_wrapper.cpp | 122 | | GLCanvasWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.2 | 1848.7 | 102.706 | 0.0502099 | 106.095 | 0 | 106.095 | 12 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 11 | | HtmlWindowWrapper | HtmlWindowWrapper() | 0 | 20 | 17 | 0 | 3 | 1 | 1 | 46 | 147 | 811.964 | 10.6364 | 8636.34 | 479.797 | 0.140313 | 87.402 | 0 | 87.402 | 44 | 2 |
| wxcrafter/controls/html_window_wrapper.cpp | 32 | | HtmlWindowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 34 | | HtmlWindowWrapper | CppCtorCode() const [override] | 0 | 16 | 13 | 0 | 3 | 3 | 1 | 36 | 139 | 718.62 | 13.8478 | 9951.32 | 552.851 | 0.154217 | 91.1919 | 0 | 91.1919 | 29 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 51 | | HtmlWindowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 56 | | HtmlWindowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 58 | | HtmlWindowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 35 | 84 | 430.86 | 10 | 4308.6 | 239.367 | 0.0882611 | 103.403 | 0 | 103.403 | 18 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 68 | | HtmlWindowWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/html_window_wrapper.cpp | 80 | | HtmlWindowWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 12 | | HyperLinkCtrlWrapper | HyperLinkCtrlWrapper() | 0 | 32 | 29 | 0 | 3 | 1 | 1 | 54 | 172 | 989.841 | 8.69767 | 8609.31 | 478.295 | 0.14002 | 78.7578 | 0 | 78.7578 | 43 | 2 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 45 | | HyperLinkCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 47 | | HyperLinkCtrlWrapper | CppCtorCode() const [override] | 0 | 20 | 17 | 0 | 3 | 4 | 1 | 47 | 245 | 1360.87 | 16.8235 | 22894.7 | 1271.93 | 0.268763 | 84.0265 | 0 | 84.0265 | 65 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 68 | | HyperLinkCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 73 | | HyperLinkCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 75 | | HyperLinkCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 30 | 61 | 299.32 | 4.92857 | 1475.22 | 81.9568 | 0.0431967 | 115.049 | 0 | 115.049 | 18 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 81 | | HyperLinkCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 2 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 34.9714 | 143.23 | 6 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 90 | | HyperLinkCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 16 | 12 | 1 | 4 | 5 | 1 | 32 | 145 | 725 | 14.1429 | 10253.6 | 569.643 | 0.157324 | 90.686 | 18.8844 | 109.57 | 21 | 0 |
| wxcrafter/controls/hyper_link_ctrl_wrapper.cpp | 107 | | HyperLinkCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 26 | 21 | 1 | 4 | 8 | 2 | 39 | 204 | 1078.22 | 18.75 | 20216.7 | 1123.15 | 0.247373 | 80.0669 | 14.9585 | 95.0253 | 31 | 0 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 9 | | InfoBarButtonWrapper | InfoBarButtonWrapper() | 0 | 23 | 20 | 0 | 3 | 1 | 0 | 44 | 126 | 687.888 | 8.8125 | 6062.02 | 336.779 | 0.110821 | 86.0001 | 0 | 86.0001 | 29 | 2 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 33 | | InfoBarButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 35 | | InfoBarButtonWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 5.625 | 963.565 | 53.5314 | 0.0325187 | 114.998 | 0 | 114.998 | 12 | 0 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 42 | | InfoBarButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 44 | | InfoBarButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/info_bar_button_wrapper.cpp | 46 | | InfoBarButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 5.14286 | 884.033 | 49.113 | 0.0307037 | 117.933 | 0 | 117.933 | 9 | 0 |
| wxcrafter/controls/info_bar_wrapper.cpp | 5 | | InfoBarWrapper | InfoBarWrapper() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 5.38462 | 949.948 | 52.7749 | 0.0322116 | 110.184 | 0 | 110.184 | 9 | 2 |
| wxcrafter/controls/info_bar_wrapper.cpp | 14 | | InfoBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/info_bar_wrapper.cpp | 16 | | InfoBarWrapper | CppCtorCode() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 61 | 279.683 | 5.75 | 1608.18 | 89.3431 | 0.0457546 | 107.788 | 0 | 107.788 | 22 | 0 |
| wxcrafter/controls/info_bar_wrapper.cpp | 25 | | InfoBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/info_bar_wrapper.cpp | 27 | | InfoBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/info_bar_wrapper.cpp | 29 | | InfoBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 15 | 12 | 0 | 3 | 2 | 1 | 30 | 67 | 328.762 | 8 | 2630.09 | 146.116 | 0.0635125 | 96.5339 | 0 | 96.5339 | 15 | 0 |
| wxcrafter/controls/list_book_wrapper.cpp | 6 | | ListBookWrapper | ListBookWrapper() | 0 | 17 | 16 | 0 | 1 | 1 | 1 | 34 | 97 | 493.484 | 6.66 | 3286.6 | 182.589 | 0.0736846 | 92.6242 | 0 | 92.6242 | 33 | 2 |
| wxcrafter/controls/list_book_wrapper.cpp | 24 | | ListBookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/list_book_wrapper.cpp | 26 | | ListBookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/list_book_wrapper.cpp | 28 | | ListBookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/list_book_wrapper.cpp | 30 | | ListBookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 11 | | ListBoxWrapper | ListBoxWrapper() | 0 | 28 | 25 | 0 | 3 | 1 | 1 | 47 | 143 | 794.306 | 9.55882 | 7592.63 | 421.813 | 0.128768 | 82.0654 | 0 | 82.0654 | 57 | 2 |
| wxcrafter/controls/list_box_wrapper.cpp | 40 | | ListBoxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 42 | | ListBoxWrapper | CppCtorCode() const [override] | 0 | 24 | 20 | 0 | 4 | 4 | 1 | 62 | 238 | 1417.1 | 20.3256 | 28803.4 | 1600.19 | 0.313214 | 80.8624 | 0 | 80.8624 | 55 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 67 | | ListBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 69 | | ListBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 71 | | ListBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 33 | 63 | 317.797 | 5.21739 | 1658.07 | 92.115 | 0.0466961 | 111.784 | 0 | 111.784 | 18 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 78 | | ListBoxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 29 | 84 | 408.07 | 10.0833 | 4114.71 | 228.595 | 0.085593 | 100.205 | 22.5149 | 122.72 | 11 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 90 | | ListBoxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 29 | 84 | 408.07 | 10.0833 | 4114.71 | 228.595 | 0.085593 | 100.205 | 22.5149 | 122.72 | 11 | 0 |
| wxcrafter/controls/list_box_wrapper.cpp | 102 | | ListBoxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 12 | 8 | 2 | 2 | 2 | 1 | 28 | 56 | 269.212 | 7.44118 | 2003.25 | 111.292 | 0.0529707 | 101.188 | 29.5564 | 130.744 | 8 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 9 | | ListCtrlColumnWrapper | ListCtrlColumnWrapper() | 0 | 16 | 15 | 0 | 1 | 1 | 0 | 34 | 88 | 447.697 | 7.8913 | 3532.91 | 196.273 | 0.0773216 | 94.1127 | 0 | 94.1127 | 19 | 2 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 26 | | ListCtrlColumnWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 28 | | ListCtrlColumnWrapper | CppCtorCode() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 64 | 297.207 | 5.88235 | 1748.28 | 97.1264 | 0.0483747 | 109.635 | 0 | 109.635 | 17 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 36 | | ListCtrlColumnWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 3 | 2 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3 | 129.059 | 7.16993 | 0.00851276 | 125.137 | 41.5192 | 166.656 | 0 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 42 | | ListCtrlColumnWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 44 | | ListCtrlColumnWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 29 | 61 | 296.337 | 5.85 | 1733.57 | 96.3095 | 0.0481031 | 115.101 | 0 | 115.101 | 12 | 0 |
| wxcrafter/controls/list_ctrl_column_wrapper.cpp | 50 | | ListCtrlColumnWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.0294 | 3905.41 | 216.967 | 0.0826653 | 100.448 | 22.5149 | 122.963 | 10 | 0 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 6 | | ListCtrlWrapper | ListCtrlWrapper() | 0 | 58 | 53 | 0 | 5 | 1 | 1 | 78 | 476 | 2991.85 | 14.2836 | 42734.4 | 2374.13 | 0.40744 | 63.3719 | 0 | 63.3719 | 173 | 2 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 65 | | ListCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 67 | | ListCtrlWrapper | CppCtorCode() const [override] | 0 | 13 | 9 | 4 | 0 | 1 | 0 | 27 | 83 | 394.656 | 6.52632 | 2575.65 | 143.092 | 0.062633 | 98.1321 | 37.8705 | 136.003 | 24 | 0 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 81 | | ListCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 83 | | ListCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/list_ctrl_wrapper.cpp | 85 | | ListCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 6 | 1 | 2 | 1 | 0 | 23 | 46 | 208.084 | 5.78571 | 1203.91 | 66.8841 | 0.0377232 | 107.418 | 24.6875 | 132.105 | 11 | 0 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 9 | | MediaCtrlWrapper | MediaCtrlWrapper() | 0 | 40 | 37 | 1 | 3 | 1 | 0 | 62 | 185 | 1101.53 | 9.48 | 10442.5 | 580.137 | 0.159251 | 74.587 | 12.1253 | 86.7123 | 51 | 2 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 50 | | MediaCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 52 | | MediaCtrlWrapper | CppCtorCode() const [override] | 0 | 12 | 11 | 0 | 1 | 1 | 0 | 33 | 97 | 489.306 | 6.08 | 2974.98 | 165.277 | 0.0689501 | 98.311 | 0 | 98.311 | 39 | 0 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 65 | | MediaCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 67 | | MediaCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/media_ctrl_wrapper.cpp | 69 | | MediaCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 63 | 312.114 | 6.94737 | 2168.37 | 120.465 | 0.0558429 | 103.373 | 0 | 103.373 | 17 | 0 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 6 | | MenuBarWrapper | MenuBarWrapper() | 0 | 10 | 9 | 0 | 1 | 1 | 1 | 26 | 47 | 220.921 | 5.3125 | 1173.64 | 65.2023 | 0.0370882 | 105.4 | 0 | 105.4 | 12 | 2 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 17 | | MenuBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 19 | | MenuBarWrapper | CppCtorCode() const [override] | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 29 | 82 | 398.354 | 10.2353 | 4077.27 | 226.515 | 0.0850731 | 103.581 | 0 | 103.581 | 19 | 0 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 29 | | MenuBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 31 | | MenuBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 33 | | MenuBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 14 | 13 | 1 | 0 | 2 | 1 | 27 | 60 | 285.293 | 10.6786 | 3046.52 | 169.251 | 0.0700511 | 98.389 | 20.1155 | 118.505 | 9 | 0 |
| wxcrafter/controls/menu_toolbar/menu_bar_wrapper.cpp | 48 | | MenuBarWrapper | DesignerXRC() const | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 50 | 222.972 | 6.92308 | 1543.65 | 85.7583 | 0.0445223 | 107.058 | 0 | 107.058 | 11 | 1 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 17 | | MenuItemWrapper | MenuItemWrapper() | 0 | 31 | 25 | 0 | 6 | 1 | 0 | 66 | 228 | 1378.12 | 12.7941 | 17631.9 | 979.547 | 0.22581 | 77.5513 | 0 | 77.5513 | 47 | 2 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 49 | | MenuItemWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 51 | | MenuItemWrapper | CppCtorCode() const [override] | 0 | 75 | 59 | 5 | 13 | 17 | 2 | 90 | 446 | 2895.37 | 33.6429 | 97408.4 | 5411.58 | 0.705683 | 55.6982 | 19.4709 | 75.1691 | 84 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 127 | | MenuItemWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 129 | | MenuItemWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 131 | | MenuItemWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 26 | 23 | 2 | 2 | 8 | 2 | 60 | 185 | 1092.77 | 13.9286 | 15220.8 | 845.6 | 0.204725 | 79.9972 | 20.8285 | 100.826 | 43 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 158 | | MenuItemWrapper | XRCKind() const | 0 | 12 | 10 | 0 | 2 | 3 | 1 | 24 | 49 | 224.663 | 7.61538 | 1710.9 | 95.0498 | 0.0476827 | 101.899 | 0 | 101.899 | 7 | 1 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 171 | | MenuItemWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 7 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 115.634 | 27.6325 | 143.267 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 179 | | MenuItemWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 7 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 115.634 | 27.6325 | 143.267 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 187 | | MenuItemWrapper | DoLoadXRCProperties(const wxXmlNode *) | 1 | 39 | 32 | 2 | 6 | 11 | 1 | 50 | 237 | 1337.59 | 19.0714 | 25509.8 | 1417.21 | 0.288858 | 71.6874 | 17.1835 | 88.871 | 42 | 2 |
| wxcrafter/controls/menu_toolbar/menu_item_wrapper.cpp | 227 | | MenuItemWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 44 | 36 | 3 | 6 | 10 | 2 | 56 | 255 | 1480.88 | 19 | 28136.6 | 1563.15 | 0.308362 | 69.4341 | 19.6789 | 89.113 | 49 | 0 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 9 | | MenuWrapper | MenuWrapper() | 0 | 23 | 19 | 0 | 4 | 1 | 1 | 52 | 150 | 855.066 | 9.83333 | 8408.15 | 467.119 | 0.137831 | 84.8689 | 0 | 84.8689 | 44 | 4 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 33 | | MenuWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 35 | | MenuWrapper | CppCtorCode() const [override] | 0 | 32 | 22 | 5 | 6 | 10 | 2 | 46 | 203 | 1121.28 | 19.931 | 22348.3 | 1241.57 | 0.264469 | 76.0395 | 28.7405 | 104.78 | 38 | 0 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 68 | | MenuWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 70 | | MenuWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| wxcrafter/controls/menu_toolbar/menu_wrapper.cpp | 72 | | MenuWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 6 | 0 | 2 | 1 | 0 | 22 | 42 | 187.296 | 5.88462 | 1102.17 | 61.2314 | 0.0355667 | 109.873 | 0 | 109.873 | 9 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 11 | | StatusBarWrapper | StatusBarWrapper() | 0 | 16 | 14 | 0 | 2 | 1 | 1 | 36 | 84 | 434.274 | 7.04 | 3057.29 | 169.849 | 0.070216 | 94.271 | 0 | 94.271 | 29 | 2 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 28 | | StatusBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 30 | | StatusBarWrapper | CppCtorCode() const [override] | 0 | 12 | 10 | 2 | 0 | 1 | 0 | 32 | 114 | 570 | 8.41304 | 4795.43 | 266.413 | 0.0947903 | 97.5172 | 29.5564 | 127.074 | 32 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 43 | | StatusBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 45 | | StatusBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 47 | | StatusBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 6 | 0 | 1 | 2 | 1 | 34 | 69 | 351.035 | 6.81818 | 2393.42 | 132.968 | 0.0596428 | 108.54 | 0 | 108.54 | 16 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 55 | | StatusBarWrapper | DesignerXRC() const | 0 | 9 | 9 | 1 | 0 | 1 | 0 | 30 | 77 | 377.831 | 6.42857 | 2428.91 | 134.939 | 0.060231 | 104.316 | 24.6875 | 129.003 | 20 | 1 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 65 | | StatusBarWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 74 | | StatusBarWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/menu_toolbar/status_bar_wrapper.cpp | 83 | | StatusBarWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 108.36 | 26.0372 | 134.397 | 7 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 56 | | | GenerateCppCtorCodeRecursively(wxcWidget *) | 1 | 21 | 20 | 1 | 1 | 5 | 2 | 34 | 128 | 651.195 | 24 | 15628.7 | 868.26 | 0.208366 | 86.8389 | 16.583 | 103.422 | 20 | 2 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 413 | | AuiToolBarItemNonStretchSpaceWrapper | AuiToolBarItemNonStretchSpaceWrapper() | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 33 | 73 | 368.241 | 7.71429 | 2840.71 | 157.817 | 0.0668596 | 98.4924 | 0 | 98.4924 | 13 | 5 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 427 | | AuiToolBarItemNonStretchSpaceWrapper | CppCtorCode() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 4.88889 | 599.495 | 33.3053 | 0.0236993 | 123.305 | 0 | 123.305 | 9 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 432 | | AuiToolBarItemNonStretchSpaceWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 51 | 239.722 | 5.82353 | 1396.03 | 77.5573 | 0.0416366 | 116.204 | 0 | 116.204 | 10 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 442 | | AuiToolBarItemSpaceWrapper | AuiToolBarItemSpaceWrapper() | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 33 | 73 | 368.241 | 7.71429 | 2840.71 | 157.817 | 0.0668596 | 98.4924 | 0 | 98.4924 | 13 | 5 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 456 | | AuiToolBarItemSpaceWrapper | CppCtorCode() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.44444 | 490.496 | 27.2498 | 0.0207317 | 123.852 | 0 | 123.852 | 9 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 461 | | AuiToolBarItemSpaceWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 51 | 239.722 | 5.82353 | 1396.03 | 77.5573 | 0.0416366 | 116.204 | 0 | 116.204 | 10 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 470 | | AuiToolBarLabelWrapper | AuiToolBarLabelWrapper(int) | 1 | 17 | 15 | 0 | 2 | 1 | 0 | 43 | 117 | 634.873 | 8.70968 | 5529.54 | 307.197 | 0.104233 | 91.3141 | 0 | 91.3141 | 23 | 2 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 488 | | AuiToolBarLabelWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 490 | | AuiToolBarLabelWrapper | CppCtorCode() const [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 27 | 67 | 318.577 | 7.25 | 2309.69 | 128.316 | 0.0582435 | 103.496 | 0 | 103.496 | 20 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 501 | | AuiToolBarLabelWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 506 | | AuiToolBarLabelWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 508 | | AuiToolBarLabelWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 55 | 261.519 | 5.75 | 1503.73 | 83.5407 | 0.0437515 | 115.751 | 0 | 115.751 | 12 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 514 | | AuiToolBarLabelWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 9 | 1 | 1 | 3 | 2 | 32 | 72 | 360 | 8.7 | 3132 | 174 | 0.0713554 | 100.856 | 22.5149 | 123.371 | 9 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 361 | | ToolBarItemSeparatorWrapper | ToolBarItemSeparatorWrapper() | 0 | 16 | 13 | 0 | 3 | 1 | 0 | 37 | 85 | 442.804 | 7.92 | 3507 | 194.834 | 0.0769431 | 94.1698 | 0 | 94.1698 | 16 | 5 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 378 | | ToolBarItemSeparatorWrapper | CppCtorCode() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 125.782 | 0 | 125.782 | 5 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 387 | | ToolBarItemSpaceWrapper | ToolBarItemSpaceWrapper() | 0 | 16 | 13 | 0 | 3 | 1 | 0 | 37 | 85 | 442.804 | 7.92 | 3507 | 194.834 | 0.0769431 | 94.1698 | 0 | 94.1698 | 16 | 5 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 404 | | ToolBarItemSpaceWrapper | CppCtorCode() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 125.782 | 0 | 125.782 | 5 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 21 | | ToolBarItemWrapper | ToolBarItemWrapper(int) | 1 | 32 | 27 | 1 | 4 | 1 | 0 | 72 | 255 | 1573.33 | 10.6864 | 16813.3 | 934.073 | 0.218767 | 76.3481 | 13.5225 | 89.8707 | 54 | 6 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 54 | | ToolBarItemWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 78 | | ToolBarItemWrapper | CppCtorCode() const [override] | 0 | 78 | 65 | 7 | 8 | 17 | 5 | 103 | 507 | 3390.06 | 26.8889 | 91154.8 | 5064.16 | 0.675147 | 54.2426 | 22.3807 | 76.6233 | 105 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 157 | | ToolBarItemWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 159 | | ToolBarItemWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 161 | | ToolBarItemWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 34 | 27 | 0 | 7 | 8 | 3 | 59 | 237 | 1394.19 | 15.1705 | 21150.4 | 1175.02 | 0.254932 | 74.3846 | 0 | 74.3846 | 33 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 196 | | ToolBarItemWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 59 | 42 | 8 | 12 | 15 | 3 | 66 | 379 | 2290.83 | 24.6327 | 56429.1 | 3134.95 | 0.490397 | 61.2632 | 27.0009 | 88.2642 | 68 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 256 | | ToolBarItemWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 29 | 21 | 4 | 6 | 9 | 1 | 49 | 211 | 1184.7 | 17.6471 | 20906.5 | 1161.47 | 0.252969 | 77.5781 | 27.2067 | 104.785 | 36 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 286 | | ToolBarItemWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 23 | 17 | 4 | 4 | 5 | 1 | 43 | 149 | 808.513 | 13.7586 | 11124 | 618.002 | 0.166107 | 84.24 | 30.1022 | 114.342 | 26 | 0 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 310 | | ToolBarItemWrapper | OnPropertiesUpdated() | 0 | 13 | 10 | 3 | 0 | 5 | 3 | 25 | 72 | 334.358 | 7.07143 | 2364.39 | 131.355 | 0.0591595 | 98.0743 | 33.8695 | 131.944 | 12 | 1 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 324 | | ToolBarItemWrapper | UpdateRegisteredEventsIfNeeded() [override] | 0 | 26 | 20 | 3 | 3 | 6 | 1 | 39 | 127 | 671.246 | 12.88 | 8645.65 | 480.314 | 0.140414 | 82.9913 | 25.1141 | 108.105 | 20 | 2 |
| wxcrafter/controls/menu_toolbar/tool_bar_item_wrapper.cpp | 351 | | ToolBarItemWrapper | HasDefaultDropdown() const | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 40 | 185.754 | 7.38462 | 1371.72 | 76.2069 | 0.0411519 | 117.3 | 0 | 117.3 | 4 | 1 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 201 | | AuiToolbarWrapper | AuiToolbarWrapper() | 0 | 34 | 30 | 0 | 4 | 1 | 1 | 59 | 218 | 1282.42 | 11.587 | 14859.3 | 825.517 | 0.20147 | 76.4292 | 0 | 76.4292 | 60 | 4 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 236 | | AuiToolbarWrapper | CppCtorCode() const [override] | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 35 | 113 | 579.609 | 14.3333 | 8307.73 | 461.54 | 0.136731 | 95.9036 | 0 | 95.9036 | 25 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 250 | | AuiToolbarWrapper | DoGenerateClassMember() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 252 | | AuiToolbarWrapper | DoGenerateExtraFunctions(wxString &, wxString &) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 124.253 | 0 | 124.253 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 257 | | AuiToolbarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 15 | 12 | 0 | 3 | 2 | 1 | 40 | 119 | 633.309 | 11.0741 | 7013.32 | 389.629 | 0.122131 | 93.1246 | 0 | 93.1246 | 25 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 273 | | AuiToolbarWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 16 | 12 | 2 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 94.2513 | 26.0372 | 120.289 | 11 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 290 | | AuiToolbarWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 16 | 12 | 2 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.3529 | 4031.39 | 223.966 | 0.0844336 | 94.3782 | 26.0372 | 120.415 | 13 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 307 | | AuiToolbarWrapper | CppDtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 4.8 | 301.956 | 16.7753 | 0.0150029 | 149.233 | 0 | 149.233 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 309 | | AuiToolbarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 14 | | ToolbarBaseWrapper | [explicit] ToolbarBaseWrapper(int) | 1 | 45 | 41 | 0 | 4 | 1 | 1 | 71 | 310 | 1906.42 | 12.2034 | 23264.8 | 1292.49 | 0.271651 | 69.8266 | 0 | 69.8266 | 76 | 3 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 60 | | ToolbarBaseWrapper | CppCtorCode() const [override] | 0 | 29 | 27 | 0 | 2 | 7 | 1 | 62 | 258 | 1536.18 | 22.1429 | 34015.5 | 1889.75 | 0.349942 | 76.6871 | 0 | 76.6871 | 57 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 90 | | ToolbarBaseWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 92 | | ToolbarBaseWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 94 | | ToolbarBaseWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 31 | 22 | 4 | 5 | 6 | 1 | 58 | 195 | 1142.31 | 16.65 | 19019.4 | 1056.63 | 0.237507 | 77.3772 | 26.4103 | 103.788 | 37 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 126 | | ToolbarBaseWrapper | [virtual] DesignerXRC() const | 0 | 17 | 14 | 0 | 3 | 2 | 1 | 39 | 127 | 671.246 | 12.25 | 8222.76 | 456.82 | 0.135797 | 90.7944 | 0 | 90.7944 | 27 | 1 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 144 | | ToolbarBaseWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 25 | 20 | 1 | 4 | 5 | 1 | 32 | 145 | 725 | 14.1429 | 10253.6 | 569.643 | 0.157324 | 83.4561 | 15.2452 | 98.7014 | 21 | 0 |
| wxcrafter/controls/menu_toolbar/toolbar_base_wrapper.cpp | 170 | | ToolbarBaseWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 26 | 20 | 2 | 4 | 5 | 1 | 32 | 141 | 705 | 14.1429 | 9970.71 | 553.929 | 0.154417 | 82.9662 | 20.8285 | 103.795 | 25 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 11 | | RadioBoxWrapper | RadioBoxWrapper() | 0 | 22 | 19 | 0 | 3 | 1 | 1 | 47 | 141 | 783.197 | 9.08571 | 7115.9 | 395.328 | 0.12332 | 86.0455 | 0 | 86.0455 | 39 | 2 |
| wxcrafter/controls/radio_box_wrapper.cpp | 34 | | RadioBoxWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 36 | | RadioBoxWrapper | CppCtorCode() const [override] | 0 | 26 | 19 | 3 | 4 | 4 | 1 | 64 | 256 | 1536 | 20.6889 | 31778.1 | 1765.45 | 0.334424 | 79.1468 | 25.1141 | 104.261 | 62 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 63 | | RadioBoxWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 65 | | RadioBoxWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 67 | | RadioBoxWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 65 | 322.023 | 5.47619 | 1763.46 | 97.9699 | 0.0486544 | 111.715 | 0 | 111.715 | 21 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 74 | | RadioBoxWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 17 | 12 | 2 | 3 | 4 | 1 | 33 | 122 | 615.416 | 12 | 7384.99 | 410.277 | 0.126409 | 90.786 | 25.3357 | 116.122 | 18 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 92 | | RadioBoxWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 17 | 12 | 2 | 3 | 4 | 1 | 33 | 122 | 615.416 | 12 | 7384.99 | 410.277 | 0.126409 | 90.786 | 25.3357 | 116.122 | 18 | 0 |
| wxcrafter/controls/radio_box_wrapper.cpp | 110 | | RadioBoxWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 17 | 12 | 2 | 3 | 4 | 1 | 34 | 123 | 625.758 | 11.7174 | 7332.25 | 407.347 | 0.125807 | 90.6993 | 25.3357 | 116.035 | 22 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 8 | | RadioButtonWrapper | RadioButtonWrapper() | 0 | 16 | 13 | 0 | 3 | 1 | 1 | 39 | 96 | 507.399 | 8.5 | 4312.89 | 239.605 | 0.0883197 | 93.4617 | 0 | 93.4617 | 30 | 2 |
| wxcrafter/controls/radio_button_wrapper.cpp | 25 | | RadioButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 27 | | RadioButtonWrapper | CppCtorCode() const [override] | 0 | 13 | 10 | 2 | 1 | 1 | 0 | 31 | 113 | 559.824 | 7.30435 | 4089.15 | 227.175 | 0.0852382 | 96.3142 | 28.5467 | 124.861 | 34 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 41 | | RadioButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 43 | | RadioButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 45 | | RadioButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 4.82143 | 894.211 | 49.6784 | 0.0309389 | 121.153 | 0 | 121.153 | 12 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 50 | | RadioButtonWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/radio_button_wrapper.cpp | 59 | | RadioButtonWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 101.865 | 23.5268 | 125.392 | 11 | 2 |
| wxcrafter/controls/radio_button_wrapper.cpp | 70 | | RadioButtonWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 108.36 | 26.0372 | 134.397 | 7 | 0 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 7 | | RichTextCtrlWrapper | RichTextCtrlWrapper() | 0 | 60 | 56 | 0 | 4 | 1 | 1 | 82 | 322 | 2047.13 | 12.2464 | 25069.9 | 1392.77 | 0.285527 | 64.7958 | 0 | 64.7958 | 96 | 2 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 68 | | RichTextCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 70 | | RichTextCtrlWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.5 | 550 | 30.5556 | 0.0223762 | 117.797 | 0 | 117.797 | 5 | 0 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 77 | | RichTextCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 82 | | RichTextCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/rich_text_ctrl_wrapper.cpp | 84 | | RichTextCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 8 | 0 | 1 | 2 | 1 | 28 | 58 | 278.827 | 7.125 | 1986.64 | 110.369 | 0.0526775 | 105.666 | 0 | 105.666 | 14 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 9 | | ScrollBarWrapper | ScrollBarWrapper() | 0 | 37 | 34 | 0 | 3 | 1 | 1 | 65 | 296 | 1782.62 | 14.25 | 25402.3 | 1411.24 | 0.288046 | 73.3468 | 0 | 73.3468 | 71 | 2 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 47 | | ScrollBarWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 49 | | ScrollBarWrapper | CppCtorCode() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 76 | 352.933 | 7.29412 | 2574.34 | 143.019 | 0.0626117 | 104.67 | 0 | 104.67 | 24 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 59 | | ScrollBarWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 61 | | ScrollBarWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 63 | | ScrollBarWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 37 | 117 | 609.506 | 7.39286 | 4505.99 | 250.333 | 0.0909367 | 103.737 | 0 | 103.737 | 34 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 72 | | ScrollBarWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 17 | 12 | 1 | 4 | 5 | 1 | 31 | 145 | 718.358 | 14.85 | 10667.6 | 592.646 | 0.161531 | 89.7517 | 18.3478 | 108.1 | 21 | 0 |
| wxcrafter/controls/scroll_bar_wrapper.cpp | 90 | | ScrollBarWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 17 | 12 | 1 | 4 | 5 | 1 | 31 | 141 | 698.542 | 14.85 | 10373.3 | 576.297 | 0.158547 | 89.8972 | 18.3478 | 108.245 | 25 | 0 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 8 | | SearchCtrlWrapper | SearchCtrlWrapper() | 0 | 34 | 31 | 0 | 3 | 1 | 1 | 57 | 190 | 1108.25 | 10.1932 | 11296.6 | 627.588 | 0.16782 | 77.1882 | 0 | 77.1882 | 68 | 2 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 43 | | SearchCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 45 | | SearchCtrlWrapper | CppCtorCode() const [override] | 0 | 10 | 8 | 0 | 2 | 1 | 0 | 23 | 67 | 303.079 | 7.2 | 2182.17 | 121.231 | 0.0560795 | 103.755 | 0 | 103.755 | 19 | 0 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 56 | | SearchCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 58 | | SearchCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/search_ctrl_wrapper.cpp | 60 | | SearchCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 71 | 351.748 | 5.52273 | 1942.61 | 107.923 | 0.0518962 | 111.256 | 0 | 111.256 | 22 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 8 | | SimpleBookWrapper | SimpleBookWrapper() | 0 | 25 | 22 | 1 | 2 | 1 | 2 | 56 | 147 | 853.681 | 7.33333 | 6260.33 | 347.796 | 0.113225 | 83.5265 | 15.2452 | 98.7718 | 43 | 2 |
| wxcrafter/controls/simple_book_wrapper.cpp | 34 | | SimpleBookWrapper | GetXRCPageClass() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 36 | | SimpleBookWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 38 | | SimpleBookWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 40 | | SimpleBookWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 42 | | SimpleBookWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 27 | 55 | 261.519 | 5.5 | 1438.35 | 79.9085 | 0.0424739 | 108.137 | 0 | 108.137 | 16 | 0 |
| wxcrafter/controls/simple_book_wrapper.cpp | 51 | | SimpleBookWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 6.13636 | 954.753 | 53.0418 | 0.0323201 | 115.498 | 0 | 115.498 | 9 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 9 | | SliderWrapper | SliderWrapper() | 0 | 40 | 37 | 0 | 3 | 1 | 1 | 68 | 323 | 1966.25 | 13.9455 | 27420.3 | 1523.35 | 0.303105 | 71.574 | 0 | 71.574 | 112 | 2 |
| wxcrafter/controls/slider_wrapper.cpp | 50 | | SliderWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 52 | | SliderWrapper | CppCtorCode() const [override] | 0 | 11 | 10 | 1 | 0 | 1 | 0 | 31 | 113 | 559.824 | 7.47826 | 4186.51 | 232.584 | 0.0865858 | 99.0205 | 22.5149 | 121.535 | 36 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 64 | | SliderWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 66 | | SliderWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 68 | | SliderWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 71 | 351.748 | 5.52273 | 1942.61 | 107.923 | 0.0518962 | 111.256 | 0 | 111.256 | 22 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 75 | | SliderWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 114 | 559.386 | 12.4474 | 6962.88 | 386.827 | 0.121545 | 94.4277 | 20.1155 | 114.543 | 16 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 90 | | SliderWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 114 | 559.386 | 12.4474 | 6962.88 | 386.827 | 0.121545 | 94.4277 | 20.1155 | 114.543 | 16 | 0 |
| wxcrafter/controls/slider_wrapper.cpp | 105 | | SliderWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 111 | 544.665 | 12.4474 | 6779.64 | 376.647 | 0.119403 | 94.5664 | 20.1155 | 114.682 | 19 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 10 | | SpacerWrapper | SpacerWrapper() | 0 | 14 | 11 | 1 | 2 | 1 | 0 | 32 | 85 | 425 | 9.3 | 3952.5 | 219.583 | 0.0833285 | 96.5464 | 20.1155 | 116.662 | 13 | 2 |
| wxcrafter/controls/spacer_wrapper.cpp | 25 | | SpacerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 27 | | SpacerWrapper | CppCtorCode() const [override] | 0 | 17 | 16 | 0 | 1 | 2 | 1 | 44 | 212 | 1157.4 | 18.4333 | 21334.7 | 1185.26 | 0.256411 | 87.9615 | 0 | 87.9615 | 50 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 45 | | SpacerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 47 | | SpacerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 49 | | SpacerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.33333 | 544.995 | 30.2775 | 0.0222403 | 120.638 | 0 | 120.638 | 2 | 0 |
| wxcrafter/controls/spacer_wrapper.cpp | 55 | | SpacerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 26 | 20 | 2 | 4 | 7 | 3 | 45 | 176 | 966.566 | 14.9032 | 14405 | 800.275 | 0.197342 | 80.8653 | 20.8285 | 101.694 | 24 | 0 |
| wxcrafter/controls/spin_button_wrapper.cpp | 11 | | SpinButtonWrapper | SpinButtonWrapper() | 0 | 20 | 17 | 0 | 3 | 1 | 1 | 47 | 164 | 910.953 | 9.625 | 8767.92 | 487.107 | 0.141735 | 86.8038 | 0 | 86.8038 | 44 | 2 |
| wxcrafter/controls/spin_button_wrapper.cpp | 32 | | SpinButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/spin_button_wrapper.cpp | 34 | | SpinButtonWrapper | CppCtorCode() const [override] | 0 | 13 | 11 | 0 | 2 | 1 | 0 | 29 | 93 | 451.792 | 9.225 | 4167.78 | 231.544 | 0.0863274 | 97.4291 | 0 | 97.4291 | 20 | 0 |
| wxcrafter/controls/spin_button_wrapper.cpp | 47 | | SpinButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/spin_button_wrapper.cpp | 49 | | SpinButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/spin_button_wrapper.cpp | 51 | | SpinButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 11 | 10 | 0 | 1 | 1 | 0 | 39 | 118 | 623.677 | 7.5 | 4677.58 | 259.866 | 0.0932308 | 98.4588 | 0 | 98.4588 | 26 | 0 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 11 | | SpinCtrlWrapper | SpinCtrlWrapper() | 0 | 19 | 16 | 0 | 3 | 1 | 1 | 44 | 131 | 715.186 | 8.33333 | 5959.88 | 331.104 | 0.109573 | 88.8929 | 0 | 88.8929 | 32 | 2 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 31 | | SpinCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 33 | | SpinCtrlWrapper | CppCtorCode() const [override] | 0 | 14 | 11 | 2 | 1 | 1 | 0 | 29 | 93 | 451.792 | 9.225 | 4167.78 | 231.544 | 0.0863274 | 96.2285 | 27.6325 | 123.861 | 20 | 0 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 48 | | SpinCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 50 | | SpinCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| wxcrafter/controls/spin_ctrl_wrapper.cpp | 52 | | SpinCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 12 | 2 | 2 | 1 | 0 | 44 | 140 | 764.32 | 7.71429 | 5896.19 | 327.566 | 0.108791 | 91.3313 | 26.0372 | 117.369 | 34 | 0 |
| wxcrafter/controls/spin_wrapper_base.cpp | 5 | | SpinWrapperBase | [explicit] SpinWrapperBase(int) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 4.5 | 209.281 | 11.6267 | 0.0117499 | 128.346 | 0 | 128.346 | 1 | 2 |
| wxcrafter/controls/spin_wrapper_base.cpp | 10 | | SpinWrapperBase | EnsureSaneValues(wxString &, wxString &, int &, int &, int &) const | 5 | 22 | 19 | 4 | 0 | 6 | 1 | 39 | 147 | 776.954 | 18.125 | 14082.3 | 782.35 | 0.194384 | 84.9371 | 30.6787 | 115.616 | 16 | 4 |
| wxcrafter/controls/spin_wrapper_base.cpp | 33 | | SpinWrapperBase | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 114 | 559.386 | 12.4474 | 6962.88 | 386.827 | 0.121545 | 94.4277 | 20.1155 | 114.543 | 16 | 0 |
| wxcrafter/controls/spin_wrapper_base.cpp | 48 | | SpinWrapperBase | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 10 | 1 | 3 | 4 | 1 | 30 | 114 | 559.386 | 12.4474 | 6962.88 | 386.827 | 0.121545 | 94.4277 | 20.1155 | 114.543 | 16 | 0 |
| wxcrafter/controls/spin_wrapper_base.cpp | 63 | | SpinWrapperBase | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 24 | 18 | 3 | 3 | 6 | 3 | 37 | 160 | 833.513 | 17.9565 | 14967 | 831.499 | 0.202442 | 83.1622 | 26.0372 | 109.199 | 26 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 12 | | SplitterWindowWrapper | SplitterWindowWrapper() | 0 | 43 | 37 | 0 | 6 | 1 | 1 | 73 | 280 | 1733.15 | 12.1333 | 21028.9 | 1168.27 | 0.253955 | 71.0585 | 0 | 71.0585 | 89 | 2 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 56 | | SplitterWindowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 58 | | SplitterWindowWrapper | CppCtorCode() const [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 86 | 421.993 | 7.5 | 3164.94 | 175.83 | 0.0718549 | 102.034 | 0 | 102.034 | 22 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 69 | | SplitterWindowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 74 | | SplitterWindowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 76 | | SplitterWindowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 18 | 14 | 0 | 4 | 2 | 1 | 54 | 162 | 932.292 | 9.57143 | 8923.36 | 495.742 | 0.143405 | 88.1602 | 0 | 88.1602 | 36 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 95 | | SplitterWindowWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 21 | 16 | 1 | 4 | 6 | 1 | 39 | 157 | 829.808 | 16.52 | 13708.4 | 761.579 | 0.190928 | 85.3485 | 16.583 | 101.931 | 24 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 117 | | SplitterWindowWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 17 | 12 | 1 | 4 | 5 | 1 | 32 | 145 | 725 | 14.1429 | 10253.6 | 569.643 | 0.157324 | 89.7039 | 18.3478 | 108.052 | 21 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 135 | | SplitterWindowWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 17 | 12 | 1 | 4 | 5 | 1 | 32 | 141 | 705 | 14.1429 | 9970.71 | 553.929 | 0.154417 | 89.8493 | 18.3478 | 108.197 | 25 | 0 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 153 | | SplitterWindowWrapper | IsSplitVertically() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 4.95 | 525.681 | 29.2045 | 0.0217117 | 120.438 | 0 | 120.438 | 3 | 2 |
| wxcrafter/controls/splitter_window_wrapper.cpp | 159 | | SplitterWindowWrapper | GetSashPos() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4 | 359.697 | 19.9832 | 0.0168592 | 147.375 | 0 | 147.375 | 3 | 1 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 10 | | StaticBitmapWrapper | StaticBitmapWrapper() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 54 | 259.597 | 6.47059 | 1679.75 | 93.3192 | 0.0471022 | 108.176 | 0 | 108.176 | 11 | 2 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 19 | | StaticBitmapWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 21 | | StaticBitmapWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 23 | | StaticBitmapWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 25 | | StaticBitmapWrapper | CppCtorCode() const [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 33 | 104 | 524.617 | 7.3125 | 3836.26 | 213.126 | 0.0816866 | 99.3582 | 0 | 99.3582 | 31 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 37 | | StaticBitmapWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 42 | | StaticBitmapWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.5625 | 1941.78 | 107.877 | 0.0518814 | 108.003 | 26.0372 | 134.04 | 6 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 51 | | StaticBitmapWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 27 | 54 | 256.764 | 7.5625 | 1941.78 | 107.877 | 0.0518814 | 108.003 | 26.0372 | 134.04 | 6 | 0 |
| wxcrafter/controls/static_bitmap_wrapper.cpp | 60 | | StaticBitmapWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 29 | 57 | 276.905 | 8.11765 | 2247.82 | 124.879 | 0.0571987 | 103.995 | 23.5268 | 127.522 | 8 | 0 |
| wxcrafter/controls/static_line_wrapper.cpp | 5 | | StaticLineWrapper | StaticLineWrapper() | 0 | 12 | 10 | 0 | 2 | 1 | 1 | 28 | 60 | 288.441 | 6.47059 | 1866.38 | 103.688 | 0.0505296 | 101.059 | 0 | 101.059 | 20 | 2 |
| wxcrafter/controls/static_line_wrapper.cpp | 18 | | StaticLineWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/static_line_wrapper.cpp | 20 | | StaticLineWrapper | CppCtorCode() const [override] | 0 | 9 | 8 | 1 | 0 | 1 | 0 | 25 | 77 | 357.577 | 6.82353 | 2439.94 | 135.552 | 0.0604131 | 104.602 | 24.6875 | 129.29 | 21 | 0 |
| wxcrafter/controls/static_line_wrapper.cpp | 30 | | StaticLineWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/static_line_wrapper.cpp | 32 | | StaticLineWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/static_line_wrapper.cpp | 34 | | StaticLineWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 4.875 | 706.614 | 39.2563 | 0.0264444 | 122.435 | 0 | 122.435 | 8 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 11 | | StaticTextWrapper | StaticTextWrapper() | 0 | 17 | 14 | 0 | 3 | 1 | 1 | 44 | 120 | 655.132 | 10.0333 | 6573.16 | 365.175 | 0.116966 | 91.1508 | 0 | 91.1508 | 42 | 2 |
| wxcrafter/controls/static_text_wrapper.cpp | 29 | | StaticTextWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 31 | | StaticTextWrapper | CppCtorCode() const [override] | 0 | 15 | 12 | 2 | 2 | 2 | 1 | 39 | 121 | 639.534 | 9.77778 | 6253.22 | 347.401 | 0.11314 | 93.0737 | 26.7997 | 119.873 | 36 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 47 | | StaticTextWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 10 | 1 | 0 | 2 | 1 | 36 | 86 | 444.614 | 8.25 | 3668.06 | 203.781 | 0.0792811 | 101.533 | 23.5268 | 125.059 | 22 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 58 | | StaticTextWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 69 | | StaticTextWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 108.36 | 26.0372 | 134.397 | 7 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 78 | | StaticTextWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/static_text_wrapper.cpp | 80 | | StaticTextWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 18 | | StyledTextCtrlWrapper | StyledTextCtrlWrapper() | 0 | 195 | 185 | 1 | 9 | 2 | 1 | 255 | 1207 | 9649.18 | 15.1875 | 146547 | 8141.5 | 0.926538 | 37.4093 | 5.53563 | 42.945 | 407 | 2 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 214 | | StyledTextCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 216 | | StyledTextCtrlWrapper | CppCtorCode() const [override] | 0 | 92 | 69 | 8 | 16 | 12 | 1 | 122 | 656 | 4546.56 | 22.7596 | 103478 | 5748.78 | 0.734701 | 51.192 | 22.0554 | 73.2473 | 210 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 309 | | StyledTextCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 311 | | StyledTextCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 313 | | StyledTextCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 32 | 22 | 1 | 9 | 8 | 2 | 63 | 208 | 1243.27 | 12.1875 | 15152.4 | 841.8 | 0.204111 | 75.9625 | 13.5225 | 89.485 | 55 | 0 |
| wxcrafter/controls/styled_text_ctrl_wrapper.cpp | 346 | | StyledTextCtrlWrapper | GetLexers() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 37 | 169.644 | 10.5 | 1781.26 | 98.9588 | 0.0489813 | 108.25 | 0 | 108.25 | 4 | 1 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 14 | | TaskBarIconWrapper | TaskBarIconWrapper() | 0 | 23 | 20 | 0 | 3 | 1 | 0 | 61 | 185 | 1097.19 | 9.18367 | 10076.2 | 559.789 | 0.155505 | 83.5724 | 0 | 83.5724 | 55 | 2 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 38 | | TaskBarIconWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 40 | | TaskBarIconWrapper | CppCtorCode() const [override] | 0 | 18 | 17 | 0 | 1 | 2 | 1 | 41 | 120 | 642.906 | 9.93103 | 6384.72 | 354.707 | 0.11472 | 90.0928 | 0 | 90.0928 | 36 | 0 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 59 | | TaskBarIconWrapper | CppDtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.5 | 550 | 30.5556 | 0.0223762 | 117.797 | 0 | 117.797 | 6 | 0 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 66 | | TaskBarIconWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 68 | | TaskBarIconWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/task_bar_icon_wrapper.cpp | 70 | | TaskBarIconWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.33333 | 544.995 | 30.2775 | 0.0222403 | 117.684 | 29.5564 | 147.24 | 2 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 12 | | TextCtrlWrapper | TextCtrlWrapper() | 0 | 57 | 55 | 1 | 2 | 2 | 1 | 79 | 309 | 1947.87 | 11.8462 | 23074.7 | 1281.93 | 0.27017 | 65.6552 | 10.1879 | 75.8432 | 119 | 2 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 70 | | TextCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 72 | | TextCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 74 | | TextCtrlWrapper | CppCtorCode() const [override] | 0 | 29 | 23 | 2 | 5 | 6 | 1 | 42 | 136 | 733.355 | 9.6 | 7040.21 | 391.123 | 0.122444 | 80.7621 | 19.7854 | 100.548 | 28 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 104 | | TextCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 17 | 14 | 1 | 2 | 4 | 2 | 47 | 120 | 666.551 | 11.0968 | 7396.56 | 410.92 | 0.126541 | 90.3709 | 18.3478 | 108.719 | 34 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 122 | | TextCtrlWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 134 | | TextCtrlWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 83 | 399.01 | 10.3529 | 4130.93 | 229.496 | 0.0858178 | 100.321 | 22.5149 | 122.836 | 11 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 146 | | TextCtrlWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 8 | 1 | 2 | 3 | 1 | 28 | 81 | 389.396 | 10.3529 | 4031.39 | 223.966 | 0.0844336 | 100.448 | 22.5149 | 122.963 | 13 | 0 |
| wxcrafter/controls/text_ctrl_wrapper.cpp | 158 | | TextCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 10 | | TimerWrapper | TimerWrapper() | 0 | 20 | 18 | 0 | 2 | 1 | 0 | 48 | 134 | 748.385 | 10.0882 | 7549.88 | 419.438 | 0.128284 | 87.826 | 0 | 87.826 | 31 | 2 |
| wxcrafter/controls/timer_wrapper.cpp | 31 | | TimerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 33 | | TimerWrapper | CppCtorCode() const [override] | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 74 | 379.567 | 7.82609 | 2970.52 | 165.029 | 0.0688812 | 102.355 | 0 | 102.355 | 23 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 44 | | TimerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 46 | | TimerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 48 | | TimerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.33333 | 544.995 | 30.2775 | 0.0222403 | 117.684 | 29.5564 | 147.24 | 2 | 0 |
| wxcrafter/controls/timer_wrapper.cpp | 55 | | TimerWrapper | CppDtorCode() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 35 | 145.947 | 6 | 875.684 | 48.6491 | 0.0305101 | 113.333 | 0 | 113.333 | 10 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 11 | | ToggleButtonWrapper | ToggleButtonWrapper() | 0 | 18 | 15 | 0 | 3 | 1 | 1 | 41 | 117 | 626.834 | 8.27586 | 5187.59 | 288.199 | 0.0998901 | 90.4544 | 0 | 90.4544 | 45 | 2 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 30 | | ToggleButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 32 | | ToggleButtonWrapper | CppCtorCode() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 46 | 202.047 | 5.84615 | 1181.2 | 65.622 | 0.0372472 | 111.642 | 0 | 111.642 | 12 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 40 | | ToggleButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 46 | | ToggleButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 48 | | ToggleButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 28 | 56 | 269.212 | 4.97368 | 1338.97 | 74.3875 | 0.0404943 | 115.601 | 0 | 115.601 | 17 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 54 | | ToggleButtonWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 63 | | ToggleButtonWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 27 | 52 | 247.254 | 7.21875 | 1784.87 | 99.1592 | 0.0490474 | 108.199 | 26.0372 | 134.236 | 6 | 0 |
| wxcrafter/controls/toggle_button_wrapper.cpp | 72 | | ToggleButtonWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 108.36 | 26.0372 | 134.397 | 7 | 0 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 21 | | TopLevelWinWrapper | TopLevelWinWrapper(int) | 1 | 69 | 59 | 4 | 6 | 5 | 1 | 99 | 331 | 2194.32 | 14.2222 | 31208.1 | 1733.78 | 0.330413 | 61.2506 | 18.2206 | 79.4712 | 101 | 7 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 91 | | TopLevelWinWrapper | FormatCode(const wxString &) const | 1 | 15 | 11 | 2 | 2 | 3 | 1 | 39 | 87 | 459.83 | 12.8696 | 5917.81 | 328.767 | 0.109057 | 94.5591 | 26.7997 | 121.359 | 15 | 4 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 107 | | TopLevelWinWrapper | [virtual] GenerateCode(const wxcProjectMetadata &, bool, bool, wxString &, wxString &, wxArrayString &, wxStringMap_t &) | 7 | 291 | 212 | 30 | 53 | 34 | 3 | 234 | 1376 | 10829.6 | 30.9809 | 335511 | 18639.5 | 1.60947 | 22.964 | 23.8578 | 46.8218 | 337 | 1 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 400 | | TopLevelWinWrapper | [static] WrapXRC(wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 7.5 | 1270.94 | 70.6077 | 0.0391106 | 110.393 | 0 | 110.393 | 7 | 11 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 409 | | TopLevelWinWrapper | [virtual] IsWxTopLevelWindow() const | 0 | 4 | 4 | 0 | 0 | 3 | 0 | 17 | 30 | 122.624 | 5.625 | 689.759 | 38.32 | 0.0260222 | 122.845 | 0 | 122.845 | 3 | 3 |
| wxcrafter/controls/top_level_win_wrapper.cpp | 414 | | TopLevelWinWrapper | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 3 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 6 | | TreeCtrlWrapper | TreeCtrlWrapper() | 0 | 59 | 57 | 0 | 2 | 1 | 1 | 80 | 473 | 2990.27 | 14.029 | 41950.5 | 2330.58 | 0.402442 | 63.0977 | 0 | 63.0977 | 168 | 2 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 66 | | TreeCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 68 | | TreeCtrlWrapper | CppCtorCode() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 83 | 394.656 | 6.52632 | 2575.65 | 143.092 | 0.062633 | 104.089 | 0 | 104.089 | 24 | 0 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 78 | | TreeCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 80 | | TreeCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/controls/tree_ctrl_wrapper.cpp | 82 | | TreeCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 4.84615 | 799.61 | 44.4228 | 0.0287165 | 121.761 | 0 | 121.761 | 10 | 0 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 13 | | TreeListCtrlColumnWrapper | TreeListCtrlColumnWrapper() | 0 | 26 | 23 | 1 | 2 | 1 | 0 | 49 | 126 | 707.453 | 8.27027 | 5850.83 | 325.046 | 0.108232 | 83.8681 | 14.9585 | 98.8266 | 23 | 2 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 40 | | TreeListCtrlColumnWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 42 | | TreeListCtrlColumnWrapper | CppCtorCode() const [override] | 0 | 11 | 10 | 4 | 1 | 1 | 0 | 31 | 65 | 322.023 | 7.7 | 2479.58 | 137.754 | 0.0610656 | 101.896 | 40.2062 | 142.102 | 22 | 0 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 54 | | TreeListCtrlColumnWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 56 | | TreeListCtrlColumnWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/tree_list_ctrl_column_wrapper.cpp | 58 | | TreeListCtrlColumnWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 15 | 0 | 1 | 2 | 1 | 43 | 80 | 434.101 | 7.15 | 3103.82 | 172.435 | 0.0709268 | 94.043 | 0 | 94.043 | 23 | 0 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 7 | | TreeListCtrlWrapper | TreeListCtrlWrapper() | 0 | 45 | 43 | 0 | 2 | 1 | 1 | 58 | 172 | 1007.57 | 8.42553 | 8489.34 | 471.63 | 0.138716 | 73.1425 | 0 | 73.1425 | 73 | 2 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 53 | | TreeListCtrlWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 55 | | TreeListCtrlWrapper | CppCtorCode() const [override] | 0 | 16 | 8 | 7 | 1 | 1 | 0 | 26 | 62 | 291.427 | 5.33333 | 1554.28 | 86.3488 | 0.0447265 | 96.3452 | 42.7278 | 139.073 | 24 | 0 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 72 | | TreeListCtrlWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 74 | | TreeListCtrlWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/tree_list_ctrl_wrapper.cpp | 76 | | TreeListCtrlWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 9 | 6 | 1 | 2 | 1 | 0 | 23 | 46 | 208.084 | 5.78571 | 1203.91 | 66.8841 | 0.0377232 | 107.418 | 24.6875 | 132.105 | 11 | 0 |
| wxcrafter/controls/web_view_wrapper.cpp | 7 | | WebViewWrapper | WebViewWrapper() | 0 | 43 | 37 | 2 | 4 | 1 | 0 | 62 | 154 | 916.946 | 9.02041 | 8271.23 | 459.513 | 0.13633 | 74.3691 | 16.3963 | 90.7654 | 48 | 2 |
| wxcrafter/controls/web_view_wrapper.cpp | 51 | | WebViewWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/controls/web_view_wrapper.cpp | 53 | | WebViewWrapper | CppCtorCode() const [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 29 | 70 | 340.059 | 5.33333 | 1813.65 | 100.758 | 0.0495732 | 103.157 | 0 | 103.157 | 27 | 0 |
| wxcrafter/controls/web_view_wrapper.cpp | 64 | | WebViewWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/controls/web_view_wrapper.cpp | 66 | | WebViewWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/controls/web_view_wrapper.cpp | 68 | | WebViewWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 13 | 12 | 1 | 0 | 3 | 1 | 35 | 101 | 518.058 | 8.6087 | 4459.8 | 247.767 | 0.0903141 | 96.2574 | 20.8285 | 117.086 | 29 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 9 | | BoxSizerWrapper | BoxSizerWrapper() | 0 | 16 | 12 | 1 | 4 | 1 | 0 | 42 | 84 | 452.955 | 6.6 | 2989.5 | 166.083 | 0.0691743 | 94.0519 | 18.8844 | 112.936 | 16 | 2 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 26 | | BoxSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 28 | | BoxSizerWrapper | CppCtorCode() const [override] | 0 | 21 | 17 | 0 | 4 | 4 | 2 | 31 | 96 | 475.603 | 9.47368 | 4505.71 | 250.317 | 0.0909329 | 88.7029 | 0 | 88.7029 | 26 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 50 | | BoxSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 48 | 225.621 | 5.82353 | 1313.91 | 72.9951 | 0.0399874 | 111.068 | 0 | 111.068 | 10 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 58 | | BoxSizerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 60 | | BoxSizerWrapper | SetOrientation(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 62 | | BoxSizerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 25 | 49 | 227.549 | 7.85714 | 1787.88 | 99.3269 | 0.0491027 | 105.016 | 23.5268 | 128.543 | 6 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 73 | | BoxSizerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 16 | 12 | 2 | 2 | 3 | 1 | 33 | 77 | 388.418 | 9.75 | 3787.08 | 210.393 | 0.0809869 | 94.3912 | 26.0372 | 120.428 | 10 | 0 |
| wxcrafter/sizers/box_sizer_wrapper.cpp | 90 | | BoxSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 26 | 51 | 239.722 | 7.7 | 1845.86 | 102.548 | 0.0501586 | 104.745 | 23.5268 | 128.272 | 7 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 8 | | FlexGridSizerWrapper | FlexGridSizerWrapper() | 0 | 19 | 16 | 1 | 3 | 1 | 0 | 47 | 142 | 788.752 | 9.42857 | 7436.8 | 413.156 | 0.127 | 88.3837 | 17.3987 | 105.782 | 29 | 3 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 28 | | FlexGridSizerWrapper | CppCtorCode() const [override] | 0 | 33 | 28 | 0 | 5 | 6 | 2 | 58 | 233 | 1364.91 | 19.125 | 26103.9 | 1450.22 | 0.293325 | 75.4386 | 0 | 75.4386 | 66 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 62 | | FlexGridSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 12 | 12 | 0 | 0 | 1 | 0 | 41 | 91 | 487.537 | 5.76562 | 2810.96 | 156.164 | 0.0663919 | 98.3298 | 0 | 98.3298 | 35 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 75 | | FlexGridSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 77 | | FlexGridSizerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 29.5564 | 147.688 | 2 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 84 | | FlexGridSizerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 29.5564 | 147.688 | 2 | 0 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 91 | | FlexGridSizerWrapper | DoLoadXRCProperties(const wxXmlNode *) | 1 | 32 | 27 | 0 | 5 | 7 | 1 | 34 | 182 | 925.918 | 16.0217 | 14834.8 | 824.157 | 0.201249 | 77.725 | 0 | 77.725 | 30 | 2 |
| wxcrafter/sizers/flexgridsizer_wrapper.cpp | 124 | | FlexGridSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 35 | 28 | 1 | 6 | 7 | 1 | 36 | 201 | 1039.15 | 16.72 | 17374.7 | 965.259 | 0.223609 | 75.6733 | 12.944 | 88.6173 | 37 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 8 | | GridBagSizerWrapper | GridBagSizerWrapper() | 0 | 16 | 14 | 1 | 2 | 1 | 0 | 42 | 112 | 603.94 | 8.6 | 5193.88 | 288.549 | 0.0999708 | 92.556 | 18.8844 | 111.44 | 23 | 3 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 25 | | GridBagSizerWrapper | CppCtorCode() const [override] | 0 | 20 | 18 | 0 | 2 | 4 | 2 | 32 | 107 | 535 | 10.2 | 5457 | 303.167 | 0.103319 | 88.8814 | 0 | 88.8814 | 31 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 46 | | GridBagSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 73 | 374.438 | 5.71154 | 2138.62 | 118.812 | 0.0553308 | 102.656 | 0 | 102.656 | 25 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 57 | | GridBagSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 59 | | GridBagSizerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 3 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 65 | | GridBagSizerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 29.5564 | 147.688 | 2 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 72 | | GridBagSizerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 29.5564 | 147.688 | 2 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 79 | | GridBagSizerWrapper | DoLoadXRCProperties(const wxXmlNode *) | 1 | 22 | 19 | 0 | 3 | 5 | 1 | 30 | 126 | 618.268 | 13.6053 | 8411.7 | 467.317 | 0.137869 | 86.3551 | 0 | 86.3551 | 20 | 2 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 102 | | GridBagSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 25 | 20 | 1 | 4 | 5 | 1 | 32 | 141 | 705 | 14.1429 | 9970.71 | 553.929 | 0.154417 | 83.6016 | 15.2452 | 98.8468 | 25 | 0 |
| wxcrafter/sizers/grid_bag_sizer_wrapper.cpp | 128 | | GridBagSizerWrapper | DoGenerateCppCtorCode_End() const [override] | 0 | 14 | 13 | 0 | 1 | 3 | 1 | 37 | 119 | 619.925 | 14.913 | 9244.97 | 513.609 | 0.14683 | 94.1234 | 0 | 94.1234 | 24 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 7 | | GridSizerWrapper | GridSizerWrapper() | 0 | 17 | 14 | 1 | 3 | 1 | 0 | 42 | 112 | 603.94 | 8.6 | 5193.88 | 288.549 | 0.0999708 | 91.5739 | 18.3478 | 109.922 | 23 | 3 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 25 | | GridSizerWrapper | CppCtorCode() const [override] | 0 | 22 | 18 | 0 | 4 | 4 | 2 | 34 | 121 | 615.583 | 10.9091 | 6715.45 | 373.081 | 0.118648 | 86.6077 | 0 | 86.6077 | 39 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 48 | | GridSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 73 | 374.438 | 5.71154 | 2138.62 | 118.812 | 0.0553308 | 102.656 | 0 | 102.656 | 25 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 59 | | GridSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 61 | | GridSizerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 29.5564 | 147.688 | 2 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 68 | | GridSizerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 6 | 5 | 1 | 1 | 1 | 0 | 16 | 24 | 96 | 4.27778 | 410.667 | 22.8148 | 0.0184164 | 118.009 | 29.5564 | 147.565 | 2 | 0 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 75 | | GridSizerWrapper | DoLoadXRCProperties(const wxXmlNode *) | 1 | 22 | 19 | 0 | 3 | 5 | 1 | 30 | 126 | 618.268 | 13.6053 | 8411.7 | 467.317 | 0.137869 | 86.3551 | 0 | 86.3551 | 20 | 2 |
| wxcrafter/sizers/grid_sizer_wrapper.cpp | 98 | | GridSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 25 | 20 | 1 | 4 | 5 | 1 | 32 | 141 | 705 | 14.1429 | 9970.71 | 553.929 | 0.154417 | 83.6016 | 15.2452 | 98.8468 | 25 | 0 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 6 | | SizerWrapperBase | SizerWrapperBase() | 0 | 23 | 21 | 0 | 2 | 1 | 0 | 40 | 113 | 601.378 | 11.3077 | 6800.2 | 377.789 | 0.119645 | 86.699 | 0 | 86.699 | 35 | 0 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 30 | | SizerWrapperBase | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 2 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 32 | | SizerWrapperBase | IsMainSizer() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 19 | 76 | 5.83333 | 443.333 | 24.6296 | 0.0193805 | 148.02 | 0 | 148.02 | 1 | 6 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 34 | | SizerWrapperBase | GenerateMinSizeCode() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 53 | 252.009 | 7.5625 | 1905.82 | 105.879 | 0.0512389 | 106.192 | 0 | 106.192 | 12 | 5 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 44 | | SizerWrapperBase | GenerateMinSizeXRC() const | 0 | 13 | 12 | 0 | 1 | 3 | 1 | 31 | 63 | 312.114 | 8.66667 | 2704.99 | 150.277 | 0.0647127 | 98.8923 | 0 | 98.8923 | 12 | 5 |
| wxcrafter/sizers/sizer_wrapper_base.cpp | 58 | | SizerWrapperBase | KeepAsClassMember() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 5 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 9 | | StaticBoxSizerWrapper | StaticBoxSizerWrapper() | 0 | 14 | 11 | 1 | 3 | 1 | 0 | 40 | 88 | 468.33 | 6.63793 | 3108.74 | 172.708 | 0.0710016 | 96.0416 | 20.1155 | 116.157 | 18 | 2 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 24 | | StaticBoxSizerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 26 | | StaticBoxSizerWrapper | CppCtorCode() const [override] | 0 | 26 | 21 | 0 | 5 | 5 | 2 | 45 | 138 | 757.876 | 13.5172 | 10244.4 | 569.133 | 0.15723 | 82.5901 | 0 | 82.5901 | 41 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 53 | | StaticBoxSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 55 | | StaticBoxSizerWrapper | SetOrientation(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 125.792 | 0 | 125.792 | 2 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 60 | | StaticBoxSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 10 | 9 | 0 | 1 | 2 | 0 | 35 | 68 | 348.791 | 8.86364 | 3091.56 | 171.753 | 0.0707398 | 102.795 | 0 | 102.795 | 19 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 71 | | StaticBoxSizerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 5.33333 | 566.795 | 31.4886 | 0.0228295 | 120.434 | 0 | 120.434 | 3 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 77 | | StaticBoxSizerWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 13 | 9 | 3 | 1 | 3 | 1 | 35 | 67 | 343.662 | 9.33333 | 3207.51 | 178.195 | 0.0724977 | 98.3916 | 33.8695 | 132.261 | 10 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 91 | | StaticBoxSizerWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 9 | 1 | 1 | 3 | 1 | 35 | 67 | 343.662 | 9.33333 | 3207.51 | 178.195 | 0.0724977 | 101.098 | 22.5149 | 123.613 | 10 | 0 |
| wxcrafter/sizers/static_box_sizer_wrapper.cpp | 103 | | StaticBoxSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 9 | 1 | 1 | 3 | 1 | 36 | 69 | 356.725 | 9.22727 | 3291.6 | 182.867 | 0.0737593 | 100.904 | 22.5149 | 123.419 | 11 | 0 |
| wxcrafter/sizers/std_button_wrapper.cpp | 13 | | StdButtonWrapper | StdButtonWrapper() | 0 | 19 | 17 | 0 | 2 | 1 | 0 | 62 | 165 | 982.442 | 8.62245 | 8471.06 | 470.614 | 0.138517 | 87.2419 | 0 | 87.2419 | 28 | 2 |
| wxcrafter/sizers/std_button_wrapper.cpp | 33 | | StdButtonWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/sizers/std_button_wrapper.cpp | 35 | | StdButtonWrapper | CppCtorCode() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 53 | 243.003 | 7.14286 | 1735.74 | 96.4298 | 0.0481431 | 108.289 | 0 | 108.289 | 13 | 0 |
| wxcrafter/sizers/std_button_wrapper.cpp | 44 | | StdButtonWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.44444 | 399.663 | 22.2035 | 0.018086 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/sizers/std_button_wrapper.cpp | 46 | | StdButtonWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 1 |
| wxcrafter/sizers/std_button_wrapper.cpp | 48 | | StdButtonWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 7 | 2 | 0 | 1 | 0 | 33 | 81 | 408.596 | 5.625 | 2298.35 | 127.686 | 0.0580528 | 107.98 | 36.8317 | 144.812 | 25 | 0 |
| wxcrafter/sizers/std_button_wrapper.cpp | 56 | | StdButtonWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 8 | 6 | 1 | 1 | 2 | 1 | 26 | 52 | 244.423 | 7.7 | 1882.06 | 104.559 | 0.0508121 | 108.259 | 26.0372 | 134.296 | 6 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 6 | | StdDialogButtonSizerWrapper | StdDialogButtonSizerWrapper() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 4.57143 | 410.782 | 22.8212 | 0.0184199 | 118.353 | 0 | 118.353 | 4 | 2 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 13 | | StdDialogButtonSizerWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 15 | | StdDialogButtonSizerWrapper | CppCtorCode() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 5.33333 | 632.194 | 35.1219 | 0.0245534 | 116.912 | 0 | 116.912 | 8 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 22 | | StdDialogButtonSizerWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 24 | | StdDialogButtonSizerWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 26 | | StdDialogButtonSizerWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 6.13636 | 901.711 | 50.0951 | 0.0311117 | 115.795 | 0 | 115.795 | 5 | 0 |
| wxcrafter/sizers/std_dialog_button_sizer_wrapper.cpp | 33 | | StdDialogButtonSizerWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 45 | 38 | 4 | 3 | 7 | 6 | 83 | 303 | 1931.64 | 20.4919 | 39583 | 2199.05 | 0.387155 | 68.3782 | 22.2816 | 90.6598 | 38 | 0 |
| wxcrafter/src/AboutDlg.cpp | 9 | | wxcAboutDlg | wxcAboutDlg(wxWindow *) | 1 | 22 | 18 | 0 | 4 | 2 | 1 | 39 | 97 | 512.684 | 12.1875 | 6248.34 | 347.13 | 0.113081 | 88.0189 | 0 | 88.0189 | 19 | 1 |
| wxcrafter/src/AboutDlg.cpp | 32 | | wxcAboutDlg | OnSize(wxSizeEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 12 | | BitmapSelectorDlg | BitmapSelectorDlg(wxWindow *, const wxString &) | 2 | 91 | 82 | 1 | 8 | 7 | 2 | 125 | 528 | 3677.93 | 20.3942 | 75008.6 | 4167.15 | 0.592861 | 53.6215 | 8.08433 | 61.7059 | 35 | 3 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 104 | | BitmapSelectorDlg | ~BitmapSelectorDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 7.07143 | 825.645 | 45.8692 | 0.0293365 | 119.945 | 0 | 119.945 | 3 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 110 | | BitmapSelectorDlg | OnBrowseFile(wxCommandEvent &) [override] | 1 | 19 | 17 | 0 | 2 | 4 | 2 | 50 | 156 | 880.442 | 10.8889 | 9587.03 | 532.613 | 0.15043 | 87.1219 | 0 | 87.1219 | 24 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 130 | | BitmapSelectorDlg | OnSelectBitmapUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 132 | | BitmapSelectorDlg | OnUserArtProviderUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 137 | | BitmapSelectorDlg | GetBitmapFile() const | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 27 | 64 | 304.313 | 9.2 | 2799.68 | 155.538 | 0.0662141 | 100.551 | 0 | 100.551 | 12 | 3 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 150 | | BitmapSelectorDlg | OnUseFilePicker(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 1 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 152 | | BitmapSelectorDlg | OnUserArtProvider(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 1 | 0 |
| wxcrafter/src/BitmapSelectorDlg.cpp | 153 | | BitmapSelectorDlg | OnUseRelativePaths(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 80 | 392.551 | 7.81579 | 3068.1 | 170.45 | 0.0703815 | 102.18 | 0 | 102.18 | 12 | 0 |
| wxcrafter/src/EventsEditorDlg.cpp | 11 | | EventsEditorPane | EventsEditorPane(wxWindow *, wxcWidget *, wxCrafterPlugin *) | 3 | 20 | 20 | 0 | 0 | 1 | 0 | 39 | 170 | 898.518 | 12.7679 | 11472.2 | 637.342 | 0.169554 | 86.8753 | 0 | 86.8753 | 30 | 1 |
| wxcrafter/src/EventsEditorDlg.cpp | 32 | | EventsEditorPane | ~EventsEditorPane() [override] | 0 | 20 | 17 | 0 | 3 | 1 | 0 | 29 | 146 | 709.265 | 14.2105 | 10079 | 559.946 | 0.155534 | 88.1051 | 0 | 88.1051 | 28 | 0 |
| wxcrafter/src/EventsEditorDlg.cpp | 53 | | EventsEditorPane | DoInitialize() | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 28 | 86 | 413.433 | 8.73529 | 3611.45 | 200.636 | 0.0784634 | 96.2299 | 0 | 96.2299 | 13 | 3 |
| wxcrafter/src/EventsEditorDlg.cpp | 68 | | EventsEditorPane | SplitterPositionChanged() | 0 | 17 | 12 | 4 | 1 | 4 | 1 | 37 | 83 | 432.385 | 11.0476 | 4776.82 | 265.379 | 0.0945449 | 92.6215 | 34.1356 | 126.757 | 10 | 1 |
| wxcrafter/src/EventsEditorDlg.cpp | 86 | | EventsEditorPane | Save() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 13 | 26 | 96.2114 | 6.4 | 615.753 | 34.2085 | 0.0241259 | 115.27 | 0 | 115.27 | 2 | 2 |
| wxcrafter/src/EventsEditorDlg.cpp | 94 | | EventsEditorPane | OnWidgetSelected(wxCommandEvent &) | 1 | 14 | 11 | 1 | 2 | 2 | 1 | 28 | 64 | 307.671 | 9 | 2769.04 | 153.835 | 0.0657301 | 97.9963 | 20.1155 | 118.112 | 5 | 2 |
| wxcrafter/src/EventsEditorDlg.cpp | 109 | | EventsEditorPane | OnUpdatePanes(wxCommandEvent &) | 1 | 7 | 6 | 1 | 1 | 1 | 1 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 114.983 | 27.6325 | 142.615 | 2 | 2 |
| wxcrafter/src/EventsEditorDlg.cpp | 117 | | EventsEditorPane | InitEventsForWidget(wxcWidget *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4.57143 | 339.341 | 18.8523 | 0.016217 | 122.3 | 0 | 122.3 | 1 | 1 |
| wxcrafter/src/EventsEditorDlg.cpp | 123 | | EventsEditorPane | OnProjectClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/src/EventsEditorDlg.cpp | 129 | | EventsEditorPane | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 39 | 165.669 | 5.09091 | 843.407 | 46.8559 | 0.0297557 | 112.674 | 0 | 112.674 | 6 | 2 |
| wxcrafter/src/EventsEditorDlg.cpp | 137 | | EventsEditorPane | OnValueChanged(wxPropertyGridEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 4.36364 | 593.165 | 32.9536 | 0.0235322 | 116.2 | 0 | 116.2 | 5 | 4 |
| wxcrafter/src/EventsEditorDlg.cpp | 144 | | EventsEditorPane | OnDoubleClick(wxPropertyGridEvent &) | 1 | 32 | 27 | 3 | 2 | 4 | 2 | 60 | 193 | 1140.03 | 15.0233 | 17127 | 951.498 | 0.221479 | 77.3333 | 22.8376 | 100.171 | 35 | 4 |
| wxcrafter/src/MediaCtrl.cpp | 3 | | MediaCtrl | [explicit] MediaCtrl(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| wxcrafter/src/OpenGLCanvas.cpp | 3 | | OpenGLCanvas | OpenGLCanvas(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 1 |
| wxcrafter/src/OpenGLCanvas.cpp | 8 | | OpenGLCanvas | OnMove(wxMoveEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/src/OpenGLCanvas.cpp | 9 | | OpenGLCanvas | OnSize(wxSizeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/src/allocator_mgr.cpp | 173 | | Allocator | Allocator() | 0 | 136 | 132 | 4 | 2 | 1 | 0 | 255 | 1293 | 10336.7 | 9.62963 | 99538.6 | 5529.92 | 0.715934 | 43.119 | 13.1285 | 56.2475 | 380 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 310 | | Allocator | CreateControlsMenu() const | 0 | 77 | 65 | 1 | 11 | 1 | 0 | 175 | 768 | 5722.53 | 10.2957 | 58917.6 | 3273.2 | 0.50471 | 55.4091 | 8.78156 | 64.1907 | 360 | 2 |
| wxcrafter/src/allocator_mgr.cpp | 388 | | Allocator | [static] Instance() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 12 | 1296 | 72 | 0.0396231 | 114.669 | 0 | 114.669 | 1 | 37 |
| wxcrafter/src/allocator_mgr.cpp | 396 | | Allocator | [static] Release() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 5.83333 | 490 | 27.2222 | 0.0207178 | 118.703 | 0 | 118.703 | 2 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 403 | | Allocator | Create(int) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 27 | 45 | 213.97 | 8.35714 | 1788.18 | 99.3432 | 0.049108 | 108.951 | 0 | 108.951 | 5 | 12 |
| wxcrafter/src/allocator_mgr.cpp | 412 | | Allocator | Register(wxcWidget *, const wxString &, int) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 65 | 336.045 | 12.5263 | 4209.41 | 233.856 | 0.0869013 | 104.695 | 0 | 104.695 | 5 | 125 |
| wxcrafter/src/allocator_mgr.cpp | 422 | | Allocator | GetImageId(int) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 42 | 197.418 | 9 | 1776.77 | 98.7092 | 0.0488989 | 111.533 | 0 | 111.533 | 4 | 6 |
| wxcrafter/src/allocator_mgr.cpp | 430 | | Allocator | CreateWrapperFromJSON(const JSONElement &) | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 30 | 61 | 299.32 | 10.9375 | 3273.82 | 181.879 | 0.0734934 | 100.637 | 0 | 100.637 | 5 | 3 |
| wxcrafter/src/allocator_mgr.cpp | 443 | | Allocator | CreateSizerTypeMenu() const | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 38 | 76 | 398.842 | 6.92593 | 2762.35 | 153.464 | 0.0656243 | 99.374 | 0 | 99.374 | 37 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 456 | | Allocator | CreateInsertIntoSizerMenu() const | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 38 | 76 | 398.842 | 6.92593 | 2762.35 | 153.464 | 0.0656243 | 99.374 | 0 | 99.374 | 37 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 469 | | Allocator | CreateSizersMenu() const | 0 | 18 | 17 | 1 | 0 | 1 | 0 | 50 | 159 | 897.373 | 9.02564 | 8099.37 | 449.965 | 0.134435 | 88.5887 | 17.8544 | 106.443 | 62 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 488 | | Allocator | CreateTopLevelMenu() const | 0 | 18 | 15 | 1 | 2 | 1 | 0 | 47 | 140 | 777.642 | 8.70833 | 6771.97 | 376.221 | 0.119313 | 89.3334 | 17.8544 | 107.188 | 59 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 507 | | Allocator | CreateContainersMenu() const | 0 | 28 | 24 | 1 | 3 | 1 | 0 | 66 | 241 | 1456.7 | 9.7 | 14130 | 784.999 | 0.194823 | 78.9119 | 14.4303 | 93.3421 | 103 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 536 | | Allocator | [static] Initialize() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 538 | | Allocator | PrepareMenu(wxMenu &, wxcWidget *) | 2 | 199 | 162 | 2 | 35 | 50 | 3 | 189 | 1150 | 8696.58 | 28.1265 | 244604 | 13589.1 | 1.30373 | 26.5809 | 7.73422 | 34.3151 | 179 | 2 |
| wxcrafter/src/allocator_mgr.cpp | 738 | | Allocator | DoGetValidMenus(wxcWidget *) const | 1 | 281 | 249 | 4 | 28 | 65 | 4 | 133 | 886 | 6250.98 | 37.7409 | 235918 | 13106.5 | 1.27268 | 19.2581 | 9.18918 | 28.4473 | 4 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1020 | | Allocator | DoAddCommonMenu(wxMenu &) const | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 32 | 96 | 480 | 9.95238 | 4777.14 | 265.397 | 0.0945491 | 98.1808 | 0 | 98.1808 | 18 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1033 | | Allocator | DoAddProjectMenu(wxMenu &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 42 | 192.568 | 6.76923 | 1303.54 | 72.4189 | 0.0397767 | 111.662 | 0 | 111.662 | 5 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1041 | | Allocator | DoAddControlEventsMenu(wxMenu &) const | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| wxcrafter/src/allocator_mgr.cpp | 1047 | | Allocator | DoAddEventsMenu(wxMenu &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1049 | | Allocator | CanPaste(wxcWidget *, wxcWidget *) const | 2 | 30 | 23 | 3 | 4 | 7 | 2 | 37 | 171 | 890.817 | 22.1 | 19687 | 1093.72 | 0.243033 | 78.9715 | 23.5268 | 102.498 | 13 | 4 |
| wxcrafter/src/allocator_mgr.cpp | 1080 | | Allocator | DoAddEditMenu(wxMenu &) const | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 94 | 470 | 9.95238 | 4677.62 | 259.868 | 0.0932314 | 99.6999 | 0 | 99.6999 | 18 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1092 | | Allocator | DoLink(int, int, int) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 93 | 477.023 | 17.9444 | 8559.92 | 475.551 | 0.139484 | 102.874 | 0 | 102.874 | 9 | 359 |
| wxcrafter/src/allocator_mgr.cpp | 1102 | | Allocator | GetInsertionType(int, int, bool, wxcWidget *) const | 4 | 52 | 39 | 6 | 7 | 13 | 2 | 65 | 296 | 1782.62 | 28.1591 | 50197 | 2788.72 | 0.45359 | 65.0735 | 25.1141 | 90.1875 | 28 | 9 |
| wxcrafter/src/allocator_mgr.cpp | 1155 | | Allocator | DoLinkAll() | 0 | 460 | 362 | 48 | 50 | 1 | 0 | 65 | 3239 | 19506.4 | 86.8362 | 1.69387e+06 | 94103.7 | 4.73658 | 20.0759 | 23.9903 | 44.0663 | 359 | 1 |
| wxcrafter/src/allocator_mgr.cpp | 1617 | | Allocator | [static] StringToId(const wxString &) | 1 | 194 | 190 | 10 | 2 | 94 | 1 | 190 | 1131 | 8561.51 | 10.5278 | 90133.6 | 5007.42 | 0.670095 | 16.9545 | 17.2259 | 34.1805 | 93 | 3 |
| wxcrafter/src/designer_panel.cpp | 51 | | BOOL_LOCKER | BOOL_LOCKER(bool &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 6.75 | 424.625 | 23.5903 | 0.0188314 | 123.16 | 0 | 123.16 | 0 | 3 |
| wxcrafter/src/designer_panel.cpp | 56 | | BOOL_LOCKER | ~BOOL_LOCKER() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 4 | 132.877 | 7.38206 | 0.00867985 | 152.554 | 0 | 152.554 | 0 | 0 |
| wxcrafter/src/designer_panel.cpp | 64 | | CONTEXT_MENU | CONTEXT_MENU(bool) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 3.125 | 118.872 | 6.60401 | 0.00805871 | 129.391 | 0 | 129.391 | 0 | 1 |
| wxcrafter/src/designer_panel.cpp | 68 | | CONTEXT_MENU | ~CONTEXT_MENU() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 29 | 118.536 | 5.0625 | 600.091 | 33.3384 | 0.023715 | 114.185 | 0 | 114.185 | 3 | 0 |
| wxcrafter/src/designer_panel.cpp | 92 | | DesignerPanel | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/designer_panel.cpp | 92 | | DesignerPanel | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/designer_panel.cpp | 106 | | DesignerPanel | DesignerPanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 32 | 30 | 0 | 2 | 2 | 1 | 77 | 258 | 1616.83 | 16.3793 | 26482.6 | 1471.25 | 0.296155 | 75.9763 | 0 | 75.9763 | 32 | 1 |
| wxcrafter/src/designer_panel.cpp | 139 | | DesignerPanel | ~DesignerPanel() [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 24 | 96 | 440.156 | 12.1429 | 5344.76 | 296.931 | 0.101898 | 100.271 | 0 | 100.271 | 16 | 0 |
| wxcrafter/src/designer_panel.cpp | 151 | | DesignerPanel | OnUpdatePreview(wxCommandEvent &) | 1 | 19 | 15 | 0 | 4 | 3 | 1 | 34 | 73 | 371.385 | 9.1 | 3379.6 | 187.756 | 0.0750682 | 91.8404 | 0 | 91.8404 | 9 | 2 |
| wxcrafter/src/designer_panel.cpp | 171 | | DesignerPanel | OnClearPreview(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 38 | 176.467 | 5.33333 | 941.155 | 52.2864 | 0.0320125 | 108.275 | 0 | 108.275 | 3 | 2 |
| wxcrafter/src/designer_panel.cpp | 181 | | DesignerPanel | OnLoadPreview(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 30 | 55 | 269.879 | 6.36842 | 1718.7 | 95.4835 | 0.0478277 | 101.405 | 0 | 101.405 | 7 | 2 |
| wxcrafter/src/designer_panel.cpp | 194 | | DesignerPanel | OnMouseLeftDown(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 4 |
| wxcrafter/src/designer_panel.cpp | 196 | | DesignerPanel | DoControlSelected(wxEvent &) | 1 | 100 | 77 | 3 | 20 | 30 | 2 | 79 | 683 | 4305.48 | 40.5517 | 174595 | 9699.71 | 1.04128 | 45.9845 | 13.256 | 59.2405 | 103 | 4 |
| wxcrafter/src/designer_panel.cpp | 297 | | DesignerPanel | RecurseConnectEvents(wxWindow *) | 1 | 27 | 22 | 2 | 4 | 3 | 2 | 48 | 175 | 977.368 | 13.3824 | 13079.5 | 726.638 | 0.185043 | 81.1162 | 20.4627 | 101.579 | 27 | 2 |
| wxcrafter/src/designer_panel.cpp | 325 | | DesignerPanel | RecurseDisconnectEvents(wxWindow *) | 1 | 20 | 17 | 0 | 3 | 3 | 2 | 38 | 135 | 708.47 | 14.2917 | 10125.2 | 562.512 | 0.156009 | 87.651 | 0 | 87.651 | 21 | 1 |
| wxcrafter/src/designer_panel.cpp | 346 | | DesignerPanel | StoreSizersRecursively(wxSizer *, wxWindow *) | 2 | 42 | 32 | 8 | 3 | 9 | 5 | 56 | 219 | 1271.81 | 14.8 | 18822.8 | 1045.71 | 0.235868 | 71.2091 | 31.2887 | 102.498 | 24 | 2 |
| wxcrafter/src/designer_panel.cpp | 389 | | DesignerPanel | DoMarkSizeritem(wxSizerItem *, wxWindow *) | 2 | 25 | 21 | 1 | 3 | 6 | 1 | 38 | 154 | 808.181 | 21.4545 | 17339.2 | 963.286 | 0.223304 | 82.6613 | 15.2452 | 97.9066 | 21 | 1 |
| wxcrafter/src/designer_panel.cpp | 415 | | DesignerPanel | DoDrawSurroundingMarker(wxWindow *) | 1 | 31 | 25 | 1 | 5 | 6 | 1 | 31 | 115 | 569.733 | 18.2812 | 10415.4 | 578.635 | 0.158975 | 80.9945 | 13.7333 | 94.7279 | 12 | 5 |
| wxcrafter/src/designer_panel.cpp | 447 | | DesignerPanel | MarkOutline(wxDC &, wxRect *) const | 2 | 22 | 19 | 2 | 2 | 4 | 1 | 42 | 107 | 576.978 | 15.75 | 9087.4 | 504.856 | 0.145157 | 86.9445 | 22.5149 | 109.459 | 13 | 6 |
| wxcrafter/src/designer_panel.cpp | 470 | | DesignerPanel | MarkBorders(wxDC &) const | 1 | 16 | 13 | 0 | 3 | 4 | 1 | 35 | 89 | 456.506 | 12.6316 | 5766.39 | 320.355 | 0.107189 | 93.3213 | 0 | 93.3213 | 9 | 3 |
| wxcrafter/src/designer_panel.cpp | 487 | | DesignerPanel | DoMarkBorders(wxDC &, wxRect, int, int) const | 4 | 22 | 19 | 0 | 3 | 5 | 1 | 39 | 205 | 1083.51 | 23.52 | 25484.1 | 1415.78 | 0.288663 | 83.4377 | 0 | 83.4377 | 28 | 4 |
| wxcrafter/src/designer_panel.cpp | 510 | | DesignerPanel | ClearStaleOutlines() const | 0 | 19 | 16 | 2 | 1 | 5 | 1 | 34 | 108 | 549.446 | 11.4545 | 6293.65 | 349.647 | 0.113627 | 89.3438 | 24.0864 | 113.43 | 16 | 2 |
| wxcrafter/src/designer_panel.cpp | 530 | | DesignerPanel | GetOutlineOffset() const | 0 | 17 | 15 | 2 | 1 | 6 | 2 | 35 | 114 | 584.738 | 18.9474 | 11079.3 | 615.514 | 0.165661 | 90.5919 | 25.3357 | 115.928 | 7 | 1 |
| wxcrafter/src/designer_panel.cpp | 548 | | DesignerPanel | DoClear() | 0 | 23 | 18 | 2 | 3 | 3 | 1 | 39 | 100 | 528.54 | 11.4783 | 6066.72 | 337.04 | 0.110879 | 86.9104 | 22.0554 | 108.966 | 10 | 3 |
| wxcrafter/src/designer_panel.cpp | 572 | | DesignerPanel | DoNotebookPageChangeEvent(wxEvent &) | 1 | 21 | 19 | 0 | 2 | 5 | 2 | 42 | 107 | 576.978 | 13.125 | 7572.84 | 420.713 | 0.128544 | 87.4682 | 0 | 87.4682 | 8 | 5 |
| wxcrafter/src/designer_panel.cpp | 594 | | DesignerPanel | OnListbookPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 596 | | DesignerPanel | OnNotebookPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 598 | | DesignerPanel | OnToolbookPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 600 | | DesignerPanel | OnChoicebookPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 602 | | DesignerPanel | OnTreebookPageChanged(wxBookCtrlEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 604 | | DesignerPanel | DoAuiBookChanged(wxAuiNotebookEvent &) | 1 | 20 | 18 | 0 | 2 | 5 | 2 | 42 | 105 | 566.193 | 13.125 | 7431.29 | 412.849 | 0.126937 | 88.3567 | 0 | 88.3567 | 8 | 2 |
| wxcrafter/src/designer_panel.cpp | 625 | | DesignerPanel | OnAuiPageChanged(wxAuiNotebookEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 627 | | DesignerPanel | OnAuiPageChanging(wxAuiNotebookEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/designer_panel.cpp | 629 | | DesignerPanel | DoLoadXRC(int) | 1 | 69 | 57 | 4 | 8 | 9 | 3 | 97 | 409 | 2699.36 | 21.1382 | 57059.6 | 3169.98 | 0.494043 | 59.2535 | 18.2206 | 77.4741 | 55 | 2 |
| wxcrafter/src/designer_panel.cpp | 699 | | DesignerPanel | OnAuiToolClicked(wxCommandEvent &) | 1 | 39 | 34 | 0 | 5 | 5 | 2 | 50 | 243 | 1371.46 | 22.4091 | 30733.1 | 1707.39 | 0.327052 | 72.9374 | 0 | 72.9374 | 31 | 1 |
| wxcrafter/src/designer_panel.cpp | 739 | | DesignerPanel | OnHighlightControl(wxCommandEvent &) | 1 | 16 | 14 | 1 | 1 | 4 | 2 | 43 | 102 | 553.479 | 13.68 | 7571.59 | 420.644 | 0.12853 | 92.3197 | 18.8844 | 111.204 | 10 | 2 |
| wxcrafter/src/designer_panel.cpp | 756 | | DesignerPanel | OnControlFocus(wxFocusEvent &) | 1 | 12 | 12 | 0 | 0 | 6 | 1 | 34 | 96 | 488.396 | 14.2222 | 6946.08 | 385.893 | 0.12135 | 97.1706 | 0 | 97.1706 | 5 | 2 |
| wxcrafter/src/designer_panel.cpp | 769 | | DesignerPanel | OnRadioBox(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 10.5 | 2166.39 | 120.355 | 0.0558089 | 109.14 | 0 | 109.14 | 3 | 1 |
| wxcrafter/src/designer_panel.cpp | 778 | | DesignerPanel | OnRibbonPageChanged(wxRibbonBarEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 59 | 273.988 | 7 | 1917.91 | 106.551 | 0.0514554 | 105.757 | 0 | 105.757 | 8 | 1 |
| wxcrafter/src/designer_panel.cpp | 788 | | DesignerPanel | OnTreeListCtrlFocus(wxFocusEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 45 | 206.323 | 10.5 | 2166.39 | 120.355 | 0.0558089 | 109.14 | 0 | 109.14 | 3 | 0 |
| wxcrafter/src/designer_panel.cpp | 797 | | DesignerPanel | OnSize(wxSizeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| wxcrafter/src/designer_panel.cpp | 80 | | HiddenFrame | HiddenFrame() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 3.5 | 279.841 | 15.5467 | 0.0142611 | 121.914 | 0 | 121.914 | 3 | 1 |
| wxcrafter/src/designer_panel.cpp | 85 | | HiddenFrame | ~HiddenFrame() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| wxcrafter/src/duplicateTLWdlg.cpp | 3 | | DuplicateTLWDlg | DuplicateTLWDlg(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 2 |
| wxcrafter/src/duplicateTLWdlg.cpp | 8 | | DuplicateTLWDlg | OnInheritedNameFocus(wxFocusEvent &) [override] | 1 | 14 | 11 | 1 | 2 | 5 | 1 | 32 | 74 | 370 | 11.4706 | 4244.12 | 235.784 | 0.0873783 | 96.3471 | 20.1155 | 116.463 | 11 | 0 |
| wxcrafter/src/duplicateTLWdlg.cpp | 23 | | DuplicateTLWDlg | OnFilenameFocus(wxFocusEvent &) [override] | 1 | 12 | 9 | 1 | 2 | 4 | 1 | 29 | 68 | 330.343 | 11.7857 | 3893.32 | 216.296 | 0.0824947 | 99.6638 | 21.6227 | 121.287 | 8 | 0 |
| wxcrafter/src/enter_strings_dlg.cpp | 7 | | EnterStringsDlg | EnterStringsDlg(wxWindow *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 37 | 70 | 364.662 | 9.54545 | 3480.86 | 193.381 | 0.0765602 | 104.27 | 0 | 104.27 | 12 | 2 |
| wxcrafter/src/enter_strings_dlg.cpp | 17 | | EnterStringsDlg | GetValue() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| wxcrafter/src/enter_strings_dlg.cpp | 19 | | EnterStringsDlg | SetMessage(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 8.86364 | 1869.41 | 103.856 | 0.0505843 | 107.118 | 0 | 107.118 | 4 | 2 |
| wxcrafter/src/events_database.cpp | 5 | | ConnectDetails | GenerateFunctionName(const wxString &) | 1 | 15 | 12 | 0 | 3 | 1 | 0 | 35 | 90 | 461.635 | 9.625 | 4443.24 | 246.847 | 0.0900904 | 94.9988 | 0 | 94.9988 | 19 | 2 |
| wxcrafter/src/events_database.cpp | 21 | | ConnectDetails | MakeSignatureForName(const wxString &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 27 | 54 | 256.764 | 9.75 | 2503.45 | 139.08 | 0.061457 | 104.388 | 0 | 104.388 | 9 | 2 |
| wxcrafter/src/events_database.cpp | 32 | | ConnectDetails | GetFunctionDecl() const | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6 | 1001.45 | 55.636 | 0.0333655 | 110.472 | 0 | 110.472 | 9 | 1 |
| wxcrafter/src/events_database.cpp | 41 | | ConnectDetails | GetFunctionImpl(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 50 | 229.248 | 8.21429 | 1883.11 | 104.617 | 0.0508311 | 106.914 | 0 | 106.914 | 11 | 1 |
| wxcrafter/src/events_database.cpp | 51 | | ConnectDetails | SetFunctionNameAndSignature(const wxString &) | 1 | 15 | 11 | 4 | 0 | 3 | 2 | 26 | 59 | 277.326 | 9 | 2495.93 | 138.663 | 0.0613339 | 97.1886 | 35.8678 | 133.056 | 8 | 6 |
| wxcrafter/src/events_database.cpp | 70 | | EventsDatabase | [virtual] ~EventsDatabase() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| wxcrafter/src/events_database.cpp | 72 | | EventsDatabase | Add(const ConnectDetails &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 40 | 180.942 | 8.72727 | 1579.13 | 87.7297 | 0.0452021 | 117.667 | 0 | 117.667 | 6 | 0 |
| wxcrafter/src/events_database.cpp | 78 | | EventsDatabase | Add(const wxString &, const wxString &, const wxString &, const wxString &, bool) | 5 | 9 | 9 | 2 | 0 | 1 | 0 | 29 | 66 | 320.627 | 11.2941 | 3621.2 | 201.178 | 0.0786044 | 105.17 | 33.3545 | 138.524 | 7 | 1 |
| wxcrafter/src/events_database.cpp | 88 | | EventsDatabase | Exists(int) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 21 | 87.5684 | 5 | 437.842 | 24.3246 | 0.0192202 | 147.513 | 0 | 147.513 | 1 | 11 |
| wxcrafter/src/events_database.cpp | 90 | | EventsDatabase | Item(int) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 47 | 218.261 | 7.46429 | 1629.16 | 90.5091 | 0.0461518 | 108.847 | 0 | 108.847 | 6 | 10 |
| wxcrafter/src/events_database.cpp | 99 | | EventsDatabase | FillCommonEvents() | 0 | 88 | 72 | 9 | 7 | 2 | 1 | 96 | 540 | 3555.88 | 19.2927 | 68602.5 | 3811.25 | 0.558605 | 55.4901 | 23.7707 | 79.2607 | 187 | 1 |
| wxcrafter/src/events_database.cpp | 188 | | EventsDatabase | CreateMenu() const | 0 | 13 | 12 | 0 | 1 | 3 | 2 | 36 | 79 | 408.424 | 16.25 | 6636.89 | 368.716 | 0.117721 | 97.4938 | 0 | 97.4938 | 9 | 0 |
| wxcrafter/src/events_database.cpp | 202 | | EventsDatabase | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 8 |
| wxcrafter/src/file_picker_ctrl.cpp | 7 | | FilePickerCtrl | FilePickerCtrl(wxWindow *, const wxString &, const wxString &) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 37 | 90 | 468.851 | 10.0208 | 4698.28 | 261.015 | 0.0935056 | 103.193 | 0 | 103.193 | 12 | 0 |
| wxcrafter/src/file_picker_ctrl.cpp | 17 | | FilePickerCtrl | ~FilePickerCtrl() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 7.77778 | 1453.74 | 80.7631 | 0.0427762 | 117.498 | 0 | 117.498 | 8 | 0 |
| wxcrafter/src/file_picker_ctrl.cpp | 23 | | FilePickerCtrl | [virtual] OnTextEnter(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/src/file_picker_ctrl.cpp | 25 | | FilePickerCtrl | [virtual] OnMouseLeft(wxMouseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 2 |
| wxcrafter/src/file_picker_ctrl.cpp | 27 | | FilePickerCtrl | DoEdit() | 0 | 24 | 21 | 0 | 3 | 4 | 2 | 43 | 162 | 879.055 | 12.7833 | 11237.3 | 624.292 | 0.167232 | 83.3455 | 0 | 83.3455 | 26 | 1 |
| wxcrafter/src/file_picker_ctrl.cpp | 52 | | FilePickerCtrl | DoNotify() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 39 | 168.555 | 5.72727 | 965.362 | 53.6312 | 0.0325591 | 112.584 | 0 | 112.584 | 6 | 2 |
| wxcrafter/src/functions_parser.cpp | 5 | | FunctionsParser | FunctionsParser(wxcWidget::Map_t &, const wxString &, const wxString &) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 48 | 222.905 | 7 | 1560.34 | 86.6853 | 0.0448426 | 113.628 | 0 | 113.628 | 6 | 1 |
| wxcrafter/src/functions_parser.cpp | 37 | | FunctionsParser | ReadClassName(wxString &) | 1 | 23 | 18 | 1 | 4 | 7 | 2 | 33 | 101 | 509.484 | 17 | 8661.22 | 481.179 | 0.140583 | 86.1813 | 15.872 | 102.053 | 5 | 1 |
| wxcrafter/src/functions_parser.cpp | 61 | | FunctionsParser | Parse() | 0 | 64 | 42 | 9 | 13 | 16 | 5 | 41 | 203 | 1087.58 | 19.4792 | 21185.2 | 1176.96 | 0.255212 | 63.5892 | 27.4408 | 91.03 | 11 | 1 |
| wxcrafter/src/functions_parser.cpp | 126 | | FunctionsParser | CheckIfFunctionsExists(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| wxcrafter/src/gui.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 4 |
| wxcrafter/src/gui.cpp | 1148 | | CaptionBarBase | CaptionBarBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 20 | 17 | 2 | 1 | 3 | 1 | 52 | 148 | 843.665 | 12.1429 | 10244.5 | 569.139 | 0.157231 | 86.7428 | 23.5268 | 110.27 | 17 | 1 |
| wxcrafter/src/gui.cpp | 1169 | | CaptionBarBase | ~CaptionBarBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 50 | 212.396 | 9.625 | 2044.32 | 113.573 | 0.0536921 | 113.88 | 0 | 113.88 | 3 | 0 |
| wxcrafter/src/gui.cpp | 843 | | ColorPaletteDlgBase | ColorPaletteDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 50 | 38 | 1 | 11 | 5 | 1 | 87 | 393 | 2532.08 | 21.9545 | 55590.6 | 3088.37 | 0.485527 | 65.7239 | 10.867 | 76.5909 | 53 | 0 |
| wxcrafter/src/gui.cpp | 894 | | ColorPaletteDlgBase | ~ColorPaletteDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/gui.cpp | 896 | | ColourPickerDlgbase | ColourPickerDlgbase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 103 | 85 | 2 | 16 | 5 | 1 | 140 | 902 | 6430.61 | 29.8235 | 191784 | 10654.6 | 1.10854 | 49.1695 | 10.7101 | 59.8796 | 177 | 0 |
| wxcrafter/src/gui.cpp | 1000 | | ColourPickerDlgbase | ~ColourPickerDlgbase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 64 | 293.438 | 9.30769 | 2731.23 | 151.735 | 0.0651304 | 109.702 | 0 | 109.702 | 4 | 0 |
| wxcrafter/src/gui.cpp | 749 | | EnterStringsDlgBase | EnterStringsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 91 | 67 | 8 | 16 | 5 | 1 | 107 | 661 | 4456.11 | 31.7059 | 141285 | 7849.16 | 0.904224 | 53.0835 | 22.1676 | 75.2511 | 90 | 1 |
| wxcrafter/src/gui.cpp | 841 | | EnterStringsDlgBase | ~EnterStringsDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/gui.cpp | 311 | | GUICraftMainPanelBase | GUICraftMainPanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 392 | 294 | 29 | 69 | 6 | 1 | 219 | 2647 | 20579.9 | 79.5288 | 1.63669e+06 | 90927.3 | 4.62939 | 21.2388 | 20.4505 | 41.6893 | 319 | 1 |
| wxcrafter/src/gui.cpp | 704 | | GUICraftMainPanelBase | ~GUICraftMainPanelBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 92 | 437.45 | 11 | 4811.95 | 267.33 | 0.0950078 | 103.554 | 0 | 103.554 | 6 | 0 |
| wxcrafter/src/gui.cpp | 27 | | MainFrameBase | MainFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 238 | 183 | 2 | 53 | 5 | 1 | 241 | 2120 | 16775.3 | 36.2727 | 608487 | 33804.8 | 2.39357 | 30.6154 | 7.07687 | 37.6922 | 303 | 1 |
| wxcrafter/src/gui.cpp | 266 | | MainFrameBase | ~MainFrameBase() [override] | 0 | 44 | 44 | 0 | 0 | 1 | 0 | 74 | 702 | 4359.04 | 18.3333 | 79915.7 | 4439.76 | 0.618443 | 65.8901 | 0 | 65.8901 | 69 | 0 |
| wxcrafter/src/gui.cpp | 714 | | PropertiesSheetBase | PropertiesSheetBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 32 | 26 | 1 | 5 | 3 | 1 | 71 | 226 | 1389.84 | 15.5288 | 21582.7 | 1199.04 | 0.258394 | 76.533 | 13.5225 | 90.0555 | 27 | 1 |
| wxcrafter/src/gui.cpp | 747 | | PropertiesSheetBase | ~PropertiesSheetBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/gui.cpp | 1176 | | wxcImages | wxcImages() | 0 | 64 | 59 | 1 | 4 | 14 | 3 | 48 | 409 | 2284.25 | 40.8 | 93197.4 | 5177.63 | 0.685196 | 60.1904 | 9.62206 | 69.8124 | 57 | 1 |
| wxcrafter/src/gui.cpp | 1241 | | wxcImages | ~wxcImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/gui.cpp | 1008 | | wxcSettingsDlgBase | wxcSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 133 | 105 | 2 | 26 | 5 | 1 | 127 | 878 | 6136.07 | 33.6286 | 206347 | 11463.7 | 1.16398 | 45.2723 | 9.44168 | 54.7139 | 132 | 1 |
| wxcrafter/src/gui.cpp | 1142 | | wxcSettingsDlgBase | ~wxcSettingsDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| wxcrafter/src/gui_wxcrafter_bitmaps.cpp | 145 | | | wxC2AC4InitBitmapResources() | 0 | 20 | 17 | 1 | 2 | 2 | 2 | 53 | 165 | 945.107 | 12.8289 | 12124.7 | 673.596 | 0.175925 | 86.3824 | 16.9762 | 103.359 | 29 | 9 |
| wxcrafter/src/main.cpp | 179 | | MainFrame | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/main.cpp | 179 | | MainFrame | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/main.cpp | 191 | | MainFrame | MainFrame(wxWindow *, bool) | 2 | 133 | 114 | 2 | 17 | 4 | 1 | 156 | 1103 | 8035.8 | 33.6778 | 270628 | 15034.9 | 1.39463 | 44.0997 | 9.44168 | 53.5414 | 135 | 1 |
| wxcrafter/src/main.cpp | 325 | | MainFrame | ~MainFrame() [override] | 0 | 23 | 22 | 0 | 1 | 3 | 0 | 39 | 179 | 946.087 | 17.64 | 16689 | 927.165 | 0.217687 | 83.8829 | 0 | 83.8829 | 27 | 0 |
| wxcrafter/src/main.cpp | 349 | | MainFrame | OnCloseFrame(wxCloseEvent &) [override] | 1 | 18 | 15 | 2 | 1 | 2 | 0 | 26 | 66 | 310.229 | 8.43333 | 2616.26 | 145.348 | 0.0632897 | 93.882 | 24.6875 | 118.57 | 2 | 0 |
| wxcrafter/src/main.cpp | 368 | | MainFrame | Add(GUICraftMainPanel *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 7.27273 | 1277.77 | 70.9869 | 0.0392506 | 114.866 | 0 | 114.866 | 4 | 1 |
| wxcrafter/src/main.cpp | 375 | | MainFrame | Add(wxcTreeView *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 7.27273 | 1277.77 | 70.9869 | 0.0392506 | 114.866 | 0 | 114.866 | 4 | 1 |
| wxcrafter/src/main.cpp | 382 | | MainFrame | [virtual] OnClose(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 3 | 1 |
| wxcrafter/src/main.cpp | 388 | | MainFrame | OnSave(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 1 | 1 |
| wxcrafter/src/main.cpp | 390 | | MainFrame | [virtual] OnProjectModified(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 48 | 220.078 | 7.61538 | 1675.98 | 93.11 | 0.0470318 | 106.896 | 0 | 106.896 | 7 | 2 |
| wxcrafter/src/main.cpp | 400 | | MainFrame | [virtual] OnProjectSynched(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 49 | 230.322 | 6.96667 | 1604.57 | 89.143 | 0.0456862 | 106.66 | 0 | 106.66 | 6 | 2 |
| wxcrafter/src/main.cpp | 410 | | MainFrame | [virtual] OnProjectLoaded(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 119.945 | 0 | 119.945 | 4 | 2 |
| wxcrafter/src/main.cpp | 416 | | MainFrame | OnDeleteItem(wxCommandEvent &) [override] | 1 | 17 | 14 | 0 | 3 | 2 | 1 | 36 | 84 | 434.274 | 10.1818 | 4421.7 | 245.65 | 0.089799 | 93.0588 | 0 | 93.0588 | 10 | 0 |
| wxcrafter/src/main.cpp | 434 | | MainFrame | OnDeleteItemUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 28 | 122.985 | 6.6 | 811.7 | 45.0945 | 0.0290052 | 119.674 | 0 | 119.674 | 2 | 0 |
| wxcrafter/src/main.cpp | 440 | | MainFrame | OnPreview(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 119.4 | 0 | 119.4 | 4 | 0 |
| wxcrafter/src/main.cpp | 446 | | MainFrame | OnPreviewUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 33 | 147.161 | 6 | 882.967 | 49.0537 | 0.030679 | 122.126 | 0 | 122.126 | 4 | 0 |
| wxcrafter/src/main.cpp | 451 | | MainFrame | [virtual] OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 3 | 2 |
| wxcrafter/src/main.cpp | 457 | | MainFrame | OnCopy(wxCommandEvent &) [override] | 1 | 21 | 19 | 0 | 2 | 5 | 2 | 34 | 106 | 539.271 | 11.55 | 6228.58 | 346.032 | 0.112842 | 87.8196 | 0 | 87.8196 | 12 | 0 |
| wxcrafter/src/main.cpp | 479 | | MainFrame | OnCut(wxCommandEvent &) [override] | 1 | 16 | 14 | 0 | 2 | 3 | 2 | 32 | 73 | 365 | 9.33333 | 3406.67 | 189.259 | 0.0754684 | 94.7146 | 0 | 94.7146 | 9 | 0 |
| wxcrafter/src/main.cpp | 496 | | MainFrame | OnPaste(wxCommandEvent &) [override] | 1 | 17 | 14 | 0 | 3 | 3 | 2 | 32 | 73 | 365 | 9.33333 | 3406.67 | 189.259 | 0.0754684 | 93.7325 | 0 | 93.7325 | 9 | 0 |
| wxcrafter/src/main.cpp | 514 | | MainFrame | OnRedo(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 31 | 69 | 341.84 | 9.47059 | 3237.42 | 179.857 | 0.0729477 | 96.101 | 0 | 96.101 | 9 | 1 |
| wxcrafter/src/main.cpp | 530 | | MainFrame | OnRedoUI(wxUpdateUIEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 25 | 54 | 250.768 | 9.75 | 2444.99 | 135.833 | 0.0604965 | 104.511 | 0 | 104.511 | 6 | 1 |
| wxcrafter/src/main.cpp | 541 | | MainFrame | OnSelectionUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 23 | 32 | 144.754 | 7.63636 | 1105.39 | 61.4108 | 0.0356361 | 118.597 | 0 | 118.597 | 2 | 0 |
| wxcrafter/src/main.cpp | 547 | | MainFrame | OnUndo(wxCommandEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 31 | 69 | 341.84 | 9.47059 | 3237.42 | 179.857 | 0.0729477 | 96.101 | 0 | 96.101 | 9 | 1 |
| wxcrafter/src/main.cpp | 563 | | MainFrame | OnUndoUI(wxUpdateUIEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 54 | 250.768 | 9.75 | 2444.99 | 135.833 | 0.0604965 | 106.217 | 0 | 106.217 | 6 | 1 |
| wxcrafter/src/main.cpp | 573 | | MainFrame | OnBuild(wxCommandEvent &) [override] | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 28 | 72 | 346.13 | 8.73529 | 3023.54 | 167.975 | 0.0696984 | 101.521 | 22.5149 | 124.036 | 13 | 0 |
| wxcrafter/src/main.cpp | 585 | | MainFrame | OnBuildUI(wxUpdateUIEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 19 | 23 | 97.7023 | 6.1875 | 604.533 | 33.5852 | 0.0238319 | 117.687 | 0 | 117.687 | 0 | 0 |
| wxcrafter/src/main.cpp | 592 | | MainFrame | [virtual] OnSwitchToCodelite(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| wxcrafter/src/main.cpp | 598 | | MainFrame | OnRename(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 5.31818 | 689.544 | 38.308 | 0.0260168 | 119.4 | 0 | 119.4 | 4 | 0 |
| wxcrafter/src/main.cpp | 604 | | MainFrame | GetActiveTextCtrl() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 10.2143 | 1677.53 | 93.1959 | 0.0470607 | 110.326 | 0 | 110.326 | 1 | 8 |
| wxcrafter/src/main.cpp | 612 | | MainFrame | OnImportFB(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.31818 | 666.559 | 37.0311 | 0.0254354 | 119.576 | 0 | 119.576 | 5 | 0 |
| wxcrafter/src/main.cpp | 618 | | MainFrame | OnImportSmith(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.31818 | 666.559 | 37.0311 | 0.0254354 | 119.576 | 0 | 119.576 | 5 | 0 |
| wxcrafter/src/main.cpp | 624 | | MainFrame | OnImportXRC(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.31818 | 666.559 | 37.0311 | 0.0254354 | 119.576 | 0 | 119.576 | 5 | 0 |
| wxcrafter/src/main.cpp | 630 | | MainFrame | OnAbout(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 115.711 | 0 | 115.711 | 6 | 0 |
| wxcrafter/src/main.cpp | 637 | | MainFrame | OnHide(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 0 | 20 | 31 | 133.98 | 5.5 | 736.889 | 40.9383 | 0.0271944 | 109.477 | 0 | 109.477 | 2 | 0 |
| wxcrafter/src/main.cpp | 647 | | MainFrame | OnSettings(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.5 | 842.776 | 46.8209 | 0.0297409 | 119.4 | 0 | 119.4 | 5 | 0 |
| wxcrafter/src/main.cpp | 653 | | MainFrame | DisplayDesigner() | 0 | 16 | 14 | 1 | 1 | 4 | 2 | 21 | 61 | 267.931 | 5.625 | 1507.11 | 83.7286 | 0.043817 | 96.0923 | 18.8844 | 114.977 | 8 | 2 |
| wxcrafter/src/main.cpp | 670 | | MainFrame | MinimizeDesigner() | 0 | 12 | 10 | 1 | 1 | 4 | 2 | 27 | 57 | 271.029 | 8.61538 | 2335.02 | 129.723 | 0.0586685 | 100.693 | 21.6227 | 122.316 | 6 | 1 |
| wxcrafter/src/main.cpp | 683 | | MainFrame | HideDesigner() | 0 | 12 | 10 | 1 | 1 | 3 | 2 | 24 | 52 | 238.418 | 7.5 | 1788.14 | 99.3409 | 0.0491073 | 101.59 | 21.6227 | 123.212 | 5 | 2 |
| wxcrafter/src/main.cpp | 696 | | MainFrame | [virtual] OnProjectClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 3 | 2 |
| wxcrafter/src/main.cpp | 702 | | MainFrame | [virtual] OnSwitchToCodeliteUI(wxUpdateUIEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 111.136 | 0 | 111.136 | 1 | 1 |
| wxcrafter/src/main.cpp | 711 | | MainFrame | [virtual] OnCodeLiteGotFocus(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| wxcrafter/src/main.cpp | 713 | | MainFrame | OnPasteUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| wxcrafter/src/main.cpp | 715 | | MainFrame | OnSaveUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 1 |
| wxcrafter/src/main.cpp | 717 | | MainFrame | [virtual] OnCloseUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 1 |
| wxcrafter/src/main.cpp | 719 | | MainFrame | [virtual] OnOpenUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| wxcrafter/src/main.cpp | 721 | | MainFrame | [virtual] OnNewProject(wxCommandEvent &) | 1 | 31 | 27 | 0 | 4 | 3 | 1 | 58 | 149 | 872.839 | 12.439 | 10857.3 | 603.182 | 0.16344 | 79.4663 | 0 | 79.4663 | 28 | 1 |
| wxcrafter/src/main.cpp | 755 | | MainFrame | [virtual] OnOpen(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/src/main.cpp | 757 | | MainFrame | [virtual] OnOpenMenu(wxAuiToolBarEvent &) | 1 | 35 | 26 | 2 | 7 | 3 | 2 | 61 | 188 | 1114.98 | 15.8333 | 17653.8 | 980.768 | 0.225998 | 76.2271 | 18.0961 | 94.3232 | 30 | 1 |
| wxcrafter/src/main.cpp | 793 | | MainFrame | OnDeleteCustomControl(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 115.711 | 0 | 115.711 | 6 | 0 |
| wxcrafter/src/main.cpp | 799 | | MainFrame | OnEditCustomControl(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 115.711 | 0 | 115.711 | 6 | 0 |
| wxcrafter/src/main.cpp | 806 | | MainFrame | OnNewCustomControl(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.625 | 840.031 | 46.6684 | 0.0296762 | 115.711 | 0 | 115.711 | 6 | 0 |
| wxcrafter/src/main.cpp | 813 | | MainFrame | GetActiveSTC() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 38 | 164.233 | 10.2143 | 1677.53 | 93.1959 | 0.0470607 | 110.326 | 0 | 110.326 | 1 | 6 |
| wxcrafter/src/main.cpp | 822 | | MainFrame | OnGenerateCode(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 3 | 1 |
| wxcrafter/src/main.cpp | 828 | | MainFrame | OnGenerateCodeUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 1 |
| wxcrafter/src/main.cpp | 830 | | MainFrame | OnOpenFindDialog(wxCommandEvent &) [override] | 1 | 20 | 18 | 1 | 1 | 4 | 0 | 46 | 117 | 646.257 | 11.7241 | 7576.8 | 420.934 | 0.128589 | 87.8989 | 16.9762 | 104.875 | 10 | 1 |
| wxcrafter/src/main.cpp | 851 | | MainFrame | [virtual] OnCodeEditorSelected(wxCommandEvent &) | 1 | 22 | 19 | 2 | 1 | 6 | 0 | 43 | 106 | 575.184 | 17.8095 | 10243.8 | 569.097 | 0.157224 | 86.5007 | 22.5149 | 109.016 | 1 | 2 |
| wxcrafter/src/main.cpp | 874 | | MainFrame | OnFindDlgClose(wxFindDialogEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 19 | 20 | 84.9586 | 5 | 424.793 | 23.5996 | 0.0188364 | 118.414 | 0 | 118.414 | 0 | 1 |
| wxcrafter/src/main.cpp | 881 | | MainFrame | OnFindFirst(wxFindDialogEvent &) | 1 | 24 | 22 | 2 | 0 | 5 | 0 | 50 | 148 | 835.291 | 17.6786 | 14766.7 | 820.375 | 0.200633 | 83.3811 | 21.6227 | 105.004 | 0 | 1 |
| wxcrafter/src/main.cpp | 906 | | MainFrame | OnFindNext(wxFindDialogEvent &) | 1 | 18 | 16 | 2 | 0 | 5 | 0 | 38 | 110 | 577.272 | 17.7778 | 10262.6 | 570.145 | 0.157417 | 89.9627 | 24.6875 | 114.65 | 0 | 1 |
| wxcrafter/src/main.cpp | 925 | | MainFrame | DoFindText(wxStyledTextCtrl *, const wxFindReplaceData &, bool) | 3 | 39 | 32 | 0 | 7 | 6 | 2 | 55 | 194 | 1121.58 | 21.6176 | 24246 | 1347 | 0.279236 | 73.7533 | 0 | 73.7533 | 15 | 0 |
| wxcrafter/src/main.cpp | 965 | | MainFrame | [virtual] OnFindUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 30 | 135.707 | 7.09091 | 962.285 | 53.4603 | 0.0324899 | 119.163 | 0 | 119.163 | 2 | 1 |
| wxcrafter/src/main.cpp | 971 | | MainFrame | EnsureVisibile() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 151.606 | 0 | 151.606 | 1 | 0 |
| wxcrafter/src/main.cpp | 973 | | MainFrame | OnBatchGenerateCode(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 4 | 0 |
| wxcrafter/src/main.cpp | 979 | | MainFrame | OnBatchGenerateCodeUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.5 | 1409.88 | 78.3264 | 0.0419114 | 109.854 | 0 | 109.854 | 1 | 0 |
| wxcrafter/src/main.cpp | 988 | | MainFrame | DoOpenWxcpProject() | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 33 | 73 | 368.241 | 8 | 2945.93 | 163.663 | 0.0685004 | 99.5591 | 0 | 99.5591 | 14 | 3 |
| wxcrafter/src/main.cpp | 1001 | | MainFrame | OnFileOpen(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/src/main.cpp | 1003 | | MainFrame | DoCreateRecentMenu(wxMenu &, wxArrayString &, std::shared_ptr<wxString>) | 3 | 31 | 26 | 1 | 4 | 5 | 2 | 61 | 226 | 1340.35 | 20.7317 | 27787.7 | 1543.76 | 0.305807 | 76.7759 | 13.7333 | 90.5092 | 30 | 1 |
| wxcrafter/src/main.cpp | 1035 | | MainFrame | SetStatusMessage(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 31 | 131.686 | 6.11111 | 804.746 | 44.7081 | 0.0288393 | 116.135 | 0 | 116.135 | 3 | 1 |
| wxcrafter/src/my_dialog.cpp | 4 | | MyDialog | ~MyDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.625 | 395.484 | 21.9714 | 0.0179597 | 148.655 | 0 | 148.655 | 2 | 0 |
| wxcrafter/src/my_frame.cpp | 5 | | MyFrame | ~MyFrame() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.625 | 395.484 | 21.9714 | 0.0179597 | 148.655 | 0 | 148.655 | 2 | 0 |
| wxcrafter/src/my_panel.cpp | 5 | | MyPanel | ~MyPanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 5.625 | 395.484 | 21.9714 | 0.0179597 | 148.655 | 0 | 148.655 | 2 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 3 | | MyTreeCtrl | MyTreeCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 6.6 | 1331.47 | 73.9707 | 0.0403429 | 117.101 | 0 | 117.101 | 1 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 9 | | MyTreeCtrl | AddRoot(const wxString &, int, int) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6.54545 | 933.536 | 51.8631 | 0.0318395 | 122.519 | 0 | 122.519 | 2 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 14 | | MyTreeCtrl | SelectItem(const wxDataViewItem &, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 30 | 129.658 | 6.5 | 842.776 | 46.8209 | 0.0297409 | 113.719 | 0 | 113.719 | 2 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 22 | | MyTreeCtrl | GetFirstChild(const wxDataViewItem &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 10 | 2740.19 | 152.233 | 0.0652729 | 102.505 | 0 | 102.505 | 7 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 34 | | MyTreeCtrl | GetNextChild(const wxDataViewItem &) | 1 | 10 | 8 | 0 | 2 | 3 | 1 | 24 | 56 | 256.758 | 11.8182 | 3034.41 | 168.578 | 0.0698653 | 104.158 | 0 | 104.158 | 7 | 0 |
| wxcrafter/src/my_tree_ctrl.cpp | 45 | | MyTreeCtrl | ItemHasChildren(const wxDataViewItem &) const | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 6.66667 | 792.946 | 44.0526 | 0.0285567 | 123.233 | 0 | 123.233 | 3 | 0 |
| wxcrafter/src/output_nbook.cpp | 16 | | OutputNBook | OutputNBook(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long, const wxString &) | 6 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 7.2 | 1518.54 | 84.3633 | 0.0440382 | 116.87 | 0 | 116.87 | 2 | 1 |
| wxcrafter/src/output_nbook.cpp | 22 | | OutputNBook | CppPageSelected(wxStyledTextCtrl *, wxStyledTextCtrl *) const | 2 | 40 | 33 | 1 | 6 | 2 | 1 | 69 | 261 | 1594.32 | 21.28 | 33927.2 | 1884.85 | 0.349337 | 72.4343 | 12.1253 | 84.5596 | 42 | 1 |
| wxcrafter/src/output_nbook.cpp | 63 | | OutputNBook | XrcPageSelected(wxStyledTextCtrl *) const | 1 | 15 | 13 | 1 | 1 | 2 | 1 | 38 | 91 | 477.561 | 10.5 | 5014.39 | 278.577 | 0.0976542 | 94.5924 | 19.4709 | 114.063 | 12 | 1 |
| wxcrafter/src/splitter_window_page.cpp | 5 | | SplitterWindowPage | SplitterWindowPage() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 3.9375 | 399.968 | 22.2204 | 0.0180952 | 117.715 | 0 | 117.715 | 4 | 2 |
| wxcrafter/src/splitter_window_page.cpp | 12 | | SplitterWindowPage | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/src/splitter_window_page.cpp | 14 | | SplitterWindowPage | CppCtorCode() const [override] | 0 | 35 | 28 | 2 | 5 | 8 | 3 | 54 | 199 | 1145.22 | 28.4483 | 32579.6 | 1809.98 | 0.340024 | 74.9379 | 18.0961 | 93.034 | 28 | 0 |
| wxcrafter/src/wxc_aui_manager.cpp | 3 | | wxcAuiManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 7 |
| wxcrafter/src/wxc_aui_manager.cpp | 9 | | wxcAuiManager | UnInit(wxWindow *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 64 | 317.069 | 13.3333 | 4227.58 | 234.866 | 0.0871512 | 104.998 | 0 | 104.998 | 9 | 5 |
| wxcrafter/src/wxc_aui_manager.cpp | 19 | | wxcAuiManager | Add(wxWindow *, wxAuiManager *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 49 | 230.322 | 7.7 | 1773.48 | 98.5264 | 0.0488385 | 113.458 | 0 | 113.458 | 3 | 0 |
| wxcrafter/src/wxc_aui_manager.cpp | 26 | | wxcAuiManager | Find(wxWindow *) const | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 24 | 37 | 169.644 | 7.5 | 1272.33 | 70.6848 | 0.0391391 | 117.772 | 0 | 117.772 | 3 | 2 |
| wxcrafter/src/wxc_aui_tool_stickiness.cpp | 3 | | wxcAuiToolStickiness | wxcAuiToolStickiness(wxAuiToolBar *, int) | 2 | 7 | 6 | 0 | 1 | 3 | 1 | 22 | 46 | 205.134 | 11.5556 | 2370.44 | 131.691 | 0.0592603 | 111.103 | 0 | 111.103 | 2 | 0 |
| wxcrafter/src/wxc_aui_tool_stickiness.cpp | 11 | | wxcAuiToolStickiness | [virtual] ~wxcAuiToolStickiness() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 15 | 27 | 105.486 | 7 | 738.402 | 41.0224 | 0.0272317 | 114.792 | 0 | 114.792 | 2 | 0 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 20 | | wxcCodeGeneratorHelper | wxcCodeGeneratorHelper() | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 6 | 7 | 18.0947 | 5 | 90.4737 | 5.02632 | 0.0067178 | 133.255 | 34.9714 | 168.226 | 0 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 25 | | wxcCodeGeneratorHelper | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 68 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 31 | | wxcCodeGeneratorHelper | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 32 | 125.02 | 4.8125 | 601.661 | 33.4256 | 0.0237564 | 114.138 | 0 | 114.138 | 4 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 39 | | wxcCodeGeneratorHelper | CreateXRC() | 0 | 101 | 75 | 13 | 16 | 12 | 3 | 117 | 575 | 3950.46 | 27.7419 | 109593 | 6088.52 | 0.76337 | 50.4108 | 26.381 | 76.7918 | 101 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 141 | | wxcCodeGeneratorHelper | GenerateInitCode(TopLevelWinWrapper *) const | 1 | 21 | 19 | 1 | 1 | 4 | 2 | 37 | 96 | 500.108 | 10.6522 | 5327.23 | 295.957 | 0.101675 | 88.4417 | 16.583 | 105.025 | 19 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 163 | | wxcCodeGeneratorHelper | GenerateExternCode() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 6.13636 | 981.274 | 54.5152 | 0.0329159 | 115.355 | 0 | 115.355 | 7 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 170 | | wxcCodeGeneratorHelper | BitmapCode(const wxString &, const wxString &) const | 2 | 22 | 18 | 0 | 4 | 4 | 1 | 44 | 150 | 818.915 | 19.8333 | 16241.8 | 902.323 | 0.213781 | 85.1236 | 0 | 85.1236 | 30 | 24 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 193 | | wxcCodeGeneratorHelper | AddBitmap(const wxString &, const wxString &) | 2 | 19 | 14 | 1 | 4 | 5 | 1 | 40 | 133 | 707.816 | 16.2 | 11466.6 | 637.035 | 0.1695 | 88.0267 | 17.3987 | 105.425 | 22 | 22 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 213 | | wxcCodeGeneratorHelper | IsGenerateNeeded() const | 0 | 21 | 18 | 1 | 2 | 6 | 4 | 40 | 116 | 617.344 | 13.3043 | 8213.35 | 456.297 | 0.135694 | 86.8865 | 16.583 | 103.469 | 11 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 235 | | wxcCodeGeneratorHelper | AddWindowId(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 237 | | wxcCodeGeneratorHelper | ClearWindowIds() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 239 | | wxcCodeGeneratorHelper | GenerateWinIdEnum() const | 0 | 14 | 13 | 0 | 1 | 4 | 1 | 39 | 86 | 454.545 | 12.75 | 5795.44 | 321.969 | 0.107548 | 95.5069 | 0 | 95.5069 | 17 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 254 | | wxcCodeGeneratorHelper | AddIcon(const wxString &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 22 | 49 | 218.512 | 8.5 | 1857.35 | 103.186 | 0.0503665 | 110.775 | 0 | 110.775 | 4 | 15 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 262 | | wxcCodeGeneratorHelper | GenerateTopLevelWindowIconCode() const | 0 | 19 | 18 | 0 | 1 | 3 | 2 | 38 | 84 | 440.826 | 11.087 | 4887.42 | 271.523 | 0.0959986 | 90.9491 | 0 | 90.9491 | 17 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 282 | | wxcCodeGeneratorHelper | ClearIcons() | 0 | 9 | 4 | 5 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 114.813 | 45.7337 | 160.546 | 1 | 1 |
| wxcrafter/src/wxc_bitmap_code_generator.cpp | 292 | | wxcCodeGeneratorHelper | UnInitialize() | 0 | 4 | 3 | 1 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 131.786 | 34.9714 | 166.758 | 0 | 0 |
| wxcrafter/src/wxc_edit_manager.cpp | 11 | | wxcEditManager | wxcEditManager() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 28 | 122 | 586.497 | 13.9118 | 8159.21 | 453.29 | 0.135097 | 94.8716 | 0 | 94.8716 | 20 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 26 | | wxcEditManager | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 31 |
| wxcrafter/src/wxc_edit_manager.cpp | 32 | | wxcEditManager | Redo() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 42 | 184.477 | 7.27273 | 1341.65 | 74.5363 | 0.0405483 | 109.952 | 0 | 109.952 | 6 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 41 | | wxcEditManager | Undo() | 0 | 11 | 8 | 2 | 1 | 1 | 0 | 22 | 44 | 196.215 | 6.66667 | 1308.1 | 72.6722 | 0.0398694 | 104.472 | 30.6787 | 135.151 | 6 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 53 | | wxcEditManager | OnUndoDropdownItem(wxCommandEvent &) [override] | 1 | 16 | 14 | 1 | 2 | 3 | 1 | 50 | 105 | 592.605 | 14.3333 | 8494 | 471.889 | 0.138767 | 92.1945 | 18.8844 | 111.079 | 11 | 0 |
| wxcrafter/src/wxc_edit_manager.cpp | 70 | | wxcEditManager | OnRedoDropdownItem(wxCommandEvent &) [override] | 1 | 16 | 14 | 1 | 2 | 3 | 1 | 50 | 105 | 592.605 | 14.3333 | 8494 | 471.889 | 0.138767 | 92.1945 | 18.8844 | 111.079 | 11 | 0 |
| wxcrafter/src/wxc_edit_manager.cpp | 87 | | wxcEditManager | SaveState(State::Ptr_t) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 3.85 | 393.418 | 21.8566 | 0.0178971 | 120.638 | 0 | 120.638 | 2 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 93 | | wxcEditManager | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 4.44444 | 563.162 | 31.2868 | 0.0227318 | 114.068 | 0 | 114.068 | 4 | 2 |
| wxcrafter/src/wxc_edit_manager.cpp | 101 | | wxcEditManager | GetCurrentState() const | 0 | 5 | 5 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 5 | 604.639 | 33.5911 | 0.0238347 | 119.532 | 0 | 119.532 | 4 | 2 |
| wxcrafter/src/wxc_edit_manager.cpp | 107 | | wxcEditManager | IsDirty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 7 |
| wxcrafter/src/wxc_edit_manager.cpp | 109 | | wxcEditManager | OnProjectLoaded(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 31 | 136.162 | 5.45455 | 742.701 | 41.2612 | 0.0273372 | 116.192 | 0 | 116.192 | 4 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 116 | | wxcEditManager | OnProjectSaved(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 0 | 121.415 | 2 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 122 | | wxcEditManager | OnProjectClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 128 | | wxcEditManager | OnProjectMetadataChanged(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 117.18 | 0 | 117.18 | 4 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 135 | | wxcEditManager | OnPropertyChanged(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 117.18 | 0 | 117.18 | 4 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 142 | | wxcEditManager | PushState(const wxString &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 49 | 227.549 | 7.85714 | 1787.88 | 99.3269 | 0.0491027 | 106.723 | 0 | 106.723 | 6 | 16 |
| wxcrafter/src/wxc_edit_manager.cpp | 152 | | wxcEditManager | NotifyProjectModified() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 3 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 158 | | wxcEditManager | NotifyProjectSynched() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 120.75 | 0 | 120.75 | 3 | 1 |
| wxcrafter/src/wxc_edit_manager.cpp | 164 | | wxcEditManager | SetModified(bool) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 17 | 31 | 126.711 | 5.625 | 712.751 | 39.5973 | 0.0265973 | 109.767 | 0 | 109.767 | 2 | 9 |
| wxcrafter/src/wxc_edit_manager.cpp | 174 | | wxcEditManager | CanRedo() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 3 |
| wxcrafter/src/wxc_edit_manager.cpp | 176 | | wxcEditManager | CanUndo() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 3 |
| wxcrafter/src/wxc_edit_manager.cpp | 178 | | wxcEditManager | DoPopulateUnRedoMenu(wxMenu &, bool) [override] | 2 | 20 | 19 | 0 | 1 | 8 | 4 | 53 | 193 | 1105.49 | 24.2812 | 26842.6 | 1491.26 | 0.298833 | 84.1873 | 0 | 84.1873 | 34 | 0 |
| wxcrafter/src/wxc_notebook_code_helper.cpp | 3 | | wxcNotebookCodeHelper | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 6 |
| wxcrafter/src/wxc_notebook_code_helper.cpp | 9 | | wxcNotebookCodeHelper | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 2 |
| wxcrafter/src/wxc_notebook_code_helper.cpp | 11 | | wxcNotebookCodeHelper | Code() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 4 |
| wxcrafter/src/wxc_project_metadata.cpp | 9 | | wxcProjectMetadata | wxcProjectMetadata() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 21 | 47 | 206.439 | 5.45455 | 1126.03 | 62.5572 | 0.0360783 | 104.208 | 0 | 104.208 | 2 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 21 | | wxcProjectMetadata | FromJSON(const JSONElement &) | 1 | 28 | 25 | 1 | 2 | 3 | 1 | 65 | 242 | 1457.41 | 10.4151 | 15179.1 | 843.283 | 0.204351 | 78.4493 | 14.4303 | 92.8796 | 52 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 50 | | wxcProjectMetadata | ToJSON() | 0 | 18 | 17 | 0 | 1 | 1 | 0 | 41 | 127 | 680.409 | 9.9 | 6736.05 | 374.225 | 0.118891 | 90.028 | 0 | 90.028 | 26 | 3 |
| wxcrafter/src/wxc_project_metadata.cpp | 69 | | wxcProjectMetadata | AppendCustomControlsJSON(const wxArrayString &, JSONElement &) const | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 6.92308 | 1190.04 | 66.1136 | 0.037433 | 117.933 | 0 | 117.933 | 3 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 75 | | wxcProjectMetadata | GetCppFileName() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.31818 | 712.529 | 39.5849 | 0.0265918 | 116.276 | 0 | 116.276 | 4 | 0 |
| wxcrafter/src/wxc_project_metadata.cpp | 82 | | wxcProjectMetadata | GetXrcFileName() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 9 | 2021.97 | 112.332 | 0.0533001 | 106.789 | 0 | 106.789 | 7 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 92 | | wxcProjectMetadata | GetHeaderFileName() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.31818 | 758.498 | 42.1388 | 0.0277235 | 115.95 | 0 | 115.95 | 4 | 0 |
| wxcrafter/src/wxc_project_metadata.cpp | 99 | | wxcProjectMetadata | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 153 |
| wxcrafter/src/wxc_project_metadata.cpp | 105 | | wxcProjectMetadata | GetProjectPath() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 27 |
| wxcrafter/src/wxc_project_metadata.cpp | 111 | | wxcProjectMetadata | GetGeneratedFilesDir() const | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 19 | 29 | 123.19 | 8.9375 | 1101.01 | 61.1672 | 0.0355418 | 116.482 | 0 | 116.482 | 5 | 5 |
| wxcrafter/src/wxc_project_metadata.cpp | 118 | | wxcProjectMetadata | BaseCppFile() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 6 | 775.606 | 43.0892 | 0.0281388 | 116.462 | 0 | 116.462 | 6 | 4 |
| wxcrafter/src/wxc_project_metadata.cpp | 125 | | wxcProjectMetadata | BaseHeaderFile() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.1875 | 708.153 | 39.3418 | 0.0264828 | 117.095 | 0 | 117.095 | 4 | 4 |
| wxcrafter/src/wxc_project_metadata.cpp | 132 | | wxcProjectMetadata | ClearAggregatedData() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 16 | 32 | 128 | 4.27778 | 547.556 | 30.4198 | 0.0223099 | 114.016 | 0 | 114.016 | 4 | 1 |
| wxcrafter/src/wxc_project_metadata.cpp | 140 | | wxcProjectMetadata | Reset() | 0 | 18 | 18 | 0 | 0 | 1 | 0 | 30 | 88 | 431.806 | 6.21429 | 2683.37 | 149.076 | 0.0643673 | 92.3925 | 0 | 92.3925 | 10 | 1 |
| wxcrafter/src/wxc_project_metadata.cpp | 159 | | wxcProjectMetadata | DoGenerateBitmapFunctionName() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 50 | 222.972 | 7.26923 | 1620.83 | 90.0462 | 0.0459943 | 107.058 | 0 | 107.058 | 9 | 39 |
| wxcrafter/src/wxc_project_metadata.cpp | 169 | | wxcProjectMetadata | DoGenerateBitmapsFile() const | 0 | 18 | 15 | 0 | 3 | 3 | 1 | 40 | 118 | 627.988 | 13.5 | 8477.83 | 470.991 | 0.138591 | 89.9849 | 0 | 89.9849 | 22 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 188 | | wxcProjectMetadata | GetBitmapsFile() const | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 16 | 27 | 108 | 5.14286 | 555.429 | 30.8571 | 0.0225232 | 112.506 | 0 | 112.506 | 3 | 3 |
| wxcrafter/src/wxc_project_metadata.cpp | 196 | | wxcProjectMetadata | Serialize(const wxcWidget::List_t &, const wxFileName &) | 2 | 26 | 20 | 2 | 5 | 3 | 2 | 51 | 158 | 896.243 | 11.9189 | 10682.3 | 593.458 | 0.161679 | 82.1781 | 20.8285 | 103.007 | 25 | 3 |
| wxcrafter/src/wxc_project_metadata.cpp | 223 | | wxcProjectMetadata | GetOutputFileName() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 37 | 157.173 | 5.4 | 848.736 | 47.152 | 0.0298809 | 110.555 | 0 | 110.555 | 5 | 4 |
| wxcrafter/src/wxc_project_metadata.cpp | 232 | | wxcProjectMetadata | GetHeaderFileExt() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 16 | 16 | 64 | 4.5 | 288 | 16 | 0.014537 | 148.914 | 0 | 148.914 | 1 | 9 |
| wxcrafter/src/wxc_project_metadata.cpp | 234 | | wxcProjectMetadata | SetProjectFile(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 22 | 91.7384 | 5.625 | 516.028 | 28.6682 | 0.0214451 | 121.199 | 0 | 121.199 | 2 | 2 |
| wxcrafter/src/wxc_project_metadata.cpp | 240 | | wxcProjectMetadata | UpdatePaths() | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 17 | 38 | 155.324 | 6.1875 | 961.065 | 53.3925 | 0.0324624 | 108.478 | 0 | 108.478 | 5 | 4 |
| wxcrafter/src/wxc_settings.cpp | 136 | | CustomControlTemplate | CustomControlTemplate() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 181 |
| wxcrafter/src/wxc_settings.cpp | 141 | | CustomControlTemplate | FromJSON(const JSONElement &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 77 | 370.166 | 7.34211 | 2717.8 | 150.989 | 0.0649168 | 106.33 | 0 | 106.33 | 20 | 2 |
| wxcrafter/src/wxc_settings.cpp | 150 | | CustomControlTemplate | ToJSON() const | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 27 | 66 | 313.823 | 8.52941 | 2676.72 | 148.707 | 0.064261 | 103.574 | 0 | 103.574 | 12 | 2 |
| wxcrafter/src/wxc_settings.cpp | 7 | | wxcSettings | wxcSettings() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 5.4 | 431.754 | 23.9863 | 0.0190416 | 118.96 | 0 | 118.96 | 1 | 1 |
| wxcrafter/src/wxc_settings.cpp | 14 | | wxcSettings | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 64 |
| wxcrafter/src/wxc_settings.cpp | 20 | | wxcSettings | Load() | 0 | 22 | 21 | 0 | 1 | 3 | 2 | 62 | 213 | 1268.24 | 13.913 | 17645.1 | 980.285 | 0.225924 | 83.0791 | 0 | 83.0791 | 38 | 2 |
| wxcrafter/src/wxc_settings.cpp | 43 | | wxcSettings | Save() | 0 | 20 | 17 | 0 | 3 | 2 | 1 | 50 | 149 | 840.935 | 12.4286 | 10451.6 | 580.645 | 0.159344 | 86.9897 | 0 | 86.9897 | 26 | 11 |
| wxcrafter/src/wxc_settings.cpp | 64 | | wxcSettings | RegisterCustomControl(CustomControlTemplate &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 74 | 363.11 | 9.33333 | 3389.03 | 188.279 | 0.0752076 | 104.292 | 0 | 104.292 | 11 | 3 |
| wxcrafter/src/wxc_settings.cpp | 74 | | wxcSettings | FindByControlId(int) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 46 | 210.908 | 10.0455 | 2118.67 | 117.704 | 0.0549863 | 106.888 | 0 | 106.888 | 4 | 1 |
| wxcrafter/src/wxc_settings.cpp | 84 | | wxcSettings | FindByControlName(const wxString &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 9.5 | 2098.75 | 116.597 | 0.054641 | 108.784 | 0 | 108.784 | 6 | 7 |
| wxcrafter/src/wxc_settings.cpp | 93 | | wxcSettings | DeleteCustomControl(const wxString &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 25 | 45 | 208.974 | 8.30769 | 1736.09 | 96.4493 | 0.0481497 | 107.165 | 0 | 107.165 | 5 | 1 |
| wxcrafter/src/wxc_settings.cpp | 103 | | wxcSettings | MergeCustomControl(const JSONElement &) | 1 | 17 | 13 | 2 | 2 | 3 | 2 | 38 | 105 | 551.032 | 11.375 | 6267.99 | 348.222 | 0.113318 | 91.5906 | 25.3357 | 116.926 | 14 | 1 |
| wxcrafter/src/wxc_settings.cpp | 121 | | wxcSettings | GetCustomControlsAsJSON(const wxArrayString &) const | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 32 | 65 | 325 | 10.5 | 3412.5 | 189.583 | 0.0755545 | 102.932 | 0 | 102.932 | 7 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2666 | | wxcSizerItem | GetBorderScaled() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.57143 | 392.922 | 21.829 | 0.017882 | 147.61 | 0 | 147.61 | 6 | 4 |
| wxcrafter/src/wxc_widget.cpp | 35 | | wxcWidget | [explicit] wxcWidget(int) | 1 | 99 | 89 | 2 | 9 | 3 | 2 | 133 | 726 | 5122.14 | 19.4181 | 99462.1 | 5525.67 | 0.715568 | 51.4542 | 10.9209 | 62.375 | 248 | 91 |
| wxcrafter/src/wxc_widget.cpp | 135 | | wxcWidget | [virtual] ~wxcWidget() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 20 | 46 | 198.809 | 7.33333 | 1457.93 | 80.9961 | 0.0428585 | 105.718 | 0 | 105.718 | 7 | 0 |
| wxcrafter/src/wxc_widget.cpp | 146 | | wxcWidget | DeleteAllChildren() | 0 | 11 | 9 | 2 | 0 | 2 | 1 | 23 | 52 | 235.225 | 8.70833 | 2048.42 | 113.801 | 0.053764 | 103.299 | 30.6787 | 133.978 | 9 | 1 |
| wxcrafter/src/wxc_widget.cpp | 158 | | wxcWidget | GetWindowParent() const | 0 | 38 | 31 | 0 | 7 | 10 | 4 | 45 | 182 | 999.517 | 28.2273 | 28213.6 | 1567.42 | 0.308924 | 73.8533 | 0 | 73.8533 | 19 | 71 |
| wxcrafter/src/wxc_widget.cpp | 197 | | wxcWidget | [virtual] ChildrenXRC(wxString &, XRC_TYPE) const | 2 | 15 | 13 | 0 | 2 | 4 | 2 | 33 | 81 | 408.596 | 15.0588 | 6152.97 | 341.832 | 0.111927 | 94.9434 | 0 | 94.9434 | 10 | 51 |
| wxcrafter/src/wxc_widget.cpp | 213 | | wxcWidget | SizerFlags(const wxString &) const | 1 | 30 | 26 | 3 | 1 | 10 | 2 | 50 | 200 | 1128.77 | 26 | 29348.1 | 1630.45 | 0.31715 | 77.0504 | 23.5268 | 100.577 | 44 | 5 |
| wxcrafter/src/wxc_widget.cpp | 244 | | wxcWidget | WrapInSizerXRC(const wxString &) const | 1 | 56 | 41 | 4 | 11 | 11 | 2 | 77 | 269 | 1685.77 | 18.9375 | 31924.2 | 1773.57 | 0.335448 | 64.6234 | 20.1155 | 84.739 | 57 | 2 |
| wxcrafter/src/wxc_widget.cpp | 301 | | wxcWidget | [virtual] HasMainSizer() const | 0 | 13 | 12 | 0 | 1 | 4 | 2 | 22 | 47 | 209.593 | 9.625 | 2017.34 | 112.074 | 0.0532187 | 100.733 | 0 | 100.733 | 3 | 6 |
| wxcrafter/src/wxc_widget.cpp | 315 | | wxcWidget | DoClearFlags(MapStyles_t &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 46 | 213.617 | 10.8182 | 2310.95 | 128.386 | 0.0582648 | 111.122 | 0 | 111.122 | 5 | 314 |
| wxcrafter/src/wxc_widget.cpp | 323 | | wxcWidget | AddProperty(std::unique_ptr<PropertyBase>) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 26 | 51 | 239.722 | 9.5 | 2277.36 | 126.52 | 0.0576988 | 106.452 | 0 | 106.452 | 8 | 490 |
| wxcrafter/src/wxc_widget.cpp | 333 | | wxcWidget | StyleFlags(const wxString &) const | 1 | 31 | 26 | 0 | 5 | 7 | 4 | 38 | 124 | 650.743 | 17.8095 | 11589.4 | 643.857 | 0.170708 | 80.0732 | 0 | 80.0732 | 19 | 60 |
| wxcrafter/src/wxc_widget.cpp | 365 | | wxcWidget | DoAddSizerFlag(const wxString &, WxStyleInfo) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 48 | 222.905 | 10.2917 | 2294.06 | 127.448 | 0.0579806 | 108.738 | 0 | 108.738 | 4 | 15 |
| wxcrafter/src/wxc_widget.cpp | 374 | | wxcWidget | IsSizerItem() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 15 | 22 | 85.9516 | 5.25 | 451.246 | 25.0692 | 0.0196105 | 147.38 | 0 | 147.38 | 3 | 10 |
| wxcrafter/src/wxc_widget.cpp | 376 | | wxcWidget | IsGridBagSizerItem() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 24 | 98.0991 | 5.71429 | 560.566 | 31.1426 | 0.0226619 | 146.693 | 0 | 146.693 | 3 | 3 |
| wxcrafter/src/wxc_widget.cpp | 378 | | wxcWidget | PropertyBool(const wxString &) const | 1 | 16 | 13 | 0 | 3 | 3 | 2 | 27 | 61 | 290.048 | 11.3077 | 3279.78 | 182.21 | 0.0735825 | 95.9098 | 0 | 95.9098 | 8 | 192 |
| wxcrafter/src/wxc_widget.cpp | 395 | | wxcWidget | PropertyFile(const wxString &) const | 1 | 14 | 11 | 1 | 2 | 2 | 1 | 30 | 65 | 318.948 | 11.375 | 3628.03 | 201.557 | 0.0787033 | 97.8091 | 20.1155 | 117.925 | 11 | 67 |
| wxcrafter/src/wxc_widget.cpp | 410 | | wxcWidget | PropertyString(const wxString &, const wxString &) const | 2 | 14 | 13 | 0 | 1 | 3 | 2 | 27 | 71 | 337.597 | 14 | 4726.36 | 262.575 | 0.0938779 | 97.2836 | 0 | 97.2836 | 10 | 858 |
| wxcrafter/src/wxc_widget.cpp | 425 | | wxcWidget | DoSetPropertyStringValue(const wxString &, const wxString &) | 2 | 7 | 6 | 1 | 0 | 2 | 1 | 22 | 40 | 178.377 | 8.5 | 1516.21 | 84.2337 | 0.0439931 | 112.06 | 27.6325 | 139.692 | 4 | 928 |
| wxcrafter/src/wxc_widget.cpp | 433 | | wxcWidget | DoTraverseAndGenCode(wxArrayString &, wxString &, wxString &, wxString &, wxString &, wxStringMap_t &, wxString &, wxString &, wxString &) const | 9 | 95 | 71 | 13 | 14 | 11 | 4 | 94 | 428 | 2805.36 | 23.8767 | 66982.9 | 3721.27 | 0.549779 | 53.4129 | 27.1111 | 80.524 | 73 | 2 |
| wxcrafter/src/wxc_widget.cpp | 529 | | wxcWidget | DoGenerateCppDtorCode() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 5.33333 | 385.812 | 21.434 | 0.0176656 | 122.434 | 0 | 122.434 | 2 | 1 |
| wxcrafter/src/wxc_widget.cpp | 535 | | wxcWidget | DoGenerateCppCtorCode() const | 0 | 63 | 45 | 6 | 12 | 14 | 2 | 61 | 364 | 2158.79 | 21.1556 | 45670.4 | 2537.24 | 0.425894 | 60.7392 | 23.0043 | 83.7435 | 107 | 1 |
| wxcrafter/src/wxc_widget.cpp | 599 | | wxcWidget | [virtual] DoGenerateClassMember() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| wxcrafter/src/wxc_widget.cpp | 601 | | wxcWidget | IsSizerFlagChecked(const wxString &) const | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 110.163 | 0 | 110.163 | 2 | 0 |
| wxcrafter/src/wxc_widget.cpp | 610 | | wxcWidget | DoEnableStyle(wxcWidget::MapStyles_t &, const wxString &, bool) | 3 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 8.03846 | 1584.81 | 88.045 | 0.0453103 | 114.037 | 0 | 114.037 | 2 | 156 |
| wxcrafter/src/wxc_widget.cpp | 617 | | wxcWidget | [virtual] Serialize(JSONElement &) const | 1 | 52 | 45 | 0 | 7 | 10 | 2 | 73 | 342 | 2116.92 | 23.3981 | 49532 | 2751.78 | 0.449576 | 64.8697 | 0 | 64.8697 | 50 | 4 |
| wxcrafter/src/wxc_widget.cpp | 670 | | wxcWidget | [virtual] UnSerialize(const JSONElement &) | 1 | 68 | 54 | 5 | 9 | 9 | 2 | 87 | 470 | 3028.18 | 23.3143 | 70599.9 | 3922.22 | 0.569397 | 58.8922 | 20.3919 | 79.2841 | 69 | 2 |
| wxcrafter/src/wxc_widget.cpp | 739 | | wxcWidget | [virtual] LoadPropertiesFromXRC(const wxXmlNode *) | 1 | 104 | 79 | 10 | 17 | 21 | 2 | 100 | 573 | 3806.93 | 25.5679 | 97335.2 | 5407.51 | 0.705329 | 48.0591 | 23.106 | 71.1651 | 104 | 50 |
| wxcrafter/src/wxc_widget.cpp | 844 | | wxcWidget | [virtual] LoadPropertiesFromwxSmith(const wxXmlNode *) | 1 | 106 | 79 | 14 | 17 | 21 | 2 | 106 | 600 | 4036.75 | 26.5116 | 107021 | 5945.6 | 0.751377 | 47.4457 | 26.6867 | 74.1324 | 110 | 33 |
| wxcrafter/src/wxc_widget.cpp | 951 | | wxcWidget | [virtual] LoadPropertiesFromwxFB(const wxXmlNode *) | 1 | 163 | 129 | 19 | 19 | 35 | 4 | 119 | 935 | 6446.65 | 37.8763 | 244175 | 13565.3 | 1.30221 | 34.8204 | 25.23 | 60.0504 | 163 | 44 |
| wxcrafter/src/wxc_widget.cpp | 1115 | | wxcWidget | [virtual] ImportEventsFromXRC(const wxString &) | 1 | 25 | 24 | 2 | 0 | 5 | 4 | 52 | 194 | 1105.89 | 18.4571 | 20411.5 | 1133.97 | 0.248959 | 81.2605 | 21.2145 | 102.475 | 25 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1141 | | wxcWidget | [virtual] ImportEventFromwxSmith(const wxString &, const wxString &) | 2 | 19 | 19 | 0 | 0 | 4 | 3 | 37 | 145 | 755.371 | 15.4375 | 11661 | 647.835 | 0.17141 | 87.9186 | 0 | 87.9186 | 16 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1161 | | wxcWidget | [virtual] ImportEventFromFB(const wxString &, const wxString &) | 2 | 19 | 19 | 0 | 0 | 4 | 3 | 37 | 145 | 755.371 | 15.4375 | 11661 | 647.835 | 0.17141 | 87.9186 | 0 | 87.9186 | 16 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1181 | | wxcWidget | RemoveChild(wxcWidget *) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 53 | 246.124 | 9.69231 | 2385.51 | 132.529 | 0.0595114 | 110.386 | 0 | 110.386 | 7 | 4 |
| wxcrafter/src/wxc_widget.cpp | 1189 | | wxcWidget | RemoveFromParent() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 6.66667 | 666.667 | 37.037 | 0.0254381 | 115.069 | 0 | 115.069 | 1 | 3 |
| wxcrafter/src/wxc_widget.cpp | 1197 | | wxcWidget | MoveDown() | 0 | 20 | 15 | 2 | 3 | 4 | 1 | 40 | 102 | 542.837 | 18.5 | 10042.5 | 557.915 | 0.155157 | 88.8057 | 23.5268 | 112.333 | 11 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1218 | | wxcWidget | MoveUp() | 0 | 22 | 15 | 4 | 3 | 4 | 1 | 41 | 102 | 546.47 | 19.425 | 10615.2 | 589.733 | 0.161002 | 87.227 | 30.6787 | 117.906 | 11 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1241 | | wxcWidget | [static] CopySizerAndAuiInfo(const wxcWidget *, wxcWidget *) | 2 | 13 | 13 | 0 | 0 | 3 | 2 | 36 | 113 | 584.202 | 17.5 | 10223.5 | 567.974 | 0.157017 | 95.6325 | 0 | 95.6325 | 11 | 2 |
| wxcrafter/src/wxc_widget.cpp | 1255 | | wxcWidget | [static] ReplaceWidget(wxcWidget *, wxcWidget *) | 2 | 24 | 12 | 10 | 3 | 3 | 1 | 28 | 79 | 379.781 | 13.4333 | 5101.73 | 283.429 | 0.0987848 | 87.9396 | 42.0735 | 130.013 | 9 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1280 | | wxcWidget | [static] InsertWidgetInto(wxcWidget *, wxcWidget *) | 2 | 13 | 8 | 4 | 2 | 1 | 1 | 22 | 55 | 245.269 | 10 | 2452.69 | 136.26 | 0.0606234 | 100.606 | 37.8705 | 138.476 | 4 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1294 | | wxcWidget | CanMoveDown() const | 0 | 16 | 12 | 2 | 2 | 3 | 1 | 33 | 78 | 393.463 | 16.2857 | 6407.82 | 355.99 | 0.114997 | 94.3241 | 26.0372 | 120.361 | 8 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1311 | | wxcWidget | CanMoveUp() const | 0 | 16 | 12 | 1 | 3 | 3 | 1 | 33 | 81 | 408.596 | 16.2857 | 6654.28 | 369.682 | 0.117927 | 94.1279 | 18.8844 | 113.012 | 8 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1328 | | wxcWidget | GetAdjacentSiblingSizer(bool *) const | 1 | 19 | 19 | 1 | 0 | 7 | 2 | 23 | 84 | 379.979 | 18.6667 | 7092.95 | 394.053 | 0.123054 | 90.8015 | 17.3987 | 108.2 | 4 | 155 |
| wxcrafter/src/wxc_widget.cpp | 1348 | | wxcWidget | GetAdjacentSibling(bool) const | 1 | 28 | 23 | 2 | 4 | 6 | 2 | 36 | 116 | 599.711 | 22.5 | 13493.5 | 749.639 | 0.188928 | 82.3768 | 20.1155 | 102.492 | 12 | 2 |
| wxcrafter/src/wxc_widget.cpp | 1377 | | wxcWidget | SizeAsString() const | 0 | 17 | 16 | 0 | 1 | 4 | 1 | 36 | 103 | 532.502 | 13.9286 | 7417 | 412.055 | 0.126774 | 91.5385 | 0 | 91.5385 | 20 | 52 |
| wxcrafter/src/wxc_widget.cpp | 1395 | | wxcWidget | ValueAsString() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 5.72727 | 792.092 | 44.0051 | 0.0285362 | 116.11 | 0 | 116.11 | 6 | 2 |
| wxcrafter/src/wxc_widget.cpp | 1402 | | wxcWidget | WindowID() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 45 |
| wxcrafter/src/wxc_widget.cpp | 1404 | | wxcWidget | CPPLabel() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 148.106 | 0 | 148.106 | 3 | 2 |
| wxcrafter/src/wxc_widget.cpp | 1406 | | wxcWidget | Label() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 6.25 | 947.629 | 52.6461 | 0.0321591 | 115.632 | 0 | 115.632 | 6 | 19 |
| wxcrafter/src/wxc_widget.cpp | 1413 | | wxcWidget | Size() const | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 21 | 45 | 197.654 | 8.8 | 1739.36 | 96.631 | 0.0482101 | 105.748 | 0 | 105.748 | 7 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1424 | | wxcWidget | AddEvent(const ConnectDetails &) | 1 | 11 | 8 | 2 | 1 | 2 | 1 | 23 | 56 | 253.319 | 10.9091 | 2763.49 | 153.527 | 0.0656423 | 102.914 | 30.6787 | 133.593 | 7 | 10 |
| wxcrafter/src/wxc_widget.cpp | 1436 | | wxcWidget | RemoveEvent(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 3 |
| wxcrafter/src/wxc_widget.cpp | 1438 | | wxcWidget | HasEvent(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.625 | 482.832 | 26.824 | 0.0205152 | 147.617 | 0 | 147.617 | 1 | 3 |
| wxcrafter/src/wxc_widget.cpp | 1440 | | wxcWidget | [virtual] GetCppName() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 16 | 28 | 112 | 4.5 | 504 | 28 | 0.0211105 | 112.317 | 0 | 112.317 | 3 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1449 | | wxcWidget | [virtual] CreateBaseclassName() const | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.14286 | 817.493 | 45.4163 | 0.029143 | 117.095 | 29.5564 | 146.651 | 5 | 29 |
| wxcrafter/src/wxc_widget.cpp | 1456 | | wxcWidget | DoGenerateEventStubs() const | 0 | 17 | 16 | 0 | 1 | 4 | 2 | 34 | 93 | 473.134 | 13.7778 | 6518.74 | 362.152 | 0.11632 | 92.1532 | 0 | 92.1532 | 18 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1474 | | wxcWidget | DoGenerateConnectCode() const | 0 | 55 | 45 | 4 | 6 | 9 | 3 | 77 | 341 | 2136.97 | 28.5283 | 60964.2 | 3386.9 | 0.516332 | 64.142 | 20.2869 | 84.429 | 89 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1530 | | wxcWidget | DoGetScopeName() const | 0 | 12 | 11 | 0 | 1 | 3 | 2 | 23 | 52 | 235.225 | 12.4444 | 2927.25 | 162.625 | 0.0682106 | 101.66 | 0 | 101.66 | 4 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1543 | | wxcWidget | RegisterEvent(const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, bool) | 6 | 9 | 9 | 3 | 0 | 1 | 0 | 23 | 50 | 226.178 | 8.67857 | 1962.9 | 109.05 | 0.052257 | 106.984 | 38.9925 | 145.977 | 3 | 500 |
| wxcrafter/src/wxc_widget.cpp | 1553 | | wxcWidget | XRCPrefix(const wxString &) const | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 35 | 87 | 446.248 | 13.5 | 6024.34 | 334.686 | 0.110362 | 99.7396 | 0 | 99.7396 | 23 | 80 |
| wxcrafter/src/wxc_widget.cpp | 1565 | | wxcWidget | XRCSuffix() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 93 |
| wxcrafter/src/wxc_widget.cpp | 1567 | | wxcWidget | XRCStyle(bool) const | 1 | 15 | 12 | 0 | 3 | 4 | 1 | 29 | 64 | 310.911 | 10.5625 | 3284 | 182.444 | 0.0736456 | 96.3642 | 0 | 96.3642 | 10 | 84 |
| wxcrafter/src/wxc_widget.cpp | 1583 | | wxcWidget | XRCSize(bool) const | 1 | 8 | 8 | 1 | 0 | 3 | 1 | 29 | 52 | 252.615 | 9.33333 | 2357.74 | 130.986 | 0.0590486 | 107.857 | 26.0372 | 133.895 | 10 | 83 |
| wxcrafter/src/wxc_widget.cpp | 1592 | | wxcWidget | XRCValue() const | 0 | 11 | 9 | 2 | 0 | 2 | 1 | 25 | 47 | 218.261 | 8.76923 | 1913.98 | 106.332 | 0.0513851 | 103.688 | 30.6787 | 134.367 | 9 | 6 |
| wxcrafter/src/wxc_widget.cpp | 1604 | | wxcWidget | XRCLabel() const | 0 | 8 | 6 | 2 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.09091 | 670.4 | 37.2445 | 0.025533 | 111.705 | 34.9714 | 146.676 | 8 | 21 |
| wxcrafter/src/wxc_widget.cpp | 1613 | | wxcWidget | XRCContentItems(bool) const | 1 | 17 | 14 | 2 | 1 | 4 | 1 | 43 | 97 | 526.348 | 12.1481 | 6394.15 | 355.231 | 0.114833 | 91.5989 | 25.3357 | 116.935 | 17 | 5 |
| wxcrafter/src/wxc_widget.cpp | 1631 | | wxcWidget | XRCSelection() const | 0 | 8 | 6 | 2 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.09091 | 670.4 | 37.2445 | 0.025533 | 111.705 | 34.9714 | 146.676 | 8 | 6 |
| wxcrafter/src/wxc_widget.cpp | 1640 | | wxcWidget | GetEventMetaData(const wxString &) const | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 21 | 46 | 202.047 | 8.8 | 1778.01 | 98.7783 | 0.0489217 | 109.249 | 0 | 109.249 | 6 | 0 |
| wxcrafter/src/wxc_widget.cpp | 1649 | | wxcWidget | GetEvent(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 37 | 157.173 | 7.77778 | 1222.46 | 67.9144 | 0.0381097 | 112.718 | 0 | 112.718 | 4 | 1 |
| wxcrafter/src/wxc_widget.cpp | 1657 | | wxcWidget | CPPStandardWxCtor(const wxString &) const | 1 | 9 | 8 | 1 | 0 | 1 | 0 | 27 | 66 | 313.823 | 6.75 | 2118.3 | 117.683 | 0.0549799 | 105.281 | 24.6875 | 129.969 | 23 | 21 |
| wxcrafter/src/wxc_widget.cpp | 1667 | | wxcWidget | CPPStandardWxCtorWithValue(const wxString &) const | 1 | 11 | 9 | 1 | 1 | 1 | 0 | 28 | 72 | 346.13 | 6.86842 | 2377.36 | 132.076 | 0.0593758 | 101.521 | 22.5149 | 124.036 | 26 | 4 |
| wxcrafter/src/wxc_widget.cpp | 1679 | | wxcWidget | CPPStandardWxCtorWithLabel(const wxString &) const | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 72 | 346.13 | 6.86842 | 2377.36 | 132.076 | 0.0593758 | 104.772 | 0 | 104.772 | 26 | 3 |
| wxcrafter/src/wxc_widget.cpp | 1689 | | wxcWidget | XRCUnknown() const | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 39 | 165.669 | 5.45455 | 903.65 | 50.2028 | 0.0311563 | 112.674 | 0 | 112.674 | 12 | 12 |
| wxcrafter/src/wxc_widget.cpp | 1697 | | wxcWidget | XRCCommonAttributes() const | 0 | 43 | 34 | 1 | 8 | 8 | 1 | 55 | 213 | 1231.43 | 15.1875 | 18702.3 | 1039.02 | 0.23486 | 71.2257 | 11.7029 | 82.9286 | 45 | 85 |
| wxcrafter/src/wxc_widget.cpp | 1741 | | wxcWidget | CPPCommonAttributes() const | 0 | 50 | 42 | 0 | 8 | 10 | 1 | 61 | 278 | 1648.74 | 21.7674 | 35889 | 1993.83 | 0.362676 | 66.8048 | 0 | 66.8048 | 60 | 45 |
| wxcrafter/src/wxc_widget.cpp | 1792 | | wxcWidget | [virtual] SetParent(wxcWidget *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 7 | 464.92 | 25.8289 | 0.0200046 | 148.951 | 0 | 148.951 | 0 | 159 |
| wxcrafter/src/wxc_widget.cpp | 1794 | | wxcWidget | [static] GetWidgetType(int) | 1 | 229 | 180 | 1 | 48 | 124 | 1 | 190 | 540 | 4087.72 | 5.53073 | 22608.1 | 1256 | 0.266515 | 11.2118 | 5.10974 | 16.3216 | 0 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2024 | | wxcWidget | GetWidgetType() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 5.4 | 349.515 | 19.4175 | 0.0165395 | 149.085 | 0 | 149.085 | 1 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2026 | | wxcWidget | IsDirectOrIndirectChildOf(wxcWidget *) const | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 23 | 50 | 226.178 | 17.1429 | 3877.34 | 215.408 | 0.0822687 | 103.273 | 0 | 103.273 | 2 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2038 | | wxcWidget | InsertBefore(wxcWidget *, wxcWidget *) | 2 | 11 | 11 | 0 | 0 | 3 | 2 | 31 | 71 | 351.748 | 16.6154 | 5844.43 | 324.69 | 0.108153 | 100.977 | 0 | 100.977 | 8 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2050 | | wxcWidget | InsertAfter(wxcWidget *, wxcWidget *) | 2 | 23 | 19 | 0 | 4 | 6 | 2 | 40 | 112 | 596.056 | 24.3529 | 14515.7 | 806.429 | 0.198353 | 85.5953 | 0 | 85.5953 | 9 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2073 | | wxcWidget | [virtual] FixPaths(const wxString &) | 1 | 13 | 11 | 1 | 1 | 4 | 2 | 32 | 68 | 340 | 13.6 | 4624 | 256.889 | 0.0925175 | 98.2173 | 20.8285 | 119.046 | 5 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2087 | | wxcWidget | IsParentToolbar() const | 0 | 5 | 5 | 0 | 0 | 4 | 0 | 20 | 46 | 198.809 | 8.55556 | 1700.92 | 94.4955 | 0.0474972 | 116.487 | 0 | 116.487 | 7 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2093 | | wxcWidget | IsLastChild() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 54 | 259.597 | 14.6818 | 3811.36 | 211.742 | 0.0813327 | 102.787 | 0 | 102.787 | 3 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2105 | | wxcWidget | GetTopLevel() const | 0 | 10 | 8 | 0 | 2 | 2 | 1 | 20 | 45 | 194.487 | 21 | 4084.22 | 226.901 | 0.0851697 | 105.832 | 0 | 105.832 | 2 | 9 |
| wxcrafter/src/wxc_widget.cpp | 2116 | | wxcWidget | HasMenuBar() const | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 40 | 183.399 | 9.16667 | 1681.15 | 93.3974 | 0.0471285 | 107.614 | 0 | 107.614 | 3 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2126 | | wxcWidget | HasStatusBar() const | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 40 | 183.399 | 9.16667 | 1681.15 | 93.3974 | 0.0471285 | 107.614 | 0 | 107.614 | 3 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2136 | | wxcWidget | HasToolBar() const | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 40 | 183.399 | 9.16667 | 1681.15 | 93.3974 | 0.0471285 | 107.614 | 0 | 107.614 | 3 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2146 | | wxcWidget | XRCBitmap(const wxString &, const wxString &) const | 2 | 23 | 21 | 0 | 2 | 4 | 2 | 41 | 136 | 728.627 | 18.24 | 13290.2 | 738.342 | 0.187025 | 85.011 | 0 | 85.011 | 30 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2170 | | wxcWidget | XRCBitmap(const wxString &) const | 1 | 23 | 21 | 0 | 2 | 4 | 2 | 42 | 134 | 722.571 | 16.9231 | 12228.1 | 679.34 | 0.176923 | 85.0544 | 0 | 85.0544 | 32 | 19 |
| wxcrafter/src/wxc_widget.cpp | 2194 | | wxcWidget | FindChildByName(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 9.16667 | 861.773 | 47.8763 | 0.0301861 | 147.144 | 0 | 147.144 | 1 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2196 | | wxcWidget | DoFindByName(const wxcWidget *, const wxString &) const | 2 | 14 | 13 | 0 | 1 | 4 | 2 | 28 | 73 | 350.937 | 19.3333 | 6784.78 | 376.932 | 0.119464 | 96.8521 | 0 | 96.8521 | 5 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2211 | | wxcWidget | FindFirstDirectChildOfType(int) const | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 23 | 44 | 199.037 | 10.4 | 2069.98 | 114.999 | 0.0541406 | 107.189 | 0 | 107.189 | 3 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2221 | | wxcWidget | GetSize() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.09091 | 648.774 | 36.043 | 0.0249809 | 116.536 | 0 | 116.536 | 4 | 6 |
| wxcrafter/src/wxc_widget.cpp | 2228 | | wxcWidget | DoGetConnectedEventsRecursively(wxcWidget::Map_t &, const wxcWidget *) const | 2 | 13 | 12 | 0 | 1 | 4 | 2 | 40 | 100 | 532.193 | 14 | 7450.7 | 413.928 | 0.127158 | 95.8874 | 0 | 95.8874 | 9 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2242 | | wxcWidget | GetConnectedEventsRecursively() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 26 | 101.579 | 8.25 | 838.028 | 46.5571 | 0.0296291 | 117.715 | 0 | 117.715 | 3 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2249 | | wxcWidget | GetProperty(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 39 | 173.918 | 7 | 1217.42 | 67.6347 | 0.038005 | 112.192 | 0 | 112.192 | 3 | 14 |
| wxcrafter/src/wxc_widget.cpp | 2257 | | wxcWidget | DelProperty(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 28 |
| wxcrafter/src/wxc_widget.cpp | 2259 | | wxcWidget | SizerFlagsAsInteger() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 46 | 223.467 | 12.75 | 2849.21 | 158.289 | 0.0669928 | 104.88 | 0 | 104.88 | 1 | 0 |
| wxcrafter/src/wxc_widget.cpp | 2270 | | wxcWidget | SetStyles(size_t) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 38 | 178.617 | 8 | 1428.93 | 79.3852 | 0.0422883 | 114.55 | 0 | 114.55 | 2 | 0 |
| wxcrafter/src/wxc_widget.cpp | 2277 | | wxcWidget | EnableSizerFlag(const wxString &, bool) | 2 | 23 | 20 | 2 | 2 | 5 | 4 | 49 | 189 | 1061.18 | 20.0323 | 21257.8 | 1180.99 | 0.255795 | 82.8259 | 22.0554 | 104.881 | 21 | 24 |
| wxcrafter/src/wxc_widget.cpp | 2301 | | wxcWidget | [static] SizerFakeValue(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 32 | 135.934 | 10.2857 | 1398.17 | 77.6764 | 0.0416792 | 113.473 | 0 | 113.473 | 2 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2309 | | wxcWidget | [virtual] GenerateAdditionalFiles(wxStringMap_t &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2311 | | wxcWidget | IsAuiPane() const | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 24 | 98.0991 | 5.71429 | 560.566 | 31.1426 | 0.0226619 | 146.693 | 0 | 146.693 | 3 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2313 | | wxcWidget | WrapInAuiPaneXRC(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 21 | 84 | 6.42857 | 540 | 30 | 0.0221042 | 147.73 | 0 | 147.73 | 1 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2315 | | wxcWidget | StyleFlagsAsInteger() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 46 | 223.467 | 12.75 | 2849.21 | 158.289 | 0.0669928 | 104.88 | 0 | 104.88 | 1 | 0 |
| wxcrafter/src/wxc_widget.cpp | 2326 | | wxcWidget | PropertyInt(const wxString &, int) const | 2 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 57 | 274.019 | 11.5 | 3151.22 | 175.068 | 0.071647 | 104.049 | 0 | 104.049 | 5 | 28 |
| wxcrafter/src/wxc_widget.cpp | 2337 | | wxcWidget | [virtual] IsAuiManaged() const | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 24 | 38 | 174.229 | 9.16667 | 1597.1 | 88.7275 | 0.0455442 | 107.881 | 0 | 107.881 | 2 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2347 | | wxcWidget | DoGetCustomControlsName(const wxcWidget *, wxArrayString &) const | 2 | 15 | 14 | 0 | 1 | 5 | 3 | 38 | 100 | 524.793 | 19.4444 | 10204.3 | 566.906 | 0.15682 | 93.412 | 0 | 93.412 | 8 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2363 | | wxcWidget | GetCustomControlsName(wxArrayString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2365 | | wxcWidget | GetRealClassName() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 23 | 50 | 226.178 | 9.75 | 2205.24 | 122.513 | 0.056474 | 103.503 | 0 | 103.503 | 7 | 60 |
| wxcrafter/src/wxc_widget.cpp | 2377 | | wxcWidget | DoCheckNameUniqueness(const wxString &, const wxcWidget *) const | 2 | 13 | 12 | 0 | 1 | 4 | 2 | 29 | 66 | 320.627 | 17.1818 | 5508.95 | 306.053 | 0.103974 | 98.5224 | 0 | 98.5224 | 5 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2391 | | wxcWidget | [virtual] IsNameUnique(const wxString &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 6.42857 | 551.807 | 30.656 | 0.0224252 | 147.617 | 0 | 147.617 | 1 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2393 | | wxcWidget | [virtual] Copy(enum DuplicatingOptions, const std::set<wxString> &, const wxString &, const wxString &, const wxString &) const | 5 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 76 | 380 | 15.8824 | 6035.29 | 335.294 | 0.110495 | 101.035 | 0 | 101.035 | 6 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2405 | | wxcWidget | DoCopyChildren(wxcWidget *, enum DuplicatingOptions, const std::set<wxString> &) const | 3 | 13 | 13 | 0 | 0 | 3 | 2 | 39 | 92 | 486.257 | 16.2857 | 7919.04 | 439.947 | 0.132432 | 96.5868 | 0 | 96.5868 | 7 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2419 | | wxcWidget | [virtual] DoDeepCopy(const wxcWidget &, enum DuplicatingOptions, const std::set<wxString> &, const wxString &, const wxString &, const wxString &) | 6 | 93 | 70 | 12 | 15 | 24 | 5 | 78 | 521 | 3274.69 | 42.6887 | 139792 | 7766.24 | 0.897844 | 49.9632 | 26.4103 | 76.3735 | 67 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2513 | | wxcWidget | [virtual] DoGenerateCppCtorCode_End() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2515 | | wxcWidget | GetId() const | 0 | 27 | 17 | 6 | 4 | 5 | 1 | 38 | 104 | 545.784 | 10.7917 | 5889.92 | 327.218 | 0.108714 | 83.6859 | 33.3545 | 117.04 | 17 | 16 |
| wxcrafter/src/wxc_widget.cpp | 2543 | | wxcWidget | Reparent(wxcWidget *) | 1 | 9 | 7 | 1 | 1 | 2 | 1 | 17 | 35 | 143.061 | 7.14286 | 1021.87 | 56.7703 | 0.0338175 | 109.136 | 24.6875 | 133.823 | 4 | 4 |
| wxcrafter/src/wxc_widget.cpp | 2553 | | wxcWidget | StoreNames(std::set<wxString> &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 25 | 41 | 190.398 | 8.66667 | 1650.12 | 91.6732 | 0.0465467 | 109.558 | 0 | 109.558 | 4 | 3 |
| wxcrafter/src/wxc_widget.cpp | 2562 | | wxcWidget | HasStyle(int) const | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 33 | 62 | 312.752 | 13.2 | 4128.33 | 229.352 | 0.0857818 | 102.902 | 0 | 102.902 | 6 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2573 | | wxcWidget | WrapInIfBlockIfNeeded(wxString &) const | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 36 | 158.123 | 6.6 | 1043.61 | 57.9786 | 0.0342956 | 115.184 | 0 | 115.184 | 4 | 4 |
| wxcrafter/src/wxc_widget.cpp | 2580 | | wxcWidget | SetIfBlockCond(const wxString &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 31 | 66 | 326.977 | 9.75 | 3188.03 | 177.113 | 0.0722038 | 101.587 | 22.5149 | 124.102 | 8 | 1 |
| wxcrafter/src/wxc_widget.cpp | 2592 | | wxcWidget | BaseDoGenerateClassMember() const | 0 | 16 | 12 | 1 | 3 | 4 | 2 | 28 | 65 | 312.478 | 9.53333 | 2978.96 | 165.498 | 0.0690115 | 95.2925 | 18.8844 | 114.177 | 13 | 2 |
| wxcrafter/src/wxc_widget.cpp | 2609 | | wxcWidget | IsParentAuiToolbar() const | 0 | 5 | 5 | 0 | 0 | 3 | 0 | 19 | 36 | 152.925 | 7.5625 | 1156.5 | 64.2499 | 0.0367261 | 118.081 | 0 | 118.081 | 5 | 5 |
| wxcrafter/src/wxc_widget.cpp | 2615 | | wxcWidget | [virtual] DoGenerateGetters(wxString &) const | 1 | 50 | 46 | 0 | 4 | 27 | 2 | 69 | 216 | 1319.44 | 13.87 | 18300.7 | 1016.7 | 0.231485 | 64.0534 | 0 | 64.0534 | 24 | 1 |
| wxcrafter/src/wxcrafter.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 6 |
| wxcrafter/src/wxcrafter.cpp | 1409 | | BitmapSelectorDlgBase | BitmapSelectorDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 173 | 130 | 2 | 41 | 6 | 1 | 163 | 1550 | 11390.5 | 50.3309 | 573296 | 31849.8 | 2.30037 | 37.5659 | 8.29006 | 45.8559 | 241 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1583 | | BitmapSelectorDlgBase | ~BitmapSelectorDlgBase() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 33 | 190 | 958.435 | 16.75 | 16053.8 | 891.877 | 0.212128 | 89.1724 | 0 | 89.1724 | 13 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1779 | | BmpTextSelectorDlgBase | BmpTextSelectorDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 81 | 61 | 2 | 18 | 5 | 1 | 119 | 696 | 4798.79 | 26.8929 | 129053 | 7169.63 | 0.851252 | 54.5841 | 12.0518 | 66.6359 | 95 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1861 | | BmpTextSelectorDlgBase | ~BmpTextSelectorDlgBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 26 | 92 | 432.44 | 11.7333 | 5073.97 | 281.887 | 0.0984262 | 103.614 | 0 | 103.614 | 6 | 0 |
| wxcrafter/src/wxcrafter.cpp | 300 | | DefineCustomControlWizardBaseClass | DefineCustomControlWizardBaseClass(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 325 | 257 | 10 | 58 | 10 | 2 | 215 | 2126 | 16472.7 | 59.7037 | 983479 | 54637.7 | 3.29652 | 24.5129 | 13.4207 | 37.9336 | 285 | 1 |
| wxcrafter/src/wxcrafter.cpp | 626 | | DefineCustomControlWizardBaseClass | ~DefineCustomControlWizardBaseClass() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 64 | 285.404 | 10.5 | 2996.74 | 166.485 | 0.0692859 | 109.846 | 0 | 109.846 | 4 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1092 | | DeleteCustomControlDlgBaseClass | DeleteCustomControlDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 74 | 60 | 2 | 12 | 5 | 1 | 119 | 546 | 3764.57 | 21.3214 | 80266 | 4459.22 | 0.62025 | 57.3105 | 12.5971 | 69.9076 | 78 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1167 | | DeleteCustomControlDlgBaseClass | ~DeleteCustomControlDlgBaseClass() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.35 | 2053.41 | 114.078 | 0.0538512 | 111.208 | 0 | 111.208 | 3 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1657 | | DuplicateTLWBaseDlg | DuplicateTLWBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 115 | 85 | 2 | 28 | 8 | 1 | 122 | 920 | 6376.28 | 39.9596 | 254794 | 14155.2 | 1.33969 | 46.7383 | 10.1442 | 56.8825 | 130 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1773 | | DuplicateTLWBaseDlg | ~DuplicateTLWBaseDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| wxcrafter/src/wxcrafter.cpp | 634 | | EditCustomControlDlgBaseClass | EditCustomControlDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 191 | 144 | 8 | 39 | 9 | 1 | 178 | 1511 | 11295.8 | 46.0519 | 520195 | 28899.7 | 2.15604 | 35.3158 | 15.5885 | 50.9042 | 188 | 1 |
| wxcrafter/src/wxcrafter.cpp | 826 | | EditCustomControlDlgBaseClass | ~EditCustomControlDlgBaseClass() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 34 | 148 | 752.945 | 12.4348 | 9362.7 | 520.15 | 0.148074 | 92.4548 | 0 | 92.4548 | 10 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1601 | | EventsEditorPaneBase | EventsEditorPaneBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 53 | 40 | 1 | 12 | 3 | 1 | 89 | 424 | 2745.71 | 25.1691 | 69107.1 | 3839.28 | 0.561342 | 64.8187 | 10.5598 | 75.3785 | 58 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1655 | | EventsEditorPaneBase | ~EventsEditorPaneBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/wxcrafter.cpp | 67 | | FontPickerDlgBaseClass | FontPickerDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 127 | 92 | 2 | 33 | 5 | 1 | 132 | 1174 | 8270.12 | 43 | 355615 | 19756.4 | 1.67314 | 44.4681 | 9.65939 | 54.1275 | 167 | 1 |
| wxcrafter/src/wxcrafter.cpp | 195 | | FontPickerDlgBaseClass | ~FontPickerDlgBaseClass() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 30 | 176 | 863.613 | 17.9474 | 15499.6 | 861.088 | 0.207217 | 90.6962 | 0 | 90.6962 | 12 | 0 |
| wxcrafter/src/wxcrafter.cpp | 842 | | ImportDlgBaseClass | ImportDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 139 | 104 | 2 | 33 | 8 | 1 | 137 | 1215 | 8624.11 | 47.7876 | 412126 | 22895.9 | 1.846 | 42.0975 | 9.23806 | 51.3355 | 167 | 1 |
| wxcrafter/src/wxcrafter.cpp | 982 | | ImportDlgBaseClass | ~ImportDlgBaseClass() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 31 | 134 | 663.862 | 12.925 | 8580.42 | 476.69 | 0.139707 | 96.7245 | 0 | 96.7245 | 9 | 0 |
| wxcrafter/src/wxcrafter.cpp | 212 | | MessageDlgBaseClass | MessageDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 85 | 65 | 1 | 19 | 5 | 1 | 121 | 678 | 4690.99 | 28 | 131348 | 7297.09 | 0.861312 | 53.9214 | 8.3622 | 62.2836 | 97 | 1 |
| wxcrafter/src/wxcrafter.cpp | 298 | | MessageDlgBaseClass | ~MessageDlgBaseClass() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1327 | | NewCustomEventBaseDlg | NewCustomEventBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 79 | 60 | 1 | 18 | 7 | 1 | 110 | 649 | 4401.1 | 31.4598 | 138458 | 7692.09 | 0.89212 | 54.979 | 8.67083 | 63.6498 | 94 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1407 | | NewCustomEventBaseDlg | ~NewCustomEventBaseDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1871 | | SingleBitmapAndTextDlgBase | SingleBitmapAndTextDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 61 | 2 | 19 | 7 | 1 | 113 | 707 | 4821.87 | 32.9667 | 158961 | 8831.16 | 0.97815 | 53.9004 | 11.9795 | 65.8799 | 96 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1954 | | SingleBitmapAndTextDlgBase | ~SingleBitmapAndTextDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| wxcrafter/src/wxcrafter.cpp | 26 | | TextEditorBaseClass | TextEditorBaseClass(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 33 | 27 | 2 | 4 | 4 | 1 | 77 | 245 | 1535.36 | 16.5 | 25333.5 | 1407.42 | 0.287525 | 75.2867 | 18.6103 | 93.897 | 30 | 1 |
| wxcrafter/src/wxcrafter.cpp | 60 | | TextEditorBaseClass | ~TextEditorBaseClass() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| wxcrafter/src/wxcrafter.cpp | 1175 | | wxcAboutDlgBaseClass | wxcAboutDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 149 | 109 | 9 | 31 | 7 | 1 | 150 | 1146 | 8284.23 | 44.5 | 368648 | 20480.4 | 1.71377 | 41.4111 | 18.5806 | 59.9917 | 157 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1325 | | wxcAboutDlgBaseClass | ~wxcAboutDlgBaseClass() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 8.25 | 709.101 | 39.3945 | 0.0265064 | 147.61 | 0 | 147.61 | 1 | 0 |
| wxcrafter/src/wxcrafter.cpp | 995 | | wxcTreeViewBaseClass | wxcTreeViewBaseClass(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 82 | 64 | 2 | 16 | 4 | 1 | 119 | 627 | 4323.05 | 25.6071 | 110701 | 6150.05 | 0.768504 | 55.1582 | 11.9795 | 67.1377 | 74 | 1 |
| wxcrafter/src/wxcrafter.cpp | 1078 | | wxcTreeViewBaseClass | ~wxcTreeViewBaseClass() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 34 | 148 | 752.945 | 12.4348 | 9362.7 | 520.15 | 0.148074 | 94.7731 | 0 | 94.7731 | 10 | 0 |
| wxcrafter/src/wxcrafter_gui.cpp | 17 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| wxcrafter/src/wxcrafter_gui.cpp | 1637 | | MediaCtrlBase | MediaCtrlBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 32 | 25 | 1 | 6 | 3 | 1 | 69 | 269 | 1643.19 | 18.81 | 30908.5 | 1717.14 | 0.328295 | 75.6622 | 13.5225 | 89.1848 | 42 | 1 |
| wxcrafter/src/wxcrafter_gui.cpp | 1670 | | MediaCtrlBase | ~MediaCtrlBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| wxcrafter/src/wxcrafter_gui.cpp | 1362 | | NewFormWizardBaseClass | NewFormWizardBaseClass(wxWindow *, wxWindowID, const wxString &, const wxBitmap &, const wxPoint &, long) | 6 | 213 | 164 | 2 | 47 | 12 | 2 | 193 | 1925 | 14615.5 | 59.006 | 862401 | 47911.2 | 3.02008 | 31.5199 | 7.47771 | 38.9976 | 274 | 1 |
| wxcrafter/src/wxcrafter_gui.cpp | 1576 | | NewFormWizardBaseClass | ~NewFormWizardBaseClass() [override] | 0 | 22 | 22 | 0 | 0 | 1 | 0 | 46 | 274 | 1513.46 | 14.9286 | 22593.7 | 1255.21 | 0.266402 | 82.6199 | 0 | 82.6199 | 19 | 0 |
| wxcrafter/src/wxcrafter_gui.cpp | 1599 | | OpenGLCanvasBase | OpenGLCanvasBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 31 | 23 | 2 | 6 | 3 | 1 | 67 | 249 | 1510.46 | 17.8125 | 26905 | 1494.72 | 0.299296 | 76.6145 | 19.171 | 95.7855 | 32 | 1 |
| wxcrafter/src/wxcrafter_gui.cpp | 1631 | | OpenGLCanvasBase | ~OpenGLCanvasBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 36 | 147.149 | 9.16667 | 1348.86 | 74.9368 | 0.0406934 | 118.742 | 0 | 118.742 | 2 | 0 |
| wxcrafter/src/wxcrafter_gui.cpp | 28 | | ToolBoxPanelBaseClass | ToolBoxPanelBaseClass(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 1216 | 874 | 2 | 340 | 3 | 1 | 612 | 12225 | 113172 | 81.8581 | 9.26401e+06 | 514667 | 14.7032 | -5.27445 | 3.13934 | -2.13511 | 1835 | 1 |
| wxcrafter/src/wxcrafter_gui.cpp | 1245 | | ToolBoxPanelBaseClass | ~ToolBoxPanelBaseClass() [override] | 0 | 116 | 116 | 0 | 0 | 1 | 0 | 128 | 1590 | 11130 | 26.6538 | 296657 | 16481 | 1.48268 | 45.3114 | 0 | 45.3114 | 113 | 0 |
| wxcrafter/src/wxcrafter_gui_wxcrafter_bitmaps.cpp | 5868 | | | wxCE1C8InitBitmapResources() | 0 | 126 | 123 | 1 | 2 | 2 | 2 | 371 | 1967 | 16788.9 | 17.0014 | 285435 | 15857.5 | 1.44505 | 41.6042 | 6.87877 | 48.4829 | 347 | 4 |
| wxcrafter/src/wxcrafter_plugin.cpp | 71 | | | CreatePlugin(IManager *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 6 | 445.386 | 24.7436 | 0.0194403 | 148.373 | 0 | 148.373 | 1 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 73 | | | GetPluginInfo() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 6.57692 | 1349.15 | 74.9528 | 0.0406992 | 107.492 | 0 | 107.492 | 10 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 83 | | | GetPluginInterfaceVersion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 9 | 28.5293 | 3 | 85.588 | 4.75489 | 0.00647372 | 153.345 | 0 | 153.345 | 0 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 85 | | wxCrafterPlugin | wxCrafterPlugin(IManager *, bool) | 2 | 208 | 188 | 9 | 11 | 11 | 1 | 183 | 1459 | 10965.4 | 30.2378 | 331570 | 18420.5 | 1.59684 | 33.6289 | 15.8352 | 49.464 | 307 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 294 | | wxCrafterPlugin | ~wxCrafterPlugin() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 4.66667 | 426.424 | 23.6902 | 0.0188845 | 121.219 | 0 | 121.219 | 3 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 300 | | wxCrafterPlugin | UnPlug() [override] | 0 | 120 | 114 | 2 | 4 | 1 | 0 | 102 | 817 | 5451.37 | 20.1333 | 109754 | 6097.46 | 0.764117 | 48.4738 | 9.93347 | 58.4073 | 172 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 421 | | wxCrafterPlugin | CreateToolBar(clToolBarGeneric *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 423 | | wxCrafterPlugin | CreatePluginMenu(wxMenu *) [override] | 1 | 24 | 24 | 0 | 0 | 2 | 0 | 52 | 253 | 1442.21 | 16.6667 | 24036.9 | 1335.38 | 0.277628 | 81.2311 | 0 | 81.2311 | 55 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 448 | | wxCrafterPlugin | OnInitDone(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 454 | | wxCrafterPlugin | OnShowDesigner(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 5 |
| wxcrafter/src/wxcrafter_plugin.cpp | 456 | | wxCrafterPlugin | OnDesignerDelete(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.0625 | 434.548 | 24.1416 | 0.0191237 | 121.544 | 0 | 121.544 | 1 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 462 | | wxCrafterPlugin | OnPageClosing(wxNotifyEvent &) | 1 | 38 | 33 | 0 | 5 | 8 | 3 | 59 | 173 | 1017.7 | 24.65 | 25086.2 | 1393.68 | 0.285651 | 74.2196 | 0 | 74.2196 | 19 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 501 | | wxCrafterPlugin | OnBitmapCodeGenerationCompleted(wxCommandEvent &) | 1 | 194 | 137 | 25 | 32 | 27 | 4 | 141 | 1092 | 7796.39 | 43.9739 | 342838 | 19046.5 | 1.63282 | 32.8513 | 26.3951 | 59.2464 | 204 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 696 | | wxCrafterPlugin | DoCreateFolderMenu() | 0 | 14 | 10 | 2 | 2 | 1 | 0 | 33 | 74 | 373.285 | 9.75 | 3639.53 | 202.196 | 0.0788695 | 97.2211 | 27.6325 | 124.854 | 12 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 711 | | wxCrafterPlugin | OnNewForm(wxCommandEvent &) | 1 | 45 | 41 | 1 | 3 | 10 | 2 | 70 | 188 | 1152.31 | 14.1429 | 16296.9 | 905.383 | 0.214264 | 70.3746 | 11.4446 | 81.8192 | 17 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 757 | | wxCrafterPlugin | DoGenerateCode(const NewFormDetails &) | 1 | 76 | 55 | 9 | 12 | 9 | 3 | 91 | 377 | 2453.44 | 17.0137 | 41742.1 | 2319 | 0.401108 | 58.1848 | 25.4109 | 83.5957 | 68 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 834 | | wxCrafterPlugin | DoShowDesigner(bool) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 18 | 29 | 120.928 | 6.28571 | 760.118 | 42.2288 | 0.027763 | 110.01 | 0 | 110.01 | 1 | 4 |
| wxcrafter/src/wxcrafter_plugin.cpp | 844 | | wxCrafterPlugin | DoCreateVirtualFolder(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 26 | 47 | 220.921 | 9.42857 | 2082.97 | 115.72 | 0.0543668 | 111.178 | 0 | 111.178 | 5 | 5 |
| wxcrafter/src/wxcrafter_plugin.cpp | 852 | | wxCrafterPlugin | OnOpenFile(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 23 | 51 | 230.702 | 8.25 | 1903.29 | 105.738 | 0.0511935 | 106.651 | 0 | 106.651 | 7 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 862 | | wxCrafterPlugin | DoSelectWorkspaceTab() | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 0 | 4 |
| wxcrafter/src/wxcrafter_plugin.cpp | 864 | | wxCrafterPlugin | OnProjectModified(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 29 | 65 | 315.769 | 10.5625 | 3335.31 | 185.295 | 0.0744108 | 100.358 | 0 | 100.358 | 7 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 877 | | wxCrafterPlugin | OnProjectSynched(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 30 | 66 | 323.855 | 9 | 2914.69 | 161.927 | 0.0680154 | 100.227 | 0 | 100.227 | 6 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 890 | | wxCrafterPlugin | OnPageChanged(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 29 | 57 | 276.905 | 12.0417 | 3334.4 | 185.244 | 0.0743973 | 103.535 | 0 | 103.535 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 901 | | wxCrafterPlugin | OnDesignerItemSelected(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 907 | | wxCrafterPlugin | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 913 | | wxCrafterPlugin | DoUpdateDerivedClassEventHandlers() | 0 | 60 | 42 | 6 | 12 | 9 | 2 | 70 | 316 | 1936.85 | 23.8 | 46097.1 | 2560.95 | 0.428543 | 63.2438 | 23.5268 | 86.7705 | 33 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 974 | | wxCrafterPlugin | DoReadFileContentAndPrompt(const wxFileName &, wxString &, IEditor **) | 3 | 23 | 19 | 2 | 2 | 4 | 2 | 51 | 154 | 873.554 | 15.1406 | 13226.1 | 734.786 | 0.186424 | 84.0676 | 22.0554 | 106.123 | 24 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 998 | | wxCrafterPlugin | OnBuildStarting(wxCommandEvent &) | 1 | 4 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 34.9714 | 161.599 | 1 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1003 | | wxCrafterPlugin | OnAllEditorsClosing(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.6 | 1059.56 | 58.8645 | 0.0346441 | 110.445 | 0 | 110.445 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1012 | | wxCrafterPlugin | OnAllEditorsClosed(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 6.1875 | 762.237 | 42.3465 | 0.0278146 | 113.985 | 0 | 113.985 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1020 | | wxCrafterPlugin | OnDebugStarting(clDebugEvent &) | 1 | 22 | 17 | 1 | 4 | 5 | 1 | 32 | 85 | 425 | 12.5 | 5312.5 | 295.139 | 0.101487 | 88.3042 | 16.2158 | 104.52 | 9 | 0 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1043 | | wxCrafterPlugin | DoWriteFileContent(const wxFileName &, const wxString &, IEditor *) | 3 | 11 | 8 | 1 | 2 | 2 | 1 | 27 | 52 | 247.254 | 9.28571 | 2295.93 | 127.552 | 0.058012 | 103.04 | 22.5149 | 125.555 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1055 | | wxCrafterPlugin | OnSave(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 4 | 1 | 26 | 49 | 230.322 | 8 | 1842.57 | 102.365 | 0.0500989 | 104.493 | 0 | 104.493 | 4 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1066 | | wxCrafterPlugin | IsMainViewActive() | 0 | 12 | 11 | 2 | 0 | 5 | 0 | 24 | 44 | 201.738 | 9.16667 | 1849.27 | 102.737 | 0.0502202 | 101.998 | 29.5564 | 131.555 | 0 | 4 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1080 | | wxCrafterPlugin | OnCloseProject(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 21 | 39 | 171.3 | 5.25 | 899.327 | 49.9626 | 0.0310568 | 108.199 | 24.6875 | 132.887 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1090 | | wxCrafterPlugin | OnCloseProjectUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1092 | | wxCrafterPlugin | OnOpenProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1098 | | wxCrafterPlugin | OnOpenProjectUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 5.55556 | 660.789 | 36.7105 | 0.0252884 | 145.921 | 0 | 145.921 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1100 | | wxCrafterPlugin | OnSaveProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1106 | | wxCrafterPlugin | OnSaveProjectUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1108 | | wxCrafterPlugin | DoLoadAfterImport(ImportDlg::ImportFileData &) | 1 | 18 | 15 | 1 | 2 | 6 | 2 | 39 | 104 | 549.682 | 10 | 5496.82 | 305.379 | 0.103821 | 89.9874 | 17.8544 | 107.842 | 10 | 4 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1127 | | wxCrafterPlugin | OnImportwxFBProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1133 | | wxCrafterPlugin | OnImportXRC(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 5.46429 | 1038.16 | 57.6754 | 0.034176 | 109.569 | 0 | 109.569 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1142 | | wxCrafterPlugin | OnImportwxSmith(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 5.46429 | 1038.16 | 57.6754 | 0.034176 | 109.569 | 0 | 109.569 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1151 | | wxCrafterPlugin | OnDefineCustomControls(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 62 | 294.803 | 6.76471 | 1994.26 | 110.792 | 0.052812 | 105.376 | 0 | 105.376 | 8 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1160 | | wxCrafterPlugin | OnEditCustomControls(wxCommandEvent &) | 1 | 10 | 7 | 2 | 1 | 1 | 0 | 23 | 40 | 180.942 | 5.46429 | 988.721 | 54.929 | 0.0330822 | 106.438 | 31.9355 | 138.373 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1171 | | wxCrafterPlugin | OnDeleteCustomControls(wxCommandEvent &) | 1 | 10 | 7 | 2 | 1 | 1 | 0 | 23 | 40 | 180.942 | 5.46429 | 988.721 | 54.929 | 0.0330822 | 106.438 | 31.9355 | 138.373 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1182 | | wxCrafterPlugin | OnAbout(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 121.071 | 0 | 121.071 | 2 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1188 | | wxCrafterPlugin | DoImportFB(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 45 | 208.974 | 6.33333 | 1323.5 | 73.5277 | 0.0401817 | 109.074 | 0 | 109.074 | 6 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1196 | | wxCrafterPlugin | OnSettings(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 47 | 215.493 | 6.07143 | 1308.35 | 72.6862 | 0.0398745 | 107.006 | 0 | 107.006 | 8 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1206 | | wxCrafterPlugin | DoInitDone(wxObject *) | 1 | 33 | 27 | 1 | 5 | 5 | 1 | 70 | 201 | 1231.99 | 13.7843 | 16982.1 | 943.449 | 0.220228 | 76.2014 | 13.3211 | 89.5225 | 28 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1240 | | wxCrafterPlugin | OnProjectLoaded(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1242 | | wxCrafterPlugin | OnSaveAll(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 5.45455 | 886.45 | 49.2472 | 0.0307597 | 112.544 | 0 | 112.544 | 4 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1250 | | wxCrafterPlugin | OnFileContextMenu(clContextMenuEvent &) | 1 | 44 | 42 | 2 | 0 | 5 | 2 | 53 | 285 | 1632.46 | 20.973 | 34237.5 | 1902.08 | 0.351463 | 70.0774 | 16.2158 | 86.2932 | 50 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1295 | | wxCrafterPlugin | OnImportFBProject(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4 | 320 | 17.7778 | 0.0155948 | 147.983 | 0 | 147.983 | 2 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1296 | | wxCrafterPlugin | OnOpenWxcpProject(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1298 | | wxCrafterPlugin | DoLoadWxcProject(const wxFileName &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 30 | 58 | 284.6 | 6.07895 | 1730.07 | 96.1148 | 0.0480383 | 102.308 | 0 | 102.308 | 9 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1310 | | wxCrafterPlugin | OnImportwxSmithProject(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 5.9375 | 1339.63 | 74.4236 | 0.0405074 | 108.675 | 0 | 108.675 | 6 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1319 | | wxCrafterPlugin | OnVirtualFolderContextMenu(clContextMenuEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 44 | 196.215 | 6.66667 | 1308.1 | 72.6722 | 0.0398694 | 114.292 | 0 | 114.292 | 7 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1326 | | wxCrafterPlugin | DoProjectMenu() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 8.66667 | 1370.4 | 76.1335 | 0.0411255 | 115.414 | 0 | 115.414 | 5 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1333 | | wxCrafterPlugin | OnProjectContextMenu(clContextMenuEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.90909 | 882.457 | 49.0254 | 0.0306672 | 118.665 | 0 | 118.665 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1339 | | wxCrafterPlugin | OnReGenerateForProject(wxCommandEvent &) | 1 | 31 | 24 | 3 | 4 | 8 | 3 | 52 | 148 | 843.665 | 12.7059 | 10719.5 | 595.528 | 0.162055 | 78.4931 | 23.1746 | 101.668 | 24 | 1 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1371 | | wxCrafterPlugin | OnToggleView(clCommandEvent &) | 1 | 19 | 18 | 1 | 0 | 5 | 1 | 42 | 116 | 625.509 | 14.25 | 8913.5 | 495.194 | 0.143299 | 88.6695 | 17.3987 | 106.068 | 5 | 2 |
| wxcrafter/src/wxcrafter_plugin.cpp | 1391 | | wxCrafterPlugin | OnSaveUI(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 61 | 290.048 | 9.75 | 2827.97 | 157.109 | 0.0666595 | 105.461 | 0 | 105.461 | 6 | 2 |
| wxcrafter/src/wxcrafter_wxcrafter_bitmaps.cpp | 1895 | | | wxCA63InitBitmapResources() | 0 | 19 | 16 | 1 | 2 | 2 | 2 | 50 | 148 | 835.291 | 12.4286 | 10381.5 | 576.748 | 0.15863 | 87.8556 | 17.3987 | 105.254 | 26 | 15 |
| wxcrafter/src/wxgui_bitmaploader.cpp | 17 | | ResourceLoader | ResourceLoader(const wxString &) | 1 | 39 | 34 | 3 | 2 | 8 | 5 | 78 | 279 | 1753.63 | 26.5 | 46471.1 | 2581.73 | 0.430858 | 70.9692 | 20.8285 | 91.7977 | 33 | 18 |
| wxcrafter/src/wxgui_bitmaploader.cpp | 57 | | ResourceLoader | Bitmap(const wxString &) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 33 | 60 | 302.664 | 12.7059 | 3845.61 | 213.645 | 0.0818192 | 109.311 | 0 | 109.311 | 7 | 122 |
| wxcrafter/src/wxgui_bitmaploader.cpp | 65 | | ResourceLoader | GetPlaceHolderImagePath() const | 0 | 13 | 13 | 0 | 0 | 3 | 2 | 36 | 96 | 496.313 | 9 | 4466.82 | 248.156 | 0.0904088 | 96.4803 | 0 | 96.4803 | 13 | 2 |
| wxcrafter/src/wxgui_bitmaploader.cpp | 79 | | ResourceLoader | GetPlaceHolder16ImagePath() const | 0 | 13 | 13 | 0 | 0 | 3 | 2 | 36 | 96 | 496.313 | 9 | 4466.82 | 248.156 | 0.0904088 | 96.4803 | 0 | 96.4803 | 13 | 3 |
| wxcrafter/src/wxgui_bitmaploader.cpp | 93 | | ResourceLoader | File(const wxString &) const | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 32 | 57 | 285 | 12 | 3420 | 190 | 0.0756652 | 112.121 | 0 | 112.121 | 8 | 2 |
| wxcrafter/src/wxgui_globals.cpp | 8 | wxCrafter | | SetColumnText(wxListCtrl *, long, long, const wxString &, int) | 5 | 10 | 10 | 0 | 0 | 1 | 0 | 31 | 68 | 336.885 | 7.85714 | 2646.96 | 147.053 | 0.0637837 | 103.205 | 0 | 103.205 | 7 | 0 |
| wxcrafter/src/wxgui_globals.cpp | 19 | wxCrafter | | GetColumnText(wxListCtrl *, long, long) | 3 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 53 | 246.124 | 8 | 1969 | 109.389 | 0.0523651 | 106.545 | 0 | 106.545 | 7 | 0 |
| wxcrafter/src/wxgui_globals.cpp | 29 | wxCrafter | | AppendListCtrlRow(wxListCtrl *) | 1 | 12 | 10 | 1 | 1 | 2 | 0 | 24 | 59 | 270.513 | 13 | 3516.67 | 195.37 | 0.0770843 | 101.163 | 21.6227 | 122.786 | 6 | 0 |
| wxcrafter/src/wxgui_globals.cpp | 42 | wxCrafter | | ReadFileContent(const wxString &, wxString &) | 2 | 16 | 13 | 1 | 2 | 3 | 2 | 28 | 80 | 384.588 | 9.38235 | 3608.34 | 200.464 | 0.0784183 | 94.4428 | 18.8844 | 113.327 | 10 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 149 | | | GetControlBorder() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 28 | 40 | 192.294 | 8.07692 | 1553.15 | 86.2859 | 0.0447047 | 109.046 | 0 | 109.046 | 0 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 158 | | | DecodeSize(const wxString &) | 1 | 16 | 13 | 1 | 2 | 1 | 0 | 37 | 143 | 744.952 | 15.4375 | 11500.2 | 638.9 | 0.16983 | 91.4648 | 18.8844 | 110.349 | 23 | 11 |
| wxcrafter/src/wxgui_helpers.cpp | 175 | | | ToUnixPath(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 7.77778 | 991.183 | 55.0657 | 0.0331371 | 116.536 | 0 | 116.536 | 5 | 3 |
| wxcrafter/src/wxgui_helpers.cpp | 182 | | | EncodeSize(const wxSize &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 7.27273 | 1054.16 | 58.5642 | 0.0345262 | 115.866 | 0 | 115.866 | 5 | 14 |
| wxcrafter/src/wxgui_helpers.cpp | 189 | | | GetSizeAsDlgUnits(const wxSize &, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 26 | 46 | 216.22 | 8.43333 | 1823.46 | 101.303 | 0.0497518 | 113.787 | 0 | 113.787 | 9 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 196 | | | LoadXRC(const wxString &, const wxString &, wxString &, wxString &, wxString &) | 5 | 61 | 53 | 1 | 7 | 11 | 6 | 83 | 349 | 2224.89 | 23.623 | 52558.4 | 2919.91 | 0.467707 | 61.795 | 9.85279 | 71.6478 | 40 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 258 | | | ToNumber(const wxString &, int) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 42 | 187.296 | 9.6 | 1798.04 | 99.8913 | 0.0492885 | 107.735 | 0 | 107.735 | 1 | 43 |
| wxcrafter/src/wxgui_helpers.cpp | 268 | | | ToString(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.66667 | 507.647 | 28.2026 | 0.0212123 | 119.214 | 0 | 119.214 | 3 | 9 |
| wxcrafter/src/wxgui_helpers.cpp | 275 | | | SplitByString(const wxString &, const wxString &, bool) | 3 | 25 | 21 | 1 | 4 | 5 | 3 | 41 | 146 | 782.203 | 24.6136 | 19252.9 | 1069.6 | 0.239447 | 83.0612 | 15.2452 | 98.3065 | 16 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 301 | | | Join(const wxArrayString &, const wxString &) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 36 | 93 | 480.803 | 18 | 8654.45 | 480.803 | 0.140509 | 95.4449 | 0 | 95.4449 | 12 | 11 |
| wxcrafter/src/wxgui_helpers.cpp | 316 | | | CamelCase(const wxString &) | 1 | 26 | 23 | 1 | 2 | 4 | 1 | 56 | 177 | 1027.9 | 20.8333 | 21414.6 | 1189.7 | 0.257051 | 81.2354 | 14.9585 | 96.1939 | 24 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 397 | | | init_color_indexes() | 0 | 30 | 30 | 0 | 0 | 2 | 1 | 38 | 192 | 1007.6 | 9.03226 | 9100.92 | 505.607 | 0.145301 | 79.4809 | 0 | 79.4809 | 26 | 3 |
| wxcrafter/src/wxgui_helpers.cpp | 428 | | | ColourToCpp(const wxString &) | 1 | 29 | 24 | 2 | 3 | 6 | 2 | 44 | 173 | 944.482 | 18.8571 | 17810.2 | 989.457 | 0.227331 | 79.4465 | 19.7854 | 99.2319 | 30 | 19 |
| wxcrafter/src/wxgui_helpers.cpp | 458 | | | ESCAPE(const wxString &) | 1 | 14 | 11 | 1 | 2 | 1 | 0 | 24 | 74 | 339.287 | 14.3846 | 4880.52 | 271.14 | 0.0959082 | 97.7177 | 20.1155 | 117.833 | 20 | 9 |
| wxcrafter/src/wxgui_helpers.cpp | 473 | | | UNDERSCORE(const wxString &) | 1 | 16 | 14 | 2 | 0 | 3 | 2 | 28 | 77 | 370.166 | 11.2667 | 4170.54 | 231.697 | 0.0863655 | 94.6415 | 26.0372 | 120.679 | 14 | 57 |
| wxcrafter/src/wxgui_helpers.cpp | 490 | | | WXT(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.2 | 1070.48 | 59.471 | 0.0348817 | 115.734 | 0 | 115.734 | 6 | 28 |
| wxcrafter/src/wxgui_helpers.cpp | 497 | | | FontToString(const wxFont &) | 1 | 63 | 40 | 6 | 17 | 12 | 1 | 54 | 293 | 1686.18 | 16.45 | 27737.7 | 1540.98 | 0.30544 | 62.4841 | 23.0043 | 85.4883 | 35 | 5 |
| wxcrafter/src/wxgui_helpers.cpp | 561 | | | StringToFont(const wxString &) | 1 | 28 | 20 | 3 | 5 | 4 | 1 | 58 | 169 | 989.999 | 14.3049 | 14161.8 | 786.767 | 0.195115 | 80.2302 | 24.2819 | 104.512 | 20 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 590 | | | IsSystemFont(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 592 | | | FontToXRC(const wxString &) | 1 | 30 | 25 | 0 | 5 | 6 | 2 | 59 | 297 | 1747.14 | 26.122 | 45638.8 | 2535.49 | 0.425698 | 75.6988 | 0 | 75.6988 | 51 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 623 | | | XRCToFontstring(const wxXmlNode *) | 1 | 58 | 47 | 8 | 3 | 12 | 3 | 66 | 335 | 2024.87 | 22.3125 | 45180 | 2510 | 0.42284 | 62.8719 | 27.2067 | 90.0785 | 45 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 682 | | | FBToFontstring(const wxString &) | 1 | 34 | 24 | 7 | 3 | 5 | 1 | 51 | 168 | 952.967 | 12.8649 | 12259.8 | 681.1 | 0.177229 | 77.0531 | 32.323 | 109.376 | 28 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 717 | | | FontToCpp(const wxString &, const wxString &) | 2 | 98 | 73 | 3 | 22 | 19 | 2 | 102 | 621 | 4143.58 | 24.6 | 101932 | 5662.89 | 0.727365 | 49.0411 | 13.3873 | 62.4284 | 105 | 5 |
| wxcrafter/src/wxgui_helpers.cpp | 816 | | | XMLEncode(const wxString &, bool) | 2 | 22 | 21 | 1 | 1 | 4 | 2 | 51 | 169 | 958.64 | 21.6129 | 20719 | 1151.06 | 0.251454 | 84.3044 | 16.2158 | 100.52 | 25 | 39 |
| wxcrafter/src/wxgui_helpers.cpp | 839 | | | ToBool(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 7.94444 | 1167.4 | 64.8556 | 0.0369566 | 113.068 | 0 | 113.068 | 3 | 0 |
| wxcrafter/src/wxgui_helpers.cpp | 847 | | | CDATA(const wxString &) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 18 | 32 | 133.438 | 7.5 | 1000.78 | 55.599 | 0.0333507 | 113.799 | 0 | 113.799 | 5 | 32 |
| wxcrafter/src/wxgui_helpers.cpp | 855 | | | MakeUnique(const wxArrayString &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 29 | 68 | 330.343 | 14.4643 | 4778.17 | 265.454 | 0.0945627 | 102.847 | 0 | 102.847 | 7 | 6 |
| wxcrafter/src/wxgui_helpers.cpp | 866 | | | WriteFile(const wxFileName &, const wxString &, bool) | 3 | 12 | 11 | 0 | 1 | 4 | 1 | 33 | 75 | 378.33 | 9.1 | 3442.8 | 191.267 | 0.0760011 | 98.9585 | 0 | 98.9585 | 8 | 7 |
| wxcrafter/src/wxgui_helpers.cpp | 879 | | | IsTheSame(const wxFileName &, const wxFileName &) | 2 | 19 | 15 | 1 | 3 | 8 | 2 | 36 | 123 | 635.901 | 16.8 | 10683.1 | 593.507 | 0.161688 | 87.8939 | 17.3987 | 105.293 | 17 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 899 | | | IsTheSame(const wxString &, const wxFileName &) | 2 | 17 | 13 | 1 | 3 | 5 | 2 | 34 | 81 | 412.084 | 12 | 4945.01 | 274.723 | 0.0967514 | 92.6416 | 18.3478 | 110.989 | 9 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 917 | | | ToFloat(const wxString &, float) | 2 | 12 | 9 | 2 | 1 | 2 | 1 | 22 | 39 | 173.918 | 9 | 1565.26 | 86.9589 | 0.0449369 | 103.46 | 29.5564 | 133.016 | 1 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 930 | | | VectorToSet(const std::vector<wxFileName> &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 55 | 261.519 | 10.6786 | 2792.65 | 155.147 | 0.0661032 | 107.907 | 0 | 107.907 | 5 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 939 | | | GetToolTypes(bool) | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 21 | 57 | 250.362 | 9 | 2253.26 | 125.181 | 0.057291 | 101.565 | 0 | 101.565 | 12 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 952 | | | GetToolType(const wxString &) | 1 | 27 | 18 | 2 | 7 | 7 | 1 | 29 | 91 | 442.076 | 7.94444 | 3512.05 | 195.114 | 0.0770169 | 84.3217 | 20.4627 | 104.784 | 6 | 11 |
| wxcrafter/src/wxgui_helpers.cpp | 980 | | | ToolTypeToWX(TOOL_TYPE) | 1 | 21 | 16 | 0 | 5 | 6 | 1 | 26 | 93 | 437.141 | 8.4375 | 3688.38 | 204.91 | 0.0795736 | 88.6814 | 0 | 88.6814 | 6 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1002 | | | GetUserDataDir() | 0 | 14 | 14 | 0 | 0 | 2 | 1 | 38 | 84 | 440.826 | 10.4348 | 4599.92 | 255.551 | 0.0921961 | 96.1263 | 0 | 96.1263 | 8 | 8 |
| wxcrafter/src/wxgui_helpers.cpp | 1017 | | | SetStatusMessage(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 23 | 48 | 217.131 | 11.6667 | 2533.19 | 140.733 | 0.0619428 | 106.736 | 0 | 106.736 | 3 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1027 | | | GetConfigFile() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5 | 583.79 | 32.4328 | 0.0232836 | 119.945 | 0 | 119.945 | 4 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1033 | | | Split(const wxString &, const wxString &, wxStringTokenizerMode) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 71 | 355 | 13.2353 | 4698.53 | 261.029 | 0.093509 | 106.318 | 0 | 106.318 | 6 | 50 |
| wxcrafter/src/wxgui_helpers.cpp | 1042 | | | GetColourSysIndex(const wxString &) | 1 | 15 | 14 | 1 | 0 | 3 | 2 | 28 | 73 | 350.937 | 13.5 | 4737.65 | 263.203 | 0.0940273 | 95.9644 | 19.4709 | 115.435 | 5 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1058 | | | GetColourForXRC(const wxString &) | 1 | 24 | 20 | 0 | 4 | 6 | 2 | 42 | 122 | 657.863 | 13.8462 | 9108.87 | 506.048 | 0.145386 | 84.3927 | 0 | 84.3927 | 18 | 12 |
| wxcrafter/src/wxgui_helpers.cpp | 1083 | | | NameToColour(const wxString &) | 1 | 23 | 17 | 2 | 4 | 5 | 1 | 37 | 118 | 614.715 | 14.3182 | 8801.61 | 488.978 | 0.142098 | 85.665 | 22.0554 | 107.72 | 19 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1107 | | | ValueToColourString(const wxString &) | 1 | 12 | 9 | 2 | 1 | 3 | 1 | 32 | 67 | 335 | 10.5 | 3517.5 | 195.417 | 0.0770965 | 99.821 | 29.5564 | 129.377 | 11 | 9 |
| wxcrafter/src/wxgui_helpers.cpp | 1120 | | | WXVER_CHECK_BLOCK_END() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 1127 | | | WX294_BLOCK_START() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1134 | | | WX30_BLOCK_START() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1141 | | | WX31_BLOCK_START() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1148 | | | WX33_BLOCK_START() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 0 |
| wxcrafter/src/wxgui_helpers.cpp | 1155 | | | WX29_BLOCK_START() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 6.4 | 426.291 | 23.6828 | 0.0188806 | 119.91 | 0 | 119.91 | 3 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1162 | | | AddQuotes(const wxString &) | 1 | 12 | 10 | 0 | 2 | 3 | 1 | 25 | 65 | 301.851 | 13.5417 | 4087.56 | 227.087 | 0.0852161 | 100.363 | 0 | 100.363 | 11 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1175 | | | MakeAbsToProject(wxFileName &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 36 | 152.925 | 5.4 | 825.797 | 45.8776 | 0.0293401 | 115.358 | 0 | 115.358 | 4 | 15 |
| wxcrafter/src/wxgui_helpers.cpp | 1182 | | | ToAligment(const wxString &) | 1 | 23 | 22 | 0 | 1 | 3 | 1 | 56 | 227 | 1318.27 | 19.2 | 25310.8 | 1406.15 | 0.287353 | 82.1578 | 0 | 82.1578 | 29 | 5 |
| wxcrafter/src/wxgui_helpers.cpp | 1206 | | | FloatToCString(float) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1208 | | | ColumnFlagsFromString(const wxString &) | 1 | 22 | 21 | 0 | 1 | 4 | 2 | 58 | 196 | 1148.16 | 18.2692 | 20976.1 | 1165.34 | 0.253529 | 83.3663 | 0 | 83.3663 | 21 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1231 | | | IsArtProviderBitmap(const wxString &, wxString &, wxString &, wxString &) | 4 | 76 | 73 | 1 | 2 | 5 | 1 | 98 | 405 | 2678.96 | 15.4146 | 41295.1 | 2294.17 | 0.39824 | 58.6476 | 8.83854 | 67.4861 | 18 | 6 |
| wxcrafter/src/wxgui_helpers.cpp | 1308 | | | MakeWxSizeStr(const wxString &) | 1 | 18 | 15 | 0 | 3 | 4 | 1 | 28 | 79 | 379.781 | 15 | 5696.72 | 316.484 | 0.106323 | 92.3701 | 0 | 92.3701 | 17 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1327 | | | ShowEffectFromString(const wxString &) | 1 | 20 | 18 | 0 | 2 | 2 | 1 | 49 | 186 | 1044.34 | 15.8 | 16500.5 | 916.695 | 0.216045 | 85.8632 | 0 | 85.8632 | 24 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 1348 | | | NotifyFileSaved(const wxFileName &) | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 26 | 40 | 188.018 | 7.5 | 1410.13 | 78.3407 | 0.0419165 | 109.623 | 0 | 109.623 | 3 | 7 |
| wxcrafter/src/wxgui_helpers.cpp | 1357 | | | WrapInIfBlock(const wxString &, wxString &) | 2 | 19 | 15 | 0 | 4 | 4 | 1 | 30 | 90 | 441.62 | 13.7647 | 6078.77 | 337.71 | 0.111025 | 90.7097 | 0 | 90.7097 | 17 | 3 |
| wxcrafter/src/wxgui_helpers.cpp | 1377 | | | GetWorkspaceFiles(wxStringSet_t &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 9.96667 | 2731.06 | 151.725 | 0.0651277 | 107.664 | 0 | 107.664 | 6 | 0 |
| wxcrafter/src/wxgui_helpers.cpp | 1386 | | | GetProjectFiles(const wxString &, wxStringSet_t &) | 2 | 12 | 12 | 0 | 0 | 3 | 1 | 38 | 83 | 435.578 | 12 | 5226.94 | 290.385 | 0.100395 | 98.4558 | 0 | 98.4558 | 9 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1399 | | | FormatString(wxString &, const wxFileName &) | 2 | 12 | 12 | 0 | 0 | 3 | 1 | 35 | 80 | 410.343 | 10 | 4103.43 | 227.968 | 0.0854364 | 98.7662 | 0 | 98.7662 | 11 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 1412 | | | FormatFile(const wxFileName &) | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 28 | 46 | 221.138 | 7.125 | 1575.61 | 87.5339 | 0.0451348 | 108.779 | 0 | 108.779 | 6 | 3 |
| wxcrafter/src/wxgui_helpers.cpp | 1422 | | | TopFrame() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 26 | 106.274 | 6.41667 | 681.925 | 37.8847 | 0.0258248 | 114.753 | 0 | 114.753 | 2 | 29 |
| wxcrafter/src/wxgui_helpers.cpp | 1430 | | | SetTopFrame(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 1 |
| wxcrafter/src/wxgui_helpers.cpp | 39 | {anonymous} | | GetSystemFont(const wxString &) | 1 | 60 | 49 | 1 | 10 | 16 | 2 | 68 | 349 | 2124.52 | 23.22 | 49331.5 | 2740.64 | 0.448361 | 61.1528 | 9.93347 | 71.0863 | 55 | 4 |
| wxcrafter/src/wxgui_helpers.cpp | 100 | {anonymous} | | StringToFontFamily(const wxString &) | 1 | 23 | 17 | 0 | 6 | 7 | 1 | 30 | 96 | 471.061 | 9.75 | 4592.85 | 255.158 | 0.0921015 | 86.5891 | 0 | 86.5891 | 6 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 124 | {anonymous} | | StringToFontStyle(const wxString &) | 1 | 11 | 10 | 0 | 1 | 5 | 1 | 30 | 81 | 397.458 | 14.5 | 5763.14 | 320.175 | 0.107148 | 99.8816 | 0 | 99.8816 | 4 | 2 |
| wxcrafter/src/wxgui_helpers.cpp | 136 | {anonymous} | | StringToFontWeight(const wxString &) | 1 | 11 | 10 | 0 | 1 | 5 | 1 | 30 | 81 | 397.458 | 14.5 | 5763.14 | 320.175 | 0.107148 | 99.8816 | 0 | 99.8816 | 4 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 83 | | GUICraftMainPanel | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 83 | | GUICraftMainPanel | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 162 | | GUICraftMainPanel | GUICraftMainPanel(wxWindow *, wxCrafterPlugin *, clTreeCtrl *) | 3 | 191 | 169 | 2 | 21 | 7 | 1 | 252 | 1686 | 13449.7 | 32.7424 | 440375 | 24465.3 | 1.92942 | 34.8683 | 7.8932 | 42.7615 | 375 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 354 | | GUICraftMainPanel | ~GUICraftMainPanel() [override] | 0 | 93 | 81 | 5 | 7 | 2 | 1 | 105 | 753 | 5055.83 | 23.3333 | 117969 | 6553.85 | 0.801785 | 52.7647 | 17.5768 | 70.3415 | 150 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 448 | | GUICraftMainPanel | Clear() | 0 | 22 | 16 | 3 | 3 | 1 | 0 | 43 | 114 | 618.594 | 7.73438 | 4784.44 | 265.802 | 0.0946454 | 87.2724 | 27.069 | 114.341 | 17 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 471 | | GUICraftMainPanel | [virtual] OnNewFormUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 473 | | GUICraftMainPanel | OnMenu(wxTreeEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 0 | 29 | 47 | 228.325 | 8.125 | 1855.14 | 103.063 | 0.0503265 | 110.776 | 0 | 110.776 | 5 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 481 | | GUICraftMainPanel | OnShowContextMenu(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 5 | 1 | 37 | 81 | 421.966 | 12.5714 | 5304.71 | 294.706 | 0.101388 | 98.1609 | 0 | 98.1609 | 11 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 494 | | GUICraftMainPanel | OnItemSelected(wxTreeEvent &) | 1 | 28 | 22 | 1 | 5 | 3 | 1 | 48 | 134 | 748.385 | 10.2273 | 7653.94 | 425.219 | 0.12946 | 81.9151 | 14.4303 | 96.3454 | 17 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 523 | | GUICraftMainPanel | DoUpdatePropertiesView() | 0 | 16 | 14 | 1 | 1 | 2 | 1 | 29 | 82 | 398.354 | 13.0667 | 5205.16 | 289.176 | 0.100116 | 94.4899 | 18.8844 | 113.374 | 8 | 8 |
| wxcrafter/src/wxguicraft_main_view.cpp | 540 | | GUICraftMainPanel | GetSelItemData() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 54 | 259.597 | 13.1364 | 3410.16 | 189.453 | 0.07552 | 104.331 | 0 | 104.331 | 3 | 29 |
| wxcrafter/src/wxguicraft_main_view.cpp | 551 | | GUICraftMainPanel | OnSizerForTopLevelWinUI(wxUpdateUIEvent &) | 1 | 7 | 6 | 0 | 1 | 3 | 1 | 27 | 59 | 280.538 | 11.3077 | 3172.24 | 176.236 | 0.0719653 | 109.475 | 0 | 109.475 | 5 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 559 | | GUICraftMainPanel | OnShowPreview(wxCommandEvent &) | 1 | 53 | 44 | 2 | 7 | 7 | 1 | 58 | 314 | 1839.41 | 23.4 | 43042.1 | 2391.23 | 0.409394 | 65.9818 | 14.821 | 80.8028 | 16 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 613 | | GUICraftMainPanel | OnItemRightClick(wxTreeEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 119.945 | 0 | 119.945 | 3 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 619 | | GUICraftMainPanel | DoUpdatePropertiesFlags(wxcWidget *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 2 | 5 |
| wxcrafter/src/wxguicraft_main_view.cpp | 625 | | GUICraftMainPanel | DoUpdateStyleFlags(wxcWidget *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 146.723 | 0 | 146.723 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 627 | | GUICraftMainPanel | DoUpdateSizerFlags(wxcWidget *) | 1 | 24 | 21 | 0 | 3 | 3 | 2 | 43 | 144 | 781.382 | 16.0192 | 12517.1 | 695.397 | 0.1797 | 84.188 | 0 | 84.188 | 21 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 652 | | GUICraftMainPanel | NotifyPreviewChanged(int) | 1 | 36 | 28 | 2 | 6 | 6 | 2 | 51 | 204 | 1157.17 | 19.6364 | 22722.7 | 1262.37 | 0.267415 | 74.8876 | 17.8544 | 92.742 | 17 | 12 |
| wxcrafter/src/wxguicraft_main_view.cpp | 689 | | GUICraftMainPanel | OnPropertyChanged(wxCommandEvent &) | 1 | 65 | 53 | 9 | 5 | 16 | 4 | 92 | 419 | 2733.37 | 24 | 65600.9 | 3644.5 | 0.542191 | 58.5458 | 27.253 | 85.7988 | 49 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 755 | | GUICraftMainPanel | OnNewControl(wxCommandEvent &) | 1 | 48 | 34 | 5 | 9 | 14 | 2 | 68 | 322 | 1960.16 | 23.5417 | 46145.5 | 2563.64 | 0.428843 | 65.6465 | 23.9713 | 89.6177 | 37 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 804 | | GUICraftMainPanel | OnStyleChanged(wxPropertyGridEvent &) | 1 | 12 | 8 | 3 | 1 | 1 | 1 | 26 | 46 | 216.22 | 5.9375 | 1283.81 | 71.3226 | 0.0393742 | 102.558 | 34.9714 | 137.529 | 4 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 817 | | GUICraftMainPanel | OnGenerateCode(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 4 |
| wxcrafter/src/wxguicraft_main_view.cpp | 823 | | GUICraftMainPanel | GenerateCppOutput(wxString &, wxString &, wxArrayString &, wxStringMap_t &, size_t) const | 5 | 46 | 42 | 4 | 3 | 10 | 5 | 68 | 259 | 1576.65 | 31.15 | 49112.7 | 2728.49 | 0.447035 | 68.3881 | 22.0554 | 90.4435 | 21 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 870 | | GUICraftMainPanel | GenerateXrcOutput(wxString &, size_t) const | 2 | 40 | 36 | 3 | 3 | 9 | 5 | 58 | 224 | 1312.19 | 27.5294 | 36123.8 | 2006.88 | 0.364257 | 71.837 | 20.5825 | 92.4195 | 21 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 911 | | GUICraftMainPanel | OnSizerTool(wxCommandEvent &) | 1 | 24 | 20 | 0 | 4 | 3 | 1 | 43 | 160 | 868.202 | 16.0714 | 13953.3 | 775.181 | 0.193195 | 83.6401 | 0 | 83.6401 | 24 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 936 | | GUICraftMainPanel | OnSizerToolUI(wxUpdateUIEvent &) | 1 | 47 | 40 | 1 | 7 | 13 | 2 | 61 | 308 | 1826.67 | 29.3333 | 53582.2 | 2976.79 | 0.473761 | 66.5843 | 11.2027 | 77.7871 | 41 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 984 | | GUICraftMainPanel | GetStyleFromGuiID(int) const | 1 | 43 | 31 | 0 | 12 | 13 | 1 | 43 | 130 | 705.414 | 7.5625 | 5334.7 | 296.372 | 0.10177 | 72.9729 | 0 | 72.9729 | 25 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1028 | | GUICraftMainPanel | ToJSON(const wxTreeItemId &) | 1 | 22 | 20 | 1 | 2 | 5 | 2 | 52 | 152 | 866.467 | 20.6613 | 17902.3 | 994.573 | 0.228114 | 84.6001 | 16.2158 | 100.816 | 19 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1051 | | GUICraftMainPanel | OnSaveProject(wxCommandEvent &) | 1 | 48 | 37 | 2 | 9 | 5 | 2 | 75 | 293 | 1825.04 | 13.9661 | 25488.7 | 1416.04 | 0.288698 | 68.0879 | 15.5492 | 83.6371 | 58 | 4 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1100 | | GUICraftMainPanel | OnOpenProject(wxCommandEvent &) | 1 | 80 | 58 | 12 | 10 | 13 | 2 | 90 | 392 | 2544.81 | 21.0294 | 53515.8 | 2973.1 | 0.473369 | 56.2438 | 28.2321 | 84.4759 | 70 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1181 | | GUICraftMainPanel | LoadProject(const wxFileName &, const wxString &, bool) | 3 | 57 | 45 | 4 | 9 | 8 | 1 | 92 | 371 | 2420.24 | 25.0588 | 60648.4 | 3369.36 | 0.514547 | 63.1461 | 19.9484 | 83.0945 | 55 | 5 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1239 | | GUICraftMainPanel | DoBuildTree(wxTreeItemId &, wxcWidget *, const wxTreeItemId &, const wxTreeItemId &, bool) | 5 | 38 | 32 | 0 | 6 | 7 | 3 | 50 | 209 | 1179.57 | 23.5968 | 27834 | 1546.33 | 0.306146 | 73.682 | 0 | 73.682 | 26 | 7 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1278 | | GUICraftMainPanel | DoUnsetItemData(const wxTreeItemId &) | 1 | 21 | 17 | 2 | 2 | 5 | 3 | 36 | 104 | 537.672 | 17 | 9140.43 | 507.802 | 0.145721 | 87.835 | 23.0043 | 110.839 | 8 | 8 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1300 | | GUICraftMainPanel | DoMoveToplevelWindow(wxcWidget *, int) | 2 | 57 | 45 | 3 | 9 | 5 | 2 | 73 | 286 | 1770.29 | 23.4231 | 41465.6 | 2303.65 | 0.399335 | 65.4623 | 17.3987 | 82.861 | 36 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1358 | | GUICraftMainPanel | OnMoveItem(wxCommandEvent &) | 1 | 72 | 62 | 2 | 9 | 11 | 3 | 90 | 388 | 2518.84 | 28.0769 | 70721.2 | 3928.96 | 0.570049 | 58.4639 | 12.767 | 71.2309 | 46 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1431 | | GUICraftMainPanel | OnDelete(wxCommandEvent &) | 1 | 24 | 20 | 3 | 2 | 4 | 2 | 46 | 133 | 734.634 | 9.65152 | 7090.33 | 393.907 | 0.123024 | 84.2788 | 26.0372 | 110.316 | 16 | 5 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1456 | | GUICraftMainPanel | DoRefresh(int) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 3.42857 | 241.057 | 13.3921 | 0.012911 | 122.582 | 0 | 122.582 | 2 | 6 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1462 | | GUICraftMainPanel | ExpandToItem(const wxString &, wxTreeItemId &) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 29 | 78 | 378.923 | 12.1875 | 4618.12 | 256.562 | 0.092439 | 96.6831 | 0 | 96.6831 | 9 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1477 | | GUICraftMainPanel | DoFindName(const wxTreeItemId &, const wxString &, wxTreeItemId &) | 3 | 27 | 24 | 0 | 3 | 7 | 3 | 34 | 134 | 681.72 | 20 | 13634.4 | 757.467 | 0.19024 | 82.0694 | 0 | 82.0694 | 12 | 12 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1505 | | GUICraftMainPanel | OnMoveItemUI(wxUpdateUIEvent &) | 1 | 58 | 54 | 2 | 4 | 17 | 3 | 67 | 395 | 2396.11 | 26.383 | 63216.4 | 3512.02 | 0.528971 | 60.8465 | 14.1863 | 75.0328 | 49 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1564 | | GUICraftMainPanel | OnSetSizerProp1(wxCommandEvent &) | 1 | 18 | 15 | 0 | 3 | 2 | 1 | 38 | 115 | 603.512 | 12.25 | 7393.02 | 410.723 | 0.126501 | 90.4216 | 0 | 90.4216 | 14 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1583 | | GUICraftMainPanel | OnSetSizerProp1UI(wxUpdateUIEvent &) | 1 | 13 | 12 | 0 | 1 | 4 | 1 | 36 | 93 | 480.803 | 15 | 7212.05 | 400.669 | 0.124428 | 96.4154 | 0 | 96.4154 | 10 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1597 | | GUICraftMainPanel | DoGetTopLevelTreeItem() const | 0 | 21 | 17 | 0 | 4 | 5 | 2 | 30 | 85 | 417.086 | 20.25 | 8445.99 | 469.221 | 0.138244 | 89.1556 | 0 | 89.1556 | 10 | 10 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1619 | | GUICraftMainPanel | OnMenuItemClicked(wxCommandEvent &) | 1 | 20 | 17 | 0 | 3 | 5 | 1 | 35 | 145 | 743.746 | 20.6316 | 15344.7 | 852.481 | 0.205834 | 86.9383 | 0 | 86.9383 | 17 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1640 | | GUICraftMainPanel | OnMenuItemUI(wxUpdateUIEvent &) | 1 | 18 | 15 | 0 | 3 | 3 | 1 | 35 | 155 | 795.039 | 16.25 | 12919.4 | 717.743 | 0.18353 | 88.7583 | 0 | 88.7583 | 20 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1659 | | GUICraftMainPanel | OnDeleteUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 6.11111 | 674.948 | 37.4971 | 0.0256483 | 120.234 | 0 | 120.234 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1665 | | GUICraftMainPanel | OnEventEditor(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1667 | | GUICraftMainPanel | OnEventEditorCommon(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1669 | | GUICraftMainPanel | DoFindBestSelection(const wxTreeItemId &) | 1 | 15 | 14 | 0 | 1 | 5 | 2 | 26 | 91 | 427.74 | 20.4545 | 8749.23 | 486.068 | 0.141533 | 94.4753 | 0 | 94.4753 | 12 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1685 | | GUICraftMainPanel | DoUpdateNotebookSelection(const wxTreeItemId &) | 1 | 60 | 45 | 6 | 9 | 10 | 3 | 51 | 260 | 1474.83 | 33.6786 | 49670.2 | 2759.45 | 0.450411 | 64.4309 | 23.5268 | 87.9577 | 10 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1746 | | GUICraftMainPanel | OnPreviewItemSelected(wxCommandEvent &) | 1 | 17 | 17 | 0 | 0 | 3 | 2 | 34 | 91 | 462.959 | 11.55 | 5347.18 | 297.065 | 0.101928 | 92.4962 | 0 | 92.4962 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1764 | | GUICraftMainPanel | OnSelectToplevelItem(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 27 | 54 | 256.764 | 8.82143 | 2265.02 | 125.835 | 0.0574902 | 102.844 | 0 | 102.844 | 5 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1776 | | GUICraftMainPanel | OnBookPageSelected(wxCommandEvent &) | 1 | 22 | 19 | 0 | 3 | 2 | 2 | 44 | 133 | 726.104 | 16.9615 | 12315.8 | 684.214 | 0.177769 | 86.2091 | 0 | 86.2091 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1799 | | GUICraftMainPanel | OnRibbonPageSelected(wxCommandEvent &) | 1 | 22 | 19 | 0 | 3 | 2 | 2 | 44 | 140 | 764.32 | 17.3077 | 13228.6 | 734.923 | 0.186447 | 85.9424 | 0 | 85.9424 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1822 | | GUICraftMainPanel | OnCut(wxCommandEvent &) | 1 | 43 | 28 | 7 | 10 | 4 | 1 | 50 | 159 | 897.373 | 10.8889 | 9771.4 | 542.855 | 0.152353 | 73.7913 | 29.2572 | 103.049 | 19 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1866 | | GUICraftMainPanel | OnCopy(wxCommandEvent &) | 1 | 24 | 19 | 4 | 4 | 3 | 1 | 47 | 115 | 638.778 | 12.4138 | 7929.65 | 440.536 | 0.132551 | 85.2358 | 29.5564 | 114.792 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1891 | | GUICraftMainPanel | OnPaste(wxCommandEvent &) | 1 | 93 | 73 | 11 | 12 | 18 | 4 | 108 | 453 | 3059.96 | 30.1948 | 92395 | 5133.06 | 0.681257 | 51.6959 | 25.3972 | 77.093 | 45 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 1985 | | GUICraftMainPanel | OnDuplicate(wxCommandEvent &) | 1 | 67 | 52 | 5 | 11 | 11 | 4 | 92 | 325 | 2120.16 | 25.5476 | 54165 | 3009.17 | 0.47719 | 60.5259 | 20.5343 | 81.0603 | 36 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2053 | | GUICraftMainPanel | DoPasteOrDuplicate(wxcWidget *, wxcWidget *, bool) | 3 | 52 | 38 | 5 | 11 | 17 | 3 | 71 | 332 | 2041.72 | 24.2449 | 49501.2 | 2750.07 | 0.449389 | 63.4478 | 23.106 | 86.5538 | 45 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2106 | | GUICraftMainPanel | OnBeginDrag(wxTreeEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.6 | 1014.63 | 56.3681 | 0.0336576 | 110.67 | 26.0372 | 136.707 | 4 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2115 | | GUICraftMainPanel | OnEndDrag(wxTreeEvent &) | 1 | 106 | 71 | 16 | 19 | 22 | 3 | 104 | 528 | 3537.83 | 34.0789 | 120566 | 6698.09 | 0.813506 | 47.9017 | 28.3098 | 76.2115 | 43 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2222 | | GUICraftMainPanel | DoAppendItem(const wxTreeItemId &, const wxTreeItemId &, wxcWidget *) | 3 | 46 | 34 | 5 | 7 | 7 | 2 | 48 | 207 | 1156.09 | 23.4 | 27052.4 | 1502.91 | 0.300388 | 70.6915 | 24.4418 | 95.1332 | 14 | 4 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2269 | | GUICraftMainPanel | DoInsertBefore(const wxTreeItemId &, const wxTreeItemId &, wxcWidget *, bool) | 4 | 60 | 44 | 5 | 11 | 7 | 2 | 54 | 278 | 1599.86 | 27.4143 | 43859 | 2436.61 | 0.414557 | 64.6977 | 21.6227 | 86.3205 | 21 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2330 | | GUICraftMainPanel | OnCancelPreview(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 3 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2336 | | GUICraftMainPanel | OnCancelPreviewUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 19 | 28 | 118.942 | 4.95 | 588.763 | 32.709 | 0.0234156 | 123.233 | 0 | 123.233 | 3 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2341 | | GUICraftMainPanel | OnPreviewClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2347 | | GUICraftMainPanel | OnShowPreviewUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 29 | 47 | 228.325 | 8.4 | 1917.93 | 106.552 | 0.0514558 | 115.767 | 0 | 115.767 | 5 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2353 | | GUICraftMainPanel | GetActiveWizardPage() const | 0 | 41 | 34 | 1 | 6 | 10 | 2 | 50 | 236 | 1331.95 | 34.0741 | 45385 | 2521.39 | 0.424118 | 71.1293 | 11.9795 | 83.1087 | 13 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2395 | | GUICraftMainPanel | OnRefreshView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2401 | | GUICraftMainPanel | OnCloseProject(wxCommandEvent &) | 1 | 16 | 15 | 0 | 1 | 3 | 2 | 38 | 83 | 435.578 | 8.16667 | 3557.22 | 197.623 | 0.0776758 | 93.7954 | 0 | 93.7954 | 12 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2418 | | GUICraftMainPanel | OnGenerateCodeUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2420 | | GUICraftMainPanel | OnSaveProjectUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 36 | 155.589 | 5.31818 | 827.453 | 45.9696 | 0.0293793 | 121.836 | 0 | 121.836 | 5 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2425 | | GUICraftMainPanel | OnBarItemSelected(wxCommandEvent &) | 1 | 37 | 26 | 3 | 8 | 5 | 2 | 60 | 190 | 1122.31 | 15.6429 | 17556.1 | 975.34 | 0.225163 | 74.8328 | 21.348 | 96.1808 | 23 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2463 | | GUICraftMainPanel | DoGetItemData(const wxTreeItemId &) const | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 56 | 277.435 | 12.1429 | 3368.85 | 187.159 | 0.0749089 | 103.985 | 0 | 103.985 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2478 | | GUICraftMainPanel | OnRedo(wxCommandEvent &) | 1 | 24 | 20 | 2 | 4 | 7 | 2 | 41 | 133 | 712.554 | 13.4583 | 9589.79 | 532.766 | 0.150459 | 83.7475 | 21.6227 | 105.37 | 19 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2503 | | GUICraftMainPanel | OnRedoUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2505 | | GUICraftMainPanel | OnUndo(wxCommandEvent &) | 1 | 24 | 20 | 2 | 4 | 7 | 2 | 41 | 133 | 712.554 | 13.4583 | 9589.79 | 532.766 | 0.150459 | 83.7475 | 21.6227 | 105.37 | 19 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2530 | | GUICraftMainPanel | OnUndoUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 146.507 | 0 | 146.507 | 3 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2532 | | GUICraftMainPanel | OnLabelCurrentState(wxCommandEvent &) | 1 | 13 | 7 | 6 | 1 | 4 | 1 | 23 | 49 | 221.655 | 9.1 | 2017.06 | 112.059 | 0.0532138 | 100.442 | 43.4325 | 143.874 | 5 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2546 | | GUICraftMainPanel | OnEditMenuOpened(wxMenuEvent &) | 1 | 8 | 7 | 2 | 0 | 3 | 1 | 22 | 36 | 160.54 | 7.94444 | 1275.4 | 70.8554 | 0.0392021 | 110.215 | 34.9714 | 145.186 | 3 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2555 | | GUICraftMainPanel | OnLoadCurrentState(wxCommandEvent &) | 1 | 10 | 10 | 1 | 0 | 2 | 1 | 33 | 62 | 312.752 | 9.16667 | 2866.9 | 159.272 | 0.0672698 | 103.362 | 23.5268 | 126.889 | 9 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2566 | | GUICraftMainPanel | CurrentState() | 0 | 30 | 23 | 2 | 5 | 5 | 2 | 57 | 214 | 1248.24 | 17.0769 | 21316.1 | 1184.23 | 0.256262 | 77.6773 | 19.4709 | 97.1482 | 37 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2597 | | GUICraftMainPanel | DoSelectItemByName(const wxString &, const wxString &) | 2 | 26 | 23 | 0 | 3 | 5 | 2 | 39 | 135 | 713.529 | 14.28 | 10189.2 | 566.067 | 0.156665 | 82.9037 | 0 | 82.9037 | 16 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2624 | | GUICraftMainPanel | IsTreeViewSelected() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4 | 281.296 | 15.6276 | 0.0143105 | 148.654 | 0 | 148.654 | 1 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2626 | | GUICraftMainPanel | IsPropertyGridPropertySelected() const | 0 | 11 | 8 | 2 | 1 | 2 | 1 | 27 | 45 | 213.97 | 11.05 | 2364.37 | 131.354 | 0.0591592 | 103.792 | 30.6787 | 134.47 | 2 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2638 | | GUICraftMainPanel | GetActiveTopLevelWin() const | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 60 | 300 | 11.3333 | 3400 | 188.889 | 0.0753699 | 102.034 | 0 | 102.034 | 3 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2650 | | GUICraftMainPanel | OnGenerateCodeMenu(wxAuiToolBarEvent &) | 1 | 18 | 16 | 0 | 2 | 2 | 1 | 48 | 135 | 753.97 | 11.5909 | 8739.2 | 485.511 | 0.141425 | 89.2641 | 0 | 89.2641 | 23 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2669 | | GUICraftMainPanel | OnCodeGenerationTypeChanged(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 24 | 71 | 325.532 | 8.21429 | 2674.02 | 148.556 | 0.0642177 | 104.631 | 0 | 104.631 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2679 | | GUICraftMainPanel | OnNewCustomControlMenu(wxCommandEvent &) | 1 | 26 | 24 | 0 | 2 | 4 | 2 | 64 | 183 | 1098 | 17.5476 | 19267.3 | 1070.4 | 0.239566 | 80.8924 | 0 | 80.8924 | 26 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2706 | | GUICraftMainPanel | OnNewCustomControl(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.5 | 573.365 | 31.8536 | 0.0230056 | 120.534 | 0 | 120.534 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2712 | | GUICraftMainPanel | DoInsertControl(wxcWidget *, wxcWidget *, int, int) | 4 | 55 | 46 | 1 | 8 | 15 | 2 | 70 | 348 | 2132.99 | 26.5714 | 56676.6 | 3148.7 | 0.49183 | 62.7717 | 10.3689 | 73.1406 | 50 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2768 | | GUICraftMainPanel | DoFindPropertiesPage(wxWindow *) | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 29 | 60 | 291.479 | 14.1538 | 4125.55 | 229.197 | 0.0857432 | 100.545 | 21.6227 | 122.167 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2781 | | GUICraftMainPanel | DoShowPropertiesPage(wxWindow *, const wxString &, bool) | 3 | 10 | 9 | 0 | 1 | 5 | 1 | 34 | 69 | 351.035 | 14.5 | 5090.01 | 282.778 | 0.0986335 | 102.072 | 0 | 102.072 | 3 | 6 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2792 | | GUICraftMainPanel | DoCheckInsert(wxcWidget *, wxcWidget *) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.5 | 842.776 | 46.8209 | 0.0297409 | 123.015 | 0 | 123.015 | 2 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2797 | | GUICraftMainPanel | GetCustomControlsUsed() const | 0 | 16 | 15 | 0 | 1 | 4 | 2 | 38 | 97 | 509.049 | 17.55 | 8933.81 | 496.323 | 0.143517 | 92.7548 | 0 | 92.7548 | 9 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2814 | | GUICraftMainPanel | OnPageChanged(wxBookCtrlEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 117.797 | 0 | 117.797 | 3 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2821 | | GUICraftMainPanel | OnUpdatePreview(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2827 | | GUICraftMainPanel | DoUpdateCppPreview() | 0 | 18 | 15 | 3 | 2 | 4 | 1 | 39 | 101 | 533.826 | 11.875 | 6339.18 | 352.177 | 0.114174 | 90.5996 | 29.5564 | 120.156 | 10 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2846 | | GUICraftMainPanel | OnFindBar(clFindEvent &) | 1 | 16 | 15 | 2 | 1 | 5 | 2 | 35 | 93 | 477.023 | 13.4737 | 6427.26 | 357.07 | 0.115229 | 92.8627 | 26.0372 | 118.9 | 8 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2863 | | GUICraftMainPanel | OnCppBookPageChanged(wxBookCtrlEvent &) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 118.826 | 29.5564 | 148.382 | 2 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2870 | | GUICraftMainPanel | DoDismissFindBar() | 0 | 14 | 10 | 2 | 2 | 1 | 0 | 21 | 68 | 298.678 | 8.30769 | 2481.32 | 137.851 | 0.0610943 | 98.3806 | 27.6325 | 126.013 | 11 | 3 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2885 | | GUICraftMainPanel | OnRename(wxCommandEvent &) | 1 | 21 | 19 | 0 | 2 | 3 | 2 | 49 | 155 | 870.28 | 17.4167 | 15157.4 | 842.077 | 0.204156 | 85.7909 | 0 | 85.7909 | 25 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2907 | | GUICraftMainPanel | OnRefreshPropertiesView(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2913 | | GUICraftMainPanel | DoFindItemByWxcWidget(wxcWidget *, const wxTreeItemId &) const | 2 | 26 | 23 | 0 | 3 | 8 | 3 | 41 | 159 | 851.851 | 29.925 | 25491.6 | 1416.2 | 0.28872 | 81.2923 | 0 | 81.2923 | 13 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2940 | | GUICraftMainPanel | AddCustomControl(int) | 1 | 21 | 17 | 1 | 3 | 2 | 1 | 48 | 151 | 843.329 | 16.8 | 14167.9 | 787.107 | 0.195172 | 86.1845 | 16.583 | 102.767 | 15 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2962 | | GUICraftMainPanel | GetTopFrame() const | 0 | 11 | 10 | 0 | 1 | 5 | 1 | 28 | 78 | 374.974 | 14.4231 | 5408.27 | 300.46 | 0.102703 | 100.184 | 0 | 100.184 | 8 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2974 | | GUICraftMainPanel | OnChangeSizerType(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2976 | | GUICraftMainPanel | OnInsertIntoSizer(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 2978 | | GUICraftMainPanel | DoChangeOrInsertIntoSizer(int) | 1 | 89 | 69 | 7 | 15 | 15 | 2 | 104 | 403 | 2700.28 | 23 | 62106.4 | 3450.35 | 0.522761 | 53.7483 | 21.0465 | 74.7948 | 36 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3068 | | GUICraftMainPanel | GetPreviewEditor() const | 0 | 9 | 8 | 1 | 0 | 3 | 1 | 27 | 44 | 209.215 | 8.61538 | 1802.47 | 100.137 | 0.0493693 | 106.929 | 24.6875 | 131.617 | 2 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3078 | | GUICraftMainPanel | OnEventEditorUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3080 | | GUICraftMainPanel | OnStylesChanged(wxPropertyGridEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3084 | | GUICraftMainPanel | OnSizerFlagsChanged(wxPropertyGridEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3088 | | GUICraftMainPanel | OnSizerFlagsUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3093 | | GUICraftMainPanel | OnAuiPaneInfoChanged(wxPropertyGridEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3098 | | GUICraftMainPanel | DoGenerateCode(bool) | 1 | 196 | 159 | 12 | 27 | 23 | 4 | 167 | 1112 | 8210.68 | 37.3239 | 306455 | 17025.3 | 1.51515 | 33.3359 | 18.7004 | 52.0363 | 209 | 2 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3295 | | GUICraftMainPanel | BatchGenerate(const wxArrayString &) | 1 | 59 | 51 | 2 | 6 | 8 | 3 | 83 | 257 | 1638.39 | 18.0167 | 29518.2 | 1639.9 | 0.318375 | 64.6163 | 14.0689 | 78.6852 | 39 | 1 |
| wxcrafter/src/wxguicraft_main_view.cpp | 3355 | | GUICraftMainPanel | OnBatchGenerateCode(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.36364 | 519.02 | 28.8344 | 0.0215279 | 114.397 | 0 | 114.397 | 1 | 2 |
| wxcrafter/src/wxrc.cpp | 86 | | | NodeContainsFilename(wxXmlNode *) | 1 | 32 | 21 | 5 | 6 | 17 | 2 | 49 | 213 | 1195.93 | 20.4531 | 24460.6 | 1358.92 | 0.280882 | 74.0943 | 28.7405 | 102.835 | 26 | 1 |
| wxcrafter/src/wxrc.cpp | 164 | | | FileToCppArray(wxString, int) | 2 | 39 | 30 | 2 | 7 | 4 | 2 | 70 | 251 | 1538.45 | 36.4268 | 56040.9 | 3113.38 | 0.488145 | 72.5699 | 17.1835 | 89.7535 | 25 | 1 |
| wxcrafter/src/wxrc.cpp | 303 | | | FileToPythonArray(wxString, int) | 2 | 43 | 36 | 0 | 7 | 8 | 2 | 75 | 266 | 1656.87 | 35.3043 | 58494.6 | 3249.7 | 0.502291 | 69.6826 | 0 | 69.6826 | 23 | 1 |
| wxcrafter/src/wxrc.cpp | 17 | | wxObjectArrayTraitsForArrayOfXRCWidgetData | [static] Clone(const ArrayOfXRCWidgetData::value_type &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 4 |
| wxcrafter/src/wxrc.cpp | 17 | | wxObjectArrayTraitsForArrayOfXRCWidgetData | [static] Free(ArrayOfXRCWidgetData::value_type *) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 2 |
| wxcrafter/src/wxrc.cpp | 18 | | wxObjectArrayTraitsForArrayOfXRCWndClassData | [static] Clone(const ArrayOfXRCWndClassData::value_type &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 0 |
| wxcrafter/src/wxrc.cpp | 18 | | wxObjectArrayTraitsForArrayOfXRCWndClassData | [static] Free(ArrayOfXRCWndClassData::value_type *) | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/src/wxrc.cpp | 20 | | wxcXmlResourceCmp | Run(const wxString &, const wxString &, const wxString &) | 3 | 10 | 10 | 0 | 0 | 1 | 0 | 28 | 56 | 269.212 | 8.41176 | 2264.55 | 125.808 | 0.0574821 | 104.372 | 0 | 104.372 | 7 | 1 |
| wxcrafter/src/wxrc.cpp | 31 | | wxcXmlResourceCmp | CompileRes() | 0 | 11 | 9 | 0 | 2 | 2 | 1 | 20 | 37 | 159.911 | 5.31818 | 850.438 | 47.2465 | 0.0299208 | 105.306 | 0 | 105.306 | 4 | 1 |
| wxcrafter/src/wxrc.cpp | 43 | | wxcXmlResourceCmp | GetInternalFileName(const wxString &, const wxArrayString &) | 2 | 20 | 18 | 0 | 2 | 6 | 3 | 49 | 184 | 1033.11 | 27.75 | 28668.7 | 1592.71 | 0.312237 | 84.9994 | 0 | 84.9994 | 29 | 4 |
| wxcrafter/src/wxrc.cpp | 64 | | wxcXmlResourceCmp | PrepareTempFiles() | 0 | 20 | 16 | 0 | 4 | 2 | 1 | 38 | 102 | 535.289 | 12.25 | 6557.29 | 364.294 | 0.116778 | 89.3385 | 0 | 89.3385 | 16 | 1 |
| wxcrafter/src/wxrc.cpp | 120 | | wxcXmlResourceCmp | FindFilesInXML(wxXmlNode *, wxArrayString &, const wxString &) | 3 | 37 | 28 | 3 | 7 | 11 | 3 | 59 | 218 | 1282.42 | 22.9342 | 29411.2 | 1633.96 | 0.317605 | 72.7593 | 21.348 | 94.1073 | 28 | 2 |
| wxcrafter/src/wxrc.cpp | 158 | | wxcXmlResourceCmp | DeleteTempFiles(const wxArrayString &) | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 28 | 42 | 201.909 | 10.3846 | 2096.75 | 116.486 | 0.0546063 | 116.866 | 0 | 116.866 | 5 | 1 |
| wxcrafter/src/wxrc.cpp | 204 | | wxcXmlResourceCmp | MakePackageCPP(const wxArrayString &) | 1 | 77 | 71 | 1 | 6 | 7 | 3 | 101 | 291 | 1937.54 | 19.9038 | 38564.5 | 2142.47 | 0.380485 | 59.6606 | 8.78156 | 68.4422 | 44 | 1 |
| wxcrafter/src/wxrc.cpp | 282 | | wxcXmlResourceCmp | GenCPPHeader() | 0 | 20 | 18 | 1 | 1 | 2 | 1 | 48 | 130 | 726.045 | 9.84286 | 7146.36 | 397.02 | 0.123671 | 87.7536 | 16.9762 | 104.73 | 26 | 0 |
| wxcrafter/src/wxrc.cpp | 347 | | wxcXmlResourceCmp | MakePackagePython(const wxArrayString &) | 1 | 37 | 32 | 0 | 5 | 3 | 1 | 63 | 169 | 1010.16 | 13.617 | 13755.4 | 764.187 | 0.191364 | 75.8402 | 0 | 75.8402 | 29 | 0 |
| wxcrafter/src/wxrc.cpp | 385 | | wxcXmlResourceCmp | OutputGettext() | 0 | 21 | 17 | 0 | 4 | 4 | 1 | 45 | 113 | 620.579 | 11.5 | 7136.66 | 396.481 | 0.123559 | 87.3193 | 0 | 87.3193 | 18 | 0 |
| wxcrafter/src/wxrc.cpp | 407 | | wxcXmlResourceCmp | FindStrings() | 0 | 14 | 12 | 0 | 2 | 2 | 1 | 25 | 58 | 269.344 | 10.6154 | 2859.19 | 158.844 | 0.0671491 | 98.6881 | 0 | 98.6881 | 10 | 1 |
| wxcrafter/src/wxrc.cpp | 468 | | wxcXmlResourceCmp | FindStrings(const wxString &, wxXmlNode *) | 2 | 30 | 23 | 9 | 3 | 16 | 3 | 50 | 221 | 1247.29 | 24.2097 | 30196.5 | 1677.59 | 0.323234 | 75.1512 | 37.5154 | 112.667 | 29 | 2 |
| wxcrafter/src/xy_pair.cpp | 5 | | XYPair | XYPair(wxString, int, int) | 3 | 19 | 15 | 0 | 4 | 3 | 1 | 37 | 134 | 698.067 | 12.96 | 9046.95 | 502.608 | 0.144726 | 88.5589 | 0 | 88.5589 | 16 | 15 |
| wxcrafter/src/xy_pair.cpp | 25 | | XYPair | XYPair(int, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 22 | 81.4097 | 5.83333 | 474.89 | 26.3828 | 0.0202896 | 121.82 | 0 | 121.82 | 0 | 7 |
| wxcrafter/src/xy_pair.cpp | 31 | | XYPair | ToString(bool) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 52 | 241.481 | 7.33333 | 1770.86 | 98.381 | 0.0487904 | 110.485 | 0 | 110.485 | 8 | 15 |
| wxcrafter/src/xy_pair.cpp | 39 | | XYPair | operator>(const XYPair &) const | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 20 | 53 | 229.062 | 14.8571 | 3403.21 | 189.067 | 0.0754173 | 106.688 | 0 | 106.688 | 6 | 0 |
| wxcrafter/src/xy_pair.cpp | 49 | | XYPair | operator==(const XYPair &) const | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 18 | 35 | 145.947 | 10.2143 | 1490.75 | 82.8193 | 0.0434992 | 144.627 | 0 | 144.627 | 4 | 1 |
| wxcrafter/src/xy_pair.cpp | 51 | | XYPair | operator!=(const XYPair &) const | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 10.4 | 997.446 | 55.4137 | 0.0332766 | 147.04 | 0 | 147.04 | 1 | 7 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 12 | | AuiToolBarTopLevelWrapper | AuiToolBarTopLevelWrapper() | 0 | 55 | 47 | 0 | 8 | 2 | 1 | 75 | 300 | 1868.65 | 13.4262 | 25088.9 | 1393.83 | 0.285671 | 66.4498 | 0 | 66.4498 | 85 | 2 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 68 | | AuiToolBarTopLevelWrapper | BaseCtorDecl() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 46 | 210.908 | 4.75 | 1001.81 | 55.6564 | 0.0333736 | 107.348 | 0 | 107.348 | 17 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 78 | | AuiToolBarTopLevelWrapper | BaseCtorImplPrefix() const [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 25 | 49 | 227.549 | 4.94118 | 1124.36 | 62.4644 | 0.0360426 | 100.996 | 0 | 100.996 | 18 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 92 | | AuiToolBarTopLevelWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 94 | | AuiToolBarTopLevelWrapper | CppCtorCode() const [override] | 0 | 12 | 11 | 0 | 1 | 2 | 1 | 31 | 83 | 411.198 | 13.5882 | 5587.46 | 310.414 | 0.104959 | 98.9853 | 0 | 98.9853 | 18 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 107 | | AuiToolBarTopLevelWrapper | DesignerXRC(bool) const [override] | 1 | 20 | 17 | 4 | 2 | 1 | 0 | 27 | 53 | 252.009 | 6.5 | 1638.06 | 91.0033 | 0.0463196 | 93.4859 | 31.9355 | 125.421 | 14 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 128 | | AuiToolBarTopLevelWrapper | DoGenerateClassMember() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 130 | | AuiToolBarTopLevelWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 132 | | AuiToolBarTopLevelWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 1 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 134 | | AuiToolBarTopLevelWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 40 | 32 | 7 | 4 | 5 | 1 | 57 | 189 | 1102.42 | 12.8571 | 14173.9 | 787.44 | 0.195227 | 73.6628 | 30.1826 | 103.845 | 47 | 1 |
| wxcrafter/top_level_windows/AuiToolBarTopLevel.cpp | 175 | | AuiToolBarTopLevelWrapper | DoGenerateExtraFunctions(wxString &, wxString &) const [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 124.253 | 0 | 124.253 | 1 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 12 | | DialogWrapper | DialogWrapper() | 0 | 29 | 26 | 0 | 3 | 1 | 1 | 63 | 253 | 1512.25 | 12.35 | 18676.3 | 1037.57 | 0.234642 | 78.1488 | 0 | 78.1488 | 71 | 2 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 42 | | DialogWrapper | DesignerXRC(bool) const [override] | 1 | 16 | 14 | 0 | 2 | 1 | 0 | 37 | 93 | 484.479 | 6.42857 | 3114.51 | 173.028 | 0.0710894 | 93.7021 | 0 | 93.7021 | 26 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 59 | | DialogWrapper | BaseCtorDecl() const [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 30 | 83 | 407.272 | 7.28571 | 2967.27 | 164.848 | 0.0688309 | 102.219 | 0 | 102.219 | 20 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 70 | | DialogWrapper | BaseCtorImplPrefix() const [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 21 | 46 | 202.047 | 5.84615 | 1181.2 | 65.622 | 0.0372472 | 107.571 | 0 | 107.571 | 12 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 80 | | DialogWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 82 | | DialogWrapper | CppCtorCode() const [override] | 0 | 10 | 9 | 1 | 0 | 1 | 0 | 22 | 86 | 383.511 | 8.85714 | 3396.81 | 188.712 | 0.0753228 | 102.531 | 23.5268 | 126.058 | 21 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 93 | | DialogWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 42 | 178.413 | 6.54545 | 1167.79 | 64.8774 | 0.0369649 | 114.786 | 0 | 114.786 | 6 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 100 | | DialogWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 102 | | DialogWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 22 | 17 | 3 | 4 | 4 | 1 | 44 | 137 | 747.942 | 12.3667 | 9249.55 | 513.864 | 0.146879 | 85.595 | 27.069 | 112.664 | 25 | 1 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 125 | | DialogWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 14 | 8 | 4 | 2 | 3 | 1 | 30 | 80 | 392.551 | 10.3333 | 4056.36 | 225.353 | 0.0847819 | 96.4994 | 36.8317 | 133.331 | 11 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 140 | | DialogWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 14 | 8 | 4 | 2 | 3 | 1 | 30 | 80 | 392.551 | 10.3333 | 4056.36 | 225.353 | 0.0847819 | 96.4994 | 36.8317 | 133.331 | 11 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 155 | | DialogWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 11 | 8 | 2 | 1 | 3 | 1 | 31 | 81 | 401.29 | 10.1053 | 4055.14 | 225.286 | 0.0847649 | 100.292 | 30.6787 | 130.97 | 13 | 0 |
| wxcrafter/top_level_windows/dialog_wrapper.cpp | 167 | | DialogWrapper | HasIcon() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 19 | | FrameWrapper | FrameWrapper() | 0 | 32 | 27 | 0 | 5 | 1 | 1 | 72 | 280 | 1727.58 | 11.7881 | 20364.9 | 1131.39 | 0.248581 | 75.8618 | 0 | 75.8618 | 73 | 6 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 52 | | FrameWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 25 | 20 | 3 | 4 | 4 | 1 | 45 | 136 | 746.892 | 11.9677 | 8938.61 | 496.589 | 0.143568 | 83.5314 | 25.5633 | 109.095 | 26 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 78 | | FrameWrapper | DesignerXRC(bool) const [override] | 1 | 56 | 46 | 1 | 9 | 14 | 3 | 75 | 304 | 1893.56 | 28.3878 | 53753.9 | 2986.33 | 0.474773 | 63.329 | 10.2772 | 73.6062 | 44 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 135 | | FrameWrapper | CppCtorCode() const [override] | 0 | 10 | 9 | 1 | 0 | 1 | 0 | 22 | 86 | 383.511 | 8.85714 | 3396.81 | 188.712 | 0.0753228 | 102.531 | 23.5268 | 126.058 | 21 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 146 | | FrameWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 14 | 13 | 1 | 1 | 3 | 1 | 31 | 96 | 475.603 | 11.6842 | 5557.04 | 308.725 | 0.104578 | 95.5014 | 20.1155 | 115.617 | 20 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 161 | | FrameWrapper | BaseCtorImplPrefix() const [override] | 0 | 36 | 32 | 1 | 4 | 5 | 1 | 41 | 204 | 1092.94 | 15.5172 | 16959.4 | 942.19 | 0.220032 | 75.4145 | 12.767 | 88.1815 | 58 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 198 | | FrameWrapper | BaseCtorDecl() const [override] | 0 | 42 | 35 | 2 | 5 | 5 | 1 | 44 | 351 | 1916.26 | 24.75 | 47427.4 | 2634.86 | 0.436749 | 69.9975 | 16.583 | 86.5804 | 86 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 241 | | FrameWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 18 | 12 | 4 | 2 | 3 | 1 | 30 | 80 | 392.551 | 10.3333 | 4056.36 | 225.353 | 0.0847819 | 92.4281 | 33.3545 | 125.783 | 11 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 260 | | FrameWrapper | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 18 | 12 | 4 | 2 | 3 | 1 | 30 | 80 | 392.551 | 10.3333 | 4056.36 | 225.353 | 0.0847819 | 92.4281 | 33.3545 | 125.783 | 11 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 279 | | FrameWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 15 | 12 | 2 | 1 | 3 | 1 | 31 | 81 | 401.29 | 10.1053 | 4055.14 | 225.286 | 0.0847649 | 95.2672 | 26.7997 | 122.067 | 13 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 295 | | FrameWrapper | HasIcon() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 297 | | FrameWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 299 | | FrameWrapper | GetDerivedClassCtorSignature() const [override] | 0 | 22 | 17 | 1 | 4 | 5 | 1 | 29 | 85 | 412.928 | 10.5882 | 4372.18 | 242.899 | 0.0891273 | 88.4541 | 16.2158 | 104.67 | 14 | 0 |
| wxcrafter/top_level_windows/frame_wrapper.cpp | 322 | | FrameWrapper | GetParentCtorInitArgumentList() const [override] | 0 | 22 | 17 | 1 | 4 | 5 | 1 | 27 | 85 | 404.165 | 12 | 4849.99 | 269.444 | 0.0955078 | 88.5656 | 16.2158 | 104.781 | 14 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 10 | | ImageListWrapper | ImageListWrapper() | 0 | 18 | 17 | 0 | 1 | 1 | 0 | 44 | 152 | 829.834 | 10.6875 | 8868.85 | 492.714 | 0.14282 | 88.9956 | 0 | 88.9956 | 32 | 2 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 29 | | ImageListWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 31 | | ImageListWrapper | BaseCtorDecl() const [override] | 0 | 16 | 14 | 0 | 2 | 1 | 0 | 23 | 45 | 203.56 | 5.6 | 1139.94 | 63.3299 | 0.0363747 | 98.2111 | 0 | 98.2111 | 14 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 48 | | ImageListWrapper | BaseCtorImplPrefix() const [override] | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 27 | 78 | 370.881 | 6.94737 | 2576.65 | 143.147 | 0.0626492 | 101.162 | 0 | 101.162 | 34 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 60 | | ImageListWrapper | DesignerXRC(bool) const [override] | 1 | 17 | 14 | 3 | 2 | 1 | 0 | 25 | 50 | 232.193 | 6.75 | 1567.3 | 87.0723 | 0.044976 | 96.5446 | 30.2908 | 126.835 | 11 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 78 | | ImageListWrapper | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 80 | | ImageListWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 40 | 169.917 | 6.54545 | 1112.18 | 61.788 | 0.0357819 | 112.543 | 0 | 112.543 | 8 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 88 | | ImageListWrapper | DoGenerateClassMember() const [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 19 | 39 | 165.669 | 6.90909 | 1144.62 | 63.5902 | 0.0364743 | 103.943 | 0 | 103.943 | 8 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 101 | | ImageListWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/top_level_windows/image_list_wrapper.cpp | 103 | | ImageListWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.81818 | 1048.17 | 58.2315 | 0.0343953 | 112.833 | 0 | 112.833 | 2 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 10 | | PanelWrapperTopLevel | PanelWrapperTopLevel() | 0 | 18 | 15 | 1 | 2 | 1 | 2 | 32 | 81 | 405 | 6.81818 | 2761.36 | 153.409 | 0.0656087 | 92.7258 | 17.8544 | 110.58 | 38 | 4 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 29 | | PanelWrapperTopLevel | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 119.25 | 0 | 119.25 | 4 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 35 | | PanelWrapperTopLevel | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 37 | | PanelWrapperTopLevel | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 149.713 | 0 | 149.713 | 1 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 39 | | PanelWrapperTopLevel | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 14 | 11 | 0 | 3 | 3 | 1 | 31 | 86 | 426.061 | 9.075 | 3866.5 | 214.806 | 0.0821153 | 96.0734 | 0 | 96.0734 | 13 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 54 | | PanelWrapperTopLevel | DesignerXRC(bool) const [override] | 1 | 13 | 11 | 0 | 2 | 1 | 0 | 27 | 65 | 309.068 | 6.75 | 2086.21 | 115.9 | 0.0544231 | 99.4033 | 0 | 99.4033 | 14 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 68 | | PanelWrapperTopLevel | IsTopWindow() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 70 | | PanelWrapperTopLevel | BaseCtorDecl() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 63 | 288.853 | 6.25 | 1805.33 | 100.296 | 0.0494215 | 107.62 | 0 | 107.62 | 15 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 79 | | PanelWrapperTopLevel | BaseCtorImplPrefix() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 20 | 45 | 194.487 | 6 | 1166.92 | 64.8289 | 0.0369465 | 109.677 | 0 | 109.677 | 12 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 88 | | PanelWrapperTopLevel | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 11 | 6 | 4 | 1 | 2 | 1 | 26 | 49 | 230.322 | 7.33333 | 1689.02 | 93.8347 | 0.0472755 | 103.409 | 40.2062 | 143.615 | 6 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 100 | | PanelWrapperTopLevel | LoadPropertiesFromwxSmith(const wxXmlNode *) [override] | 1 | 11 | 6 | 4 | 1 | 2 | 1 | 26 | 49 | 230.322 | 7.33333 | 1689.02 | 93.8347 | 0.0472755 | 103.409 | 40.2062 | 143.615 | 6 | 0 |
| wxcrafter/top_level_windows/panel_wrapper_top_level.cpp | 112 | | PanelWrapperTopLevel | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 9 | 6 | 2 | 1 | 2 | 1 | 27 | 51 | 242.499 | 7.21875 | 1750.54 | 97.2523 | 0.0484165 | 106.392 | 33.3545 | 139.746 | 7 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 4 | | PopupWindowWrapper | PopupWindowWrapper() | 0 | 15 | 14 | 0 | 1 | 1 | 2 | 29 | 71 | 344.917 | 6.075 | 2095.37 | 116.409 | 0.0545824 | 96.5144 | 0 | 96.5144 | 36 | 2 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 20 | | PopupWindowWrapper | Clone() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 22 | | PopupWindowWrapper | CppCtorCode() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 24 | | PopupWindowWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 119.762 | 0 | 119.762 | 4 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 30 | | PopupWindowWrapper | GetWxClassName() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 1 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 32 | | PopupWindowWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 16 | 13 | 1 | 3 | 3 | 1 | 33 | 95 | 479.217 | 9.5 | 4552.57 | 252.92 | 0.0915622 | 93.2989 | 18.8844 | 112.183 | 15 | 1 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 49 | | PopupWindowWrapper | BaseCtorDecl() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 38 | 164.233 | 5.33333 | 875.911 | 48.6617 | 0.0305154 | 112.72 | 0 | 112.72 | 10 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 57 | | PopupWindowWrapper | BaseCtorImplPrefix() const [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 45 | 194.487 | 6 | 1166.92 | 64.8289 | 0.0369465 | 111.84 | 0 | 111.84 | 12 | 0 |
| wxcrafter/top_level_windows/popup_window_wrapper.cpp | 65 | | PopupWindowWrapper | DesignerXRC(bool) const [override] | 1 | 11 | 9 | 0 | 2 | 1 | 0 | 24 | 52 | 238.418 | 6.9 | 1645.08 | 91.3936 | 0.046452 | 103.459 | 0 | 103.459 | 9 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 13 | | WizardWrapper | WizardWrapper() | 0 | 45 | 38 | 2 | 5 | 1 | 1 | 80 | 413 | 2610.96 | 14.9403 | 39008.5 | 2167.14 | 0.383399 | 68.1912 | 16.0412 | 84.2324 | 100 | 6 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 59 | | WizardWrapper | BaseCtorDecl() const [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 36 | 99 | 511.823 | 6.66667 | 3412.15 | 189.564 | 0.0755494 | 96.7803 | 0 | 96.7803 | 24 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 73 | | WizardWrapper | BaseCtorImplPrefix() const [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 6 | 900.704 | 50.0391 | 0.0310885 | 111.024 | 0 | 111.024 | 8 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 82 | | WizardWrapper | DesignerXRC(bool) const [override] | 1 | 12 | 10 | 0 | 2 | 1 | 0 | 24 | 52 | 238.418 | 6.9 | 1645.08 | 91.3936 | 0.046452 | 102.05 | 0 | 102.05 | 9 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 95 | | WizardWrapper | ToXRC(wxString &, XRC_TYPE) const [override] | 2 | 23 | 18 | 3 | 4 | 4 | 1 | 44 | 137 | 747.942 | 12.3667 | 9249.55 | 513.864 | 0.146879 | 84.8749 | 26.5382 | 111.413 | 25 | 1 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 119 | | WizardWrapper | GetIncludeFile(wxArrayString &) const [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 42 | 178.413 | 6.54545 | 1167.79 | 64.8774 | 0.0369649 | 114.786 | 0 | 114.786 | 6 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 126 | | WizardWrapper | CppCtorCode() const [override] | 0 | 15 | 12 | 1 | 2 | 1 | 0 | 28 | 111 | 533.616 | 9.94737 | 5308.08 | 294.893 | 0.101431 | 94.2453 | 19.4709 | 113.716 | 29 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 142 | | WizardWrapper | DoGenerateClassMember() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.71429 | 491.152 | 27.2862 | 0.0207502 | 118.584 | 0 | 118.584 | 3 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 149 | | WizardWrapper | LoadPropertiesFromXRC(const wxXmlNode *) [override] | 1 | 17 | 10 | 4 | 3 | 4 | 1 | 36 | 113 | 584.202 | 12.1522 | 7099.32 | 394.407 | 0.123128 | 91.0567 | 34.1356 | 125.192 | 16 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 167 | | WizardWrapper | LoadPropertiesFromwxFB(const wxXmlNode *) [override] | 1 | 16 | 12 | 2 | 2 | 4 | 1 | 37 | 117 | 609.506 | 12.1875 | 7428.35 | 412.686 | 0.126904 | 91.8183 | 26.0372 | 117.856 | 20 | 0 |
| wxcrafter/top_level_windows/wizard_wrapper.cpp | 184 | | WizardWrapper | HasIcon() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| wxcrafter/xrc_handlers/MyComboBoxXmlHandler.cpp | 6 | | MyComboBoxXmlHandler | MyComboBoxXmlHandler() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 19 | 45 | 191.157 | 6.75 | 1290.31 | 71.6838 | 0.039507 | 104.608 | 0 | 104.608 | 12 | 1 |
| wxcrafter/xrc_handlers/MyComboBoxXmlHandler.cpp | 18 | | MyComboBoxXmlHandler | DoCreateResource() [override] | 0 | 36 | 21 | 6 | 10 | 5 | 2 | 65 | 187 | 1126.18 | 13.6304 | 15350.4 | 852.798 | 0.205885 | 75.2587 | 29.5564 | 104.815 | 33 | 0 |
| wxcrafter/xrc_handlers/MyComboBoxXmlHandler.cpp | 55 | | MyComboBoxXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 39 | 178.814 | 8.27273 | 1479.28 | 82.182 | 0.0432758 | 120.883 | 0 | 120.883 | 4 | 0 |
| wxcrafter/xrc_handlers/MyRearrangeListXmlHandler.cpp | 7 | | MyRearrangeListXmlHandler | MyRearrangeListXmlHandler() | 0 | 14 | 13 | 1 | 0 | 1 | 0 | 21 | 55 | 241.577 | 7.125 | 1721.24 | 95.6244 | 0.0478747 | 99.4839 | 20.1155 | 119.599 | 16 | 1 |
| wxcrafter/xrc_handlers/MyRearrangeListXmlHandler.cpp | 22 | | MyRearrangeListXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 24 | 39 | 178.814 | 8.27273 | 1479.28 | 82.182 | 0.0432758 | 120.883 | 0 | 120.883 | 4 | 0 |
| wxcrafter/xrc_handlers/MyRearrangeListXmlHandler.cpp | 27 | | MyRearrangeListXmlHandler | DoCreateResource() [override] | 0 | 50 | 36 | 7 | 8 | 9 | 3 | 82 | 285 | 1811.9 | 22.1491 | 40132 | 2229.56 | 0.390727 | 66.5441 | 27.3868 | 93.9309 | 40 | 0 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 23 | | MyAuiBook | MyAuiBook(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 49 | 235.56 | 6.94444 | 1635.84 | 90.8798 | 0.0462777 | 113.341 | 0 | 113.341 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 30 | | MyAuiBook | ~MyAuiBook() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 31 | | MyAuiBook | Resize() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 2.5 | 87.1729 | 4.84294 | 0.0065534 | 152.302 | 0 | 152.302 | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 34 | | MyWxAuiNotebookXmlHandler | MyWxAuiNotebookXmlHandler() | 0 | 19 | 19 | 0 | 0 | 1 | 0 | 28 | 85 | 408.625 | 7.34211 | 3000.17 | 166.676 | 0.0693387 | 91.8035 | 0 | 91.8035 | 26 | 0 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 54 | | MyWxAuiNotebookXmlHandler | DoCreateResource() [override] | 0 | 45 | 38 | 1 | 7 | 6 | 4 | 69 | 272 | 1661.52 | 17.2941 | 28734.5 | 1596.36 | 0.312714 | 69.3915 | 11.4446 | 80.8362 | 41 | 0 |
| wxcrafter/xrc_handlers/myxh_auibook.cpp | 100 | | MyWxAuiNotebookXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 116.675 | 0 | 116.675 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 20 | | MyWxAuiManagerXmlHandler | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 20 | | MyWxAuiManagerXmlHandler | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 22 | | MyWxAuiManagerXmlHandler | MyWxAuiManagerXmlHandler() | 0 | 35 | 33 | 0 | 2 | 1 | 0 | 42 | 155 | 835.809 | 7.90909 | 6610.49 | 367.249 | 0.117409 | 78.1857 | 0 | 78.1857 | 48 | 2 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 58 | | MyWxAuiManagerXmlHandler | GetAuiManager(wxWindow *) const | 1 | 9 | 8 | 0 | 1 | 3 | 2 | 23 | 39 | 176.419 | 9.1 | 1605.41 | 89.1896 | 0.0457021 | 107.816 | 0 | 107.816 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 68 | | MyWxAuiManagerXmlHandler | OnManagedWindowClose(wxWindowDestroyEvent &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 40 | 93 | 494.939 | 13.9091 | 6884.16 | 382.453 | 0.120627 | 96.4948 | 0 | 96.4948 | 12 | 1 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 82 | | MyWxAuiManagerXmlHandler | DoCreateResource() [override] | 0 | 172 | 127 | 20 | 27 | 50 | 4 | 169 | 1276 | 9443.52 | 35.2877 | 333240 | 18513.3 | 1.6022 | 28.5146 | 25.202 | 53.7166 | 219 | 0 |
| wxcrafter/xrc_handlers/myxh_auimgr.cpp | 255 | | MyWxAuiManagerXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 7 | 7 | 0 | 0 | 8 | 0 | 25 | 72 | 334.358 | 11.5385 | 3857.97 | 214.332 | 0.0819945 | 107.413 | 0 | 107.413 | 8 | 0 |
| wxcrafter/xrc_handlers/myxh_auitoolb.cpp | 22 | | MyWxAuiToolBarXmlHandler | MyWxAuiToolBarXmlHandler() | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 26 | 75 | 352.533 | 7.14706 | 2519.57 | 139.976 | 0.0617206 | 94.3732 | 0 | 94.3732 | 22 | 1 |
| wxcrafter/xrc_handlers/myxh_auitoolb.cpp | 40 | | MyWxAuiToolBarXmlHandler | DoCreateResource() [override] | 0 | 105 | 80 | 9 | 21 | 34 | 4 | 129 | 770 | 5398.64 | 30.4 | 164119 | 9117.71 | 0.999197 | 43.0975 | 21.9083 | 65.0058 | 101 | 0 |
| wxcrafter/xrc_handlers/myxh_auitoolb.cpp | 146 | | MyWxAuiToolBarXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 6 | 6 | 0 | 0 | 10 | 0 | 25 | 85 | 394.728 | 13.8462 | 5465.46 | 303.637 | 0.103426 | 108.587 | 0 | 108.587 | 10 | 0 |
| wxcrafter/xrc_handlers/myxh_auitoolb.cpp | 154 | | MyWxAuiToolBarXmlHandler::MenuHandler | OnDropDown(wxAuiToolBarEvent &) | 1 | 19 | 19 | 0 | 0 | 5 | 4 | 46 | 127 | 701.492 | 14.4643 | 10146.6 | 563.699 | 0.156228 | 88.0734 | 0 | 88.0734 | 11 | 0 |
| wxcrafter/xrc_handlers/myxh_auitoolb.cpp | 174 | | MyWxAuiToolBarXmlHandler::MenuHandler | RegisterMenu(wxAuiToolBar *, int, wxMenu *) | 3 | 7 | 6 | 0 | 1 | 1 | 0 | 31 | 54 | 267.527 | 9.47059 | 2533.63 | 140.757 | 0.06195 | 110.182 | 0 | 110.182 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_cmdlinkbtn.cpp | 4 | | MyWxCommandLinkButtonXmlHandler | MyWxCommandLinkButtonXmlHandler() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 16 | 40 | 160 | 5.44444 | 871.111 | 48.3951 | 0.0304038 | 107.077 | 0 | 107.077 | 12 | 1 |
| wxcrafter/xrc_handlers/myxh_cmdlinkbtn.cpp | 15 | | MyWxCommandLinkButtonXmlHandler | DoCreateResource() [override] | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 38 | 96 | 503.801 | 8.58 | 4322.61 | 240.145 | 0.0884524 | 99.3388 | 0 | 99.3388 | 21 | 0 |
| wxcrafter/xrc_handlers/myxh_cmdlinkbtn.cpp | 27 | | MyWxCommandLinkButtonXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_dataview.cpp | 6 | | MyWxDataViewCtrlHandler | MyWxDataViewCtrlHandler() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 18 | 50 | 208.496 | 5.72727 | 1194.11 | 66.3397 | 0.0375183 | 102.747 | 0 | 102.747 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_dataview.cpp | 19 | | MyWxDataViewCtrlHandler | DoCreateResource() [override] | 0 | 13 | 10 | 0 | 3 | 2 | 1 | 24 | 44 | 201.738 | 6.5 | 1311.3 | 72.85 | 0.0399344 | 101.392 | 0 | 101.392 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_dataview.cpp | 33 | | MyWxDataViewCtrlHandler | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 123.715 | 0 | 123.715 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_dataview.cpp | 38 | | MyWxDataViewCtrlHandler | HandleListCol() | 0 | 51 | 39 | 2 | 10 | 12 | 1 | 85 | 368 | 2358.66 | 19.3433 | 45624.1 | 2534.67 | 0.425607 | 64.162 | 15.0998 | 79.2618 | 43 | 1 |
| wxcrafter/xrc_handlers/myxh_dataview.cpp | 90 | | MyWxDataViewCtrlHandler | HandleListCtrl() | 0 | 10 | 9 | 0 | 1 | 1 | 1 | 25 | 60 | 278.631 | 7 | 1950.42 | 108.357 | 0.0520352 | 104.193 | 0 | 104.193 | 14 | 1 |
| wxcrafter/xrc_handlers/myxh_dlg.cpp | 11 | | MyWxDialogXmlHandler | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_dlg.cpp | 11 | | MyWxDialogXmlHandler | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_dlg.cpp | 13 | | MyWxDialogXmlHandler | MyWxDialogXmlHandler() | 0 | 31 | 28 | 1 | 3 | 2 | 0 | 35 | 120 | 615.514 | 8.13462 | 5006.97 | 278.165 | 0.0975578 | 81.5126 | 13.7333 | 95.246 | 30 | 2 |
| wxcrafter/xrc_handlers/myxh_dlg.cpp | 45 | | MyWxDialogXmlHandler | DoCreateResource() [override] | 0 | 19 | 13 | 0 | 6 | 5 | 1 | 46 | 153 | 845.105 | 9.52941 | 8053.35 | 447.409 | 0.133925 | 87.1049 | 0 | 87.1049 | 32 | 0 |
| wxcrafter/xrc_handlers/myxh_dlg.cpp | 65 | | MyWxDialogXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_dvlistctrl.cpp | 6 | | MyWxDataViewListCtrlHandler | MyWxDataViewListCtrlHandler() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 18 | 50 | 208.496 | 5.72727 | 1194.11 | 66.3397 | 0.0375183 | 102.747 | 0 | 102.747 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_dvlistctrl.cpp | 19 | | MyWxDataViewListCtrlHandler | DoCreateResource() [override] | 0 | 13 | 10 | 0 | 3 | 2 | 1 | 24 | 44 | 201.738 | 6.5 | 1311.3 | 72.85 | 0.0399344 | 101.392 | 0 | 101.392 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_dvlistctrl.cpp | 33 | | MyWxDataViewListCtrlHandler | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 123.715 | 0 | 123.715 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_dvlistctrl.cpp | 38 | | MyWxDataViewListCtrlHandler | HandleListCol() | 0 | 51 | 39 | 2 | 10 | 12 | 1 | 85 | 344 | 2204.83 | 18.2687 | 40279.3 | 2237.74 | 0.391682 | 64.5127 | 15.0998 | 79.6125 | 39 | 1 |
| wxcrafter/xrc_handlers/myxh_dvlistctrl.cpp | 90 | | MyWxDataViewListCtrlHandler | HandleListCtrl() | 0 | 10 | 9 | 0 | 1 | 1 | 1 | 25 | 60 | 278.631 | 7 | 1950.42 | 108.357 | 0.0520352 | 104.193 | 0 | 104.193 | 14 | 1 |
| wxcrafter/xrc_handlers/myxh_dvtreectrl.cpp | 5 | | MyWxDataViewTreeCtrlHandler | MyWxDataViewTreeCtrlHandler() | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 18 | 50 | 208.496 | 5.72727 | 1194.11 | 66.3397 | 0.0375183 | 102.747 | 0 | 102.747 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_dvtreectrl.cpp | 18 | | MyWxDataViewTreeCtrlHandler | DoCreateResource() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 26 | 110.446 | 5 | 552.231 | 30.6795 | 0.0224367 | 117.28 | 0 | 117.28 | 1 | 0 |
| wxcrafter/xrc_handlers/myxh_dvtreectrl.cpp | 25 | | MyWxDataViewTreeCtrlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_dvtreectrl.cpp | 27 | | MyWxDataViewTreeCtrlHandler | HandleListCtrl() | 0 | 10 | 9 | 0 | 1 | 1 | 1 | 25 | 60 | 278.631 | 7 | 1950.42 | 108.357 | 0.0520352 | 104.193 | 0 | 104.193 | 14 | 1 |
| wxcrafter/xrc_handlers/myxh_frame.cpp | 5 | | wxMyFrameXmlHandler | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_frame.cpp | 5 | | wxMyFrameXmlHandler | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_frame.cpp | 7 | | wxMyFrameXmlHandler | wxMyFrameXmlHandler() | 0 | 35 | 32 | 3 | 3 | 5 | 0 | 37 | 140 | 729.323 | 10 | 7293.23 | 405.18 | 0.12536 | 77.9744 | 21.9083 | 99.8827 | 38 | 2 |
| wxcrafter/xrc_handlers/myxh_frame.cpp | 43 | | wxMyFrameXmlHandler | DoCreateResource() [override] | 0 | 17 | 13 | 0 | 4 | 5 | 1 | 46 | 153 | 845.105 | 9.52941 | 8053.35 | 447.409 | 0.133925 | 88.9067 | 0 | 88.9067 | 32 | 0 |
| wxcrafter/xrc_handlers/myxh_frame.cpp | 61 | | wxMyFrameXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_glcanvas.cpp | 10 | | MyWxGLCanvasXmlHandler | MyWxGLCanvasXmlHandler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 124.372 | 0 | 124.372 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_glcanvas.cpp | 16 | | MyWxGLCanvasXmlHandler | DoCreateResource() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 49 | 215.224 | 9.35 | 2012.34 | 111.797 | 0.0531308 | 109.15 | 0 | 109.15 | 7 | 0 |
| wxcrafter/xrc_handlers/myxh_glcanvas.cpp | 25 | | MyWxGLCanvasXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 44 | | GridColInfo | GridColInfo() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 3 | 104.608 | 5.81153 | 0.00740038 | 129.844 | 0 | 129.844 | 0 | 1 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 56 | | GridRowInfo | GridRowInfo() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 11 | 34.8692 | 3 | 104.608 | 5.81153 | 0.00740038 | 129.844 | 0 | 129.844 | 0 | 1 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 32 | | MyWxGridXmlHandler | MyWxGridXmlHandler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 124.372 | 0 | 124.372 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 62 | | MyWxGridXmlHandler | DoCreateResource() [override] | 0 | 94 | 71 | 5 | 18 | 20 | 4 | 110 | 670 | 4543.51 | 32.2529 | 146541 | 8141.18 | 0.926514 | 49.0071 | 17.4871 | 66.4941 | 96 | 0 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 157 | | MyWxGridXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_grid.cpp | 159 | | MyWxGridXmlHandler | GetNodeContent(const wxString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 9.33333 | 1516.81 | 84.2674 | 0.0440048 | 115.041 | 0 | 115.041 | 3 | 4 |
| wxcrafter/xrc_handlers/myxh_infobar.cpp | 4 | | MyWxInfoBarCtrlHandler | MyWxInfoBarCtrlHandler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 124.372 | 0 | 124.372 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_infobar.cpp | 10 | | MyWxInfoBarCtrlHandler | DoCreateResource() [override] | 0 | 13 | 10 | 0 | 3 | 2 | 1 | 24 | 44 | 201.738 | 6.5 | 1311.3 | 72.85 | 0.0399344 | 101.392 | 0 | 101.392 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_infobar.cpp | 24 | | MyWxInfoBarCtrlHandler | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 123.715 | 0 | 123.715 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_infobar.cpp | 29 | | MyWxInfoBarCtrlHandler | HandleButton() | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 32 | 62 | 310 | 7.8 | 2418 | 134.333 | 0.0600505 | 105.115 | 0 | 105.115 | 5 | 1 |
| wxcrafter/xrc_handlers/myxh_infobar.cpp | 39 | | MyWxInfoBarCtrlHandler | HandleInfoBar() | 0 | 29 | 22 | 0 | 7 | 5 | 1 | 43 | 130 | 705.414 | 12.5517 | 8854.17 | 491.898 | 0.142663 | 81.1941 | 0 | 81.1941 | 22 | 1 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 26 | | MYwxListCtrlXmlHandler | MYwxListCtrlXmlHandler() | 0 | 36 | 33 | 2 | 1 | 1 | 0 | 39 | 155 | 819.237 | 6.5625 | 5376.25 | 298.68 | 0.102297 | 77.8334 | 17.8544 | 95.6878 | 58 | 1 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 63 | | MYwxListCtrlXmlHandler | DoCreateResource() [override] | 0 | 14 | 12 | 0 | 2 | 3 | 1 | 26 | 57 | 267.925 | 6.85714 | 1837.2 | 102.067 | 0.0500015 | 98.4856 | 0 | 98.4856 | 5 | 0 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 78 | | MYwxListCtrlXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 3 | 0 | 19 | 33 | 140.182 | 7.77778 | 1090.3 | 60.5723 | 0.035311 | 118.534 | 0 | 118.534 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 84 | | MYwxListCtrlXmlHandler | HandleCommonItemAttrs(wxListItem &) | 1 | 5 | 5 | 0 | 0 | 3 | 1 | 23 | 60 | 271.414 | 7.07143 | 1919.28 | 106.627 | 0.0514799 | 115.098 | 0 | 115.098 | 10 | 2 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 90 | | MYwxListCtrlXmlHandler | HandleListCol() | 0 | 15 | 11 | 0 | 4 | 4 | 1 | 39 | 117 | 618.392 | 12.8125 | 7923.15 | 440.175 | 0.132478 | 92.7885 | 0 | 92.7885 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 106 | | MYwxListCtrlXmlHandler | HandleListItem() | 0 | 33 | 24 | 2 | 7 | 13 | 1 | 63 | 288 | 1721.46 | 18.2128 | 31352.5 | 1741.8 | 0.331431 | 72.6218 | 18.6103 | 91.2321 | 47 | 1 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 140 | | MYwxListCtrlXmlHandler | HandleListCtrl() | 0 | 20 | 15 | 1 | 4 | 4 | 1 | 41 | 114 | 610.761 | 11.1481 | 6808.85 | 378.27 | 0.119746 | 88.1927 | 16.9762 | 105.169 | 19 | 1 |
| wxcrafter/xrc_handlers/myxh_listc.cpp | 161 | | MYwxListCtrlXmlHandler | GetImageIndex(wxListCtrl *, int) | 2 | 45 | 29 | 8 | 8 | 6 | 2 | 54 | 171 | 984.086 | 20.0455 | 19726.4 | 1095.91 | 0.243357 | 72.1152 | 30.3864 | 102.502 | 15 | 2 |
| wxcrafter/xrc_handlers/myxh_mediactrl.cpp | 10 | | MyWxMediaCtrlXmlHandler | MyWxMediaCtrlXmlHandler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 124.372 | 0 | 124.372 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_mediactrl.cpp | 16 | | MyWxMediaCtrlXmlHandler | DoCreateResource() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 49 | 215.224 | 9.35 | 2012.34 | 111.797 | 0.0531308 | 109.15 | 0 | 109.15 | 7 | 0 |
| wxcrafter/xrc_handlers/myxh_mediactrl.cpp | 25 | | MyWxMediaCtrlXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_panel.cpp | 5 | | MyWxPanelXmlHandler | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_panel.cpp | 5 | | MyWxPanelXmlHandler | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_panel.cpp | 7 | | MyWxPanelXmlHandler | MyWxPanelXmlHandler() | 0 | 11 | 10 | 1 | 1 | 3 | 0 | 20 | 40 | 172.877 | 7 | 1210.14 | 67.23 | 0.0378532 | 104.671 | 22.5149 | 127.186 | 6 | 2 |
| wxcrafter/xrc_handlers/myxh_panel.cpp | 19 | | MyWxPanelXmlHandler | DoCreateResource() [override] | 0 | 12 | 9 | 0 | 3 | 1 | 1 | 28 | 61 | 293.249 | 6.11111 | 1792.08 | 99.5597 | 0.0491794 | 100.973 | 0 | 100.973 | 14 | 0 |
| wxcrafter/xrc_handlers/myxh_panel.cpp | 32 | | MyWxPanelXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 11 | | MyWxPropGridXmlHandler | MyWxPropGridXmlHandler() | 0 | 21 | 21 | 0 | 0 | 1 | 0 | 30 | 95 | 466.155 | 7.5 | 3496.16 | 194.231 | 0.0767844 | 89.4972 | 0 | 89.4972 | 28 | 1 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 33 | | MyWxPropGridXmlHandler | DoCreateResource() [override] | 0 | 33 | 26 | 3 | 5 | 4 | 2 | 54 | 153 | 880.498 | 12.1757 | 10720.7 | 595.592 | 0.162066 | 78.178 | 22.5149 | 100.693 | 24 | 0 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 67 | | MyWxPropGridXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 116.675 | 0 | 116.675 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 73 | | MyWxPropGridXmlHandler | HandlePgProperty(wxPGProperty *) | 1 | 100 | 73 | 5 | 22 | 22 | 2 | 116 | 672 | 4608.56 | 25.4167 | 117134 | 6507.46 | 0.797997 | 47.4708 | 16.9762 | 64.4469 | 89 | 1 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 174 | | MyWxPropGridXmlHandler | GetArray(const wxXmlNode *) const | 1 | 15 | 14 | 0 | 1 | 4 | 2 | 29 | 76 | 369.207 | 14.4643 | 5340.31 | 296.684 | 0.101841 | 95.4705 | 0 | 95.4705 | 9 | 1 |
| wxcrafter/xrc_handlers/myxh_propgrid.cpp | 190 | | MyWxPropGridXmlHandler | DoAppendProperty(wxPGProperty *, wxPGProperty *) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 53 | 236.35 | 11.4 | 2694.39 | 149.688 | 0.0645435 | 108.433 | 0 | 108.433 | 5 | 16 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 42 | | MyWxRibbonXmlHandler | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 42 | | MyWxRibbonXmlHandler | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 44 | | MyWxRibbonXmlHandler | MyWxRibbonXmlHandler() | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 22 | 61 | 272.025 | 6.57143 | 1787.6 | 99.3108 | 0.0490974 | 98.8666 | 0 | 98.8666 | 19 | 2 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 59 | | MyWxRibbonXmlHandler | DoCreateResource() [override] | 0 | 23 | 23 | 0 | 0 | 12 | 1 | 38 | 163 | 855.412 | 10.6154 | 9080.53 | 504.474 | 0.145084 | 82.3368 | 0 | 82.3368 | 21 | 0 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 83 | | MyWxRibbonXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 9 | 9 | 0 | 0 | 11 | 0 | 33 | 112 | 564.972 | 13.65 | 7711.87 | 428.437 | 0.130112 | 99.9237 | 0 | 99.9237 | 11 | 0 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 93 | | MyWxRibbonXmlHandler | IsRibbonControl(wxXmlNode *) | 1 | 7 | 7 | 0 | 0 | 7 | 0 | 24 | 82 | 375.967 | 11.7857 | 4431.04 | 246.169 | 0.0899254 | 107.033 | 0 | 107.033 | 14 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 101 | | MyWxRibbonXmlHandler | Handle_RibbonArtProvider(wxRibbonControl *) | 1 | 13 | 12 | 0 | 1 | 5 | 1 | 38 | 87 | 456.57 | 12.9524 | 5913.66 | 328.537 | 0.109006 | 96.4544 | 0 | 96.4544 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 115 | | MyWxRibbonXmlHandler | Handle_buttonbar() | 0 | 19 | 15 | 0 | 4 | 2 | 1 | 42 | 104 | 560.801 | 11.0769 | 6211.95 | 345.108 | 0.112641 | 89.9274 | 0 | 89.9274 | 19 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 135 | | MyWxRibbonXmlHandler | Handle_toolbar() | 0 | 23 | 18 | 0 | 5 | 2 | 1 | 51 | 134 | 760.105 | 12.5 | 9501.31 | 527.851 | 0.149532 | 85.251 | 0 | 85.251 | 24 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 159 | | MyWxRibbonXmlHandler | Handle_tool() | 0 | 46 | 29 | 11 | 8 | 10 | 3 | 59 | 221 | 1300.06 | 13.2955 | 17284.9 | 960.275 | 0.222839 | 69.3911 | 34.3579 | 103.749 | 31 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 206 | | MyWxRibbonXmlHandler | Handle_button() | 0 | 43 | 26 | 11 | 8 | 9 | 3 | 60 | 218 | 1287.7 | 13.1667 | 16954.7 | 941.93 | 0.219992 | 70.7634 | 35.29 | 106.053 | 34 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 250 | | MyWxRibbonXmlHandler | Handle_control() | 0 | 13 | 10 | 0 | 3 | 3 | 1 | 31 | 72 | 356.702 | 9.88235 | 3525.06 | 195.836 | 0.0772069 | 98.1979 | 0 | 98.1979 | 11 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 264 | | MyWxRibbonXmlHandler | Handle_page() | 0 | 26 | 21 | 0 | 5 | 3 | 2 | 49 | 136 | 763.601 | 11.25 | 8590.51 | 477.25 | 0.139816 | 83.011 | 0 | 83.011 | 25 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 291 | | MyWxRibbonXmlHandler | Handle_gallery() | 0 | 19 | 15 | 0 | 4 | 2 | 1 | 41 | 102 | 546.47 | 10.3846 | 5674.88 | 315.271 | 0.106051 | 90.062 | 0 | 90.062 | 19 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 311 | | MyWxRibbonXmlHandler | Handle_galleryitem() | 0 | 9 | 7 | 1 | 2 | 1 | 1 | 23 | 43 | 194.513 | 7.33333 | 1426.43 | 79.2461 | 0.0422389 | 107.768 | 24.6875 | 132.456 | 4 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 321 | | MyWxRibbonXmlHandler | Handle_panel() | 0 | 16 | 13 | 0 | 3 | 2 | 1 | 39 | 93 | 491.542 | 7.75 | 3809.45 | 211.636 | 0.0813056 | 93.3968 | 0 | 93.3968 | 22 | 1 |
| wxcrafter/xrc_handlers/myxh_ribbon.cpp | 338 | | MyWxRibbonXmlHandler | Handle_bar() | 0 | 26 | 18 | 2 | 6 | 2 | 1 | 47 | 128 | 710.987 | 11.871 | 8440.11 | 468.895 | 0.13818 | 83.6122 | 20.8285 | 104.441 | 25 | 1 |
| wxcrafter/xrc_handlers/myxh_richtext.cpp | 23 | | MyWxRichTextCtrlXmlHandler | MyWxRichTextCtrlXmlHandler() | 0 | 11 | 10 | 0 | 1 | 1 | 0 | 16 | 40 | 160 | 5.44444 | 871.111 | 48.3951 | 0.0304038 | 105.533 | 0 | 105.533 | 12 | 1 |
| wxcrafter/xrc_handlers/myxh_richtext.cpp | 35 | | MyWxRichTextCtrlXmlHandler | DoCreateResource() [override] | 0 | 13 | 9 | 0 | 4 | 2 | 1 | 33 | 83 | 418.685 | 7.25 | 3035.46 | 168.637 | 0.0698815 | 97.5948 | 0 | 97.5948 | 19 | 0 |
| wxcrafter/xrc_handlers/myxh_richtext.cpp | 49 | | MyWxRichTextCtrlXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_searchctrl.cpp | 23 | | MyWxSearchCtrlXmlHandler | MyWxSearchCtrlXmlHandler() | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 18 | 50 | 208.496 | 5.72727 | 1194.11 | 66.3397 | 0.0375183 | 101.45 | 0 | 101.45 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_searchctrl.cpp | 37 | | MyWxSearchCtrlXmlHandler | DoCreateResource() [override] | 0 | 16 | 11 | 0 | 5 | 4 | 1 | 41 | 142 | 760.772 | 10.1379 | 7712.66 | 428.481 | 0.130121 | 90.6655 | 0 | 90.6655 | 30 | 0 |
| wxcrafter/xrc_handlers/myxh_searchctrl.cpp | 54 | | MyWxSearchCtrlXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_simplebook.cpp | 7 | | MyWxSimplebookXmlHandler | MyWxSimplebookXmlHandler() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 25 | 97.6723 | 5.25 | 512.779 | 28.4877 | 0.021355 | 115.422 | 0 | 115.422 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_simplebook.cpp | 15 | | MyWxSimplebookXmlHandler | DoCreateResource() [override] | 0 | 45 | 38 | 1 | 7 | 5 | 3 | 67 | 253 | 1534.72 | 17.0816 | 26215.5 | 1456.42 | 0.294161 | 70.0343 | 11.4446 | 81.479 | 36 | 0 |
| wxcrafter/xrc_handlers/myxh_simplebook.cpp | 61 | | MyWxSimplebookXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 116.675 | 0 | 116.675 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_stc.cpp | 17 | | MyWxStcXmlHandler | MyWxStcXmlHandler() | 0 | 104 | 104 | 0 | 0 | 2 | 1 | 112 | 510 | 3471.75 | 8.73786 | 30335.7 | 1685.32 | 0.324226 | 52.9083 | 0 | 52.9083 | 197 | 1 |
| wxcrafter/xrc_handlers/myxh_stc.cpp | 122 | | MyWxStcXmlHandler | DoCreateResource() [override] | 0 | 71 | 55 | 5 | 11 | 9 | 2 | 120 | 502 | 3467.26 | 26.375 | 91449 | 5080.5 | 0.676599 | 57.4888 | 19.9815 | 77.4703 | 74 | 0 |
| wxcrafter/xrc_handlers/myxh_stc.cpp | 194 | | MyWxStcXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_textctrl.cpp | 4 | | MyTextCtrlXrcHandler | MyTextCtrlXrcHandler() | 0 | 31 | 26 | 4 | 2 | 2 | 0 | 38 | 120 | 629.751 | 8.21429 | 5172.96 | 287.387 | 0.0997022 | 81.3937 | 26.4103 | 107.804 | 38 | 1 |
| wxcrafter/xrc_handlers/myxh_textctrl.cpp | 36 | | MyTextCtrlXrcHandler | DoCreateResource() [override] | 0 | 14 | 10 | 0 | 4 | 4 | 1 | 40 | 113 | 601.378 | 10.2308 | 6152.56 | 341.809 | 0.111922 | 94.0513 | 0 | 94.0513 | 25 | 0 |
| wxcrafter/xrc_handlers/myxh_textctrl.cpp | 51 | | MyTextCtrlXrcHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| wxcrafter/xrc_handlers/myxh_toolbk.cpp | 22 | | MYwxToolbookXmlHandler | MYwxToolbookXmlHandler() | 0 | 18 | 16 | 0 | 2 | 2 | 0 | 29 | 67 | 325.485 | 8.47059 | 2757.05 | 153.169 | 0.0655403 | 93.6323 | 0 | 93.6323 | 16 | 1 |
| wxcrafter/xrc_handlers/myxh_toolbk.cpp | 41 | | MYwxToolbookXmlHandler | DoCreateResource() [override] | 0 | 53 | 44 | 1 | 9 | 9 | 5 | 78 | 326 | 2049.04 | 21.3684 | 43784.8 | 2432.49 | 0.414089 | 64.9606 | 10.5598 | 75.5204 | 41 | 0 |
| wxcrafter/xrc_handlers/myxh_toolbk.cpp | 95 | | MYwxToolbookXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 116.675 | 0 | 116.675 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_treebk.cpp | 30 | | MYwxTreebookXmlHandler | MYwxTreebookXmlHandler() | 0 | 13 | 12 | 0 | 1 | 1 | 0 | 21 | 50 | 219.616 | 6.375 | 1400.05 | 77.7806 | 0.0417165 | 101.18 | 0 | 101.18 | 12 | 1 |
| wxcrafter/xrc_handlers/myxh_treebk.cpp | 44 | | MYwxTreebookXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 22 | 43 | 191.756 | 9 | 1725.8 | 95.8778 | 0.0479593 | 116.675 | 0 | 116.675 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_treebk.cpp | 50 | | MYwxTreebookXmlHandler | DoCreateResource() [override] | 0 | 92 | 70 | 6 | 18 | 16 | 5 | 109 | 547 | 3702.2 | 31.3253 | 115972 | 6442.91 | 0.792712 | 51.3403 | 19.2694 | 70.6097 | 69 | 0 |
| wxcrafter/xrc_handlers/myxh_treelist.cpp | 8 | | MyTreeListCtrl | MyTreeListCtrl() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 17 | 45 | 183.936 | 5.6 | 1030.04 | 57.2245 | 0.0339976 | 104.808 | 0 | 104.808 | 14 | 1 |
| wxcrafter/xrc_handlers/myxh_treelist.cpp | 20 | | MyTreeListCtrl | CanHandle(wxXmlNode *) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 18 | 26 | 108.418 | 6.875 | 745.374 | 41.4097 | 0.0274028 | 123.715 | 0 | 123.715 | 4 | 0 |
| wxcrafter/xrc_handlers/myxh_treelist.cpp | 25 | | MyTreeListCtrl | DoCreateResource() [override] | 0 | 12 | 10 | 0 | 2 | 2 | 1 | 24 | 44 | 201.738 | 6.5 | 1311.3 | 72.85 | 0.0399344 | 102.688 | 0 | 102.688 | 3 | 0 |
| wxcrafter/xrc_handlers/myxh_treelist.cpp | 38 | | MyTreeListCtrl | HandleListCol() | 0 | 16 | 12 | 2 | 2 | 1 | 1 | 42 | 104 | 560.801 | 8.33871 | 4676.36 | 259.798 | 0.0932146 | 92.9414 | 26.0372 | 118.979 | 12 | 1 |
| wxcrafter/xrc_handlers/myxh_treelist.cpp | 55 | | MyTreeListCtrl | HandleListCtrl() | 0 | 14 | 8 | 4 | 2 | 1 | 1 | 24 | 55 | 252.173 | 6.78571 | 1711.17 | 95.0652 | 0.0476879 | 99.2607 | 36.8317 | 136.092 | 13 | 1 |
| wxcrafter/xrc_handlers/myxh_webview.cpp | 20 | | MyWxWebViewXmlHandler | MyWxWebViewXmlHandler() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 4.66667 | 232.535 | 12.9186 | 0.0126048 | 124.372 | 0 | 124.372 | 2 | 1 |
| wxcrafter/xrc_handlers/myxh_webview.cpp | 26 | | MyWxWebViewXmlHandler | DoCreateResource() [override] | 0 | 16 | 15 | 0 | 1 | 3 | 0 | 44 | 128 | 698.807 | 13.8519 | 9679.77 | 537.765 | 0.151399 | 91.3373 | 0 | 91.3373 | 10 | 0 |
| wxcrafter/xrc_handlers/myxh_webview.cpp | 43 | | MyWxWebViewXmlHandler | CanHandle(wxXmlNode *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| codelite_make/cl_make_generator_app.cpp | 15 | | | main(int, char **) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 0 |
| codelite_make/cl_make_generator_app.cpp | 15 | | | wxGetApp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 0 |
| codelite_make/cl_make_generator_app.cpp | 15 | | | wxCreateApp() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 3 |
| codelite_make/cl_make_generator_app.cpp | 44 | | clMakeGeneratorApp | clMakeGeneratorApp() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 27 | 105.486 | 4.57143 | 482.222 | 26.7901 | 0.0204979 | 115.022 | 0 | 115.022 | 0 | 1 |
| codelite_make/cl_make_generator_app.cpp | 52 | | clMakeGeneratorApp | OnExit() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 123.16 | 0 | 123.16 | 1 | 0 |
| codelite_make/cl_make_generator_app.cpp | 58 | | clMakeGeneratorApp | OnInit() [override] | 0 | 135 | 113 | 7 | 15 | 22 | 3 | 153 | 819 | 5943.8 | 30.3214 | 180225 | 10012.5 | 1.06354 | 41.286 | 17.2748 | 58.5608 | 162 | 0 |
| codelite_make/cl_make_generator_app.cpp | 194 | | clMakeGeneratorApp | DoParseCommandLine(wxCmdLineParser &) | 1 | 46 | 39 | 0 | 7 | 9 | 2 | 63 | 246 | 1470.41 | 14.5978 | 21464.8 | 1192.49 | 0.257452 | 68.9809 | 0 | 68.9809 | 32 | 1 |
| codelite_make/cl_make_generator_app.cpp | 241 | | clMakeGeneratorApp | DoExitApp() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 10 | 12 | 39.8631 | 3 | 119.589 | 6.64386 | 0.00809109 | 125.533 | 31.9355 | 157.468 | 1 | 1 |
| codelite_make/cl_make_generator_app.cpp | 248 | | clMakeGeneratorApp | Error(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.13636 | 795.628 | 44.2015 | 0.028621 | 116.446 | 0 | 116.446 | 6 | 7 |
| codelite_make/cl_make_generator_app.cpp | 255 | | clMakeGeneratorApp | Notice(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.66667 | 1070.26 | 59.4591 | 0.034877 | 110.445 | 0 | 110.445 | 6 | 2 |
| codelite_make/cl_make_generator_app.cpp | 264 | | clMakeGeneratorApp | Info(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.66667 | 1070.26 | 59.4591 | 0.034877 | 110.445 | 0 | 110.445 | 6 | 7 |
| codelite_make/cl_make_generator_app.cpp | 273 | | clMakeGeneratorApp | Out(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 3 | 2 |
| codelite_make/cl_make_generator_app.cpp | 275 | | clMakeGeneratorApp | DoExecCommand(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 49 | 235.56 | 7.11765 | 1676.64 | 93.1464 | 0.047044 | 108.681 | 0 | 108.681 | 7 | 2 |
| codelite_make/cl_make_generator_app.cpp | 284 | | clMakeGeneratorApp | DoGenerateCompileCommands() | 0 | 21 | 18 | 1 | 2 | 4 | 2 | 48 | 133 | 742.8 | 11.75 | 8727.9 | 484.883 | 0.141303 | 86.3845 | 16.583 | 102.967 | 24 | 1 |
| codelite_make/cl_make_generator_app.cpp | 306 | | clMakeGeneratorApp | Bye() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.95 | 588.763 | 32.709 | 0.0234156 | 112.234 | 0 | 112.234 | 1 | 4 |
| codelite-generate-themes/codelite-generate-themes/ImportThemesDialog.cpp | 5 | | ImportThemesDialog | ImportThemesDialog(wxWindow *) | 1 | 18 | 17 | 0 | 1 | 2 | 1 | 45 | 110 | 604.104 | 13.0536 | 7885.71 | 438.095 | 0.13206 | 90.4165 | 0 | 90.4165 | 21 | 1 |
| codelite-generate-themes/codelite-generate-themes/ImportThemesDialog.cpp | 24 | | ImportThemesDialog | ~ImportThemesDialog() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 72 | 356.702 | 7.7 | 2746.61 | 152.589 | 0.0653747 | 104.615 | 0 | 104.615 | 13 | 0 |
| codelite-generate-themes/codelite-generate-themes/ImportThemesDialog.cpp | 34 | | ImportThemesDialog | GetInputDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| codelite-generate-themes/codelite-generate-themes/ImportThemesDialog.cpp | 36 | | ImportThemesDialog | GetOutputDirectory() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 116 | | | main(int, char **) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 0 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 116 | | | wxGetApp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 0 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 116 | | | wxCreateApp() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 3 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 27 | {anonymous} | | import_files(const wxString &, const wxString &) | 2 | 48 | 39 | 2 | 7 | 5 | 2 | 64 | 270 | 1620 | 20.0745 | 32520.6 | 1806.7 | 0.339613 | 68.7076 | 15.5492 | 84.2568 | 65 | 1 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 80 | | MainApp | MainApp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 5 | 5 | 11.6096 | 1.5 | 17.4145 | 0.96747 | 0.00223951 | 158.02 | 0 | 158.02 | 0 | 1 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 81 | | MainApp | ~MainApp() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| codelite-generate-themes/codelite-generate-themes/main.cpp | 83 | | MainApp | OnInit() [override] | 0 | 30 | 26 | 1 | 3 | 4 | 1 | 56 | 147 | 853.681 | 14.3784 | 12274.6 | 681.919 | 0.177371 | 79.8829 | 13.9543 | 93.8372 | 14 | 0 |
| codelite-generate-themes/codelite-generate-themes/wxcrafter.cpp | 14 | | ImportThemesDialogBase | ImportThemesDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 71 | 54 | 1 | 16 | 6 | 1 | 109 | 587 | 3972.92 | 28.3488 | 112628 | 6257.1 | 0.777396 | 57.4708 | 9.14107 | 66.6119 | 84 | 1 |
| codelite-generate-themes/codelite-generate-themes/wxcrafter.cpp | 86 | | ImportThemesDialogBase | ~ImportThemesDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| codelite-generate-themes/codelite-generate-themes/wxcrafter_codelite-generate-themes_bitmaps.cpp | 34 | | | wxC3F30InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| codelite_echo/main.c | 13 | | | main(int, char **) | 2 | 22 | 19 | 4 | 1 | 4 | 2 | 42 | 115 | 620.117 | 16.5 | 10231.9 | 568.44 | 0.157103 | 86.5696 | 30.6787 | 117.248 | 7 | 0 |
| ctagsd/lib/Channel.cpp | 10 | | ChannelSocket | ChannelSocket(const wxString &, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 1 | 1 |
| ctagsd/lib/Channel.cpp | 16 | | ChannelSocket | read_some() | 0 | 17 | 17 | 0 | 0 | 4 | 1 | 43 | 100 | 542.626 | 16.5217 | 8965.13 | 498.063 | 0.143852 | 91.4406 | 0 | 91.4406 | 15 | 1 |
| ctagsd/lib/Channel.cpp | 34 | | ChannelSocket | write_reply(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 6.42857 | 604.361 | 33.5756 | 0.0238274 | 147.144 | 0 | 147.144 | 2 | 0 |
| ctagsd/lib/Channel.cpp | 36 | | ChannelSocket | write_reply(const JSON &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6.25 | 703.675 | 39.093 | 0.026371 | 146.207 | 0 | 146.207 | 3 | 0 |
| ctagsd/lib/Channel.cpp | 38 | | ChannelSocket | write_reply(const wxString &) [override] | 1 | 17 | 13 | 2 | 2 | 1 | 1 | 41 | 96 | 514.325 | 10.6296 | 5467.08 | 303.727 | 0.103447 | 92.4091 | 25.3357 | 117.745 | 25 | 2 |
| ctagsd/lib/Channel.cpp | 56 | | ChannelSocket | read_message() [override] | 0 | 23 | 21 | 1 | 1 | 7 | 3 | 37 | 85 | 442.804 | 12.6667 | 5608.84 | 311.602 | 0.105227 | 86.9107 | 15.872 | 102.783 | 5 | 0 |
| ctagsd/lib/Channel.cpp | 80 | | ChannelSocket | open() [override] | 0 | 16 | 14 | 0 | 2 | 2 | 1 | 34 | 83 | 422.259 | 7.8913 | 3332.18 | 185.121 | 0.0743642 | 94.1868 | 0 | 94.1868 | 35 | 0 |
| ctagsd/lib/LSPUtils.cpp | 9 | | LSPUtils | [static] encode_semantic_tokens(const std::vector<TokenWrapper> &, std::vector<int> *) | 2 | 41 | 28 | 8 | 7 | 5 | 2 | 63 | 257 | 1536.16 | 30.7692 | 47266.5 | 2625.92 | 0.43576 | 71.5375 | 31.6073 | 103.145 | 29 | 1 |
| ctagsd/lib/LSPUtils.cpp | 51 | | LSPUtils | [static] get_symbol_kind(const TagEntry *) | 1 | 28 | 28 | 0 | 0 | 12 | 1 | 41 | 244 | 1307.24 | 19.5 | 25491.2 | 1416.18 | 0.288717 | 76.9448 | 0 | 76.9448 | 15 | 1 |
| ctagsd/lib/LSPUtils.cpp | 80 | | LSPUtils | [static] get_completion_kind(const TagEntry *) | 1 | 30 | 30 | 0 | 0 | 13 | 1 | 43 | 269 | 1459.67 | 20.15 | 29412.3 | 1634.01 | 0.317613 | 75.0236 | 0 | 75.0236 | 17 | 1 |
| ctagsd/lib/LSPUtils.cpp | 111 | | LSPUtils | [static] to_symbol_information_array(const std::vector<TagEntryPtr> &, bool) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 38 | 93 | 488.057 | 14.5455 | 7099.01 | 394.39 | 0.123124 | 95.367 | 0 | 95.367 | 11 | 2 |
| ctagsd/lib/LSPUtils.cpp | 126 | | LSPUtils | [static] to_symbol_information(const TagEntry *, LSP::SymbolInformation &, std::unordered_set<wxString> *) | 3 | 42 | 33 | 3 | 6 | 9 | 2 | 67 | 283 | 1716.7 | 20.5833 | 35335.5 | 1963.08 | 0.358938 | 69.6493 | 20.1155 | 89.7648 | 43 | 1 |
| ctagsd/lib/ParseThread.cpp | 6 | | ParseThread | ~ParseThread() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| ctagsd/lib/ParseThread.cpp | 8 | | ParseThread | start(const wxString &, const wxString &) | 2 | 24 | 22 | 1 | 1 | 3 | 4 | 65 | 178 | 1071.98 | 18.1463 | 19452.5 | 1080.7 | 0.2411 | 82.5438 | 15.5492 | 98.0929 | 26 | 1 |
| ctagsd/lib/ParseThread.cpp | 33 | | ParseThread | stop() | 0 | 15 | 12 | 1 | 2 | 2 | 1 | 31 | 69 | 341.84 | 9.05882 | 3096.66 | 172.037 | 0.0708176 | 96.331 | 19.4709 | 115.802 | 19 | 3 |
| ctagsd/lib/ParseThread.cpp | 49 | | ParseThread | queue_parse_request(ParseThreadTaskFunc &&) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 25 | 42 | 195.042 | 6 | 1170.25 | 65.014 | 0.0370167 | 111.826 | 27.6325 | 139.458 | 4 | 4 |
| ctagsd/lib/ProtocolHandler.cpp | 30 | {anonymous} | | operator<<(FileLogger &, const TagEntry &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 8.57143 | 2318.68 | 128.816 | 0.0583946 | 110.125 | 0 | 110.125 | 11 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 38 | {anonymous} | | operator<<(FileLogger &, const std::vector<TagEntryPtr> &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 11.5909 | 2397.22 | 133.179 | 0.059706 | 111.291 | 0 | 111.291 | 4 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 46 | {anonymous} | | remove_db_if_needed(const wxString &) | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 35 | 100 | 512.928 | 13.125 | 6732.18 | 374.01 | 0.118845 | 95.3386 | 0 | 95.3386 | 47 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 61 | {anonymous} | | count_lines(const wxString &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 24 | 39 | 178.814 | 9.45455 | 1690.6 | 93.9223 | 0.0473049 | 106.039 | 0 | 106.039 | 2 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 75 | {anonymous} | | filter_non_important_files(wxArrayString &, const CTagsdSettings &) | 2 | 31 | 26 | 1 | 4 | 6 | 3 | 53 | 163 | 933.651 | 18.7031 | 17462.2 | 970.122 | 0.22436 | 78.4261 | 13.7333 | 92.1594 | 17 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 113 | {anonymous} | | scan_dir(const wxString &, const CTagsdSettings &, wxArrayString &) | 3 | 9 | 8 | 0 | 1 | 1 | 0 | 34 | 77 | 391.735 | 8.13043 | 3184.97 | 176.943 | 0.0721577 | 104.128 | 0 | 104.128 | 16 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 130 | {anonymous} | | read_file_list(const wxString &, const CTagsdSettings &, wxArrayString &) | 3 | 13 | 13 | 0 | 0 | 2 | 1 | 36 | 88 | 454.953 | 9.5 | 4322.06 | 240.114 | 0.0884448 | 97.1628 | 0 | 97.1628 | 11 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 903 | {anonymous} | | add_to_locals_set(const wxString &, wxStringSet_t &, wxStringSet_t &) | 3 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 43 | 185.843 | 7.36364 | 1368.48 | 76.0266 | 0.041087 | 111.847 | 0 | 111.847 | 3 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 911 | {anonymous} | | add_to_types_set(const wxString &, wxStringSet_t &, const wxStringSet_t &) | 3 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 39 | 168.555 | 8 | 1348.44 | 74.9134 | 0.0406849 | 112.354 | 0 | 112.354 | 2 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 146 | | ProtocolHandler | ~ProtocolHandler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 5.33333 | 258.304 | 14.3502 | 0.0135197 | 150.593 | 0 | 150.593 | 1 | 0 |
| ctagsd/lib/ProtocolHandler.cpp | 148 | | ProtocolHandler | send_log_message(const wxString &, int, Channel::ptr_t) | 3 | 12 | 11 | 0 | 1 | 1 | 0 | 46 | 105 | 579.974 | 9.25758 | 5369.15 | 298.286 | 0.102207 | 97.427 | 0 | 97.427 | 21 | 4 |
| ctagsd/lib/ProtocolHandler.cpp | 161 | | ProtocolHandler | build_result(JSONItem &, size_t, int) | 3 | 8 | 7 | 0 | 1 | 2 | 0 | 32 | 59 | 295 | 10.8889 | 3212.22 | 178.457 | 0.0725687 | 107.281 | 0 | 107.281 | 9 | 7 |
| ctagsd/lib/ProtocolHandler.cpp | 170 | | ProtocolHandler | [static] parse_buffer(const wxFileName &, const wxString &, const CTagsdSettings &) | 3 | 34 | 26 | 2 | 6 | 4 | 1 | 67 | 227 | 1377 | 20.2889 | 27937.8 | 1552.1 | 0.306907 | 75.3691 | 18.3478 | 93.7169 | 76 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 205 | | ProtocolHandler | [static] parse_file(const wxFileName &, const CTagsdSettings &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.85 | 745.511 | 41.4173 | 0.0274062 | 123.104 | 0 | 123.104 | 3 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 210 | | ProtocolHandler | [static] do_parse_chunk(ITagsStoragePtr, const std::vector<wxString> &, size_t, const CTagsdSettings &) | 4 | 36 | 28 | 4 | 4 | 4 | 2 | 68 | 218 | 1327.07 | 19.6087 | 26022.1 | 1445.67 | 0.292711 | 74.6352 | 24.6875 | 99.3228 | 67 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 247 | | ProtocolHandler | [static] parse_files(const std::vector<wxString> &, const CTagsdSettings &) | 2 | 51 | 39 | 7 | 5 | 7 | 2 | 82 | 341 | 2167.93 | 30.6429 | 66431.4 | 3690.63 | 0.546757 | 65.7505 | 27.1474 | 92.8979 | 93 | 4 |
| ctagsd/lib/ProtocolHandler.cpp | 299 | | ProtocolHandler | update_additional_scopes_for_file(const wxString &) | 1 | 46 | 35 | 9 | 4 | 6 | 3 | 60 | 297 | 1754.35 | 34.5 | 60525 | 3362.5 | 0.513848 | 68.7528 | 31.6433 | 100.396 | 58 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 346 | | ProtocolHandler | ensure_file_content_exists(const wxString &, Channel::ptr_t, size_t) | 3 | 23 | 19 | 2 | 2 | 4 | 2 | 58 | 154 | 902.129 | 15.1026 | 13624.5 | 756.915 | 0.190148 | 83.9003 | 22.0554 | 105.956 | 40 | 4 |
| ctagsd/lib/ProtocolHandler.cpp | 370 | | ProtocolHandler | update_comments_for_file(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 35 | 145.947 | 7.5 | 1094.61 | 60.8114 | 0.0354038 | 113.103 | 0 | 113.103 | 4 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 378 | | ProtocolHandler | update_comments_for_file(const wxString &, const wxString &) | 2 | 17 | 16 | 0 | 1 | 3 | 1 | 36 | 107 | 553.182 | 12.1522 | 6722.36 | 373.465 | 0.11873 | 91.5704 | 0 | 91.5704 | 13 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 396 | | ProtocolHandler | get_comment(const wxString &, long, const wxString &) const | 3 | 14 | 13 | 1 | 0 | 4 | 2 | 35 | 97 | 497.54 | 21.1765 | 10536.2 | 585.342 | 0.160202 | 95.037 | 20.1155 | 115.152 | 6 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 411 | | ProtocolHandler | do_comments_exist_for_file(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 23 | 97.7023 | 6.11111 | 597.07 | 33.1705 | 0.0236354 | 124.486 | 0 | 124.486 | 1 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 421 | | ProtocolHandler | on_initialize(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 98 | 62 | 21 | 19 | 2 | 1 | 143 | 602 | 4310.24 | 20.4836 | 88289.3 | 4904.96 | 0.660923 | 52.746 | 32.8615 | 85.6075 | 140 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 521 | | ProtocolHandler | on_unsupported_message(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 35 | 55 | 282.111 | 9 | 2539 | 141.055 | 0.0620374 | 112.404 | 0 | 112.404 | 13 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 529 | | ProtocolHandler | on_initialized(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 7 | 6 | 1 | 0 | 1 | 0 | 25 | 39 | 181.11 | 6.67857 | 1209.56 | 67.1977 | 0.0378411 | 112.211 | 27.6325 | 139.843 | 9 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 538 | | ProtocolHandler | on_did_open(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 24 | 14 | 5 | 5 | 1 | 0 | 51 | 131 | 743.088 | 12.3429 | 9171.83 | 509.546 | 0.146055 | 84.9093 | 32.4818 | 117.391 | 35 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 564 | | ProtocolHandler | on_did_close(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 14 | 12 | 1 | 1 | 1 | 0 | 45 | 101 | 554.677 | 10.75 | 5962.78 | 331.266 | 0.109609 | 95.1617 | 20.1155 | 115.277 | 19 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 580 | | ProtocolHandler | on_did_change(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 78 | 58 | 12 | 8 | 8 | 3 | 112 | 480 | 3267.53 | 29.8588 | 97564.6 | 5420.26 | 0.706437 | 56.504 | 28.5467 | 85.0507 | 136 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 659 | | ProtocolHandler | minimize_buffer(const wxString &, int, int, const wxString &, CompletionHelper::eTruncateStyle) | 5 | 39 | 31 | 5 | 3 | 3 | 2 | 63 | 218 | 1303.05 | 23 | 29970.1 | 1665 | 0.321616 | 73.6635 | 26.3344 | 99.9979 | 57 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 700 | | ProtocolHandler | on_completion(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 151 | 119 | 13 | 19 | 17 | 4 | 203 | 1085 | 8316.89 | 40.9588 | 340650 | 18925 | 1.62586 | 38.8746 | 21.9532 | 60.8279 | 376 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 853 | | ProtocolHandler | on_did_save(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 47 | 32 | 5 | 10 | 1 | 1 | 89 | 327 | 2117.56 | 17.971 | 38054.8 | 2114.15 | 0.377125 | 68.5759 | 24.2031 | 92.779 | 99 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 921 | | ProtocolHandler | on_semantic_tokens(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 153 | 115 | 14 | 24 | 32 | 5 | 172 | 1058 | 7856.99 | 40.1528 | 315480 | 17526.7 | 1.54476 | 35.5073 | 22.5829 | 58.0902 | 200 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1076 | | ProtocolHandler | on_workspace_symbol(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 22 | 17 | 1 | 4 | 2 | 1 | 69 | 162 | 989.581 | 13.49 | 13349.4 | 741.636 | 0.18758 | 84.5992 | 16.2158 | 100.815 | 25 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1100 | | ProtocolHandler | on_document_symbol(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 46 | 36 | 3 | 7 | 6 | 2 | 94 | 302 | 1979.49 | 20.4 | 40381.5 | 2243.42 | 0.392344 | 68.1249 | 19.2694 | 87.3943 | 69 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1148 | | ProtocolHandler | on_document_signature_help(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 81 | 66 | 2 | 13 | 9 | 3 | 142 | 600 | 4289.85 | 30.3333 | 130125 | 7229.19 | 0.85596 | 54.2471 | 12.0518 | 66.2988 | 120 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1230 | | ProtocolHandler | on_hover(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 133 | 114 | 6 | 13 | 26 | 6 | 152 | 854 | 6189.73 | 36.3089 | 224743 | 12485.7 | 1.23217 | 40.397 | 16.157 | 56.554 | 203 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1364 | | ProtocolHandler | do_find_definition_tags(std::unique_ptr<JSON> &&, Channel::ptr_t, bool, std::vector<TagEntryPtr> &, wxString *) | 5 | 66 | 56 | 2 | 8 | 8 | 3 | 115 | 467 | 3196.84 | 29.931 | 95684.8 | 5315.82 | 0.697334 | 59.324 | 13.3211 | 72.6452 | 129 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 1431 | | ProtocolHandler | do_definition(std::unique_ptr<JSON> &&, Channel::ptr_t, bool) | 3 | 46 | 36 | 6 | 4 | 4 | 3 | 93 | 375 | 2452.18 | 26.2609 | 64396.5 | 3577.58 | 0.535534 | 67.4714 | 26.5382 | 94.0096 | 91 | 2 |
| ctagsd/lib/ProtocolHandler.cpp | 1478 | | ProtocolHandler | on_declaration(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 6.875 | 1088.48 | 60.4712 | 0.0352717 | 121.976 | 0 | 121.976 | 3 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1483 | | ProtocolHandler | on_definition(std::unique_ptr<JSON> &&, Channel::ptr_t) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 6.875 | 1088.48 | 60.4712 | 0.0352717 | 121.976 | 0 | 121.976 | 3 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1488 | | ProtocolHandler | build_search_path() | 0 | 33 | 26 | 5 | 2 | 6 | 2 | 47 | 176 | 977.608 | 16.875 | 16497.1 | 916.507 | 0.216015 | 77.174 | 28.3567 | 105.531 | 20 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1522 | | ProtocolHandler | parse_buffer_for_includes_and_using_namespace(const wxString &, const wxString &) | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 26 | 59 | 277.326 | 7.14706 | 1982.06 | 110.115 | 0.0525966 | 107.832 | 0 | 107.832 | 6 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1531 | | ProtocolHandler | parse_file_for_includes_and_using_namespace(const wxString &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 25 | 52 | 241.481 | 6.46875 | 1562.08 | 86.7821 | 0.044876 | 108.552 | 0 | 108.552 | 6 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 1540 | | ProtocolHandler | get_files_to_parse(const wxArrayString &) | 1 | 26 | 21 | 1 | 4 | 3 | 2 | 53 | 168 | 962.291 | 19.0909 | 18371 | 1020.61 | 0.232078 | 81.8084 | 14.9585 | 96.7668 | 39 | 3 |
| ctagsd/lib/ProtocolHandler.cpp | 1567 | | ProtocolHandler | get_first_level_includes(const wxString &) | 1 | 13 | 12 | 1 | 0 | 3 | 2 | 32 | 78 | 390 | 16 | 6240 | 346.667 | 0.11298 | 97.7339 | 20.8285 | 118.562 | 9 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1581 | | ProtocolHandler | get_includes_recursively(const wxString &, wxStringSet_t *) | 2 | 24 | 19 | 1 | 4 | 4 | 2 | 49 | 143 | 802.904 | 22.4074 | 17991 | 999.499 | 0.228866 | 83.8167 | 15.5492 | 99.3659 | 18 | 1 |
| ctagsd/lib/ProtocolHandler.cpp | 1606 | | ProtocolHandler | setdiff(const wxStringSet_t &, const wxStringSet_t &) | 2 | 13 | 11 | 1 | 1 | 3 | 2 | 28 | 65 | 312.478 | 13.5 | 4218.45 | 234.359 | 0.0870257 | 98.8862 | 20.8285 | 119.715 | 7 | 1 |
| ctagsd/lib/Scanner.cpp | 56 | | | fix_separators_to_platform(const wxString &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 10.5 | 2118.25 | 117.681 | 0.0549791 | 105.872 | 0 | 105.872 | 5 | 2 |
| ctagsd/lib/Scanner.cpp | 8 | | Scanner | scan(const wxFileName &, const wxArrayString &, wxStringSet_t *, wxStringSet_t *) | 4 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 57 | 274.019 | 9.375 | 2568.93 | 142.718 | 0.062524 | 105.756 | 0 | 105.756 | 3 | 1 |
| ctagsd/lib/Scanner.cpp | 18 | | Scanner | scan_buffer(const wxFileName &, const wxString &, const wxArrayString &, wxStringSet_t *, wxStringSet_t *) | 5 | 31 | 30 | 1 | 1 | 8 | 2 | 64 | 175 | 1050 | 22.1154 | 23221.2 | 1290.06 | 0.271311 | 77.3554 | 13.7333 | 91.0887 | 17 | 2 |
| ctagsd/lib/Scanner.cpp | 67 | | Scanner | IsFileExists(const wxString &, const wxString &, const wxArrayString &, std::set<wxString> &) | 4 | 38 | 31 | 1 | 6 | 7 | 2 | 52 | 202 | 1151.49 | 29.7414 | 34246.9 | 1902.6 | 0.351527 | 73.8073 | 12.4338 | 86.2411 | 26 | 1 |
| ctagsd/lib/Scanner.cpp | 106 | | Scanner | ParseUsingNamespace(CxxTokenizer &, wxStringSet_t *) | 2 | 25 | 20 | 2 | 3 | 10 | 2 | 46 | 128 | 707.016 | 17.3077 | 12236.8 | 679.823 | 0.177007 | 82.4367 | 21.2145 | 103.651 | 17 | 1 |
| ctagsd/lib/Scanner.cpp | 132 | | Scanner | fix_include_line(const wxString &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 25 | 61 | 283.275 | 12 | 3399.3 | 188.85 | 0.0753596 | 99.6264 | 20.8285 | 120.455 | 14 | 1 |
| ctagsd/lib/Settings.cpp | 17 | {anonymous} | | operator<<(FileLogger &, const std::vector<std::pair<wxString, wxString>> &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 72 | 366.297 | 13.0263 | 4771.5 | 265.084 | 0.0944747 | 100.996 | 0 | 100.996 | 10 | 2 |
| ctagsd/lib/Settings.cpp | 29 | {anonymous} | | to_vector_of_pairs(const std::vector<wxString> &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 99 | 503.659 | 19.5556 | 9849.33 | 547.185 | 0.153162 | 99.3402 | 0 | 99.3402 | 11 | 4 |
| ctagsd/lib/Settings.cpp | 41 | {anonymous} | | write_to_json(JSONItem &, const std::vector<std::pair<wxString, wxString>> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 34 | 68 | 345.947 | 10.85 | 3753.53 | 208.529 | 0.0805079 | 106.452 | 0 | 106.452 | 7 | 2 |
| ctagsd/lib/Settings.cpp | 51 | | CTagsdSettings | CTagsdSettings() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 14 | 29 | 110.413 | 5 | 552.066 | 30.6704 | 0.0224323 | 117.281 | 29.5564 | 146.838 | 6 | 0 |
| ctagsd/lib/Settings.cpp | 58 | | CTagsdSettings | Load(const wxFileName &) | 1 | 46 | 38 | 3 | 6 | 6 | 1 | 84 | 336 | 2147.82 | 21.6667 | 46536.1 | 2585.34 | 0.431259 | 67.7005 | 19.2694 | 86.9699 | 124 | 1 |
| ctagsd/lib/Settings.cpp | 105 | | CTagsdSettings | Save(const wxFileName &) | 1 | 17 | 15 | 0 | 2 | 1 | 0 | 42 | 113 | 609.332 | 8.125 | 4950.82 | 275.046 | 0.0968271 | 91.5277 | 0 | 91.5277 | 19 | 2 |
| ctagsd/lib/Settings.cpp | 123 | | CTagsdSettings | build_search_path(const wxFileName &) | 1 | 45 | 33 | 5 | 7 | 5 | 1 | 69 | 273 | 1667.63 | 21.2245 | 35394.5 | 1966.36 | 0.359338 | 69.6025 | 24.6875 | 94.29 | 44 | 1 |
| ctagsd/lib/Settings.cpp | 169 | | CTagsdSettings | CreateDefault(const wxFileName &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 4.92308 | 843.325 | 46.8514 | 0.0297538 | 114.998 | 0 | 114.998 | 7 | 3 |
| ctagsd/lib/Settings.cpp | 176 | | CTagsdSettings | GetMacroTable() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 22 | 44 | 196.215 | 9 | 1765.93 | 98.1075 | 0.0487 | 107.493 | 0 | 107.493 | 6 | 4 |
| ctagsd/lib/SimpleTokenizer.cpp | 5 | | SimpleTokenizer | SimpleTokenizer(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 0 | 2 |
| ctagsd/lib/SimpleTokenizer.cpp | 86 | | SimpleTokenizer | next(SimpleTokenizer::Token *) | 1 | 181 | 174 | 6 | 1 | 90 | 6 | 129 | 584 | 4094.56 | 23.0294 | 94295.2 | 5238.62 | 0.690566 | 22.8338 | 13.9168 | 36.7506 | 156 | 1 |
| ctagsd/lib/SimpleTokenizer.cpp | 268 | | SimpleTokenizer | next_comment(Token *) | 1 | 125 | 120 | 5 | 0 | 31 | 2 | 71 | 469 | 2884.23 | 49.0238 | 141396 | 7855.33 | 0.904698 | 44.2228 | 15.2452 | 59.4681 | 52 | 1 |
| ctagsd/lib/SimpleTokenizer.cpp | 397 | | SimpleTokenizer | strip_comment(wxString &) | 1 | 17 | 16 | 0 | 1 | 4 | 2 | 39 | 103 | 544.396 | 14.2955 | 7782.39 | 432.355 | 0.130904 | 91.4236 | 0 | 91.4236 | 13 | 1 |
| ctagsd/main.cpp | 38 | | | main(int, char **) | 2 | 66 | 53 | 3 | 10 | 6 | 4 | 120 | 408 | 2818.01 | 23.371 | 65859.7 | 3658.87 | 0.543615 | 60.4399 | 16.2158 | 76.6557 | 94 | 0 |
| LiteEditor/AboutDlg_bitmaps.cpp | 14328 | | | wxC3415InitBitmapResources() | 0 | 19 | 16 | 1 | 2 | 2 | 2 | 50 | 148 | 835.291 | 12.4286 | 10381.5 | 576.748 | 0.15863 | 87.8556 | 17.3987 | 105.254 | 26 | 0 |
| LiteEditor/AccelTableBaseDlg.cpp | 14 | | AccelTableBaseDlg | AccelTableBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 92 | 70 | 2 | 20 | 6 | 1 | 135 | 779 | 5512.84 | 30.9189 | 170451 | 9469.5 | 1.02474 | 51.5699 | 11.3218 | 62.8916 | 118 | 1 |
| LiteEditor/AccelTableBaseDlg.cpp | 107 | | AccelTableBaseDlg | ~AccelTableBaseDlg() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 31 | 116 | 574.687 | 10.4762 | 6020.53 | 334.474 | 0.110315 | 94.9774 | 0 | 94.9774 | 24 | 0 |
| LiteEditor/AccelTableBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxCFD7DInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/AddFunctionsImpDlg.cpp | 33 | | AddFunctionsImpDlg | AddFunctionsImpDlg(wxWindow *, const TagEntryPtrVector_t &, const wxString &) | 3 | 36 | 29 | 4 | 4 | 5 | 2 | 90 | 271 | 1759.29 | 23.0323 | 40520.5 | 2251.14 | 0.393244 | 72.9391 | 24.6875 | 97.6267 | 49 | 1 |
| LiteEditor/AddFunctionsImpDlg.cpp | 70 | | AddFunctionsImpDlg | GetFileName() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| LiteEditor/AddFunctionsImpDlg.cpp | 72 | | AddFunctionsImpDlg | GetText() const | 0 | 21 | 19 | 1 | 1 | 6 | 3 | 39 | 118 | 623.677 | 21.0526 | 13130.1 | 729.447 | 0.18552 | 86.8334 | 16.583 | 103.416 | 11 | 1 |
| LiteEditor/AddFunctionsImpDlg.cpp | 94 | | AddFunctionsImpDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/AddFunctionsImpDlg.cpp | 96 | | AddFunctionsImpDlg | OnUncheckAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/AddFunctionsImpDlg.cpp | 98 | | AddFunctionsImpDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 65 | 322.023 | 15.2308 | 4904.65 | 272.481 | 0.0962242 | 102.98 | 0 | 102.98 | 5 | 0 |
| LiteEditor/AddFunctionsImpDlg.cpp | 109 | | AddFunctionsImpDlg | DoCheckAll(bool) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 9.5 | 2003.63 | 111.313 | 0.0529773 | 113.686 | 0 | 113.686 | 3 | 2 |
| LiteEditor/AddOptionsDialog.cpp | 12 | | AddOptionsDialog | AddOptionsDialog(wxWindow *, const wxString &) | 2 | 17 | 16 | 0 | 1 | 3 | 1 | 45 | 102 | 560.169 | 13.6667 | 7655.64 | 425.314 | 0.129479 | 91.5051 | 0 | 91.5051 | 15 | 2 |
| LiteEditor/AddOptionsDialog.cpp | 30 | | AddOptionsDialog | GetValue() const | 0 | 13 | 11 | 1 | 1 | 2 | 1 | 28 | 59 | 283.634 | 8.625 | 2446.34 | 135.908 | 0.0605188 | 99.6199 | 20.8285 | 120.448 | 10 | 2 |
| LiteEditor/AddOptionsDialogBase.cpp | 14 | | AddOptionsDialogBase | AddOptionsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 84 | 62 | 8 | 14 | 6 | 1 | 111 | 606 | 4117.42 | 31.1724 | 128350 | 7130.54 | 0.848156 | 54.5613 | 23.0043 | 77.5655 | 81 | 1 |
| LiteEditor/AddOptionsDialogBase.cpp | 99 | | AddOptionsDialogBase | ~AddOptionsDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/AddOptionsDialogBase_liteeditor_bitmaps.cpp | 34 | | | wxC7C5BInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/AttachDbgProcBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxC484EInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/BreakpointsView.cpp | 164 | | BreakpointsListctrl | Initialise(std::vector<clDebuggerBreakpoint> &) | 1 | 47 | 41 | 3 | 4 | 9 | 3 | 72 | 302 | 1863.32 | 25.3 | 47141.9 | 2619 | 0.434994 | 67.401 | 19.074 | 86.475 | 55 | 1 |
| LiteEditor/BreakpointsView.cpp | 37 | | BreakpointsView | BreakpointsView(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 73 | 343.132 | 10.7143 | 3676.42 | 204.245 | 0.0794015 | 106.725 | 0 | 106.725 | 8 | 2 |
| LiteEditor/BreakpointsView.cpp | 46 | | BreakpointsView | ~BreakpointsView() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 11 | 2995.56 | 166.42 | 0.0692677 | 112.587 | 0 | 112.587 | 6 | 0 |
| LiteEditor/BreakpointsView.cpp | 53 | | BreakpointsView | Initialize() | 0 | 32 | 22 | 6 | 4 | 6 | 1 | 62 | 164 | 976.488 | 14.1395 | 13807.1 | 767.06 | 0.191843 | 77.6785 | 31.0814 | 108.76 | 22 | 25 |
| LiteEditor/BreakpointsView.cpp | 86 | | BreakpointsView | OnDelete(wxCommandEvent &) [override] | 1 | 14 | 11 | 2 | 2 | 2 | 1 | 40 | 87 | 463.008 | 9 | 4167.07 | 231.504 | 0.0863176 | 95.871 | 27.6325 | 123.503 | 14 | 1 |
| LiteEditor/BreakpointsView.cpp | 101 | | BreakpointsView | OnDeleteAll(wxCommandEvent &) [override] | 1 | 11 | 9 | 0 | 2 | 1 | 0 | 28 | 69 | 331.707 | 5 | 1658.54 | 92.141 | 0.0467049 | 101.742 | 0 | 101.742 | 14 | 0 |
| LiteEditor/BreakpointsView.cpp | 113 | | BreakpointsView | OnApplyPending(wxCommandEvent &) [override] | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 24 | 52 | 238.418 | 4.5 | 1072.88 | 59.6045 | 0.0349339 | 108.618 | 0 | 108.618 | 10 | 0 |
| LiteEditor/BreakpointsView.cpp | 122 | | BreakpointsView | OnBreakpointActivated(wxDataViewEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 1 | 1 | 44 | 117 | 638.753 | 11.6379 | 7433.77 | 412.987 | 0.126965 | 94.4278 | 0 | 94.4278 | 15 | 0 |
| LiteEditor/BreakpointsView.cpp | 137 | | BreakpointsView | OnEdit(wxCommandEvent &) [override] | 1 | 18 | 14 | 2 | 3 | 3 | 1 | 35 | 81 | 415.472 | 9.66667 | 4016.23 | 223.124 | 0.0842218 | 92.133 | 24.6875 | 116.821 | 8 | 1 |
| LiteEditor/BreakpointsView.cpp | 156 | | BreakpointsView | OnAdd(wxCommandEvent &) [override] | 1 | 7 | 6 | 1 | 1 | 1 | 0 | 19 | 34 | 144.43 | 4.36364 | 630.238 | 35.0132 | 0.0245028 | 113.388 | 27.6325 | 141.02 | 5 | 0 |
| LiteEditor/BreakpointsView.cpp | 212 | | BreakpointsView | OnContextMenu(wxDataViewEvent &) [override] | 1 | 17 | 16 | 0 | 1 | 4 | 1 | 36 | 99 | 511.823 | 12.4091 | 6351.25 | 352.847 | 0.114319 | 91.7445 | 0 | 91.7445 | 16 | 0 |
| LiteEditor/BreakpointsView.cpp | 230 | | BreakpointsView | OnBreakpointsUpdated(clDebugEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 118.826 | 29.5564 | 148.382 | 2 | 2 |
| LiteEditor/BreakpointsView.cpp | 237 | | BreakpointsView | OnSessionLoading(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 2 |
| LiteEditor/BreakpointsView.cpp | 243 | | BreakpointsView | OnSessionLoaded(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/BuildOrderDialog.cpp | 8 | | BuildOrderDialog | BuildOrderDialog(wxWindow *, const wxString &) | 2 | 39 | 33 | 2 | 4 | 6 | 3 | 72 | 228 | 1406.74 | 19.58 | 27544 | 1530.22 | 0.304016 | 72.5753 | 17.1835 | 89.7589 | 42 | 1 |
| LiteEditor/BuildOrderDialog.cpp | 48 | | BuildOrderDialog | OnApplyButton(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 54 | | BuildOrderDialog | OnApplyButtonUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 55 | | BuildOrderDialog | OnConfigChanged(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 57 | | BuildOrderDialog | OnMoveDown(wxCommandEvent &) [override] | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 31 | 68 | 336.885 | 12.8 | 4312.13 | 239.563 | 0.0883094 | 101.431 | 22.5149 | 123.946 | 6 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 69 | | BuildOrderDialog | OnMoveUp(wxCommandEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 29 | 56 | 272.047 | 10.2667 | 2793.02 | 155.168 | 0.0661091 | 103.857 | 0 | 103.857 | 5 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 80 | | BuildOrderDialog | DoMoveUp(int, const wxString &) | 2 | 28 | 23 | 1 | 4 | 4 | 1 | 51 | 149 | 845.191 | 19.6774 | 16631.2 | 923.955 | 0.217184 | 81.0526 | 14.4303 | 95.4828 | 15 | 2 |
| LiteEditor/BuildOrderDialog.cpp | 109 | | BuildOrderDialog | OnMoveLeft(wxCommandEvent &) [override] | 1 | 16 | 13 | 1 | 2 | 2 | 1 | 33 | 74 | 373.285 | 9.425 | 3518.21 | 195.456 | 0.0771069 | 94.8279 | 18.8844 | 113.712 | 7 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 126 | | BuildOrderDialog | OnMoveLeftUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 131 | | BuildOrderDialog | OnMoveRight(wxCommandEvent &) [override] | 1 | 19 | 15 | 2 | 2 | 2 | 1 | 38 | 97 | 509.049 | 11.375 | 5790.43 | 321.691 | 0.107486 | 90.4309 | 24.0864 | 114.517 | 10 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 151 | | BuildOrderDialog | OnMoveRightUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| LiteEditor/BuildOrderDialog.cpp | 156 | | BuildOrderDialog | Initialise(const wxString &) | 1 | 16 | 13 | 1 | 2 | 5 | 2 | 35 | 72 | 369.308 | 10.5263 | 3887.46 | 215.97 | 0.0824117 | 94.1936 | 18.8844 | 113.078 | 9 | 2 |
| LiteEditor/BuildOrderDialog.cpp | 173 | | BuildOrderDialog | DoPopulateControl(const wxString &) | 1 | 31 | 24 | 3 | 4 | 6 | 2 | 55 | 185 | 1069.55 | 23.3333 | 24956.2 | 1386.46 | 0.284663 | 77.7194 | 23.1746 | 100.894 | 25 | 1 |
| LiteEditor/BuildOrderDialog.cpp | 205 | | BuildOrderDialog | Save(const wxString &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 29 | 52 | 252.615 | 7.41176 | 1872.32 | 104.018 | 0.0506368 | 104.472 | 23.5268 | 127.999 | 5 | 3 |
| LiteEditor/BuildOrderDialog.cpp | 216 | | BuildOrderDialog | GetBuildOrderProjects() const | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 27 | 63 | 299.558 | 11.6071 | 3477.01 | 193.167 | 0.0765038 | 103.586 | 0 | 103.586 | 8 | 2 |
| LiteEditor/BuildOrderDialog.cpp | 227 | | BuildOrderDialog | OnButtonOK(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 3.85 | 409.155 | 22.7308 | 0.0183712 | 117.48 | 0 | 117.48 | 3 | 0 |
| LiteEditor/BuildTab.cpp | 17 | | BuildTab | BuildTab(wxWindow *) | 1 | 19 | 16 | 1 | 2 | 1 | 1 | 48 | 148 | 826.574 | 13.1613 | 10878.8 | 604.377 | 0.163656 | 88.1402 | 17.3987 | 105.539 | 19 | 1 |
| LiteEditor/BuildTab.cpp | 37 | | BuildTab | OnBuildStarted(clBuildEvent &) | 1 | 60 | 42 | 8 | 10 | 6 | 1 | 86 | 321 | 2062.83 | 16.9697 | 35005.6 | 1944.76 | 0.356701 | 63.6061 | 26.7997 | 90.4058 | 73 | 1 |
| LiteEditor/BuildTab.cpp | 98 | | BuildTab | OnBuildAddLine(clBuildEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.5 | 665.103 | 36.9502 | 0.0253983 | 116.808 | 0 | 116.808 | 4 | 1 |
| LiteEditor/BuildTab.cpp | 105 | | BuildTab | OnBuildEnded(clBuildEvent &) | 1 | 23 | 18 | 1 | 4 | 2 | 1 | 48 | 125 | 698.12 | 10 | 6981.2 | 387.845 | 0.121758 | 85.6934 | 15.872 | 101.565 | 18 | 1 |
| LiteEditor/BuildTab.cpp | 132 | | BuildTab | ProcessBuffer(bool) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 25 | 50 | 232.193 | 8.76923 | 2036.15 | 113.12 | 0.0535491 | 103.367 | 0 | 103.367 | 4 | 4 |
| LiteEditor/BuildTab.cpp | 144 | | BuildTab | Cleanup() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 20 | 36 | 155.589 | 5.5 | 855.742 | 47.5412 | 0.0300451 | 108.929 | 0 | 108.929 | 5 | 1 |
| LiteEditor/BuildTab.cpp | 154 | | BuildTab | AppendLine(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 2 | 1 |
| LiteEditor/BuildTab.cpp | 160 | | BuildTab | ClearView() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4 | 312.551 | 17.364 | 0.0153518 | 122.033 | 0 | 122.033 | 2 | 6 |
| LiteEditor/BuildTab.cpp | 166 | | BuildTab | WrapLineInColour(const wxString &, int, bool) const | 3 | 9 | 8 | 0 | 1 | 2 | 0 | 38 | 72 | 377.851 | 11.413 | 4312.43 | 239.579 | 0.0883134 | 104.086 | 0 | 104.086 | 7 | 6 |
| LiteEditor/BuildTab.cpp | 176 | | BuildTab | SaveBuildLog() | 0 | 19 | 17 | 2 | 1 | 4 | 2 | 41 | 91 | 487.537 | 8.94231 | 4359.71 | 242.206 | 0.0889577 | 90.1954 | 24.0864 | 114.282 | 12 | 0 |
| LiteEditor/BuildTab.cpp | 196 | | BuildTab | CreateSummaryLine() | 0 | 40 | 36 | 2 | 2 | 6 | 2 | 64 | 270 | 1620 | 22.5 | 36450 | 2025 | 0.366446 | 71.4312 | 16.9762 | 88.4074 | 60 | 1 |
| LiteEditor/BuildTab.cpp | 237 | | BuildTab | ProcessCargoBuildLine(const wxString &) | 1 | 16 | 13 | 3 | 1 | 3 | 2 | 39 | 89 | 470.401 | 11.8261 | 5563 | 309.056 | 0.104653 | 93.3954 | 31.0814 | 124.477 | 19 | 0 |
| LiteEditor/BuildTab.cpp | 254 | | BuildTab | ProcessBuildingProjectLine(const wxString &) | 1 | 13 | 8 | 4 | 1 | 1 | 0 | 25 | 58 | 269.344 | 8.33333 | 2244.53 | 124.696 | 0.0571429 | 100.119 | 37.8705 | 137.989 | 11 | 0 |
| LiteEditor/BuildTab.cpp | 268 | | BuildTab | GetBuildOutput() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| LiteEditor/BuildTabView.cpp | 24 | {anonymous} | | WrapLineInColour(const wxString &, int, bool, bool) | 4 | 8 | 7 | 0 | 1 | 2 | 0 | 29 | 56 | 272.047 | 9.88235 | 2688.46 | 149.359 | 0.0644488 | 107.702 | 0 | 107.702 | 5 | 7 |
| LiteEditor/BuildTabView.cpp | 33 | {anonymous} | | ProcessBuildingProjectLine(const wxString &) | 1 | 11 | 8 | 3 | 0 | 1 | 0 | 21 | 52 | 228.401 | 10 | 2284.01 | 126.889 | 0.057811 | 103.682 | 36.1812 | 139.864 | 11 | 1 |
| LiteEditor/BuildTabView.cpp | 46 | {anonymous} | | GetSelectedRange(wxStyledTextCtrl *, int, int) | 3 | 16 | 14 | 1 | 1 | 4 | 2 | 33 | 83 | 418.685 | 19.2 | 8038.75 | 446.597 | 0.133764 | 93.771 | 18.8844 | 112.655 | 8 | 1 |
| LiteEditor/BuildTabView.cpp | 71 | {anonymous} | MyEventsHandler | MyEventsHandler(wxStyledTextCtrl *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 3.75 | 161.944 | 8.99689 | 0.0099035 | 128.731 | 0 | 128.731 | 1 | 1 |
| LiteEditor/BuildTabView.cpp | 76 | {anonymous} | MyEventsHandler | OnCopy(wxCommandEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 25 | 50 | 232.193 | 8.125 | 1886.57 | 104.809 | 0.0508932 | 101.727 | 0 | 101.727 | 4 | 0 |
| LiteEditor/BuildTabView.cpp | 92 | | BuildTabView | BuildTabView(wxWindow *) | 1 | 20 | 17 | 0 | 3 | 1 | 1 | 50 | 160 | 903.017 | 12.9412 | 11686.1 | 649.228 | 0.171656 | 86.8493 | 0 | 86.8493 | 21 | 1 |
| LiteEditor/BuildTabView.cpp | 113 | | BuildTabView | ~BuildTabView() [override] | 0 | 10 | 9 | 0 | 1 | 1 | 0 | 30 | 100 | 490.689 | 9.84211 | 4829.41 | 268.301 | 0.0952376 | 101.25 | 0 | 101.25 | 11 | 0 |
| LiteEditor/BuildTabView.cpp | 124 | | BuildTabView | InitialiseView() | 0 | 27 | 23 | 2 | 2 | 5 | 2 | 59 | 178 | 1047.11 | 13.8293 | 14480.8 | 804.487 | 0.198034 | 80.2977 | 20.4627 | 100.76 | 39 | 2 |
| LiteEditor/BuildTabView.cpp | 155 | | BuildTabView | Add(const wxString &, bool) | 2 | 137 | 101 | 19 | 19 | 27 | 4 | 132 | 748 | 5269.21 | 52.3842 | 276023 | 15334.6 | 1.41311 | 40.5242 | 27.2726 | 67.7968 | 143 | 5 |
| LiteEditor/BuildTabView.cpp | 293 | | BuildTabView | Clear() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 28 | 64 | 307.671 | 6.79412 | 2090.35 | 116.131 | 0.0544952 | 97.1086 | 0 | 97.1086 | 10 | 2 |
| LiteEditor/BuildTabView.cpp | 309 | | BuildTabView | OnLeftDown(wxMouseEvent &) | 1 | 24 | 19 | 1 | 4 | 4 | 1 | 41 | 117 | 626.834 | 17.6087 | 11037.7 | 613.207 | 0.165246 | 85.104 | 15.5492 | 100.653 | 11 | 2 |
| LiteEditor/BuildTabView.cpp | 334 | | BuildTabView | OnLeftUp(wxMouseEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 33 | 76 | 383.374 | 12.9167 | 4951.91 | 275.106 | 0.0968413 | 97.823 | 20.8285 | 118.651 | 7 | 2 |
| LiteEditor/BuildTabView.cpp | 348 | | BuildTabView | DoPatternClicked(const wxString &, int) | 2 | 75 | 62 | 8 | 6 | 13 | 3 | 91 | 437 | 2843.91 | 28.4776 | 80987.7 | 4499.31 | 0.623962 | 56.7114 | 24.2326 | 80.944 | 115 | 1 |
| LiteEditor/BuildTabView.cpp | 424 | | BuildTabView | OnNextBuildError(wxCommandEvent &) | 1 | 14 | 13 | 1 | 0 | 2 | 1 | 38 | 77 | 404.09 | 10.5455 | 4261.32 | 236.74 | 0.0876142 | 96.5788 | 20.1155 | 116.694 | 12 | 2 |
| LiteEditor/BuildTabView.cpp | 439 | | BuildTabView | OnNextBuildErrorUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 17 | 20 | 81.7493 | 5.0625 | 413.856 | 22.992 | 0.0185116 | 147.641 | 0 | 147.641 | 1 | 2 |
| LiteEditor/BuildTabView.cpp | 441 | | BuildTabView | SelectFirstErrorOrWarning(size_t, bool, bool) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 60 | 285.293 | 7.35294 | 2097.74 | 116.541 | 0.0546236 | 107.455 | 0 | 107.455 | 7 | 2 |
| LiteEditor/BuildTabView.cpp | 450 | | BuildTabView | GetNextLineWithErrorOrWarning(size_t, bool) const | 2 | 35 | 30 | 2 | 3 | 11 | 2 | 65 | 181 | 1090.05 | 23.3611 | 25464.7 | 1414.71 | 0.288517 | 74.5047 | 18.0961 | 92.6007 | 32 | 1 |
| LiteEditor/BuildTabView.cpp | 486 | | BuildTabView | ClearLineMarker() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 1 | 1 |
| LiteEditor/BuildTabView.cpp | 487 | | BuildTabView | SetLineMarker(size_t, bool) | 2 | 11 | 9 | 1 | 1 | 2 | 1 | 22 | 44 | 196.215 | 5.88462 | 1154.65 | 64.1472 | 0.036687 | 104.242 | 22.5149 | 126.757 | 4 | 2 |
| LiteEditor/BuildTabView.cpp | 499 | | BuildTabView | OpenEditor(const wxString &, int, int, const wxString &) | 4 | 20 | 16 | 2 | 2 | 4 | 1 | 49 | 129 | 724.298 | 14.8833 | 10780 | 598.887 | 0.162664 | 87.3061 | 23.5268 | 110.833 | 15 | 2 |
| LiteEditor/BuildTabView.cpp | 520 | | BuildTabView | OpenEditor(std::shared_ptr<LineClientData>) | 1 | 23 | 21 | 1 | 2 | 2 | 1 | 44 | 157 | 857.131 | 15.8667 | 13599.8 | 755.545 | 0.189918 | 84.6263 | 15.872 | 100.498 | 49 | 2 |
| LiteEditor/BuildTabView.cpp | 544 | | BuildTabView | OnThemeChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/BuildTabView.cpp | 550 | | BuildTabView | OnContextMenu(wxContextMenuEvent &) | 1 | 43 | 39 | 0 | 4 | 1 | 1 | 52 | 294 | 1675.93 | 22 | 36870.4 | 2048.36 | 0.369259 | 71.2331 | 0 | 71.2331 | 43 | 2 |
| LiteEditor/BuildTabView.cpp | 594 | | BuildTabView | Initialise(CompilerPtr, bool, const wxString &) | 3 | 38 | 34 | 3 | 2 | 9 | 5 | 66 | 247 | 1492.97 | 15.4388 | 23049.6 | 1280.53 | 0.269973 | 71.9968 | 21.0835 | 93.0803 | 49 | 1 |
| LiteEditor/BuildTabView.cpp | 633 | | BuildTabView | MakeAbsolute(const wxString &) | 1 | 32 | 29 | 2 | 2 | 8 | 3 | 43 | 187 | 1014.71 | 21.5769 | 21894.4 | 1216.35 | 0.260876 | 77.0188 | 18.8844 | 95.9032 | 55 | 1 |
| LiteEditor/CodeLiteUpgradeFrameBase.cpp | 16 | | clInitializeDialogBase | clInitializeDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 54 | 41 | 1 | 12 | 5 | 1 | 102 | 421 | 2809.09 | 23.7278 | 66653.7 | 3702.98 | 0.547976 | 63.9373 | 10.463 | 74.4003 | 54 | 0 |
| LiteEditor/CodeLiteUpgradeFrameBase.cpp | 71 | | clInitializeDialogBase | ~clInitializeDialogBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| LiteEditor/CodeLiteUpgradeFrame_liteeditor_bitmaps.cpp | 32 | | | wxCrafterIPOGcqInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/CompilerMainPage.cpp | 45 | | CompilerMainPage | CompilerMainPage(wxWindow *) | 1 | 47 | 30 | 12 | 5 | 1 | 0 | 65 | 333 | 2005.45 | 20.25 | 40610.3 | 2256.13 | 0.393825 | 68.8588 | 35.2631 | 104.122 | 64 | 1 |
| LiteEditor/CompilerMainPage.cpp | 93 | | CompilerMainPage | OnBtnAddErrPattern(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 40 | 100 | 532.193 | 11.4 | 6067 | 337.055 | 0.110882 | 99.0537 | 0 | 99.0537 | 13 | 0 |
| LiteEditor/CompilerMainPage.cpp | 105 | | CompilerMainPage | OnBtnAddWarnPattern(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 40 | 100 | 532.193 | 11.4 | 6067 | 337.055 | 0.110882 | 99.0537 | 0 | 99.0537 | 13 | 0 |
| LiteEditor/CompilerMainPage.cpp | 117 | | CompilerMainPage | OnBtnDelErrPattern(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 1 | 1 | 24 | 46 | 210.908 | 6.78571 | 1431.16 | 79.5091 | 0.0423323 | 107.348 | 0 | 107.348 | 5 | 0 |
| LiteEditor/CompilerMainPage.cpp | 127 | | CompilerMainPage | OnBtnDelWarnPattern(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 1 | 1 | 24 | 46 | 210.908 | 6.78571 | 1431.16 | 79.5091 | 0.0423323 | 107.348 | 0 | 107.348 | 5 | 0 |
| LiteEditor/CompilerMainPage.cpp | 137 | | CompilerMainPage | OnBtnUpdateErrPattern(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 1 | 1 | 23 | 39 | 176.419 | 6.15385 | 1085.65 | 60.3142 | 0.0352106 | 108.276 | 0 | 108.276 | 4 | 0 |
| LiteEditor/CompilerMainPage.cpp | 147 | | CompilerMainPage | OnBtnUpdateWarnPattern(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 1 | 1 | 23 | 39 | 176.419 | 6.15385 | 1085.65 | 60.3142 | 0.0352106 | 108.276 | 0 | 108.276 | 4 | 0 |
| LiteEditor/CompilerMainPage.cpp | 157 | | CompilerMainPage | OnCompilerOptionActivated(wxListEvent &) [override] | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 42 | 111 | 598.547 | 13.2308 | 7919.24 | 439.958 | 0.132434 | 92.1426 | 0 | 92.1426 | 10 | 0 |
| LiteEditor/CompilerMainPage.cpp | 174 | | CompilerMainPage | OnCompilerOptionDeSelected(wxListEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 26 | 114.2 | 5.45455 | 622.91 | 34.6061 | 0.0243125 | 114.609 | 0 | 114.609 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 182 | | CompilerMainPage | OnCompilerOptionSelected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.625 | 528.816 | 29.3786 | 0.0217979 | 121.071 | 0 | 121.071 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 188 | | CompilerMainPage | OnCustomEditorButtonClicked(wxCommandEvent &) [override] | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 40 | 88 | 468.33 | 10.2 | 4776.96 | 265.387 | 0.0945468 | 94.6939 | 0 | 94.6939 | 10 | 0 |
| LiteEditor/CompilerMainPage.cpp | 204 | | CompilerMainPage | OnDeleteCompilerOption(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 36 | 66 | 341.215 | 8.92857 | 3046.56 | 169.253 | 0.0700517 | 98.4288 | 0 | 98.4288 | 6 | 0 |
| LiteEditor/CompilerMainPage.cpp | 218 | | CompilerMainPage | OnDeleteFileType(wxCommandEvent &) [override] | 1 | 19 | 18 | 0 | 1 | 4 | 1 | 45 | 106 | 582.136 | 10.7586 | 6262.99 | 347.944 | 0.113257 | 89.2732 | 0 | 89.2732 | 13 | 0 |
| LiteEditor/CompilerMainPage.cpp | 238 | | CompilerMainPage | OnDeleteLinkerOption(wxCommandEvent &) [override] | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 36 | 66 | 341.215 | 8.92857 | 3046.56 | 169.253 | 0.0700517 | 98.4288 | 0 | 98.4288 | 6 | 0 |
| LiteEditor/CompilerMainPage.cpp | 252 | | CompilerMainPage | OnEditIncludePaths(wxCommandEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 41 | 110 | 589.331 | 11.8269 | 6969.97 | 387.221 | 0.121628 | 97.1138 | 0 | 97.1138 | 16 | 0 |
| LiteEditor/CompilerMainPage.cpp | 265 | | CompilerMainPage | OnEditLibraryPaths(wxCommandEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 2 | 1 | 41 | 110 | 589.331 | 11.8269 | 6969.97 | 387.221 | 0.121628 | 97.1138 | 0 | 97.1138 | 16 | 0 |
| LiteEditor/CompilerMainPage.cpp | 278 | | CompilerMainPage | OnErrItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 284 | | CompilerMainPage | OnErrorPatternSelectedUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 289 | | CompilerMainPage | DoUpdatePattern(clThemedListCtrl *, const wxDataViewItem &, const wxString &) | 3 | 18 | 16 | 0 | 2 | 2 | 1 | 46 | 167 | 922.435 | 19.2 | 17710.7 | 983.931 | 0.226484 | 88.2155 | 0 | 88.2155 | 16 | 2 |
| LiteEditor/CompilerMainPage.cpp | 308 | | CompilerMainPage | DoUpdateWarnPattern(const wxDataViewItem &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4.4 | 440.344 | 24.4636 | 0.0192933 | 124.361 | 0 | 124.361 | 3 | 2 |
| LiteEditor/CompilerMainPage.cpp | 313 | | CompilerMainPage | DoUpdateErrPattern(const wxDataViewItem &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4.4 | 440.344 | 24.4636 | 0.0192933 | 124.361 | 0 | 124.361 | 3 | 2 |
| LiteEditor/CompilerMainPage.cpp | 318 | | CompilerMainPage | DoFileTypeActivated(const wxDataViewItem &) | 1 | 22 | 19 | 0 | 3 | 3 | 1 | 47 | 156 | 866.516 | 17.2833 | 14976.3 | 832.016 | 0.202526 | 85.0598 | 0 | 85.0598 | 17 | 1 |
| LiteEditor/CompilerMainPage.cpp | 341 | | CompilerMainPage | OnFileTypeActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 343 | | CompilerMainPage | OnItemActivated(wxListEvent &) [override] | 1 | 19 | 16 | 3 | 2 | 3 | 1 | 33 | 82 | 413.64 | 9.71429 | 4018.22 | 223.234 | 0.0842496 | 91.2801 | 28.8719 | 120.152 | 6 | 0 |
| LiteEditor/CompilerMainPage.cpp | 363 | | CompilerMainPage | OnItemSelected(wxListEvent &) [override] | 1 | 18 | 15 | 3 | 2 | 3 | 1 | 32 | 78 | 390 | 9.9 | 3861 | 214.5 | 0.0820374 | 92.462 | 29.5564 | 122.018 | 5 | 0 |
| LiteEditor/CompilerMainPage.cpp | 382 | | CompilerMainPage | OnLinkerOptionActivated(wxListEvent &) [override] | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 42 | 111 | 598.547 | 13.2308 | 7919.24 | 439.958 | 0.132434 | 92.1426 | 0 | 92.1426 | 10 | 0 |
| LiteEditor/CompilerMainPage.cpp | 399 | | CompilerMainPage | OnLinkerOptionDeSelected(wxListEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 26 | 114.2 | 5.45455 | 622.91 | 34.6061 | 0.0243125 | 114.609 | 0 | 114.609 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 407 | | CompilerMainPage | OnLinkerOptionSelected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.625 | 528.816 | 29.3786 | 0.0217979 | 121.071 | 0 | 121.071 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 413 | | CompilerMainPage | OnNewCompilerOption(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 84 | 440.826 | 10.4348 | 4599.92 | 255.551 | 0.0921961 | 101.577 | 0 | 101.577 | 11 | 0 |
| LiteEditor/CompilerMainPage.cpp | 424 | | CompilerMainPage | OnNewFileType(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 37 | 84 | 437.594 | 10.5682 | 4624.57 | 256.921 | 0.0925252 | 101.615 | 0 | 101.615 | 10 | 0 |
| LiteEditor/CompilerMainPage.cpp | 435 | | CompilerMainPage | OnNewLinkerOption(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 38 | 84 | 440.826 | 10.4348 | 4599.92 | 255.551 | 0.0921961 | 101.577 | 0 | 101.577 | 11 | 0 |
| LiteEditor/CompilerMainPage.cpp | 446 | | CompilerMainPage | OnWarnItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 452 | | CompilerMainPage | OnWarningPatternSelectedUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 457 | | CompilerMainPage | DoAddPattern(clThemedListCtrl *, const Compiler::CmpInfoPattern &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 31 | 69 | 341.84 | 10.4211 | 3562.33 | 197.907 | 0.0777502 | 108.908 | 0 | 108.908 | 4 | 2 |
| LiteEditor/CompilerMainPage.cpp | 465 | | CompilerMainPage | InitializePatterns() | 0 | 17 | 12 | 2 | 3 | 3 | 1 | 25 | 69 | 320.426 | 9.82143 | 3147.04 | 174.836 | 0.0715836 | 94.4098 | 25.3357 | 119.745 | 11 | 1 |
| LiteEditor/CompilerMainPage.cpp | 483 | | CompilerMainPage | LoadCompiler(const wxString &) | 1 | 12 | 8 | 2 | 2 | 2 | 1 | 23 | 39 | 176.419 | 5.38462 | 949.948 | 52.7749 | 0.0322116 | 103.386 | 29.5564 | 132.942 | 5 | 2 |
| LiteEditor/CompilerMainPage.cpp | 496 | | CompilerMainPage | SavePatterns() | 0 | 28 | 26 | 0 | 2 | 3 | 1 | 44 | 225 | 1228.37 | 21.1774 | 26013.8 | 1445.21 | 0.292649 | 79.3384 | 0 | 79.3384 | 31 | 1 |
| LiteEditor/CompilerMainPage.cpp | 525 | | CompilerMainPage | InitializeTools() | 0 | 23 | 20 | 1 | 2 | 2 | 1 | 54 | 194 | 1116.45 | 12.2073 | 13628.8 | 757.158 | 0.190189 | 83.2519 | 15.872 | 99.1239 | 58 | 1 |
| LiteEditor/CompilerMainPage.cpp | 549 | | CompilerMainPage | SaveTools() | 0 | 14 | 14 | 0 | 0 | 1 | 1 | 36 | 161 | 832.358 | 8.71429 | 7253.4 | 402.967 | 0.124903 | 93.0511 | 0 | 93.0511 | 41 | 1 |
| LiteEditor/CompilerMainPage.cpp | 564 | | CompilerMainPage | Initialize() | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 16 | 36 | 144 | 3 | 432 | 24 | 0.0190488 | 107.625 | 0 | 107.625 | 7 | 1 |
| LiteEditor/CompilerMainPage.cpp | 575 | | CompilerMainPage | Save() | 0 | 15 | 13 | 1 | 1 | 1 | 1 | 25 | 56 | 260.056 | 4.78125 | 1243.39 | 69.0774 | 0.0385435 | 97.9829 | 19.4709 | 117.454 | 11 | 2 |
| LiteEditor/CompilerMainPage.cpp | 591 | | CompilerMainPage | AddSwitch(const wxString &, const wxString &, bool) | 3 | 13 | 12 | 0 | 1 | 2 | 1 | 32 | 82 | 410 | 9.95238 | 4080.48 | 226.693 | 0.0851176 | 97.7038 | 0 | 97.7038 | 7 | 1 |
| LiteEditor/CompilerMainPage.cpp | 605 | | CompilerMainPage | EditSwitch() | 0 | 12 | 12 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 10.875 | 4295.13 | 238.619 | 0.0880771 | 99.1949 | 0 | 99.1949 | 14 | 1 |
| LiteEditor/CompilerMainPage.cpp | 618 | | CompilerMainPage | InitializeSwitches() | 0 | 17 | 13 | 2 | 2 | 2 | 1 | 37 | 92 | 479.27 | 10.6522 | 5105.26 | 283.626 | 0.0988305 | 92.5462 | 25.3357 | 117.882 | 18 | 2 |
| LiteEditor/CompilerMainPage.cpp | 636 | | CompilerMainPage | SaveSwitches() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 1 |
| LiteEditor/CompilerMainPage.cpp | 638 | | CompilerMainPage | InitialiseTemplates() | 0 | 30 | 27 | 0 | 3 | 5 | 1 | 57 | 209 | 1219.07 | 17.7561 | 21646 | 1202.56 | 0.258899 | 77.8002 | 0 | 77.8002 | 28 | 2 |
| LiteEditor/CompilerMainPage.cpp | 669 | | CompilerMainPage | SaveTemplates() | 0 | 25 | 23 | 0 | 2 | 4 | 1 | 56 | 205 | 1190.51 | 23.3649 | 27816.1 | 1545.34 | 0.306015 | 81.1071 | 0 | 81.1071 | 22 | 1 |
| LiteEditor/CompilerMainPage.cpp | 695 | | CompilerMainPage | InitializeAdvancePage() | 0 | 22 | 20 | 1 | 1 | 1 | 1 | 32 | 157 | 785 | 9.66667 | 7588.33 | 421.574 | 0.128719 | 86.0336 | 16.2158 | 102.249 | 38 | 1 |
| LiteEditor/CompilerMainPage.cpp | 718 | | CompilerMainPage | SaveAdvancedPage() | 0 | 12 | 12 | 0 | 0 | 1 | 1 | 30 | 101 | 495.596 | 5.63043 | 2790.42 | 155.023 | 0.0660681 | 98.2446 | 0 | 98.2446 | 25 | 1 |
| LiteEditor/CompilerMainPage.cpp | 731 | | CompilerMainPage | InitializeCompilerOptions() | 0 | 15 | 13 | 0 | 2 | 2 | 1 | 43 | 98 | 531.774 | 11.8519 | 6302.51 | 350.139 | 0.113733 | 94.0333 | 0 | 94.0333 | 11 | 1 |
| LiteEditor/CompilerMainPage.cpp | 747 | | CompilerMainPage | SaveCompilerOptions() | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 36 | 83 | 429.104 | 12.8571 | 5517.05 | 306.503 | 0.104076 | 97.467 | 0 | 97.467 | 12 | 1 |
| LiteEditor/CompilerMainPage.cpp | 761 | | CompilerMainPage | InitializeLinkerOptions() | 0 | 14 | 13 | 0 | 1 | 2 | 1 | 43 | 98 | 531.774 | 11.8519 | 6302.51 | 350.139 | 0.113733 | 95.1509 | 0 | 95.1509 | 11 | 1 |
| LiteEditor/CompilerMainPage.cpp | 776 | | CompilerMainPage | SaveLinkerOptions() | 0 | 13 | 12 | 0 | 1 | 2 | 1 | 36 | 83 | 429.104 | 12.8571 | 5517.05 | 306.503 | 0.104076 | 97.467 | 0 | 97.467 | 12 | 1 |
| LiteEditor/CompilerMainPage.cpp | 790 | | CompilerMainPage | LoadCompilers() | 0 | 29 | 25 | 1 | 3 | 8 | 2 | 46 | 180 | 994.241 | 13.3438 | 13266.9 | 737.05 | 0.186806 | 78.7195 | 14.1863 | 92.9058 | 33 | 3 |
| LiteEditor/CompilerMainPage.cpp | 820 | | CompilerMainPage | OnCompilerSelected(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/CompilerMainPage.cpp | 864 | | CompilerMainPage | OnContextMenu(wxContextMenuEvent &) [override] | 1 | 16 | 13 | 0 | 3 | 1 | 0 | 37 | 113 | 588.668 | 12.7292 | 7493.26 | 416.292 | 0.127642 | 92.6892 | 0 | 92.6892 | 14 | 0 |
| LiteEditor/CompilerMainPage.cpp | 881 | | CompilerMainPage | [virtual] OnDeleteCompiler(wxCommandEvent &) | 1 | 18 | 14 | 1 | 3 | 3 | 1 | 42 | 90 | 485.309 | 10.1538 | 4927.75 | 273.764 | 0.096526 | 91.3251 | 17.8544 | 109.179 | 15 | 1 |
| LiteEditor/CompilerMainPage.cpp | 900 | | CompilerMainPage | [virtual] OnRenameCompiler(wxCommandEvent &) | 1 | 25 | 17 | 3 | 5 | 4 | 1 | 43 | 123 | 667.431 | 11.5179 | 7687.37 | 427.076 | 0.129837 | 84.1163 | 25.5633 | 109.68 | 22 | 1 |
| LiteEditor/CompilerMainPage.cpp | 925 | | CompilerMainPage | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 931 | | CompilerMainPage | OnCmdModify(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/CompilerMainPage.cpp | 936 | | CompilerMainPage | [virtual] OnAddExistingCompiler(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 10.1111 | 1692.31 | 94.0175 | 0.0473369 | 118.072 | 0 | 118.072 | 2 | 1 |
| LiteEditor/CompilerMainPage.cpp | 942 | | CompilerMainPage | [virtual] OnCloneCompiler(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 37 | 169.644 | 9.1 | 1543.76 | 85.7643 | 0.0445244 | 118.002 | 0 | 118.002 | 2 | 1 |
| LiteEditor/CompilerMainPage.cpp | 948 | | CompilerMainPage | [virtual] OnScanCompilers(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 37 | 169.644 | 9.1 | 1543.76 | 85.7643 | 0.0445244 | 118.002 | 0 | 118.002 | 2 | 1 |
| LiteEditor/CompilerMainPage.cpp | 953 | | CompilerMainPage | OnLinkerUseFileInput(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 22 | 35 | 156.08 | 6.5 | 1014.52 | 56.3623 | 0.0336552 | 112.984 | 0 | 112.984 | 5 | 0 |
| LiteEditor/CompilerMainPage.cpp | 960 | | CompilerMainPage | OnLinkLineActivated(wxDataViewEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 36 | 79 | 408.424 | 10.7143 | 4375.97 | 243.11 | 0.0891788 | 99.0205 | 0 | 99.0205 | 9 | 0 |
| LiteEditor/CompilerMainPage.cpp | 826 | | CompilerPatternDlg | CompilerPatternDlg(wxWindow *, const wxString &) | 2 | 17 | 16 | 0 | 1 | 2 | 1 | 42 | 103 | 555.409 | 11.6923 | 6494.01 | 360.778 | 0.116026 | 91.7795 | 0 | 91.7795 | 14 | 3 |
| LiteEditor/CompilerMainPage.cpp | 844 | | CompilerPatternDlg | SetPattern(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 10 | 10 | 0 | 0 | 1 | 0 | 23 | 55 | 248.796 | 8.67857 | 2159.19 | 119.955 | 0.0556852 | 104.782 | 0 | 104.782 | 4 | 1 |
| LiteEditor/CompilerMainPage.cpp | 855 | | CompilerPatternDlg | OnSubmit(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 4 | 1 | 33 | 77 | 388.418 | 8.47368 | 3291.33 | 182.852 | 0.0737553 | 105.39 | 0 | 105.39 | 14 | 0 |
| LiteEditor/CompilersFoundDlg.cpp | 34 | | CompilersFoundDlg | CompilersFoundDlg(wxWindow *, const ICompilerLocator::CompilerVec_t &) | 2 | 13 | 12 | 0 | 1 | 2 | 1 | 46 | 106 | 585.498 | 16.8 | 9836.36 | 546.464 | 0.153027 | 95.851 | 0 | 95.851 | 16 | 1 |
| LiteEditor/CompilersFoundDlg.cpp | 48 | | CompilersFoundDlg | GetSelectedCompilers(ICompilerLocator::CompilerVec_t &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 36 | 81 | 418.764 | 14.3158 | 5994.94 | 333.052 | 0.110002 | 100.07 | 0 | 100.07 | 7 | 1 |
| LiteEditor/CompilersFoundDlgBase.cpp | 14 | | CompilersFoundDlgBase | CompilersFoundDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 63 | 50 | 1 | 12 | 6 | 1 | 106 | 491 | 3303.41 | 24.1084 | 79640 | 4424.45 | 0.617021 | 60.3671 | 9.69716 | 70.0643 | 70 | 1 |
| LiteEditor/CompilersFoundDlgBase.cpp | 78 | | CompilersFoundDlgBase | ~CompilersFoundDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/CompilersFoundDlgBase.cpp | 80 | | CompilersModifiedDlgBase | CompilersModifiedDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 67 | 54 | 2 | 11 | 6 | 1 | 115 | 494 | 3381.67 | 22 | 74396.8 | 4133.15 | 0.589633 | 59.2481 | 13.2238 | 72.4719 | 74 | 1 |
| LiteEditor/CompilersFoundDlgBase.cpp | 148 | | CompilersModifiedDlgBase | ~CompilersModifiedDlgBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 114.37 | 0 | 114.37 | 8 | 0 |
| LiteEditor/CompilersFoundDlg_liteeditor_bitmaps.cpp | 34 | | | wxCFE1CInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/CompilersModifiedDlg.cpp | 33 | | CompilersModifiedDlg | CompilersModifiedDlg(wxWindow *, const wxStringSet_t &) | 2 | 21 | 19 | 0 | 2 | 2 | 1 | 59 | 138 | 811.805 | 12.5122 | 10157.5 | 564.303 | 0.15634 | 86.3826 | 0 | 86.3826 | 30 | 1 |
| LiteEditor/CompilersModifiedDlg.cpp | 55 | | CompilersModifiedDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 126.196 | 0 | 126.196 | 1 | 0 |
| LiteEditor/CompilersModifiedDlg.cpp | 60 | | CompilersModifiedDlg | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 17 | 15 | 0 | 2 | 3 | 2 | 39 | 84 | 443.974 | 14.725 | 6537.51 | 363.195 | 0.116543 | 92.714 | 0 | 92.714 | 11 | 0 |
| LiteEditor/ConfigManagerBaseDlg.cpp | 14 | | ConfigManagerBaseDlg | ConfigManagerBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 79 | 62 | 2 | 15 | 6 | 1 | 123 | 655 | 4547.35 | 27.255 | 123938 | 6885.44 | 0.828606 | 55.039 | 12.2003 | 67.2393 | 97 | 1 |
| LiteEditor/ConfigManagerBaseDlg.cpp | 94 | | ConfigManagerBaseDlg | ~ConfigManagerBaseDlg() [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 25 | 80 | 371.508 | 10 | 3715.08 | 206.394 | 0.0799573 | 101.153 | 0 | 101.153 | 16 | 0 |
| LiteEditor/ConfigManagerBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxC774CInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/ContextJavaScript.cpp | 31 | | ContextJavaScript | ContextJavaScript(clEditor *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 6.25 | 1031.24 | 57.2913 | 0.0340241 | 112.695 | 0 | 112.695 | 7 | 1 |
| LiteEditor/ContextJavaScript.cpp | 39 | | ContextJavaScript | ContextJavaScript() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 3 |
| LiteEditor/ContextJavaScript.cpp | 44 | | ContextJavaScript | AddMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 46 | | ContextJavaScript | ApplySettings() [override] | 0 | 21 | 21 | 0 | 0 | 4 | 2 | 49 | 155 | 870.28 | 13.8182 | 12025.7 | 668.094 | 0.174965 | 85.5609 | 0 | 85.5609 | 27 | 0 |
| LiteEditor/ContextJavaScript.cpp | 68 | | ContextJavaScript | AutoIndent(const wxChar &) [override] | 1 | 101 | 77 | 9 | 17 | 25 | 5 | 77 | 632 | 3960.61 | 45 | 178227 | 9901.52 | 1.05567 | 47.4075 | 22.3072 | 69.7146 | 61 | 0 |
| LiteEditor/ContextJavaScript.cpp | 170 | | ContextJavaScript | CallTipContent() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 172 | | ContextJavaScript | DoGetCalltipParamterIndex() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 1 |
| LiteEditor/ContextJavaScript.cpp | 174 | | ContextJavaScript | GetCurrentScopeName() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 176 | | ContextJavaScript | GetMenu() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 178 | | ContextJavaScript | GetTagAtCaret(bool, bool) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 180 | | ContextJavaScript | [virtual] GotoPreviousDefintion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 182 | | ContextJavaScript | IsCommentOrString(long) [override] | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 24 | 40 | 183.399 | 7.61538 | 1396.65 | 77.5917 | 0.0416489 | 116.906 | 0 | 116.906 | 3 | 3 |
| LiteEditor/ContextJavaScript.cpp | 188 | | ContextJavaScript | IsDefaultContext() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 190 | | ContextJavaScript | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 192 | | ContextJavaScript | OnCallTipClick(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 194 | | ContextJavaScript | OnCalltipCancel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 196 | | ContextJavaScript | OnDbgDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 198 | | ContextJavaScript | OnDbgDwellStart(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 200 | | ContextJavaScript | OnDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 202 | | ContextJavaScript | [virtual] OnDwellStart(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 204 | | ContextJavaScript | OnEnterHit() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 206 | | ContextJavaScript | OnFileSaved() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 208 | | ContextJavaScript | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/ContextJavaScript.cpp | 210 | | ContextJavaScript | OnSciUpdateUI(wxStyledTextEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 46 | 208.084 | 6.875 | 1430.58 | 79.4765 | 0.0423207 | 111.259 | 0 | 111.259 | 6 | 0 |
| LiteEditor/ContextJavaScript.cpp | 218 | | ContextJavaScript | RemoveMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 220 | | ContextJavaScript | RetagFile() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 222 | | ContextJavaScript | SemicolonShift() [override] | 0 | 27 | 20 | 4 | 3 | 4 | 3 | 42 | 143 | 771.101 | 14.25 | 10988.2 | 610.455 | 0.164752 | 82.1188 | 28.0786 | 110.197 | 11 | 0 |
| LiteEditor/ContextJavaScript.cpp | 250 | | ContextJavaScript | SetActive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 252 | | ContextJavaScript | [virtual] IsComment(long) | 1 | 6 | 6 | 0 | 0 | 6 | 0 | 26 | 47 | 220.921 | 8.06667 | 1782.09 | 99.0052 | 0.0489966 | 112.525 | 0 | 112.525 | 2 | 1 |
| LiteEditor/ContextJavaScript.cpp | 261 | | ContextJavaScript | GetActiveKeywordSet() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/ContextJavaScript.cpp | 263 | | ContextJavaScript | IsAtBlockComment() const [override] | 0 | 7 | 7 | 0 | 0 | 4 | 0 | 25 | 45 | 208.974 | 7.85714 | 1641.93 | 91.2186 | 0.0463927 | 110.777 | 0 | 110.777 | 3 | 0 |
| LiteEditor/ContextJavaScript.cpp | 271 | | ContextJavaScript | IsAtLineComment() const [override] | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 114.888 | 0 | 114.888 | 3 | 0 |
| LiteEditor/ContextPhp.cpp | 32 | | ContextPhp | ContextPhp(clEditor *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 53 | 246.124 | 8.64286 | 2127.22 | 118.179 | 0.0551341 | 106.545 | 0 | 106.545 | 12 | 1 |
| LiteEditor/ContextPhp.cpp | 42 | | ContextPhp | ContextPhp() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 3 |
| LiteEditor/ContextPhp.cpp | 47 | | ContextPhp | AddMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 49 | | ContextPhp | ApplySettings() [override] | 0 | 21 | 21 | 0 | 0 | 4 | 2 | 49 | 155 | 870.28 | 13.8182 | 12025.7 | 668.094 | 0.174965 | 85.5609 | 0 | 85.5609 | 27 | 0 |
| LiteEditor/ContextPhp.cpp | 71 | | ContextPhp | AutoIndent(const wxChar &) [override] | 1 | 141 | 106 | 14 | 24 | 33 | 5 | 88 | 884 | 5710.14 | 56.5 | 322623 | 17923.5 | 1.56799 | 38.2601 | 23.45 | 61.7101 | 88 | 0 |
| LiteEditor/ContextPhp.cpp | 213 | | ContextPhp | CallTipContent() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 215 | | ContextPhp | DoGetCalltipParamterIndex() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 1 |
| LiteEditor/ContextPhp.cpp | 217 | | ContextPhp | GetCurrentScopeName() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 219 | | ContextPhp | GetMenu() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 221 | | ContextPhp | GetTagAtCaret(bool, bool) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 223 | | ContextPhp | [virtual] GotoPreviousDefintion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 225 | | ContextPhp | IsCommentOrString(long) [override] | 1 | 11 | 11 | 0 | 0 | 19 | 0 | 39 | 100 | 528.54 | 9.42857 | 4983.38 | 276.854 | 0.0972511 | 95.1795 | 0 | 95.1795 | 3 | 3 |
| LiteEditor/ContextPhp.cpp | 237 | | ContextPhp | IsDefaultContext() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 239 | | ContextPhp | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 241 | | ContextPhp | OnCallTipClick(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 243 | | ContextPhp | OnCalltipCancel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 245 | | ContextPhp | OnDbgDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 247 | | ContextPhp | OnDbgDwellStart(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 249 | | ContextPhp | OnDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 251 | | ContextPhp | [virtual] OnDwellStart(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 253 | | ContextPhp | OnEnterHit() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 255 | | ContextPhp | OnFileSaved() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 257 | | ContextPhp | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 259 | | ContextPhp | OnSciUpdateUI(wxStyledTextEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 46 | 208.084 | 6.875 | 1430.58 | 79.4765 | 0.0423207 | 111.259 | 0 | 111.259 | 6 | 0 |
| LiteEditor/ContextPhp.cpp | 267 | | ContextPhp | RemoveMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 269 | | ContextPhp | RetagFile() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 271 | | ContextPhp | SemicolonShift() [override] | 0 | 28 | 21 | 4 | 3 | 4 | 3 | 45 | 153 | 840.254 | 15 | 12603.8 | 700.211 | 0.180529 | 81.083 | 27.6325 | 108.716 | 13 | 0 |
| LiteEditor/ContextPhp.cpp | 300 | | ContextPhp | SetActive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextPhp.cpp | 302 | | ContextPhp | [virtual] IsComment(long) | 1 | 9 | 9 | 0 | 0 | 15 | 0 | 35 | 83 | 425.73 | 9.16667 | 3902.53 | 216.807 | 0.0826246 | 100.475 | 0 | 100.475 | 2 | 1 |
| LiteEditor/ContextPhp.cpp | 314 | | ContextPhp | GetActiveKeywordSet() const [override] | 0 | 18 | 14 | 4 | 0 | 7 | 1 | 39 | 102 | 539.111 | 10.36 | 5585.19 | 310.288 | 0.104931 | 89.8584 | 33.3545 | 123.213 | 4 | 0 |
| LiteEditor/ContextPhp.cpp | 333 | | ContextPhp | IsAtBlockComment() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 115.271 | 0 | 115.271 | 4 | 0 |
| LiteEditor/ContextPhp.cpp | 340 | | ContextPhp | IsAtLineComment() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 115.271 | 0 | 115.271 | 4 | 0 |
| LiteEditor/ContextPhp.cpp | 347 | | ContextPhp | IsStringTriggerCodeComplete(const wxString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 6.11111 | 648.989 | 36.0549 | 0.0249864 | 124.052 | 0 | 124.052 | 1 | 0 |
| LiteEditor/ContextPhp.cpp | 352 | | ContextPhp | ProcessIdleActions() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 3.75 | 174.401 | 9.68896 | 0.0104051 | 150.804 | 0 | 150.804 | 1 | 0 |
| LiteEditor/ContextPython.cpp | 15 | | ContextPython | ContextPython() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 3 |
| LiteEditor/ContextPython.cpp | 20 | | ContextPython | ContextPython(clEditor *) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 35 | 77 | 394.955 | 10.875 | 4295.13 | 238.619 | 0.0880771 | 102.379 | 0 | 102.379 | 12 | 1 |
| LiteEditor/ContextPython.cpp | 31 | | ContextPython | ~ContextPython() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 48 | 207.453 | 9.16667 | 1901.65 | 105.647 | 0.0511641 | 111.275 | 0 | 111.275 | 4 | 2 |
| LiteEditor/ContextPython.cpp | 39 | | ContextPython | ApplySettings() [override] | 0 | 18 | 18 | 0 | 0 | 3 | 2 | 48 | 136 | 759.555 | 13 | 9874.21 | 548.567 | 0.153419 | 88.9958 | 0 | 88.9958 | 23 | 0 |
| LiteEditor/ContextPython.cpp | 58 | | ContextPython | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/ContextPython.cpp | 60 | | ContextPython | OnCommentSelection(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 3 | 2 |
| LiteEditor/ContextPython.cpp | 66 | | ContextPython | OnCommentLine(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 4 | 2 |
| LiteEditor/ContextPython.cpp | 72 | | ContextPython | AutoIndent(const wxChar &) [override] | 1 | 54 | 51 | 3 | 0 | 9 | 6 | 91 | 370 | 2407.88 | 27.0588 | 65154.5 | 3619.69 | 0.539728 | 63.8186 | 17.8544 | 81.673 | 65 | 0 |
| LiteEditor/ContextPython.cpp | 127 | | ContextPython | IsComment(int) const | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 32 | 142.702 | 7.5 | 1070.26 | 59.4591 | 0.034877 | 118.671 | 0 | 118.671 | 2 | 1 |
| LiteEditor/ContextPython.cpp | 133 | | ContextPython | IsCommentBlock(int) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 6.5 | 786.591 | 43.6995 | 0.0284039 | 119.758 | 0 | 119.758 | 2 | 1 |
| LiteEditor/ContextPython.cpp | 139 | | ContextPython | IsAtBlockComment() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 0 |
| LiteEditor/ContextPython.cpp | 145 | | ContextPython | IsAtLineComment() const [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 0 |
| LiteEditor/ContextRust.cpp | 35 | | ContextRust | ContextRust(clEditor *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 81 | 415.472 | 11.625 | 4829.86 | 268.326 | 0.0952435 | 100.571 | 0 | 100.571 | 14 | 1 |
| LiteEditor/ContextRust.cpp | 47 | | ContextRust | ContextRust() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 2 | 3 |
| LiteEditor/ContextRust.cpp | 52 | | ContextRust | ~ContextRust() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 48 | 207.453 | 9.16667 | 1901.65 | 105.647 | 0.0511641 | 111.275 | 0 | 111.275 | 4 | 2 |
| LiteEditor/ContextRust.cpp | 60 | | ContextRust | AddMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 62 | | ContextRust | ApplySettings() [override] | 0 | 21 | 21 | 0 | 0 | 4 | 2 | 49 | 155 | 870.28 | 13.8182 | 12025.7 | 668.094 | 0.174965 | 85.5609 | 0 | 85.5609 | 27 | 0 |
| LiteEditor/ContextRust.cpp | 84 | | ContextRust | AutoIndent(const wxChar &) [override] | 1 | 38 | 31 | 3 | 5 | 7 | 2 | 66 | 226 | 1366.03 | 18.6957 | 25538.9 | 1418.83 | 0.289077 | 72.9188 | 21.0835 | 94.0023 | 30 | 0 |
| LiteEditor/ContextRust.cpp | 123 | | ContextRust | CallTipContent() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 125 | | ContextRust | DoGetCalltipParamterIndex() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 1 |
| LiteEditor/ContextRust.cpp | 127 | | ContextRust | GetCurrentScopeName() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 129 | | ContextRust | GetMenu() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 131 | | ContextRust | GetTagAtCaret(bool, bool) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 133 | | ContextRust | [virtual] GotoPreviousDefintion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 135 | | ContextRust | IsCommentOrString(long) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 34 | 58 | 295.073 | 8.04762 | 2374.63 | 131.924 | 0.0593303 | 107.279 | 0 | 107.279 | 5 | 0 |
| LiteEditor/ContextRust.cpp | 144 | | ContextRust | IsDefaultContext() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 146 | | ContextRust | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 148 | | ContextRust | OnCallTipClick(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 150 | | ContextRust | OnCalltipCancel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 152 | | ContextRust | OnDbgDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 154 | | ContextRust | OnDbgDwellStart(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 156 | | ContextRust | OnDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 158 | | ContextRust | [virtual] OnDwellStart(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 160 | | ContextRust | OnEnterHit() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 162 | | ContextRust | OnFileSaved() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 164 | | ContextRust | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 166 | | ContextRust | OnSciUpdateUI(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 168 | | ContextRust | RemoveMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 170 | | ContextRust | RetagFile() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 172 | | ContextRust | SemicolonShift() [override] | 0 | 28 | 21 | 4 | 3 | 4 | 3 | 45 | 153 | 840.254 | 15 | 12603.8 | 700.211 | 0.180529 | 81.083 | 27.6325 | 108.716 | 13 | 0 |
| LiteEditor/ContextRust.cpp | 201 | | ContextRust | SetActive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 203 | | ContextRust | [virtual] IsComment(long) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 49 | 240.438 | 7.33333 | 1763.21 | 97.9561 | 0.0486498 | 110.737 | 0 | 110.737 | 4 | 1 |
| LiteEditor/ContextRust.cpp | 213 | | ContextRust | GetActiveKeywordSet() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/ContextRust.cpp | 215 | | ContextRust | IsAtBlockComment() const [override] | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 114.888 | 0 | 114.888 | 3 | 0 |
| LiteEditor/ContextRust.cpp | 222 | | ContextRust | IsAtLineComment() const [override] | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 114.888 | 0 | 114.888 | 3 | 0 |
| LiteEditor/ContextRust.cpp | 229 | | ContextRust | IsStringTriggerCodeComplete(const wxString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 25 | 106.198 | 6.11111 | 648.989 | 36.0549 | 0.0249864 | 124.052 | 0 | 124.052 | 1 | 0 |
| LiteEditor/ContextRust.cpp | 234 | | ContextRust | ProcessIdleActions() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 43 | 188.87 | 7.15 | 1350.42 | 75.0232 | 0.0407247 | 111.763 | 0 | 111.763 | 6 | 0 |
| LiteEditor/ContextRust.cpp | 242 | | ContextRust | OnCommentSelection(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 5 | 2 |
| LiteEditor/ContextRust.cpp | 248 | | ContextRust | OnCommentLine(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 4 | 2 |
| LiteEditor/CopyCompilerSettingsDlg.cpp | 6 | | CopyCompilerSettingsDlg | CopyCompilerSettingsDlg(wxWindow *) | 1 | 23 | 20 | 0 | 3 | 4 | 2 | 56 | 165 | 958.214 | 20.0588 | 19220.6 | 1067.81 | 0.239179 | 83.5866 | 0 | 83.5866 | 25 | 1 |
| LiteEditor/CopyCompilerSettingsDlg.cpp | 30 | | CopyCompilerSettingsDlg | ~CopyCompilerSettingsDlg() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 42 | 178.413 | 7.77778 | 1387.66 | 77.092 | 0.0414699 | 117.74 | 0 | 117.74 | 8 | 0 |
| LiteEditor/CopyCompilerSettingsDlg.cpp | 36 | | CopyCompilerSettingsDlg | DoUpdateConfigurations(const wxString &) | 1 | 26 | 23 | 0 | 3 | 5 | 2 | 60 | 178 | 1051.43 | 19.1154 | 20098.4 | 1116.58 | 0.246407 | 80.8877 | 0 | 80.8877 | 26 | 1 |
| LiteEditor/CopyCompilerSettingsDlg.cpp | 63 | | CopyCompilerSettingsDlg | GetCopyFrom(wxString &, wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 7.22222 | 951.064 | 52.8369 | 0.0322368 | 119.319 | 0 | 119.319 | 4 | 1 |
| LiteEditor/DbgCommandBaseDlg.cpp | 14 | | DbgCommandBaseDlg | DbgCommandBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 94 | 71 | 1 | 22 | 9 | 1 | 118 | 786 | 5409.76 | 35.2263 | 190566 | 10587 | 1.10385 | 50.6296 | 7.9554 | 58.585 | 116 | 1 |
| LiteEditor/DbgCommandBaseDlg.cpp | 109 | | DbgCommandBaseDlg | ~DbgCommandBaseDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/DbgCommandBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxCD411InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/DebuggerCallstackView.cpp | 39 | | DebuggerCallstackView | DebuggerCallstackView(wxWindow *) | 1 | 21 | 18 | 2 | 1 | 1 | 1 | 52 | 161 | 917.771 | 16.9412 | 15548.1 | 863.784 | 0.207649 | 85.9746 | 23.0043 | 108.979 | 18 | 2 |
| LiteEditor/DebuggerCallstackView.cpp | 60 | | DebuggerCallstackView | ~DebuggerCallstackView() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 9.625 | 1799 | 99.9443 | 0.0493059 | 117.498 | 0 | 117.498 | 4 | 0 |
| LiteEditor/DebuggerCallstackView.cpp | 66 | | DebuggerCallstackView | OnItemActivated(wxDataViewEvent &) [override] | 1 | 33 | 26 | 3 | 4 | 5 | 2 | 53 | 200 | 1145.58 | 19.5429 | 22388 | 1243.78 | 0.264782 | 76.5795 | 22.5149 | 99.0944 | 26 | 0 |
| LiteEditor/DebuggerCallstackView.cpp | 100 | | DebuggerCallstackView | Update(const StackEntryArray &) | 1 | 29 | 26 | 1 | 2 | 5 | 2 | 66 | 211 | 1275.37 | 23.7143 | 30244.4 | 1680.25 | 0.323575 | 78.1147 | 14.1863 | 92.301 | 25 | 1 |
| LiteEditor/DebuggerCallstackView.cpp | 130 | | DebuggerCallstackView | SetCurrentLevel(const int) | 1 | 5 | 4 | 1 | 0 | 3 | 0 | 24 | 34 | 155.889 | 9.8 | 1527.71 | 84.8728 | 0.0442153 | 117.982 | 31.9355 | 149.917 | 1 | 2 |
| LiteEditor/DebuggerCallstackView.cpp | 136 | | DebuggerCallstackView | Clear() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 35 | 83 | 425.73 | 12.2105 | 5198.39 | 288.8 | 0.100029 | 98.5747 | 0 | 98.5747 | 7 | 3 |
| LiteEditor/DebuggerCallstackView.cpp | 149 | | DebuggerCallstackView | OnMenu(wxDataViewEvent &) [override] | 1 | 10 | 8 | 1 | 1 | 1 | 0 | 30 | 60 | 294.413 | 7.23684 | 2130.62 | 118.368 | 0.0551929 | 103.906 | 23.5268 | 127.433 | 11 | 0 |
| LiteEditor/DebuggerCallstackView.cpp | 160 | | DebuggerCallstackView | OnCopyBacktrace(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 37 | 123 | 640.763 | 13.8125 | 8850.54 | 491.696 | 0.142624 | 98.0883 | 0 | 98.0883 | 20 | 1 |
| LiteEditor/DebuggerCallstackView.cpp | 172 | | DebuggerCallstackView | OnUpdateBacktrace(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 7.8 | 1234.93 | 68.6074 | 0.0383684 | 118.361 | 0 | 118.361 | 3 | 2 |
| LiteEditor/DebuggerCallstackView.cpp | 178 | | DebuggerCallstackView | OnFrameSelected(clCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 4 | 1 | 28 | 59 | 283.634 | 8.66667 | 2458.16 | 136.564 | 0.0607135 | 105.117 | 24.6875 | 129.805 | 7 | 2 |
| LiteEditor/DebuggerCallstackView.cpp | 188 | | DebuggerCallstackView | EnsureRowVisible(int) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 44 | 196.215 | 7.5 | 1471.61 | 81.7562 | 0.0431262 | 109.401 | 0 | 109.401 | 4 | 1 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 47 | | DebuggerDisassemblyTab | DebuggerDisassemblyTab(wxWindow *, const wxString &) | 2 | 32 | 29 | 1 | 3 | 2 | 1 | 71 | 280 | 1721.93 | 13.9286 | 23984 | 1332.45 | 0.277221 | 75.6488 | 13.5225 | 89.1714 | 52 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 80 | | DebuggerDisassemblyTab | ~DebuggerDisassemblyTab() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 33 | 158 | 797.014 | 14 | 11158.2 | 619.9 | 0.166447 | 90.1314 | 0 | 90.1314 | 32 | 0 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 98 | | DebuggerDisassemblyTab | OnOutput(clCommandEvent &) | 1 | 29 | 24 | 2 | 3 | 5 | 3 | 65 | 240 | 1445.37 | 21 | 30352.7 | 1686.26 | 0.324348 | 77.464 | 19.7854 | 97.2494 | 31 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 128 | | DebuggerDisassemblyTab | OnCurLine(clCommandEvent &) | 1 | 26 | 23 | 1 | 2 | 6 | 3 | 56 | 169 | 981.443 | 21.3529 | 20956.7 | 1164.26 | 0.253373 | 81.0159 | 14.9585 | 95.9744 | 14 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 155 | | DebuggerDisassemblyTab | OnDebuggerStopped(clDebugEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 4.4 | 568.778 | 31.5988 | 0.0228827 | 113.964 | 0 | 113.964 | 4 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 163 | | DebuggerDisassemblyTab | DoClearDisassembleView() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 41 | 180.085 | 6.36364 | 1146 | 63.6664 | 0.0365035 | 110.077 | 0 | 110.077 | 6 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 172 | | DebuggerDisassemblyTab | OnQueryFileLineDone(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 174 | | DebuggerDisassemblyTab | DoCentrLine(int) | 1 | 13 | 10 | 1 | 2 | 2 | 1 | 25 | 55 | 255.412 | 11.5385 | 2947.06 | 163.726 | 0.068518 | 100.165 | 20.8285 | 120.993 | 3 | 1 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 188 | | DebuggerDisassemblyTab | OnMarginClicked(wxStyledTextEvent &) [override] | 1 | 19 | 14 | 2 | 3 | 2 | 1 | 46 | 137 | 756.728 | 12.0968 | 9153.97 | 508.554 | 0.145865 | 88.3693 | 24.0864 | 112.456 | 21 | 0 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 208 | | DebuggerDisassemblyTab | OnAllBreakpointsDeleted(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 117.793 | 29.5564 | 147.349 | 2 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 215 | | DebuggerDisassemblyTab | OnShowRegisters(clCommandEvent &) | 1 | 28 | 26 | 1 | 1 | 6 | 4 | 65 | 236 | 1421.28 | 26.3415 | 37438.6 | 2079.92 | 0.373042 | 77.8899 | 14.4303 | 92.3201 | 28 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 244 | | DebuggerDisassemblyTab | OnRefreshView(clCommandEvent &) | 1 | 12 | 11 | 1 | 0 | 5 | 2 | 37 | 89 | 463.641 | 10.2273 | 4741.79 | 263.433 | 0.094082 | 97.6711 | 21.6227 | 119.294 | 12 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 257 | | DebuggerDisassemblyTab | DoClearRegistersView() | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 25 | 41 | 190.398 | 9.75 | 1856.38 | 103.132 | 0.0503489 | 111.951 | 0 | 111.951 | 3 | 2 |
| LiteEditor/DebuggerDisassemblyTab.cpp | 265 | | DebuggerDisassemblyTab | GetRegisterNames() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 52 | 244.423 | 10.5 | 2566.44 | 142.58 | 0.0624836 | 108.259 | 0 | 108.259 | 6 | 0 |
| LiteEditor/DebuggerSettingsBaseDlg_liteeditor_bitmaps.cpp | 34 | | | wxCrafter6v4fW1InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 9 |
| LiteEditor/DebuggerSettings_liteeditor_bitmaps.cpp | 58 | | | wxC9948InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/DefaultWorkspacePage.cpp | 17 | | DefaultWorkspacePage | DefaultWorkspacePage(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 34 | 81 | 412.084 | 9.45 | 3894.2 | 216.344 | 0.082507 | 102.158 | 0 | 102.158 | 11 | 1 |
| LiteEditor/DefaultWorkspacePage.cpp | 28 | | DefaultWorkspacePage | ~DefaultWorkspacePage() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 38 | 161.421 | 8.25 | 1331.73 | 73.9847 | 0.040348 | 118.26 | 0 | 118.26 | 3 | 0 |
| LiteEditor/DefaultWorkspacePage.cpp | 34 | | DefaultWorkspacePage | OnFolderDropped(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 6.36364 | 894.436 | 49.6909 | 0.0309441 | 118.98 | 0 | 118.98 | 3 | 2 |
| LiteEditor/DefaultWorkspacePage.cpp | 40 | | DefaultWorkspacePage | DoDropFolders(const wxArrayString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 5.83333 | 884.454 | 49.1363 | 0.0307135 | 118.586 | 0 | 118.586 | 4 | 1 |
| LiteEditor/DefaultWorkspacePage.cpp | 46 | | DefaultWorkspacePage | OnColoursChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 0 | 121.184 | 2 | 2 |
| LiteEditor/EditCmpTemplateDialog.cpp | 4 | | EditCmpTemplateDialog | EditCmpTemplateDialog(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.3 | 479.727 | 26.6515 | 0.0204272 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/EditCmpTemplateDialog.cpp | 10 | | EditCmpTemplateDialog | SetPattern(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/EditCmpTemplateDialog.cpp | 12 | | EditCmpTemplateDialog | GetPattern() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 116.2 | 0 | 116.2 | 4 | 1 |
| LiteEditor/EditorOptionsGeneralEdit.cpp | 7 | | EditorOptionsGeneralEdit | EditorOptionsGeneralEdit(wxWindow *, OptionsConfigPtr) | 2 | 28 | 26 | 0 | 2 | 1 | 2 | 54 | 234 | 1346.64 | 10 | 13466.4 | 748.135 | 0.188675 | 79.3204 | 0 | 79.3204 | 111 | 1 |
| LiteEditor/EditorOptionsGeneralGuidesPanel.cpp | 7 | | EditorOptionsGeneralGuidesPanel | EditorOptionsGeneralGuidesPanel(wxWindow *, OptionsConfigPtr) | 2 | 67 | 60 | 0 | 7 | 5 | 4 | 125 | 575 | 4005.33 | 24.1275 | 96638.3 | 5368.79 | 0.701959 | 58.598 | 0 | 58.598 | 191 | 1 |
| LiteEditor/FilesModifiedDlg.cpp | 28 | | FilesModifiedDlg | FilesModifiedDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.42857 | 735.743 | 40.8746 | 0.0271662 | 117.095 | 0 | 117.095 | 4 | 1 |
| LiteEditor/FilesModifiedDlg.cpp | 35 | | FilesModifiedDlg | OnChoose(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 2 | 0 |
| LiteEditor/FilesModifiedDlg.cpp | 41 | | FilesModifiedDlg | OnLoad(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 2 | 0 |
| LiteEditor/FilesModifiedDlg.cpp | 47 | | FilesModifiedDlg | OnIgnore(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 120.134 | 0 | 120.134 | 2 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 77 | {anonymous} | | TextCtrlShowMenu(wxTextCtrl *, wxMenu &, wxPoint *) | 3 | 13 | 13 | 0 | 0 | 2 | 1 | 33 | 69 | 348.063 | 12.7059 | 4422.45 | 245.692 | 0.0898092 | 98.5554 | 0 | 98.5554 | 6 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 91 | {anonymous} | | PostCommandEvent(wxWindow *, wxWindow *) | 2 | 11 | 8 | 2 | 1 | 1 | 0 | 25 | 47 | 218.261 | 6.46875 | 1411.88 | 78.4376 | 0.0419511 | 103.918 | 30.6787 | 134.597 | 4 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 103 | {anonymous} | | CenterLine(wxStyledTextCtrl *, int, int) | 3 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 49 | 221.655 | 8.84615 | 1960.79 | 108.933 | 0.0522195 | 107.089 | 24.6875 | 131.777 | 4 | 4 |
| LiteEditor/FindAndReplaceDialog.cpp | 114 | | FindAndReplaceDialog | FindAndReplaceDialog(wxWindow *, wxWindowID) | 2 | 146 | 126 | 4 | 16 | 7 | 2 | 180 | 1083 | 8113.68 | 36.7781 | 298406 | 16578.1 | 1.48851 | 41.8488 | 12.6812 | 54.5299 | 151 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 261 | | FindAndReplaceDialog | ~FindAndReplaceDialog() [override] | 0 | 19 | 15 | 1 | 3 | 1 | 0 | 48 | 214 | 1195.18 | 13.5571 | 16203.3 | 900.181 | 0.213442 | 86.2226 | 17.3987 | 103.621 | 36 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 281 | | FindAndReplaceDialog | Show(bool) [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 19 | 30 | 127.438 | 8.57143 | 1092.32 | 60.6847 | 0.0353546 | 113.579 | 0 | 113.579 | 2 | 6 |
| LiteEditor/FindAndReplaceDialog.cpp | 289 | | FindAndReplaceDialog | OnHide(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 118.461 | 29.5564 | 148.018 | 2 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 296 | | FindAndReplaceDialog | OnText(wxCommandEvent &) [override] | 1 | 8 | 7 | 1 | 0 | 3 | 1 | 23 | 34 | 153.801 | 6.54545 | 1006.7 | 55.9277 | 0.033482 | 110.438 | 26.0372 | 136.475 | 2 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 305 | | FindAndReplaceDialog | OnKeyDown(wxKeyEvent &) [override] | 1 | 22 | 21 | 0 | 1 | 5 | 1 | 32 | 74 | 370 | 10 | 3700 | 205.556 | 0.0797407 | 89.0249 | 0 | 89.0249 | 7 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 328 | | FindAndReplaceDialog | OnReplaceKeyDown(wxKeyEvent &) [override] | 1 | 23 | 22 | 0 | 1 | 5 | 1 | 32 | 76 | 380 | 10 | 3800 | 211.111 | 0.081171 | 88.1661 | 0 | 88.1661 | 7 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 352 | | FindAndReplaceDialog | OnUpdateUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 4 | 0 | 29 | 49 | 238.041 | 7.93333 | 1888.46 | 104.914 | 0.0509273 | 115.55 | 0 | 115.55 | 6 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 358 | | FindAndReplaceDialog | OnEnter(wxCommandEvent &) [override] | 1 | 16 | 11 | 2 | 3 | 2 | 0 | 38 | 68 | 356.859 | 8.75 | 3122.52 | 173.473 | 0.0712112 | 95.0619 | 26.0372 | 121.099 | 6 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 375 | | FindAndReplaceDialog | OnReplace(wxCommandEvent &) [override] | 1 | 34 | 26 | 6 | 2 | 4 | 3 | 55 | 177 | 1023.3 | 19.1471 | 19593.2 | 1088.51 | 0.24226 | 76.9129 | 30.2908 | 107.204 | 17 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 410 | | FindAndReplaceDialog | DoReplace(const TargetRange &) | 1 | 23 | 19 | 1 | 3 | 5 | 1 | 38 | 124 | 650.743 | 13.0435 | 8487.95 | 471.553 | 0.138701 | 85.3688 | 15.872 | 101.241 | 16 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 434 | | FindAndReplaceDialog | OnReplaceEnter(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.72727 | 816.844 | 45.3802 | 0.0291276 | 115.95 | 0 | 115.95 | 5 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 441 | | FindAndReplaceDialog | SetEditor(wxStyledTextCtrl *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 31 | 136.162 | 8.125 | 1106.31 | 61.4619 | 0.0356559 | 111.301 | 0 | 111.301 | 2 | 7 |
| LiteEditor/FindAndReplaceDialog.cpp | 450 | | FindAndReplaceDialog | Show(const wxString &, bool) | 2 | 8 | 6 | 2 | 0 | 2 | 1 | 22 | 33 | 147.161 | 8.66667 | 1275.4 | 70.8554 | 0.0392021 | 110.897 | 34.9714 | 145.868 | 1 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 459 | | FindAndReplaceDialog | DoShow(bool, const wxString &, bool) | 3 | 66 | 52 | 6 | 8 | 17 | 4 | 76 | 371 | 2317.98 | 22.1455 | 51332.7 | 2851.82 | 0.460407 | 58.9256 | 22.5149 | 81.4406 | 47 | 5 |
| LiteEditor/FindAndReplaceDialog.cpp | 526 | | FindAndReplaceDialog | OnFindNextCaret(wxCommandEvent &) | 1 | 22 | 17 | 1 | 4 | 4 | 2 | 42 | 119 | 641.686 | 14.96 | 9599.62 | 533.312 | 0.150562 | 86.3918 | 16.2158 | 102.608 | 16 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 549 | | FindAndReplaceDialog | OnFindNext(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 2 | 21 | 31 | 136.162 | 4.875 | 663.789 | 36.8772 | 0.0253648 | 116.192 | 0 | 116.192 | 12 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 556 | | FindAndReplaceDialog | OnFindPreviousCaret(wxCommandEvent &) | 1 | 22 | 17 | 1 | 4 | 4 | 2 | 42 | 119 | 641.686 | 14.96 | 9599.62 | 533.312 | 0.150562 | 86.3918 | 16.2158 | 102.608 | 16 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 579 | | FindAndReplaceDialog | DoSelectAll() | 0 | 31 | 27 | 1 | 3 | 5 | 2 | 54 | 198 | 1139.47 | 22.9091 | 26104.2 | 1450.23 | 0.293327 | 77.6202 | 13.7333 | 91.3535 | 29 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 611 | | FindAndReplaceDialog | DoFindAll(const TargetRange &) | 1 | 27 | 22 | 2 | 4 | 5 | 2 | 42 | 130 | 701.001 | 23 | 16123 | 895.724 | 0.212737 | 82.3844 | 20.4627 | 102.847 | 13 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 639 | | FindAndReplaceDialog | DoHighlightMatches(bool) | 1 | 46 | 39 | 2 | 6 | 7 | 2 | 80 | 309 | 1953.48 | 26.4815 | 51730.9 | 2873.94 | 0.462785 | 67.9637 | 15.872 | 83.8357 | 48 | 7 |
| LiteEditor/FindAndReplaceDialog.cpp | 686 | | FindAndReplaceDialog | OnReceivingFocus(wxFocusEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 25 | 57 | 264.7 | 9.75 | 2580.82 | 143.379 | 0.0627168 | 109.778 | 0 | 109.778 | 6 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 694 | | FindAndReplaceDialog | OnQuickFindCommandEvent(wxCommandEvent &) | 1 | 17 | 14 | 1 | 2 | 4 | 1 | 31 | 92 | 455.786 | 15.4667 | 7049.49 | 391.638 | 0.122551 | 92.3474 | 18.3478 | 110.695 | 10 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 712 | | FindAndReplaceDialog | OnReleaseEditor(clFindEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 25 | 40 | 185.754 | 9.54545 | 1773.11 | 98.506 | 0.0488318 | 109.456 | 0 | 109.456 | 2 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 721 | | FindAndReplaceDialog | DoCheckPlugins() | 0 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6 | 855.742 | 47.5412 | 0.0300451 | 113.453 | 27.6325 | 141.086 | 5 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 729 | | FindAndReplaceDialog | ShowForPlugins() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 21 | 40 | 175.693 | 10 | 1756.93 | 97.6071 | 0.0485342 | 108.068 | 0 | 108.068 | 5 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 739 | | FindAndReplaceDialog | DoGetSelectedText() | 0 | 20 | 18 | 0 | 2 | 5 | 3 | 33 | 101 | 509.484 | 18.0625 | 9202.55 | 511.253 | 0.146381 | 88.9055 | 0 | 88.9055 | 8 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 760 | | FindAndReplaceDialog | DoGetSearchFlags() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 761 | | FindAndReplaceDialog | OnFindAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 763 | | FindAndReplaceDialog | DoSetCaretAtEndOfText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 765 | | FindAndReplaceDialog | OnReplaceAll(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 771 | | FindAndReplaceDialog | DoReplaceAll(bool) | 1 | 78 | 50 | 14 | 14 | 9 | 2 | 96 | 343 | 2258.64 | 29.3308 | 66247.7 | 3680.43 | 0.545749 | 58.1942 | 30.5107 | 88.7049 | 43 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 850 | | FindAndReplaceDialog | DoFind(size_t, const TargetRange &) | 2 | 100 | 72 | 19 | 9 | 20 | 4 | 71 | 418 | 2570.59 | 34.5714 | 88869.1 | 4937.17 | 0.663813 | 50.9664 | 31.2557 | 82.2221 | 27 | 7 |
| LiteEditor/FindAndReplaceDialog.cpp | 951 | | FindAndReplaceDialog | OnFind(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 957 | | FindAndReplaceDialog | OnFindPrev(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 963 | | FindAndReplaceDialog | OnFindAllUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 964 | | FindAndReplaceDialog | OnFindPrevUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 965 | | FindAndReplaceDialog | OnFindUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 966 | | FindAndReplaceDialog | OnReplaceAllUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 22 | 35 | 156.08 | 6.5 | 1014.52 | 56.3623 | 0.0336552 | 121.59 | 0 | 121.59 | 4 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 970 | | FindAndReplaceDialog | OnReplaceUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 4 | 0 | 23 | 38 | 171.895 | 6.41667 | 1103 | 61.2775 | 0.0355845 | 120.858 | 0 | 120.858 | 4 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 975 | | FindAndReplaceDialog | OnButtonKeyDown(wxKeyEvent &) [override] | 1 | 18 | 18 | 0 | 0 | 3 | 1 | 29 | 64 | 310.911 | 10.4615 | 3252.61 | 180.7 | 0.0731756 | 93.6405 | 0 | 93.6405 | 6 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 994 | | FindAndReplaceDialog | OnPaint(wxPaintEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 48 | 214.053 | 6.23077 | 1333.71 | 74.0952 | 0.0403881 | 111.342 | 0 | 111.342 | 9 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1002 | | FindAndReplaceDialog | ShowToolBarOnly() | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 25 | 57 | 264.7 | 8.30769 | 2199.04 | 122.169 | 0.0563683 | 105.706 | 0 | 105.706 | 8 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1012 | | FindAndReplaceDialog | FindPrevious() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1014 | | FindAndReplaceDialog | FindNext() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1016 | | FindAndReplaceDialog | DoReplaceInBuffer(const TargetRange &) | 1 | 21 | 18 | 1 | 2 | 3 | 1 | 47 | 143 | 794.306 | 21.0357 | 16708.8 | 928.267 | 0.217859 | 86.2659 | 16.583 | 102.849 | 9 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1038 | | FindAndReplaceDialog | IsReplacementRegex() const | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 32 | 60 | 300 | 12.4667 | 3740 | 207.778 | 0.0803143 | 100.395 | 0 | 100.395 | 5 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1051 | | FindAndReplaceDialog | DoFindWithMessage(size_t, const TargetRange &) | 2 | 17 | 16 | 0 | 1 | 4 | 2 | 34 | 88 | 447.697 | 11.8421 | 5301.67 | 294.537 | 0.101349 | 92.4405 | 0 | 92.4405 | 13 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 1069 | | FindAndReplaceDialog | DoFindWithWrap(size_t, const TargetRange &) | 2 | 10 | 8 | 2 | 0 | 2 | 1 | 32 | 62 | 310 | 14.1429 | 4384.29 | 243.571 | 0.0892917 | 103.408 | 31.9355 | 135.343 | 8 | 9 |
| LiteEditor/FindAndReplaceDialog.cpp | 1080 | | FindAndReplaceDialog | GetBestTargetRange() const | 0 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 61 | 286.727 | 10.4 | 2981.96 | 165.664 | 0.0690579 | 100.63 | 0 | 100.63 | 6 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 1093 | | FindAndReplaceDialog | OnReplaceTextEnter(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1094 | | FindAndReplaceDialog | OnReplaceTextUpdated(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1096 | | FindAndReplaceDialog | OnFocusGained(clCommandEvent &) | 1 | 11 | 7 | 2 | 2 | 1 | 1 | 25 | 44 | 204.33 | 8.66667 | 1770.86 | 98.381 | 0.0487904 | 104.261 | 30.6787 | 134.94 | 3 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 1108 | | FindAndReplaceDialog | OnFocusLost(clCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 123.012 | 31.9355 | 154.948 | 1 | 2 |
| LiteEditor/FindAndReplaceDialog.cpp | 1114 | | FindAndReplaceDialog | OnTimer(wxTimerEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/FindAndReplaceDialog.cpp | 1116 | | FindAndReplaceDialog | OnReplaceTextUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 123.652 | 0 | 123.652 | 3 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1121 | | FindAndReplaceDialog | HandleKeyboardShortcuts(wxKeyEvent &) | 1 | 29 | 24 | 2 | 3 | 8 | 1 | 58 | 195 | 1142.31 | 22.9412 | 26205.9 | 1455.88 | 0.294088 | 77.9976 | 19.7854 | 97.783 | 24 | 3 |
| LiteEditor/FindAndReplaceDialog.cpp | 1151 | | FindAndReplaceDialog | ShowMenuForFindCtrl() | 0 | 21 | 20 | 0 | 1 | 3 | 2 | 43 | 104 | 564.332 | 14.04 | 7923.21 | 440.179 | 0.132479 | 88.0434 | 0 | 88.0434 | 10 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1173 | | FindAndReplaceDialog | ShowMenuForReplaceCtrl() | 0 | 22 | 20 | 0 | 2 | 3 | 2 | 43 | 104 | 564.332 | 14.04 | 7923.21 | 440.179 | 0.132479 | 87.2898 | 0 | 87.2898 | 10 | 1 |
| LiteEditor/FindAndReplaceDialog.cpp | 1196 | | FindAndReplaceDialog | OnCloseWindow(wxCloseEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 5 | | FindInFilesLocationsDlg | FindInFilesLocationsDlg(wxWindow *, const wxArrayString &) | 2 | 24 | 21 | 2 | 1 | 2 | 1 | 37 | 133 | 692.857 | 18.4091 | 12754.9 | 708.604 | 0.181968 | 85.0432 | 21.6227 | 106.666 | 30 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 30 | | FindInFilesLocationsDlg | DoAppendItem(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 26 | 40 | 188.018 | 7.71429 | 1450.42 | 80.579 | 0.0427112 | 117.467 | 0 | 117.467 | 3 | 7 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 36 | | FindInFilesLocationsDlg | GetLocations() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 27 | 58 | 275.783 | 11.8462 | 3266.97 | 181.499 | 0.0733909 | 103.786 | 0 | 103.786 | 6 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 46 | | FindInFilesLocationsDlg | OnAddPath(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 36 | 162.848 | 7.8 | 1270.22 | 70.5676 | 0.0390958 | 115.031 | 0 | 115.031 | 3 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 53 | | FindInFilesLocationsDlg | OnDeletePath(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 35 | 158.325 | 7.63636 | 1209.02 | 67.168 | 0.0378299 | 115.177 | 0 | 115.177 | 2 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 60 | | FindInFilesLocationsDlg | OnDeletePathUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 40 | 185.754 | 7.38462 | 1371.72 | 76.2069 | 0.0411519 | 117.3 | 0 | 117.3 | 5 | 0 |
| LiteEditor/FindInFilesLocationsDlg.cpp | 66 | | FindInFilesLocationsDlg | DoAppendItem(const wxString &, bool) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 34 | 155.889 | 6.76923 | 1055.25 | 58.6248 | 0.03455 | 118.442 | 0 | 118.442 | 2 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 68 | | ImportFilesDialogNew | ImportFilesDialogNew(wxWindow *) | 1 | 27 | 23 | 1 | 3 | 3 | 1 | 62 | 182 | 1083.66 | 10.3723 | 11240.1 | 624.452 | 0.16726 | 80.5793 | 14.6873 | 95.2666 | 31 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 96 | | ImportFilesDialogNew | ~ImportFilesDialogNew() [override] | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 33 | 75 | 378.33 | 9.1 | 3442.8 | 191.267 | 0.0760011 | 98.1218 | 0 | 98.1218 | 10 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 110 | | ImportFilesDialogNew | DoBuildTree(const wxDataViewItem &, const wxDir &, bool) | 3 | 34 | 26 | 4 | 4 | 5 | 2 | 71 | 249 | 1531.29 | 22.2245 | 34032.1 | 1890.67 | 0.350056 | 74.5869 | 25.3357 | 99.9226 | 43 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 145 | | ImportFilesDialogNew | OnDirChanged(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 151 | | ImportFilesDialogNew | DoBuildTree() | 0 | 26 | 21 | 1 | 4 | 5 | 1 | 53 | 171 | 979.474 | 14.6571 | 14356.3 | 797.572 | 0.196898 | 81.2564 | 14.9585 | 96.2148 | 30 | 3 |
| LiteEditor/ImportFilesDialogNew.cpp | 178 | | ImportFilesDialogNew | OnValueChanged(wxDataViewEvent &) [override] | 1 | 17 | 17 | 0 | 0 | 3 | 2 | 45 | 115 | 631.563 | 12.75 | 8052.43 | 447.357 | 0.133915 | 90.8813 | 0 | 90.8813 | 14 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 196 | | ImportFilesDialogNew | MakeIconText(const wxString &, const wxBitmap &) const | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 46 | 213.617 | 9.42857 | 2014.11 | 111.895 | 0.0531619 | 107.281 | 0 | 107.281 | 7 | 3 |
| LiteEditor/ImportFilesDialogNew.cpp | 206 | | ImportFilesDialogNew | DoCheckChildren(const wxDataViewItem &, bool) | 2 | 24 | 18 | 3 | 3 | 5 | 3 | 43 | 131 | 710.841 | 18.36 | 13051 | 725.057 | 0.184775 | 84.22 | 26.0372 | 110.257 | 17 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 231 | | ImportFilesDialogNew | OnItemExpanding(wxDataViewEvent &) [override] | 1 | 15 | 15 | 0 | 0 | 4 | 2 | 42 | 131 | 706.394 | 15.98 | 11288.2 | 627.121 | 0.167737 | 92.0967 | 0 | 92.0967 | 20 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 247 | | ImportFilesDialogNew | GetDirectories() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 6 | 479.727 | 26.6515 | 0.0204272 | 118.96 | 0 | 118.96 | 3 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 254 | | ImportFilesDialogNew | DoGetCheckedDirs(const wxDataViewItem &, wxStringBoolMap_t &) | 2 | 36 | 28 | 4 | 4 | 11 | 3 | 58 | 209 | 1224.32 | 24.3143 | 29768.4 | 1653.8 | 0.320171 | 73.4443 | 24.6875 | 98.1318 | 21 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 291 | | ImportFilesDialogNew | ExtlessFiles() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 293 | | ImportFilesDialogNew | GetBaseDir() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 295 | | ImportFilesDialogNew | GetFileMask() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/ImportFilesDialogNew.cpp | 296 | | ImportFilesDialogNew | OnBrowse(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 31 | 55 | 272.481 | 8.23529 | 2243.96 | 124.664 | 0.0571332 | 105.786 | 0 | 105.786 | 7 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 49 | | ImportFilesDlgData | ImportFilesDlgData(const wxString &, bool, bool) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.3 | 856.382 | 47.5768 | 0.0300601 | 116.2 | 0 | 116.2 | 1 | 3 |
| LiteEditor/ImportFilesDialogNew.cpp | 56 | | ImportFilesDlgData | ~ImportFilesDlgData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 58 | | ImportFilesDlgData | SetIsChecked(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 59 | | ImportFilesDlgData | SetPath(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 60 | | ImportFilesDlgData | IsChecked() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3 | 99.6578 | 5.53655 | 0.00716506 | 152.554 | 0 | 152.554 | 0 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 61 | | ImportFilesDlgData | GetPath() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 2 |
| LiteEditor/ImportFilesDialogNew.cpp | 62 | | ImportFilesDlgData | SetIsDummy(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 0 |
| LiteEditor/ImportFilesDialogNew.cpp | 63 | | ImportFilesDlgData | IsDummy() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3 | 99.6578 | 5.53655 | 0.00716506 | 152.554 | 0 | 152.554 | 0 | 2 |
| LiteEditor/NewCompilerDlg.cpp | 30 | | NewCompilerDlg | NewCompilerDlg(wxWindow *) | 1 | 15 | 14 | 0 | 1 | 2 | 1 | 33 | 88 | 443.907 | 9.71429 | 4312.24 | 239.569 | 0.0883108 | 94.9724 | 0 | 94.9724 | 18 | 1 |
| LiteEditor/NewCompilerDlg.cpp | 46 | | NewCompilerDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/NewCompilerDlg.cpp | 51 | | NewCompilerDlg | GetMasterCompiler() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 32 | 138.302 | 7.33333 | 1014.21 | 56.3451 | 0.0336484 | 111.22 | 0 | 111.22 | 4 | 1 |
| LiteEditor/NewFileTemplateDialog.cpp | 4 | | NewFileTemplateDialog | NewFileTemplateDialog(wxWindow *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 6.3 | 479.727 | 26.6515 | 0.0204272 | 122.167 | 0 | 122.167 | 2 | 2 |
| LiteEditor/NewFileTemplateDialog.cpp | 10 | | NewFileTemplateDialog | GetPattern() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 8.25 | 1121.45 | 62.3029 | 0.0359804 | 116.2 | 0 | 116.2 | 4 | 2 |
| LiteEditor/NewFileTemplateDialog.cpp | 17 | | NewFileTemplateDialog | GetKind() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| LiteEditor/NewFileTemplateDialog.cpp | 19 | | NewFileTemplateDialog | GetExtension() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| LiteEditor/NewFileTemplateDialog.cpp | 21 | | NewFileTemplateDialog | SetPattern(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/NewFileTemplateDialog.cpp | 23 | | NewFileTemplateDialog | SetKind(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/NewFileTemplateDialog.cpp | 25 | | NewFileTemplateDialog | SetExtension(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/NewThemeDialog.cpp | 5 | | NewThemeDialog | NewThemeDialog(wxWindow *, LexerConf::Ptr_t) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 41 | 185.466 | 6.15385 | 1141.33 | 63.4072 | 0.0364043 | 109.924 | 0 | 109.924 | 7 | 1 |
| LiteEditor/NewThemeDialog.cpp | 14 | | NewThemeDialog | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| LiteEditor/NewThemeDialog.cpp | 16 | | NewThemeDialog | OnLexerSelected(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 6.28571 | 1225.98 | 68.1099 | 0.0381828 | 111.596 | 0 | 111.596 | 6 | 0 |
| LiteEditor/NewThemeDialog.cpp | 24 | | NewThemeDialog | DoInitialize(LexerConf::Ptr_t) | 1 | 16 | 12 | 2 | 2 | 2 | 1 | 32 | 93 | 465 | 8.90476 | 4140.71 | 230.04 | 0.0859532 | 93.6855 | 26.0372 | 119.723 | 15 | 2 |
| LiteEditor/NewVirtualFolderDlg.cpp | 31 | | NewVirtualFolderDlg | NewVirtualFolderDlg(wxWindow *, const wxString &) | 2 | 15 | 14 | 0 | 1 | 1 | 0 | 52 | 128 | 729.656 | 12 | 8755.88 | 486.438 | 0.141605 | 92.6182 | 0 | 92.6182 | 27 | 1 |
| LiteEditor/NewVirtualFolderDlg.cpp | 47 | | NewVirtualFolderDlg | ~NewVirtualFolderDlg() [override] | 0 | 5 | 4 | 0 | 1 | 1 | 0 | 17 | 25 | 102.187 | 5.71429 | 583.923 | 32.4402 | 0.0232871 | 120.638 | 0 | 120.638 | 4 | 0 |
| LiteEditor/NewVirtualFolderDlg.cpp | 53 | | NewVirtualFolderDlg | OnCreateOnDiskUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/NewVirtualFolderDlg.cpp | 58 | | NewVirtualFolderDlg | OnNameUpdated(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 30 | 125.098 | 5 | 625.489 | 34.7494 | 0.0243795 | 113.905 | 0 | 113.905 | 3 | 0 |
| LiteEditor/NewVirtualFolderDlg.cpp | 66 | | NewVirtualFolderDlg | OnOkUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/NewVirtualFolderDlg.cpp | 71 | | NewVirtualFolderDlg | OnCreateOnFolderChecked(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.11111 | 898.001 | 49.8889 | 0.0310263 | 110.905 | 0 | 110.905 | 3 | 0 |
| LiteEditor/NewVirtualFolderDlg.cpp | 80 | | NewVirtualFolderDlg | DoUpdatePath() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 5.71429 | 1021.79 | 56.7662 | 0.0338159 | 114.775 | 0 | 114.775 | 9 | 2 |
| LiteEditor/OpenFolderDlg.cpp | 3 | | OpenFolderDlg | OpenFolderDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 4 | 0 |
| LiteEditor/OpenWindowsPanelBase_liteeditor_bitmaps.cpp | 34 | | | wxCrafterKq0OgDInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/OutputDebugStringThread.cpp | 8 | | OutputDebugStringThread | OutputDebugStringThread() | 0 | 75 | 57 | 10 | 12 | 9 | 0 | 66 | 331 | 2000.69 | 23.4468 | 46909.9 | 2606.11 | 0.433566 | 59.4602 | 26.7997 | 86.2599 | 1 | 0 |
| LiteEditor/OutputDebugStringThread.cpp | 84 | | OutputDebugStringThread | ~OutputDebugStringThread() [override] | 0 | 27 | 23 | 0 | 4 | 5 | 0 | 23 | 91 | 411.644 | 15.125 | 6226.12 | 345.895 | 0.112812 | 85.1526 | 0 | 85.1526 | 0 | 0 |
| LiteEditor/OutputDebugStringThread.cpp | 112 | | OutputDebugStringThread | Entry() [override] | 0 | 30 | 23 | 3 | 4 | 4 | 0 | 51 | 113 | 640.984 | 12.4688 | 7992.27 | 444.015 | 0.133247 | 81.373 | 23.5268 | 104.9 | 0 | 0 |
| LiteEditor/OutputDebugStringThread.cpp | 143 | | OutputDebugStringThread | Stop() | 0 | 11 | 8 | 2 | 1 | 2 | 1 | 17 | 31 | 126.711 | 5.0625 | 641.476 | 35.6376 | 0.0247932 | 106.516 | 30.6787 | 137.195 | 3 | 1 |
| LiteEditor/OutputDebugStringThread.cpp | 155 | | OutputDebugStringThread | Start(int) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 23 | 87.5692 | 3.375 | 295.546 | 16.4192 | 0.0147898 | 118.487 | 0 | 118.487 | 3 | 0 |
| LiteEditor/ProjectCustomBuildTragetDlg.cpp | 37 | | ProjectCustomBuildTragetDlg | ProjectCustomBuildTragetDlg(wxWindow *, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 49 | 230.322 | 9 | 2072.89 | 115.161 | 0.0541914 | 108.798 | 0 | 108.798 | 6 | 2 |
| LiteEditor/ProjectCustomBuildTragetDlg.cpp | 46 | | ProjectCustomBuildTragetDlg | OnEditTargetNameUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 124.465 | 0 | 124.465 | 3 | 0 |
| LiteEditor/ProjectCustomBuildTragetDlg.cpp | 51 | | ProjectCustomBuildTragetDlg | [static] IsPredefinedTarget(const wxString &) | 1 | 8 | 8 | 0 | 0 | 5 | 0 | 21 | 33 | 144.946 | 7.27273 | 1054.16 | 58.5642 | 0.0345262 | 110.286 | 0 | 110.286 | 5 | 3 |
| LiteEditor/SecondarySideBar.cpp | 14 | | SecondarySideBar | SecondarySideBar(wxWindow *, long) | 2 | 15 | 12 | 0 | 3 | 1 | 0 | 49 | 130 | 729.912 | 10.1471 | 7406.46 | 411.47 | 0.126654 | 92.6164 | 0 | 92.6164 | 19 | 1 |
| LiteEditor/SecondarySideBar.cpp | 30 | | SecondarySideBar | ~SecondarySideBar() [override] | 0 | 14 | 11 | 1 | 2 | 2 | 1 | 37 | 102 | 531.364 | 14.0952 | 7489.71 | 416.095 | 0.127601 | 95.1549 | 20.1155 | 115.27 | 15 | 0 |
| LiteEditor/SecondarySideBar.cpp | 45 | | SecondarySideBar | SetSideBar(SideBar *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 1 |
| LiteEditor/SecondarySideBar.cpp | 47 | | SecondarySideBar | AddPage(wxWindow *, const wxString &, const wxString &) | 3 | 12 | 11 | 0 | 1 | 2 | 1 | 39 | 101 | 533.826 | 12.5 | 6672.82 | 370.712 | 0.118146 | 97.6282 | 0 | 97.6282 | 13 | 1 |
| LiteEditor/SecondarySideBar.cpp | 60 | | SecondarySideBar | OnContextMenu(clContextMenuEvent &) | 1 | 15 | 14 | 0 | 1 | 1 | 1 | 37 | 81 | 421.966 | 9.73913 | 4109.58 | 228.31 | 0.0855218 | 95.466 | 0 | 95.466 | 11 | 1 |
| LiteEditor/SecondarySideBar.cpp | 76 | | SecondarySideBar | MoveToPrimarySideBar(int) | 1 | 18 | 13 | 2 | 3 | 2 | 1 | 39 | 102 | 539.111 | 10 | 5391.11 | 299.506 | 0.102486 | 91.0084 | 24.6875 | 115.696 | 13 | 1 |
| LiteEditor/SecondarySideBar.cpp | 95 | | SecondarySideBar | SetSelection(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 34 | 141.777 | 7.5 | 1063.33 | 59.0739 | 0.0347262 | 113.254 | 0 | 113.254 | 2 | 1 |
| LiteEditor/SecondarySideBar.cpp | 103 | | SecondarySideBar | OnSettingsChanged(wxCommandEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 28 | 53 | 254.79 | 7.5 | 1910.92 | 106.162 | 0.0513304 | 102.884 | 22.5149 | 125.399 | 6 | 2 |
| LiteEditor/SelectDropTargetDlg.cpp | 10 | | SelectDropTargetDlg | SelectDropTargetDlg(wxWindow *, const wxArrayString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.66667 | 821.266 | 45.6259 | 0.0292326 | 116.712 | 0 | 116.712 | 3 | 1 |
| LiteEditor/SelectDropTargetDlg.cpp | 17 | | SelectDropTargetDlg | Initialize() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 34 | 62 | 315.423 | 9.47368 | 2988.22 | 166.012 | 0.0691544 | 105.025 | 0 | 105.025 | 9 | 1 |
| LiteEditor/SelectDropTargetDlg.cpp | 27 | | SelectDropTargetDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/SelectDropTargetDlg.cpp | 29 | | SelectDropTargetDlg | OnOK(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 0 | 117.48 | 3 | 0 |
| LiteEditor/SelectDropTargetDlg.cpp | 36 | | SelectDropTargetDlg | OnSelectionActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 3.5 | 273.482 | 15.1935 | 0.0140442 | 122.033 | 0 | 122.033 | 2 | 0 |
| LiteEditor/SelectDropTargetDlg.cpp | 42 | | SelectDropTargetDlg | ActivateSelection() | 0 | 12 | 12 | 0 | 0 | 3 | 2 | 32 | 75 | 375 | 10.1111 | 3791.67 | 210.648 | 0.0810523 | 99.2345 | 0 | 99.2345 | 8 | 2 |
| LiteEditor/SelectProjectsDlg.cpp | 30 | | SelectProjectsDlg | SelectProjectsDlg(wxWindow *) | 1 | 17 | 14 | 1 | 2 | 2 | 1 | 43 | 98 | 531.774 | 12.0962 | 6432.42 | 357.357 | 0.115291 | 92.0056 | 18.3478 | 110.353 | 13 | 0 |
| LiteEditor/SelectProjectsDlg.cpp | 48 | | SelectProjectsDlg | OnSelectAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 8 | 1430.51 | 79.4727 | 0.0423194 | 114.545 | 0 | 114.545 | 2 | 0 |
| LiteEditor/SelectProjectsDlg.cpp | 55 | | SelectProjectsDlg | OnUnSelectAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 41 | 192.718 | 9.33333 | 1798.7 | 99.9279 | 0.0493005 | 114.155 | 0 | 114.155 | 2 | 0 |
| LiteEditor/SelectProjectsDlg.cpp | 62 | | SelectProjectsDlg | GetProjects() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 59 | 283.634 | 11.5 | 3261.79 | 181.211 | 0.0733133 | 103.64 | 0 | 103.64 | 6 | 0 |
| LiteEditor/SideBar.cpp | 70 | | SideBar | SideBar(wxWindow *, const wxString &, wxAuiManager *, long) | 4 | 17 | 17 | 0 | 0 | 2 | 1 | 51 | 144 | 816.829 | 13.6364 | 11138.6 | 618.81 | 0.166251 | 89.7737 | 0 | 89.7737 | 15 | 1 |
| LiteEditor/SideBar.cpp | 88 | | SideBar | ~SideBar() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 9.625 | 1799 | 99.9443 | 0.0493059 | 117.498 | 0 | 117.498 | 4 | 0 |
| LiteEditor/SideBar.cpp | 96 | | SideBar | CreateGUIControls() | 0 | 71 | 44 | 9 | 18 | 3 | 1 | 105 | 460 | 3088.55 | 23 | 71036.7 | 3946.48 | 0.571743 | 59.4702 | 26.2011 | 85.6713 | 57 | 1 |
| LiteEditor/SideBar.cpp | 168 | | SideBar | ClearProgress() | 0 | 9 | 8 | 0 | 1 | 1 | 0 | 19 | 41 | 174.165 | 4.375 | 761.972 | 42.3318 | 0.0278081 | 108.343 | 0 | 108.343 | 7 | 0 |
| LiteEditor/SideBar.cpp | 178 | | SideBar | UpdateProgress(int) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 28 | 68 | 326.9 | 7.76471 | 2538.28 | 141.016 | 0.0620258 | 100.178 | 0 | 100.178 | 11 | 0 |
| LiteEditor/SideBar.cpp | 191 | | SideBar | ApplySavedTabOrder(bool) const | 1 | 16 | 14 | 0 | 2 | 4 | 1 | 43 | 88 | 477.511 | 13.4583 | 6426.51 | 357.028 | 0.11522 | 93.0874 | 0 | 93.0874 | 8 | 1 |
| LiteEditor/SideBar.cpp | 208 | | SideBar | SaveWorkspaceViewTabOrder() const | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 31 | 72 | 356.702 | 10.1111 | 3606.65 | 200.37 | 0.0783938 | 102.678 | 0 | 102.678 | 9 | 1 |
| LiteEditor/SideBar.cpp | 219 | | SideBar | DoGetControlByName(const wxString &) | 1 | 14 | 14 | 0 | 0 | 5 | 1 | 31 | 60 | 297.252 | 7.94444 | 2361.5 | 131.194 | 0.0591113 | 97.4855 | 0 | 97.4855 | 4 | 4 |
| LiteEditor/SideBar.cpp | 234 | | SideBar | IsTabVisible(int) | 1 | 37 | 33 | 1 | 3 | 10 | 2 | 56 | 154 | 894.333 | 23.8333 | 21314.9 | 1184.16 | 0.256252 | 74.8635 | 12.5971 | 87.4606 | 14 | 0 |
| LiteEditor/SideBar.cpp | 272 | | SideBar | OnInitDone(wxCommandEvent &) | 1 | 11 | 9 | 1 | 1 | 2 | 1 | 23 | 41 | 185.466 | 7.09091 | 1315.12 | 73.0624 | 0.0400119 | 104.535 | 22.5149 | 127.05 | 4 | 2 |
| LiteEditor/SideBar.cpp | 284 | | SideBar | SelectTab(const wxString &) | 1 | 9 | 8 | 1 | 0 | 3 | 2 | 27 | 52 | 247.254 | 10.7692 | 2662.74 | 147.93 | 0.064037 | 106.061 | 24.6875 | 130.748 | 4 | 2 |
| LiteEditor/SideBar.cpp | 294 | | SideBar | OnSettingsChanged(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 25 | 47 | 218.261 | 6 | 1309.57 | 72.7537 | 0.0398992 | 109.077 | 0 | 109.077 | 7 | 2 |
| LiteEditor/SideBar.cpp | 303 | | SideBar | ShowTab(const wxString &, bool) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 46 | 216.22 | 6.5625 | 1418.95 | 78.8303 | 0.042091 | 111.29 | 0 | 111.29 | 6 | 1 |
| LiteEditor/SideBar.cpp | 311 | | SideBar | OnContextMenu(clContextMenuEvent &) | 1 | 16 | 15 | 0 | 1 | 1 | 1 | 41 | 92 | 492.895 | 10.0962 | 4976.34 | 276.463 | 0.0971596 | 93.6125 | 0 | 93.6125 | 14 | 1 |
| LiteEditor/SideBar.cpp | 328 | | SideBar | SetSecondarySideBar(SecondarySideBar *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 15 | 57.1103 | 4.66667 | 266.515 | 14.8064 | 0.0138047 | 149.736 | 0 | 149.736 | 0 | 1 |
| LiteEditor/SideBar.cpp | 330 | | SideBar | MoveToSecondarySideBar(int) | 1 | 17 | 12 | 2 | 3 | 2 | 1 | 37 | 92 | 479.27 | 10.0208 | 4802.68 | 266.816 | 0.0948858 | 92.5462 | 25.3357 | 117.882 | 11 | 2 |
| LiteEditor/SideBar.cpp | 348 | | SideBar | MoveToSecondarySideBar() | 0 | 18 | 17 | 0 | 1 | 4 | 2 | 44 | 108 | 589.619 | 13.1538 | 7755.75 | 430.875 | 0.130605 | 90.0827 | 0 | 90.0827 | 15 | 1 |
| LiteEditor/SideBar.cpp | 367 | | SideBar | AddPage(wxWindow *, const wxString &, const wxString &, bool) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 58 | 278.827 | 8.08824 | 2255.22 | 125.29 | 0.0573241 | 112.464 | 0 | 112.464 | 6 | 1 |
| LiteEditor/SideBar.cpp | 374 | | SideBar | GrabFocus() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4 | 352 | 19.5556 | 0.0166178 | 147.488 | 0 | 147.488 | 2 | 2 |
| LiteEditor/ThreadListPanelBase.cpp | 14 | | ThreadListBasePanel | ThreadListBasePanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 42 | 35 | 2 | 5 | 3 | 1 | 75 | 299 | 1862.42 | 19.1696 | 35701.9 | 1983.44 | 0.361415 | 70.6057 | 16.583 | 87.1886 | 45 | 1 |
| LiteEditor/ThreadListPanelBase.cpp | 57 | | ThreadListBasePanel | ~ThreadListBasePanel() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| LiteEditor/ThreadListPanelBase_liteeditor_bitmaps.cpp | 34 | | | wxC15DCInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/WelcomePage.cpp | 48 | {anonymous} | | GetColourForAccount(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 9 | 2030.59 | 112.811 | 0.0534515 | 110.838 | 0 | 110.838 | 7 | 2 |
| LiteEditor/WelcomePage.cpp | 58 | | WelcomePage | WelcomePage(wxWindow *) | 1 | 63 | 51 | 3 | 9 | 2 | 0 | 98 | 451 | 2983.23 | 24.75 | 73835 | 4101.95 | 0.586661 | 61.8172 | 16.583 | 78.4002 | 80 | 1 |
| LiteEditor/WelcomePage.cpp | 122 | | WelcomePage | ~WelcomePage() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| LiteEditor/WelcomePage.cpp | 127 | | WelcomePage | OnSize(wxSizeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/WelcomePage.cpp | 129 | | WelcomePage | OnThemeChanged(clCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 1 | 0 | 29 | 80 | 388.638 | 7.10526 | 2761.38 | 153.41 | 0.0656089 | 99.5087 | 0 | 99.5087 | 15 | 2 |
| LiteEditor/WelcomePage.cpp | 142 | | WelcomePage | OnNewWorkspace(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 48 | 220.078 | 6.78571 | 1493.39 | 82.966 | 0.0435506 | 113.695 | 0 | 113.695 | 8 | 1 |
| LiteEditor/WelcomePage.cpp | 149 | | WelcomePage | OnOpenWorkspace(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 53 | 246.124 | 7 | 1722.87 | 95.715 | 0.047905 | 110.616 | 0 | 110.616 | 9 | 1 |
| LiteEditor/WelcomePage.cpp | 159 | | WelcomePage | UpdateRecentWorkspaces() | 0 | 108 | 87 | 5 | 16 | 13 | 3 | 131 | 711 | 5000.76 | 35.5333 | 177694 | 9871.88 | 1.05356 | 47.8693 | 16.3597 | 64.229 | 107 | 2 |
| LiteEditor/WelcomePage.cpp | 268 | | WelcomePage | OnWorkspaceActivated(wxTreeEvent &) [override] | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 31 | 66 | 326.977 | 9.88235 | 3231.3 | 179.517 | 0.0728557 | 96.3322 | 0 | 96.3322 | 5 | 0 |
| LiteEditor/WelcomePage.cpp | 284 | | WelcomePage | GetWorkspaceItemData(const wxTreeItemId &) | 1 | 9 | 7 | 0 | 2 | 1 | 1 | 26 | 43 | 202.119 | 9.91667 | 2004.35 | 111.353 | 0.05299 | 107.569 | 0 | 107.569 | 2 | 1 |
| LiteEditor/WelcomePage.cpp | 294 | | WelcomePage | OpenBuiltinWorkspace(WelcomePageItemData *) | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 27 | 57 | 271.029 | 6.76471 | 1833.43 | 101.857 | 0.049933 | 107.951 | 26.0372 | 133.989 | 9 | 1 |
| LiteEditor/WelcomePage.cpp | 303 | | WelcomePage | OpenPluginWorkspace(WelcomePageItemData *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 60 | 285.293 | 7.35294 | 2097.74 | 116.541 | 0.0546236 | 107.685 | 0 | 107.685 | 8 | 1 |
| LiteEditor/WelcomePage.cpp | 312 | | WelcomePage | OnGitHub(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 3 | 1 |
| LiteEditor/WelcomePage.cpp | 318 | | WelcomePage | OnGitter(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 3 | 1 |
| LiteEditor/WelcomePage.cpp | 324 | | WelcomePage | Show(bool) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 22 | 81.4097 | 5.25 | 427.401 | 23.7445 | 0.0189134 | 121.82 | 0 | 121.82 | 2 | 1 |
| LiteEditor/WelcomePage.cpp | 330 | | WelcomePage | SelectSomething() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 149.713 | 0 | 149.713 | 1 | 1 |
| LiteEditor/WelcomePage.cpp | 332 | | WelcomePage | DoSomethingSomething() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 124.335 | 31.9355 | 156.27 | 1 | 1 |
| LiteEditor/WelcomePage.cpp | 338 | | WelcomePage | GrabFocus() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 149.713 | 0 | 149.713 | 1 | 2 |
| LiteEditor/WelcomePage.cpp | 340 | | WelcomePage | OnCloseButtonClicked(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.4 | 477.039 | 26.5022 | 0.0203508 | 120.33 | 0 | 120.33 | 4 | 0 |
| LiteEditor/acceltabledlg.cpp | 45 | | AccelTableDlg | AccelTableDlg(wxWindow *) | 1 | 14 | 10 | 1 | 3 | 1 | 0 | 27 | 53 | 252.009 | 5.58824 | 1408.29 | 78.2381 | 0.0418799 | 99.2641 | 20.1155 | 119.38 | 10 | 1 |
| LiteEditor/acceltabledlg.cpp | 60 | | AccelTableDlg | PopulateTable(const wxString &) | 1 | 44 | 37 | 2 | 5 | 8 | 3 | 75 | 284 | 1768.98 | 28.9184 | 51156.1 | 2842.01 | 0.45935 | 68.9697 | 16.2158 | 85.1855 | 31 | 3 |
| LiteEditor/acceltabledlg.cpp | 105 | | AccelTableDlg | OnButtonOk(wxCommandEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 20 | 37 | 159.911 | 4.66667 | 746.253 | 41.4585 | 0.0274243 | 112.858 | 27.6325 | 140.491 | 5 | 0 |
| LiteEditor/acceltabledlg.cpp | 113 | | AccelTableDlg | OnButtonDefaults(wxCommandEvent &) [override] | 1 | 9 | 8 | 2 | 0 | 1 | 0 | 27 | 57 | 271.029 | 6.17647 | 1674 | 93 | 0.0469947 | 106.043 | 33.3545 | 139.398 | 9 | 0 |
| LiteEditor/acceltabledlg.cpp | 123 | | AccelTableDlg | OnEditButton(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/acceltabledlg.cpp | 129 | | AccelTableDlg | DoItemActivated() | 0 | 59 | 46 | 7 | 7 | 11 | 4 | 71 | 327 | 2010.97 | 20.717 | 41661.2 | 2314.51 | 0.40059 | 62.8608 | 25.4325 | 88.2932 | 40 | 2 |
| LiteEditor/acceltabledlg.cpp | 189 | | AccelTableDlg | OnText(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 5.4 | 688.164 | 38.2313 | 0.0259821 | 119.489 | 0 | 119.489 | 3 | 0 |
| LiteEditor/acceltabledlg.cpp | 195 | | AccelTableDlg | OnDVItemActivated(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/acceltabledlg.cpp | 201 | | AccelTableDlg | OnEditUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/acceltabledlg.cpp | 203 | | AccelTableDlg | IsMatchesFilter(const wxString &, const MenuItemData &) | 2 | 14 | 12 | 0 | 2 | 2 | 1 | 35 | 90 | 461.635 | 13.875 | 6405.19 | 355.844 | 0.114965 | 95.8864 | 0 | 95.8864 | 13 | 1 |
| LiteEditor/acceltabledlg.cpp | 218 | | AccelTableDlg | HasAccelerator(const clKeyboardShortcut &, MenuItemData &) | 2 | 13 | 13 | 0 | 0 | 4 | 2 | 31 | 65 | 322.023 | 14.5385 | 4681.72 | 260.095 | 0.0932858 | 98.4998 | 0 | 98.4998 | 4 | 1 |
| LiteEditor/acceltabledlg.cpp | 232 | | AccelTableDlg | DoGetItemData(const wxDataViewItem &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 28 | 122.985 | 8.125 | 999.252 | 55.514 | 0.0333167 | 123.289 | 0 | 123.289 | 1 | 3 |
| LiteEditor/acceltabledlg.cpp | 237 | | AccelTableDlg | FindAccel(const MenuItemData &) | 1 | 15 | 14 | 0 | 1 | 5 | 2 | 39 | 88 | 465.115 | 16.8421 | 7833.52 | 435.196 | 0.131477 | 94.0397 | 0 | 94.0397 | 7 | 1 |
| LiteEditor/addoptioncheckdlg.cpp | 37 | | AddOptionCheckDlg | AddOptionCheckDlg(wxWindow *, const wxString &, const Compiler::CmpCmdLineOptions &, const wxString &) | 4 | 18 | 13 | 2 | 3 | 2 | 1 | 46 | 101 | 557.88 | 12.3103 | 6867.69 | 381.538 | 0.120435 | 90.8304 | 24.6875 | 115.518 | 13 | 2 |
| LiteEditor/addoptioncheckdlg.cpp | 56 | | AddOptionCheckDlg | SetValue(const wxString &) | 1 | 7 | 6 | 0 | 1 | 1 | 0 | 17 | 27 | 110.361 | 4.88889 | 539.545 | 29.9747 | 0.0220918 | 114.787 | 0 | 114.787 | 3 | 1 |
| LiteEditor/addoptioncheckdlg.cpp | 64 | | AddOptionCheckDlg | GetValue() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 2 |
| LiteEditor/addoptioncheckdlg.cpp | 66 | | AddOptionCheckDlg | OnOptionToggled(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 122.434 | 0 | 122.434 | 2 | 0 |
| LiteEditor/addoptioncheckdlg.cpp | 72 | | AddOptionCheckDlg | OnOptionsText(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| LiteEditor/addoptioncheckdlg.cpp | 74 | | AddOptionCheckDlg | UpdateOptions() | 0 | 32 | 27 | 2 | 3 | 6 | 4 | 65 | 206 | 1240.61 | 19.4419 | 24119.7 | 1339.98 | 0.278266 | 76.4336 | 18.8844 | 95.318 | 29 | 2 |
| LiteEditor/addoptioncheckdlg.cpp | 107 | | AddOptionCheckDlg | UpdateCmdLine() | 0 | 38 | 30 | 6 | 2 | 9 | 3 | 68 | 247 | 1503.6 | 23.7273 | 35676.4 | 1982.02 | 0.361243 | 71.9599 | 28.8719 | 100.832 | 35 | 3 |
| LiteEditor/addoptioncheckdlgbase.cpp | 37 | | AddOptionCheckDialogBase | AddOptionCheckDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 56 | 40 | 1 | 15 | 1 | 0 | 103 | 514 | 3436.86 | 19.4943 | 66999 | 3722.17 | 0.549867 | 63.2193 | 10.2772 | 73.4965 | 61 | 1 |
| LiteEditor/addoptioncheckdlgbase.cpp | 94 | | AddOptionCheckDialogBase | ~AddOptionCheckDialogBase() [override] | 0 | 7 | 5 | 1 | 1 | 1 | 0 | 20 | 44 | 190.165 | 8 | 1521.32 | 84.5177 | 0.0440919 | 111.957 | 27.6325 | 139.59 | 8 | 0 |
| LiteEditor/advance_settings_base.cpp | 14 | | AdvancedDlgBase | AdvancedDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 48 | 37 | 2 | 9 | 4 | 1 | 93 | 416 | 2720.29 | 20.411 | 55523.7 | 3084.65 | 0.485137 | 66.2424 | 15.5492 | 81.7916 | 62 | 1 |
| LiteEditor/advance_settings_base.cpp | 63 | | AdvancedDlgBase | ~AdvancedDlgBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 62 | 276.485 | 9.58333 | 2649.65 | 147.203 | 0.0638269 | 107.848 | 0 | 107.848 | 12 | 0 |
| LiteEditor/advance_settings_liteeditor_bitmaps.cpp | 34 | | | wxCrafterMQKEsvInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/advanced_settings.cpp | 52 | | BuildSettingsDialog | BuildSettingsDialog(wxWindow *, size_t, int, wxString, wxPoint, wxSize, int) | 7 | 15 | 13 | 0 | 2 | 1 | 0 | 49 | 107 | 600.774 | 10.6667 | 6408.26 | 356.014 | 0.115002 | 93.6288 | 0 | 93.6288 | 19 | 1 |
| LiteEditor/advanced_settings.cpp | 68 | | BuildSettingsDialog | LoadCompilers() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 4 |
| LiteEditor/advanced_settings.cpp | 70 | | BuildSettingsDialog | ~BuildSettingsDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 4.66667 | 201.53 | 11.1961 | 0.0114579 | 151.189 | 0 | 151.189 | 1 | 0 |
| LiteEditor/advanced_settings.cpp | 72 | | BuildSettingsDialog | OnButtonNewClicked() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 45 | 200.674 | 7 | 1404.72 | 78.0401 | 0.0418092 | 109.284 | 0 | 109.284 | 6 | 2 |
| LiteEditor/advanced_settings.cpp | 81 | | BuildSettingsDialog | OnButtonOKClicked(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/advanced_settings.cpp | 87 | | BuildSettingsDialog | CreateNewCompiler(const wxString &, const wxString &) | 2 | 17 | 16 | 0 | 1 | 3 | 1 | 40 | 116 | 617.344 | 16.7727 | 10354.5 | 575.252 | 0.158355 | 90.9997 | 0 | 90.9997 | 20 | 1 |
| LiteEditor/advanced_settings.cpp | 105 | | BuildSettingsDialog | DeleteCompiler(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 52 | 255.158 | 9 | 2296.42 | 127.579 | 0.0580203 | 108.035 | 0 | 108.035 | 7 | 0 |
| LiteEditor/advanced_settings.cpp | 114 | | BuildSettingsDialog | OnContextMenu(wxContextMenuEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/advanced_settings.cpp | 120 | | BuildSettingsDialog | OnAutoDetectCompilers(wxButton *) | 1 | 26 | 20 | 2 | 4 | 5 | 2 | 48 | 155 | 865.669 | 13.1818 | 11411.1 | 633.95 | 0.168952 | 81.8986 | 20.8285 | 102.727 | 22 | 0 |
| LiteEditor/advanced_settings.cpp | 147 | | BuildSettingsDialog | OnCompilersDetected(const ICompilerLocator::CompilerVec_t &) | 1 | 27 | 22 | 2 | 3 | 5 | 3 | 48 | 142 | 793.065 | 15 | 11896 | 660.887 | 0.173705 | 81.7427 | 20.4627 | 102.205 | 21 | 2 |
| LiteEditor/advanced_settings.cpp | 175 | | BuildSettingsDialog | OnApply(wxCommandEvent &) [override] | 1 | 18 | 15 | 3 | 0 | 3 | 2 | 41 | 109 | 583.973 | 11.25 | 6569.7 | 364.983 | 0.116925 | 90.3627 | 29.5564 | 119.919 | 16 | 1 |
| LiteEditor/advanced_settings.cpp | 194 | | BuildSettingsDialog | OnApplyUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 28 | 121.014 | 5.5 | 665.577 | 36.9765 | 0.0254104 | 123.143 | 0 | 123.143 | 3 | 0 |
| LiteEditor/advanced_settings.cpp | 199 | | BuildSettingsDialog | OnAddExistingCompiler() | 0 | 32 | 24 | 5 | 3 | 6 | 3 | 40 | 130 | 691.851 | 13 | 8994.06 | 499.67 | 0.144161 | 79.4704 | 28.7405 | 108.211 | 22 | 2 |
| LiteEditor/advanced_settings.cpp | 232 | | BuildSettingsDialog | OnScanAndSuggestCompilers() | 0 | 7 | 6 | 1 | 0 | 2 | 1 | 18 | 32 | 133.438 | 6.25 | 833.985 | 46.3325 | 0.0295337 | 113.569 | 27.6325 | 141.202 | 4 | 1 |
| LiteEditor/app.cpp | 185 | | | massCopy(const wxString &, const wxString &, const wxString &) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 38 | 92 | 482.809 | 11.9583 | 5773.59 | 320.755 | 0.107278 | 102.811 | 0 | 102.811 | 10 | 1 |
| LiteEditor/app.cpp | 235 | | | WaitForDebugger(int) | 1 | 46 | 36 | 3 | 7 | 7 | 2 | 62 | 273 | 1625.5 | 17.3913 | 28269.5 | 1570.53 | 0.309331 | 68.9195 | 19.2694 | 88.1889 | 37 | 2 |
| LiteEditor/app.cpp | 283 | | | main(int, char **) | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 0 |
| LiteEditor/app.cpp | 283 | | | wxGetApp() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 2 | 2 | 0.5 | 1 | 0.0555556 | 0.000333333 | 167.166 | 0 | 167.166 | 1 | 0 |
| LiteEditor/app.cpp | 283 | | | wxCreateApp() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 2 | 3 |
| LiteEditor/app.cpp | 197 | {anonymous} | | ChildTerminatedSignalHandler(int) | 1 | 14 | 12 | 1 | 1 | 3 | 2 | 30 | 57 | 279.693 | 10.8571 | 3036.66 | 168.704 | 0.0698999 | 98.2621 | 20.1155 | 118.378 | 2 | 1 |
| LiteEditor/app.cpp | 215 | {anonymous} | | CodeLiteBlockSigChild() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 5.625 | 914.151 | 50.7862 | 0.0313972 | 112.774 | 0 | 112.774 | 2 | 1 |
| LiteEditor/app.cpp | 223 | {anonymous} | | on_sigpipe(int) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 3.88889 | 357.778 | 19.8765 | 0.0167992 | 121.184 | 0 | 121.184 | 8 | 2 |
| LiteEditor/app.cpp | 292 | | CodeLiteApp | CodeLiteApp() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 27 | 105.486 | 5.14286 | 542.5 | 30.1389 | 0.0221724 | 115.022 | 0 | 115.022 | 0 | 1 |
| LiteEditor/app.cpp | 300 | | CodeLiteApp | ~CodeLiteApp() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 13 | 23 | 85.1101 | 6.75 | 574.493 | 31.9163 | 0.0230357 | 115.908 | 0 | 115.908 | 2 | 0 |
| LiteEditor/app.cpp | 310 | | CodeLiteApp | OnInit() [override] | 0 | 485 | 331 | 87 | 72 | 53 | 4 | 370 | 2422 | 20663 | 56.9388 | 1.17653e+06 | 65362.6 | 3.7149 | 6.95907 | 30.503 | 37.4621 | 283 | 0 |
| LiteEditor/app.cpp | 796 | | CodeLiteApp | ProcessCommandLineParams() | 0 | 16 | 15 | 0 | 1 | 4 | 2 | 34 | 86 | 437.522 | 16.3125 | 7137.07 | 396.504 | 0.123564 | 93.5422 | 0 | 93.5422 | 6 | 1 |
| LiteEditor/app.cpp | 813 | | CodeLiteApp | OnExit() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/app.cpp | 815 | | CodeLiteApp | CopySettings(const wxString &, wxString &) | 2 | 12 | 7 | 4 | 1 | 1 | 0 | 27 | 63 | 299.558 | 9.28125 | 2780.27 | 154.46 | 0.0659078 | 100.863 | 38.9925 | 139.855 | 8 | 1 |
| LiteEditor/app.cpp | 828 | | CodeLiteApp | OnFatalException() [override] | 0 | 14 | 13 | 0 | 1 | 2 | 0 | 40 | 99 | 526.871 | 8.14286 | 4290.23 | 238.346 | 0.0880101 | 95.1991 | 0 | 95.1991 | 18 | 0 |
| LiteEditor/app.cpp | 843 | | CodeLiteApp | IsSingleInstance(const wxCmdLineParser &) | 1 | 46 | 35 | 4 | 7 | 5 | 3 | 86 | 253 | 1625.84 | 17.7063 | 28787.8 | 1599.32 | 0.313101 | 69.3783 | 22.0554 | 91.4337 | 43 | 1 |
| LiteEditor/app.cpp | 890 | | CodeLiteApp | MacOpenFile(const wxString &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 28 | 60 | 288.441 | 8.66667 | 2499.82 | 138.879 | 0.0613977 | 102.239 | 0 | 102.239 | 6 | 0 |
| LiteEditor/app.cpp | 902 | | CodeLiteApp | MSWReadRegistry() | 0 | 76 | 46 | 15 | 15 | 8 | 0 | 76 | 438 | 2736.59 | 25.1379 | 68792.3 | 3821.79 | 0.559635 | 57.8469 | 31.7592 | 89.6061 | 0 | 0 |
| LiteEditor/app.cpp | 979 | | CodeLiteApp | DoFindMenuFile(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 6.81818 | 1018.22 | 56.5677 | 0.033737 | 115.711 | 0 | 115.711 | 5 | 1 |
| LiteEditor/app.cpp | 986 | | CodeLiteApp | DoCopyGdbPrinters() | 0 | 15 | 13 | 1 | 1 | 1 | 0 | 34 | 95 | 483.309 | 8.84783 | 4276.23 | 237.569 | 0.0878186 | 94.7602 | 19.4709 | 114.231 | 16 | 1 |
| LiteEditor/app.cpp | 1002 | | CodeLiteApp | AdjustPathForCygwinIfNeeded() | 0 | 60 | 45 | 6 | 9 | 6 | 0 | 85 | 319 | 2044.6 | 20.0156 | 40923.9 | 2273.55 | 0.395849 | 63.6523 | 23.5268 | 87.179 | 0 | 1 |
| LiteEditor/app.cpp | 1063 | | CodeLiteApp | AdjustPathForMSYSIfNeeded() | 0 | 44 | 32 | 6 | 7 | 3 | 0 | 64 | 233 | 1398 | 16.4574 | 23007.5 | 1278.2 | 0.269645 | 71.3436 | 27.069 | 98.4126 | 0 | 1 |
| LiteEditor/app.cpp | 1108 | | CodeLiteApp | PrintUsage(const wxCmdLineParser &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 53 | 262.572 | 7.26316 | 1907.1 | 105.95 | 0.051262 | 106.208 | 0 | 106.208 | 6 | 2 |
| LiteEditor/app.cpp | 1118 | | CodeLiteApp | OpenFolder(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 37 | 87 | 453.222 | 8.66667 | 3927.93 | 218.218 | 0.0829827 | 101.433 | 0 | 101.433 | 14 | 2 |
| LiteEditor/app.cpp | 1129 | | CodeLiteApp | OpenFile(const wxString &, long) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 33 | 77 | 388.418 | 9.1 | 3534.61 | 196.367 | 0.0773463 | 103.942 | 0 | 103.942 | 11 | 1 |
| LiteEditor/app.cpp | 1139 | | CodeLiteApp | OpenItem(const wxString &, long) | 2 | 17 | 14 | 2 | 1 | 3 | 2 | 32 | 98 | 490 | 11.2895 | 5531.84 | 307.325 | 0.104262 | 92.201 | 25.3357 | 117.537 | 14 | 1 |
| LiteEditor/app.cpp | 1162 | | CodeLiteApp | [static] FinalizeShutdown() | 0 | 22 | 16 | 3 | 3 | 3 | 2 | 41 | 110 | 589.331 | 7.24138 | 4267.57 | 237.087 | 0.0876999 | 87.0644 | 27.069 | 114.133 | 34 | 1 |
| LiteEditor/assignedfilesmodel.cpp | 17 | | AssignedFilesModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 31 | | AssignedFilesModel | AssignedFilesModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| LiteEditor/assignedfilesmodel.cpp | 36 | | AssignedFilesModel | ~AssignedFilesModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 44 | | AssignedFilesModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 64 | | AssignedFilesModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 69 | | AssignedFilesModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 77 | | AssignedFilesModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 90 | | AssignedFilesModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 99 | | AssignedFilesModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 106 | | AssignedFilesModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 125 | | AssignedFilesModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| LiteEditor/assignedfilesmodel.cpp | 162 | | AssignedFilesModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 3 |
| LiteEditor/assignedfilesmodel.cpp | 169 | | AssignedFilesModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 179 | | AssignedFilesModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 188 | | AssignedFilesModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 217 | | AssignedFilesModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 228 | | AssignedFilesModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 1 |
| LiteEditor/assignedfilesmodel.cpp | 238 | | AssignedFilesModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 243 | | AssignedFilesModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 2 |
| LiteEditor/assignedfilesmodel.cpp | 252 | | AssignedFilesModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 260 | | AssignedFilesModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 269 | | AssignedFilesModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 279 | | AssignedFilesModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 291 | | AssignedFilesModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| LiteEditor/assignedfilesmodel.cpp | 303 | | AssignedFilesModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| LiteEditor/attachdbgprocbasedlg.cpp | 14 | | AttachDbgProcBaseDlg | AttachDbgProcBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 104 | 78 | 2 | 24 | 7 | 1 | 146 | 893 | 6420.51 | 30.9472 | 198697 | 11038.7 | 1.13503 | 48.5612 | 10.6593 | 59.2204 | 133 | 1 |
| LiteEditor/attachdbgprocbasedlg.cpp | 119 | | AttachDbgProcBaseDlg | ~AttachDbgProcBaseDlg() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 30 | 98 | 480.875 | 9.25 | 4448.1 | 247.116 | 0.090156 | 98.4014 | 0 | 98.4014 | 20 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 49 | | AttachDbgProcDlg | AttachDbgProcDlg(wxWindow *) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 45 | 107 | 587.628 | 11.8393 | 6957.1 | 386.506 | 0.121478 | 93.5139 | 0 | 93.5139 | 17 | 1 |
| LiteEditor/attachdbgprocdlg.cpp | 65 | | AttachDbgProcDlg | RefreshProcessesList(wxString) | 1 | 32 | 22 | 3 | 7 | 6 | 3 | 59 | 182 | 1070.64 | 21.7027 | 23235.8 | 1290.88 | 0.271425 | 77.1998 | 22.8376 | 100.037 | 24 | 3 |
| LiteEditor/attachdbgprocdlg.cpp | 98 | | AttachDbgProcDlg | GetExeName() const | 0 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 33 | 144.946 | 6.36364 | 922.387 | 51.2437 | 0.0315855 | 115.866 | 0 | 115.866 | 4 | 1 |
| LiteEditor/attachdbgprocdlg.cpp | 105 | | AttachDbgProcDlg | GetProcessId() const | 0 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 33 | 144.946 | 6.36364 | 922.387 | 51.2437 | 0.0315855 | 115.866 | 0 | 115.866 | 4 | 2 |
| LiteEditor/attachdbgprocdlg.cpp | 112 | | AttachDbgProcDlg | OnBtnAttachUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 117 | | AttachDbgProcDlg | ~AttachDbgProcDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.71429 | 583.923 | 32.4402 | 0.0232871 | 124.253 | 0 | 124.253 | 4 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 122 | | AttachDbgProcDlg | OnFilter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.44444 | 454.163 | 25.2313 | 0.0196949 | 120.638 | 0 | 120.638 | 3 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 128 | | AttachDbgProcDlg | OnRefresh(wxCommandEvent &) [override] | 1 | 8 | 7 | 1 | 0 | 1 | 0 | 19 | 33 | 140.182 | 4.72727 | 662.677 | 36.8154 | 0.0253365 | 111.38 | 26.0372 | 137.417 | 5 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 136 | | AttachDbgProcDlg | OnEnter(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 1 | 19 | 29 | 123.19 | 5 | 615.949 | 34.2194 | 0.024131 | 123.051 | 0 | 123.051 | 3 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 140 | | AttachDbgProcDlg | OnItemActivated(wxDataViewEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 43 | | NameSorter | operator()(const ProcessEntry &, const ProcessEntry &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 7.77778 | 1024.22 | 56.9013 | 0.0338695 | 122.934 | 0 | 122.934 | 1 | 0 |
| LiteEditor/attachdbgprocdlg.cpp | 39 | | PIDSorter | operator()(const ProcessEntry &, const ProcessEntry &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 8.57143 | 910.92 | 50.6067 | 0.0313232 | 146.507 | 0 | 146.507 | 0 | 0 |
| LiteEditor/batchbuildbasedlg.cpp | 37 | | BatchBuildBaseDlg | BatchBuildBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 85 | 60 | 1 | 24 | 1 | 0 | 105 | 801 | 5378.11 | 29.6629 | 159530 | 8862.8 | 0.980486 | 54.1306 | 8.3622 | 62.4928 | 113 | 1 |
| LiteEditor/batchbuildbasedlg.cpp | 123 | | BatchBuildBaseDlg | ~BatchBuildBaseDlg() [override] | 0 | 18 | 16 | 1 | 1 | 1 | 0 | 40 | 242 | 1287.91 | 15.5 | 19962.6 | 1109.03 | 0.245295 | 86.71 | 17.8544 | 104.564 | 52 | 0 |
| LiteEditor/batchbuilddlg.cpp | 32 | | BatchBuildDlg | BatchBuildDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.78571 | 578.571 | 32.1429 | 0.0231446 | 117.797 | 0 | 117.797 | 3 | 1 |
| LiteEditor/batchbuilddlg.cpp | 39 | | BatchBuildDlg | OnItemSelected(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 0 |
| LiteEditor/batchbuilddlg.cpp | 44 | | BatchBuildDlg | OnItemToggled(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 127.091 | 0 | 127.091 | 1 | 0 |
| LiteEditor/batchbuilddlg.cpp | 49 | | BatchBuildDlg | OnBuild(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.33333 | 580.579 | 32.2544 | 0.0231981 | 113.778 | 0 | 113.778 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 57 | | BatchBuildDlg | OnBuildUI(wxUpdateUIEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 2 | 32 | 62 | 310 | 12.4667 | 3864.67 | 214.704 | 0.0820893 | 100.224 | 0 | 100.224 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 70 | | BatchBuildDlg | OnClean(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 4.33333 | 580.579 | 32.2544 | 0.0231981 | 113.778 | 0 | 113.778 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 78 | | BatchBuildDlg | OnCleanUI(wxUpdateUIEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 2 | 32 | 62 | 310 | 12.4667 | 3864.67 | 214.704 | 0.0820893 | 100.224 | 0 | 100.224 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 91 | | BatchBuildDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 9.69231 | 2119.95 | 117.775 | 0.0550084 | 111 | 0 | 111 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 99 | | BatchBuildDlg | OnUnCheckAll(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 9.69231 | 2119.95 | 117.775 | 0.0550084 | 111 | 0 | 111 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 107 | | BatchBuildDlg | OnMoveUp(wxCommandEvent &) [override] | 1 | 20 | 17 | 1 | 2 | 3 | 1 | 38 | 96 | 503.801 | 13.8182 | 6961.61 | 386.756 | 0.121531 | 89.4238 | 16.9762 | 106.4 | 7 | 0 |
| LiteEditor/batchbuilddlg.cpp | 128 | | BatchBuildDlg | OnMoveUpUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 0 |
| LiteEditor/batchbuilddlg.cpp | 133 | | BatchBuildDlg | OnMoveDown(wxCommandEvent &) [override] | 1 | 20 | 17 | 1 | 2 | 3 | 1 | 39 | 106 | 560.253 | 15.8409 | 8874.91 | 493.051 | 0.142885 | 88.8715 | 16.9762 | 105.848 | 8 | 0 |
| LiteEditor/batchbuilddlg.cpp | 154 | | BatchBuildDlg | OnMoveDownUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 0 |
| LiteEditor/batchbuilddlg.cpp | 159 | | BatchBuildDlg | OnClose(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 117.797 | 0 | 117.797 | 3 | 0 |
| LiteEditor/batchbuilddlg.cpp | 166 | | BatchBuildDlg | GetBuildInfoList() const | 0 | 38 | 33 | 2 | 3 | 7 | 5 | 65 | 232 | 1397.19 | 22 | 30738.2 | 1707.68 | 0.327088 | 72.8016 | 17.3987 | 90.2003 | 26 | 1 |
| LiteEditor/batchbuilddlg.cpp | 205 | | BatchBuildDlg | DoInitialize() | 0 | 60 | 46 | 8 | 6 | 11 | 5 | 78 | 353 | 2218.75 | 25.7321 | 57093.1 | 3171.84 | 0.494236 | 62.0772 | 26.7997 | 88.8769 | 50 | 1 |
| LiteEditor/batchbuilddlg.cpp | 266 | | BatchBuildDlg | DoSaveBatchBuildOrder() | 0 | 14 | 12 | 0 | 2 | 3 | 2 | 40 | 94 | 500.261 | 11.6667 | 5836.38 | 324.243 | 0.108054 | 95.2386 | 0 | 95.2386 | 13 | 3 |
| LiteEditor/breakpoint_dlg_liteeditor_bitmaps.cpp | 34 | | | wxCrafterFrb2RoInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/breakpointdlgbase.cpp | 107 | | BreakpointPropertiesDlgBase | BreakpointPropertiesDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 309 | 233 | 2 | 74 | 12 | 1 | 233 | 2476 | 19471.7 | 56.1531 | 1.0934e+06 | 60744.3 | 3.53778 | 24.0009 | 6.21565 | 30.2166 | 381 | 1 |
| LiteEditor/breakpointdlgbase.cpp | 417 | | BreakpointPropertiesDlgBase | ~BreakpointPropertiesDlgBase() [override] | 0 | 22 | 22 | 0 | 0 | 1 | 0 | 35 | 170 | 871.978 | 13 | 11335.7 | 629.762 | 0.168207 | 85.4871 | 0 | 85.4871 | 36 | 0 |
| LiteEditor/breakpointdlgbase.cpp | 14 | | BreakpointTabBase | BreakpointTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 75 | 57 | 2 | 16 | 3 | 1 | 100 | 634 | 4212.2 | 28.1481 | 118566 | 6586.99 | 0.804486 | 56.9688 | 12.5146 | 69.4835 | 108 | 1 |
| LiteEditor/breakpointdlgbase.cpp | 90 | | BreakpointTabBase | ~BreakpointTabBase() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 31 | 134 | 663.862 | 12.1429 | 8061.19 | 447.844 | 0.134012 | 92.0641 | 0 | 92.0641 | 28 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 34 | | BreakptPropertiesDlg | BreakptPropertiesDlg(wxWindow *) | 1 | 9 | 9 | 2 | 0 | 1 | 0 | 23 | 39 | 176.419 | 6.41667 | 1132.02 | 62.8901 | 0.0362061 | 108.276 | 33.3545 | 141.631 | 5 | 2 |
| LiteEditor/breakpointpropertiesdlg.cpp | 45 | | BreakptPropertiesDlg | EnterBPData(const clDebuggerBreakpoint &) | 1 | 53 | 46 | 6 | 3 | 6 | 3 | 79 | 309 | 1947.87 | 22 | 42853.1 | 2380.73 | 0.408194 | 65.9139 | 24.8981 | 90.812 | 30 | 2 |
| LiteEditor/breakpointpropertiesdlg.cpp | 99 | | BreakptPropertiesDlg | EndModal(int) [override] | 1 | 66 | 56 | 3 | 7 | 9 | 3 | 86 | 368 | 2364.87 | 23.0312 | 54465.8 | 3025.88 | 0.478955 | 60.6615 | 16.2158 | 76.8773 | 51 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 166 | | BreakptPropertiesDlg | OnCheckBreakLineno(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 25 | 104.248 | 5.625 | 586.396 | 32.5775 | 0.0233528 | 117.35 | 0 | 117.35 | 1 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 173 | | BreakptPropertiesDlg | OnCheckBreakFunction(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 25 | 104.248 | 5.625 | 586.396 | 32.5775 | 0.0233528 | 117.35 | 0 | 117.35 | 1 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 180 | | BreakptPropertiesDlg | OnCheckBreakMemory(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 25 | 104.248 | 5.625 | 586.396 | 32.5775 | 0.0233528 | 117.35 | 0 | 117.35 | 1 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 187 | | BreakptPropertiesDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 34 | 95 | 483.309 | 12.6316 | 6104.96 | 339.164 | 0.111344 | 95.1879 | 0 | 95.1879 | 17 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 202 | | BreakptPropertiesDlg | OnCheckBreakLinenoUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 5.76923 | 965.606 | 53.6448 | 0.0325646 | 117.842 | 0 | 117.842 | 4 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 208 | | BreakptPropertiesDlg | OnCheckBreakFunctionUI(wxUpdateUIEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 24 | 48 | 220.078 | 6.78571 | 1493.39 | 82.966 | 0.0435506 | 113.465 | 0 | 113.465 | 6 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 215 | | BreakptPropertiesDlg | OnCheckBreakMemoryUI(wxUpdateUIEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 2 | 0 | 25 | 49 | 227.549 | 7.46429 | 1698.49 | 94.3606 | 0.047452 | 110.794 | 27.6325 | 138.426 | 6 | 0 |
| LiteEditor/breakpointpropertiesdlg.cpp | 223 | | BreakptPropertiesDlg | OnPageChanging(wxBookCtrlEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 45 | 216.331 | 7.36667 | 1593.64 | 88.5355 | 0.0454784 | 106.986 | 0 | 106.986 | 6 | 2 |
| LiteEditor/breakpointpropertiesdlg.cpp | 233 | | BreakptPropertiesDlg | OnPageChanged(wxBookCtrlEvent &) [override] | 1 | 20 | 19 | 3 | 0 | 4 | 1 | 45 | 104 | 571.153 | 11.3103 | 6459.93 | 358.885 | 0.115619 | 88.5413 | 28.2321 | 116.773 | 21 | 0 |
| LiteEditor/breakpointsmgr.cpp | 41 | | BreakptMgr | BreakptMgr() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 51 | 230.702 | 9.27273 | 2139.23 | 118.846 | 0.0553415 | 110.952 | 0 | 110.952 | 4 | 1 |
| LiteEditor/breakpointsmgr.cpp | 49 | | BreakptMgr | ~BreakptMgr() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 48 | 207.453 | 9.16667 | 1901.65 | 105.647 | 0.0511641 | 114.002 | 0 | 114.002 | 5 | 0 |
| LiteEditor/breakpointsmgr.cpp | 56 | | BreakptMgr | AddBreakpointByAddress(const wxString &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 6.78571 | 1275.6 | 70.8668 | 0.0392063 | 109.854 | 0 | 109.854 | 4 | 1 |
| LiteEditor/breakpointsmgr.cpp | 65 | | BreakptMgr | AddBreakpointByLineno(const wxString &, int, const wxString &, bool, bool) | 5 | 14 | 14 | 0 | 0 | 2 | 1 | 35 | 85 | 435.989 | 13 | 5667.86 | 314.881 | 0.105964 | 96.1837 | 0 | 96.1837 | 6 | 1 |
| LiteEditor/breakpointsmgr.cpp | 80 | | BreakptMgr | AddBreakpoint(const clDebuggerBreakpoint &) | 1 | 35 | 24 | 5 | 6 | 10 | 2 | 55 | 174 | 1005.96 | 15.0811 | 15170.9 | 842.828 | 0.204277 | 75.1522 | 27.6325 | 102.785 | 20 | 7 |
| LiteEditor/breakpointsmgr.cpp | 117 | | BreakptMgr | AddBreakpoint() | 0 | 30 | 27 | 0 | 3 | 9 | 2 | 67 | 216 | 1310.28 | 17.5761 | 23029.5 | 1279.42 | 0.269817 | 76.505 | 0 | 76.505 | 32 | 1 |
| LiteEditor/breakpointsmgr.cpp | 148 | | BreakptMgr | GetBreakpoints() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 17 | 62.9075 | 3.5 | 220.176 | 12.232 | 0.0121542 | 123.16 | 0 | 123.16 | 2 | 7 |
| LiteEditor/breakpointsmgr.cpp | 155 | | BreakptMgr | GetBreakpoint(const wxString &, const int) | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 36 | 85 | 439.444 | 15.2105 | 6684.17 | 371.343 | 0.11828 | 99.8194 | 0 | 99.8194 | 8 | 8 |
| LiteEditor/breakpointsmgr.cpp | 167 | | BreakptMgr | GetBreakpoint(const wxString &, const int) const | 2 | 11 | 11 | 0 | 0 | 3 | 1 | 36 | 87 | 449.783 | 16.1053 | 7243.88 | 402.438 | 0.124794 | 99.6985 | 0 | 99.6985 | 8 | 0 |
| LiteEditor/breakpointsmgr.cpp | 179 | | BreakptMgr | GetTooltip(const wxString &, int, wxString &, wxString &) | 4 | 47 | 40 | 0 | 7 | 15 | 2 | 73 | 321 | 1986.93 | 29.3878 | 58391.5 | 3243.97 | 0.501701 | 65.687 | 0 | 65.687 | 54 | 1 |
| LiteEditor/breakpointsmgr.cpp | 229 | | BreakptMgr | DeleteAllBreakpointMarkers() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 56 | 266.274 | 8 | 2130.19 | 118.344 | 0.0551854 | 109.977 | 0 | 109.977 | 6 | 6 |
| LiteEditor/breakpointsmgr.cpp | 238 | | BreakptMgr | RefreshBreakpointMarkers() | 0 | 12 | 9 | 1 | 2 | 2 | 1 | 33 | 76 | 383.374 | 8 | 3066.99 | 170.388 | 0.0703645 | 99.3497 | 21.6227 | 120.972 | 11 | 10 |
| LiteEditor/breakpointsmgr.cpp | 252 | | BreakptMgr | DoRefreshFileBreakpoints(clEditor *) | 1 | 45 | 36 | 7 | 2 | 10 | 3 | 73 | 315 | 1949.79 | 36.0978 | 70383.4 | 3910.19 | 0.568232 | 67.6396 | 28.6848 | 96.3243 | 30 | 2 |
| LiteEditor/breakpointsmgr.cpp | 299 | | BreakptMgr | DoProvideBestBP_Type(clEditor *, const std::vector<clDebuggerBreakpoint> &) | 2 | 44 | 36 | 9 | 2 | 8 | 2 | 74 | 232 | 1440.59 | 29.6444 | 42705.6 | 2372.53 | 0.407257 | 70.0375 | 32.2357 | 102.273 | 6 | 1 |
| LiteEditor/breakpointsmgr.cpp | 345 | | BreakptMgr | DebuggerStopped() | 0 | 31 | 22 | 4 | 5 | 6 | 2 | 45 | 156 | 856.729 | 21.5577 | 18469.1 | 1026.06 | 0.232903 | 78.8732 | 26.4103 | 105.283 | 12 | 1 |
| LiteEditor/breakpointsmgr.cpp | 377 | | BreakptMgr | DelBreakpoint(double) | 1 | 33 | 25 | 5 | 3 | 8 | 3 | 60 | 176 | 1039.61 | 18.027 | 18741.1 | 1041.17 | 0.235185 | 76.3942 | 28.3567 | 104.751 | 26 | 4 |
| LiteEditor/breakpointsmgr.cpp | 411 | | BreakptMgr | DelBreakpointByLineno(const wxString &, const int) | 2 | 14 | 12 | 0 | 2 | 4 | 1 | 38 | 83 | 435.578 | 15 | 6533.67 | 362.982 | 0.116498 | 95.7286 | 0 | 95.7286 | 4 | 2 |
| LiteEditor/breakpointsmgr.cpp | 426 | | BreakptMgr | ApplyPendingBreakpoints() | 0 | 38 | 27 | 8 | 6 | 8 | 3 | 57 | 172 | 1003.26 | 17.9143 | 17972.6 | 998.48 | 0.228711 | 74.2939 | 32.6227 | 106.917 | 19 | 1 |
| LiteEditor/breakpointsmgr.cpp | 465 | | BreakptMgr | DelAllBreakpoints() | 0 | 20 | 16 | 3 | 2 | 4 | 2 | 36 | 96 | 496.313 | 8 | 3970.5 | 220.583 | 0.0835813 | 89.2717 | 28.2321 | 117.504 | 14 | 7 |
| LiteEditor/breakpointsmgr.cpp | 486 | | BreakptMgr | SetAllBreakpointsEnabledState(bool) | 1 | 41 | 36 | 2 | 5 | 13 | 4 | 72 | 249 | 1536.31 | 25.8 | 39636.8 | 2202.05 | 0.387506 | 69.697 | 16.7761 | 86.4731 | 23 | 2 |
| LiteEditor/breakpointsmgr.cpp | 530 | | BreakptMgr | SetBreakpointDebuggerID(const int, const int) | 2 | 39 | 30 | 8 | 2 | 6 | 4 | 61 | 207 | 1227.66 | 19.1625 | 23525.1 | 1306.95 | 0.273674 | 73.2834 | 32.2738 | 105.557 | 39 | 1 |
| LiteEditor/breakpointsmgr.cpp | 571 | | BreakptMgr | IgnoreByLineno(const wxString &, const int) | 2 | 29 | 22 | 1 | 6 | 6 | 1 | 49 | 145 | 814.133 | 14.8833 | 12117 | 673.167 | 0.17585 | 80.2188 | 14.1863 | 94.4051 | 12 | 1 |
| LiteEditor/breakpointsmgr.cpp | 601 | | BreakptMgr | EditBreakpointByLineno(const wxString &, const int) | 2 | 19 | 16 | 0 | 3 | 5 | 1 | 37 | 91 | 474.06 | 11.2609 | 5338.33 | 296.574 | 0.101816 | 90.1111 | 0 | 90.1111 | 5 | 1 |
| LiteEditor/breakpointsmgr.cpp | 621 | | BreakptMgr | EditBreakpoint(int, bool &) | 2 | 80 | 66 | 11 | 5 | 19 | 4 | 87 | 398 | 2564.29 | 30.6 | 78467.3 | 4359.3 | 0.610949 | 54.8241 | 27.1689 | 81.993 | 41 | 2 |
| LiteEditor/breakpointsmgr.cpp | 702 | | BreakptMgr | OnReconcileBreakpoints(clDebugEvent &) | 1 | 64 | 39 | 13 | 13 | 7 | 3 | 79 | 264 | 1664.2 | 23.6111 | 39293.6 | 2182.98 | 0.385265 | 63.4472 | 32.1425 | 95.5896 | 36 | 2 |
| LiteEditor/breakpointsmgr.cpp | 768 | | BreakptMgr | BreakpointHit(double) | 1 | 43 | 35 | 7 | 2 | 13 | 4 | 67 | 230 | 1395.2 | 21.1705 | 29537 | 1640.95 | 0.31851 | 69.4264 | 29.2572 | 98.6837 | 23 | 1 |
| LiteEditor/breakpointsmgr.cpp | 814 | | BreakptMgr | FindBreakpointById(double, const std::vector<clDebuggerBreakpoint> &) | 2 | 14 | 12 | 1 | 1 | 4 | 2 | 43 | 100 | 542.626 | 21.85 | 11856.4 | 658.688 | 0.173319 | 94.5859 | 20.1155 | 114.701 | 8 | 7 |
| LiteEditor/breakpointsmgr.cpp | 829 | | BreakptMgr | CanThisBreakpointBeUpdated(const clDebuggerBreakpoint &, const clDebuggerBreakpoint &) const | 2 | 12 | 10 | 2 | 0 | 1 | 0 | 25 | 70 | 325.07 | 16.1538 | 5251.13 | 291.729 | 0.100704 | 100.438 | 29.5564 | 129.994 | 4 | 1 |
| LiteEditor/breakpointsmgr.cpp | 842 | | BreakptMgr | SetBPIgnoreCount(double, const int) | 2 | 15 | 13 | 2 | 0 | 4 | 2 | 34 | 77 | 391.735 | 11.4474 | 4484.33 | 249.129 | 0.090645 | 95.1625 | 26.7997 | 121.962 | 6 | 2 |
| LiteEditor/breakpointsmgr.cpp | 858 | | BreakptMgr | SetBPCommands(const clDebuggerBreakpoint &) | 1 | 15 | 13 | 2 | 0 | 4 | 2 | 32 | 73 | 365 | 11.4706 | 4186.76 | 232.598 | 0.0865893 | 95.5301 | 26.7997 | 122.33 | 6 | 1 |
| LiteEditor/breakpointsmgr.cpp | 874 | | BreakptMgr | SetBPConditon(const clDebuggerBreakpoint &) | 1 | 15 | 13 | 2 | 0 | 4 | 2 | 32 | 73 | 365 | 11.4706 | 4186.76 | 232.598 | 0.0865893 | 95.5301 | 26.7997 | 122.33 | 6 | 1 |
| LiteEditor/breakpointsmgr.cpp | 890 | | BreakptMgr | SetBPEnabledState(double, const bool) | 2 | 15 | 13 | 2 | 0 | 4 | 2 | 33 | 77 | 388.418 | 12.0833 | 4693.39 | 260.744 | 0.0934408 | 95.2068 | 26.7997 | 122.006 | 6 | 2 |
| LiteEditor/breakpointsmgr.cpp | 906 | | BreakptMgr | SetBestBPType(clDebuggerBreakpoint &) | 1 | 28 | 23 | 1 | 5 | 6 | 1 | 32 | 102 | 510 | 12.8333 | 6545 | 363.611 | 0.116632 | 83.2194 | 14.4303 | 97.6496 | 2 | 4 |
| LiteEditor/breakpointsmgr.cpp | 936 | | BreakptMgr | PauseDebuggerIfNeeded() | 0 | 10 | 10 | 0 | 0 | 4 | 1 | 29 | 62 | 301.195 | 10.4615 | 3150.96 | 175.053 | 0.0716431 | 103.098 | 0 | 103.098 | 7 | 11 |
| LiteEditor/breakpointsmgr.cpp | 947 | | BreakptMgr | DeleteAllBreakpointsByFileName(const wxString &) | 1 | 11 | 11 | 0 | 0 | 4 | 2 | 38 | 76 | 398.842 | 15 | 5982.64 | 332.369 | 0.109852 | 100.094 | 0 | 100.094 | 10 | 1 |
| LiteEditor/breakpointsmgr.cpp | 959 | | BreakptMgr | SetBreakpoints(const std::vector<clDebuggerBreakpoint> &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 23 | 40 | 180.942 | 7.33333 | 1326.91 | 73.7173 | 0.0402507 | 117.667 | 31.9355 | 149.602 | 5 | 2 |
| LiteEditor/breakpointsmgr.cpp | 965 | | BreakptMgr | AreThereEnabledBreakpoints(bool) | 1 | 12 | 10 | 2 | 1 | 3 | 2 | 30 | 57 | 279.693 | 13.0769 | 3657.52 | 203.196 | 0.0791292 | 100.759 | 29.5564 | 130.316 | 2 | 57 |
| LiteEditor/breakpointsmgr.cpp | 978 | | BreakptMgr | SaveSession(SessionEntry &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 4 |
| LiteEditor/breakpointsmgr.cpp | 980 | | BreakptMgr | LoadSession(const SessionEntry &) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 27 | 52 | 247.254 | 6.875 | 1699.87 | 94.4373 | 0.0474777 | 101.63 | 21.6227 | 123.253 | 7 | 1 |
| LiteEditor/breakpointsmgr.cpp | 993 | | BreakptMgr | DragBreakpoint(clEditor *, int, wxBitmap) | 3 | 11 | 9 | 1 | 1 | 2 | 1 | 37 | 73 | 380.29 | 10.6667 | 4056.43 | 225.357 | 0.0847828 | 100.801 | 22.5149 | 123.316 | 7 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1005 | | BreakptMgr | DropBreakpoint(const clDebuggerBreakpoint &, int) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 8.03846 | 1621.67 | 90.0926 | 0.0460101 | 109.257 | 0 | 109.257 | 4 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1066 | | BreakptMgr | RefreshBreakpointsForEditor(clEditor *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1068 | | BreakptMgr | IsDuplicate(const clDebuggerBreakpoint &, const std::vector<clDebuggerBreakpoint> &) | 2 | 21 | 19 | 1 | 2 | 8 | 3 | 50 | 165 | 931.236 | 25.5556 | 23798.3 | 1322.13 | 0.275788 | 84.2889 | 16.583 | 100.872 | 13 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1090 | | BreakptMgr | DoRemoveDuplicateBreakpoints() | 0 | 43 | 33 | 2 | 8 | 8 | 3 | 57 | 209 | 1219.07 | 22.1667 | 27022.8 | 1501.27 | 0.300169 | 71.2782 | 16.3963 | 87.6745 | 19 | 2 |
| LiteEditor/breakpointsmgr.cpp | 1134 | | BreakptMgr | DelBreakpointByAddress(const wxString &) | 1 | 20 | 17 | 1 | 3 | 7 | 3 | 45 | 114 | 626.071 | 18.4 | 11519.7 | 639.984 | 0.170023 | 87.3739 | 16.9762 | 104.35 | 5 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1155 | | BreakptMgr | GetAllMemoryBreakpoints() | 0 | 13 | 12 | 1 | 1 | 3 | 2 | 33 | 78 | 393.463 | 12.9167 | 5082.23 | 282.346 | 0.0985329 | 97.6879 | 20.8285 | 118.516 | 7 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1169 | | BreakptMgr | OnWorkspaceClosed(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/breakpointsmgr.cpp | 1016 | | myDragImage | myDragImage(clEditor *, const wxBitmap &, const clDebuggerBreakpoint &) | 3 | 10 | 8 | 2 | 0 | 1 | 0 | 29 | 55 | 267.189 | 8.47059 | 2263.25 | 125.736 | 0.0574602 | 104.411 | 31.9355 | 136.346 | 7 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1027 | | myDragImage | StartDrag() | 0 | 11 | 9 | 1 | 1 | 1 | 0 | 26 | 52 | 244.423 | 8.14286 | 1990.3 | 110.572 | 0.0527422 | 103.33 | 22.5149 | 125.845 | 6 | 1 |
| LiteEditor/breakpointsmgr.cpp | 1039 | | myDragImage | OnMotion(wxMouseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 5 | 520 | 28.8889 | 0.021555 | 120.546 | 0 | 120.546 | 3 | 2 |
| LiteEditor/breakpointsmgr.cpp | 1045 | | myDragImage | OnEndDrag(wxMouseEvent &) | 1 | 20 | 17 | 2 | 1 | 4 | 1 | 56 | 148 | 859.489 | 15.2778 | 13131.1 | 729.504 | 0.185529 | 86.4162 | 23.5268 | 109.943 | 18 | 2 |
| LiteEditor/build_custom_targets_menu_manager.cpp | 29 | | CustomTargetsMgr | [static] Get() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 7 | 401.516 | 22.3064 | 0.0181418 | 123.641 | 0 | 123.641 | 1 | 9 |
| LiteEditor/build_custom_targets_menu_manager.cpp | 35 | | CustomTargetsMgr | SetTargets(const wxString &, const std::map<wxString, wxString> &) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 35 | 70 | 359.05 | 11.25 | 4039.31 | 224.406 | 0.0845441 | 101.1 | 0 | 101.1 | 6 | 2 |
| LiteEditor/build_custom_targets_menu_manager.cpp | 47 | | CustomTargetsMgr | GetTarget(int) const | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 20 | 39 | 168.555 | 7.5 | 1264.16 | 70.2313 | 0.0389716 | 117.805 | 0 | 117.805 | 5 | 1 |
| LiteEditor/build_custom_targets_menu_manager.cpp | 53 | | CustomTargetsMgr | Clear() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 20 | 74.0088 | 4.08333 | 302.203 | 16.789 | 0.015011 | 122.315 | 0 | 122.315 | 2 | 2 |
| LiteEditor/buildorderbasepage.cpp | 14 | | BuildOrderDialogBase | BuildOrderDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 150 | 106 | 2 | 42 | 6 | 1 | 163 | 1286 | 9450.46 | 40.1679 | 379605 | 21089.2 | 1.74756 | 40.8478 | 8.89665 | 49.7445 | 192 | 1 |
| LiteEditor/buildorderbasepage.cpp | 165 | | BuildOrderDialogBase | ~BuildOrderDialogBase() [override] | 0 | 21 | 21 | 0 | 0 | 1 | 0 | 35 | 188 | 964.305 | 14.4 | 13886 | 771.444 | 0.192574 | 85.7174 | 0 | 85.7174 | 40 | 0 |
| LiteEditor/buildsettingstab.cpp | 38 | | BuildTabSetting | BuildTabSetting(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 38 | 80 | 419.834 | 12.6 | 5289.91 | 293.884 | 0.101199 | 102.061 | 0 | 102.061 | 11 | 1 |
| LiteEditor/buildsettingstab.cpp | 49 | | BuildTabSetting | Save() | 0 | 19 | 17 | 0 | 2 | 4 | 1 | 46 | 122 | 673.875 | 13.1897 | 8888.17 | 493.787 | 0.143028 | 88.5123 | 0 | 88.5123 | 15 | 1 |
| LiteEditor/buildsettingstab.cpp | 69 | | BuildTabSetting | OnUpdateUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/buildsettingstab.cpp | 70 | | BuildTabSetting | OnChange(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/buildsettingstab_liteeditor_bitmaps.cpp | 34 | | | wxCraftertNJGa9InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/buildsettingstabbase.cpp | 14 | | BuildTabSettingsBase | BuildTabSettingsBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 58 | 44 | 2 | 12 | 3 | 1 | 93 | 479 | 3132.26 | 26.3958 | 82678.5 | 4593.25 | 0.632617 | 62.6734 | 14.1863 | 76.8597 | 71 | 1 |
| LiteEditor/buildsettingstabbase.cpp | 73 | | BuildTabSettingsBase | ~BuildTabSettingsBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 36 | 147.149 | 11 | 1618.64 | 89.9242 | 0.0459527 | 118.742 | 0 | 118.742 | 2 | 0 |
| LiteEditor/buildtabsettingsdata.cpp | 29 | | BuildTabSettingsData | Serialize(Archive &) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 62 | 291.427 | 7.8125 | 2276.78 | 126.488 | 0.0576889 | 107.574 | 0 | 107.574 | 10 | 0 |
| LiteEditor/buildtabsettingsdata.cpp | 38 | | BuildTabSettingsData | DeSerialize(Archive &) [override] | 1 | 14 | 12 | 0 | 2 | 1 | 0 | 33 | 84 | 423.729 | 8.47826 | 3592.49 | 199.583 | 0.0781884 | 96.562 | 0 | 96.562 | 10 | 0 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 9 | | clConfigurationSelectionCtrl | clConfigurationSelectionCtrl(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 24 | 23 | 0 | 1 | 1 | 1 | 71 | 255 | 1568.19 | 15.6226 | 24499.2 | 1361.07 | 0.281177 | 81.0256 | 0 | 81.0256 | 29 | 1 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 34 | | clConfigurationSelectionCtrl | ~clConfigurationSelectionCtrl() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 33 | 131 | 660.816 | 11 | 7268.97 | 403.832 | 0.125082 | 96.7484 | 0 | 96.7484 | 14 | 0 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 47 | | clConfigurationSelectionCtrl | Update(const wxArrayString &, const wxArrayString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 39 | 178.814 | 8.03846 | 1437.39 | 79.8548 | 0.0424549 | 112.277 | 0 | 112.277 | 6 | 0 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 55 | | clConfigurationSelectionCtrl | SetActiveConfiguration(const wxString &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 24 | 41 | 187.983 | 7.61538 | 1431.57 | 79.5315 | 0.0423402 | 107.716 | 0 | 107.716 | 3 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 65 | | clConfigurationSelectionCtrl | OnChoice(wxCommandEvent &) | 1 | 20 | 16 | 1 | 3 | 3 | 1 | 39 | 87 | 459.83 | 10.3125 | 4742 | 263.444 | 0.0940848 | 89.8987 | 16.9762 | 106.875 | 13 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 86 | | clConfigurationSelectionCtrl | SetConfigurations(const wxArrayString &, const wxString &) | 2 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 64 | 320 | 9.92105 | 3174.74 | 176.374 | 0.072003 | 101.699 | 0 | 101.699 | 8 | 1 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 98 | | clConfigurationSelectionCtrl | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 6 | 1070.26 | 59.4591 | 0.034877 | 109.897 | 0 | 109.897 | 5 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 107 | | clConfigurationSelectionCtrl | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 0 | 121.415 | 2 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 113 | | clConfigurationSelectionCtrl | OnProjectAdded(clCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 118 | | clConfigurationSelectionCtrl | OnProjectRemoved(clCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 123 | | clConfigurationSelectionCtrl | DoWorkspaceConfig() | 0 | 19 | 15 | 1 | 3 | 3 | 1 | 49 | 124 | 696.224 | 13.6452 | 9500.09 | 527.783 | 0.149519 | 88.5726 | 17.3987 | 105.971 | 23 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 143 | | clConfigurationSelectionCtrl | OnConfigurationManager(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 149 | | clConfigurationSelectionCtrl | DoOpenConfigurationManagerDlg() | 0 | 11 | 8 | 1 | 2 | 1 | 0 | 25 | 54 | 250.768 | 5.34375 | 1340.04 | 74.4468 | 0.0405158 | 103.197 | 22.5149 | 125.711 | 10 | 2 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 161 | | clConfigurationSelectionCtrl | DoConfigChanged(const wxString &) | 1 | 15 | 12 | 1 | 2 | 2 | 1 | 34 | 87 | 442.609 | 8.72727 | 3862.77 | 214.598 | 0.0820625 | 94.9876 | 19.4709 | 114.459 | 14 | 1 |
| LiteEditor/clConfigurationSelectionCtrl.cpp | 177 | | clConfigurationSelectionCtrl | OnActiveProjectChanged(clProjectSettingsEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/clDebuggerEditItemDlg.cpp | 28 | | clDebuggerEditItemDlg | clDebuggerEditItemDlg(wxWindow *, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 6.875 | 716.706 | 39.817 | 0.0266956 | 120.534 | 0 | 120.534 | 2 | 1 |
| LiteEditor/clDebuggerEditItemDlg.cpp | 34 | | clDebuggerEditItemDlg | GetValue() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.25 | 410.224 | 22.7902 | 0.0184032 | 125.648 | 0 | 125.648 | 3 | 1 |
| LiteEditor/clPrintout.cpp | 9 | | clPrintout | clPrintout(clEditor *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.13636 | 928.232 | 51.5685 | 0.0317188 | 113.147 | 0 | 113.147 | 2 | 1 |
| LiteEditor/clPrintout.cpp | 17 | | clPrintout | OnPrintPage(int) [override] | 1 | 15 | 9 | 2 | 4 | 3 | 1 | 38 | 69 | 362.107 | 16.0588 | 5815.01 | 323.056 | 0.10779 | 95.8015 | 26.7997 | 122.601 | 7 | 0 |
| LiteEditor/clPrintout.cpp | 33 | | clPrintout | OnBeginDocument(int, int) [override] | 2 | 9 | 7 | 0 | 2 | 2 | 1 | 19 | 33 | 140.182 | 9.42857 | 1321.71 | 73.4285 | 0.0401455 | 109.242 | 0 | 109.242 | 1 | 0 |
| LiteEditor/clPrintout.cpp | 43 | | clPrintout | GetPageInfo(int *, int *, int *, int *) [override] | 4 | 57 | 43 | 6 | 8 | 5 | 1 | 73 | 404 | 2500.69 | 43.4255 | 108594 | 6032.99 | 0.758721 | 63.6661 | 24.0864 | 87.7525 | 22 | 0 |
| LiteEditor/clPrintout.cpp | 101 | | clPrintout | HasPage(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.71429 | 513.852 | 28.5474 | 0.0213848 | 147.375 | 0 | 147.375 | 1 | 0 |
| LiteEditor/clPrintout.cpp | 103 | | clPrintout | PrintScaling(wxDC *) | 1 | 30 | 23 | 5 | 4 | 4 | 1 | 42 | 194 | 1046.11 | 34.0909 | 35662.8 | 1981.27 | 0.361151 | 78.8259 | 29.5564 | 108.382 | 8 | 2 |
| LiteEditor/cl_editor.cpp | 299 | {anonymous} | | IsWordChar(const wxChar &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 34 | 71 | 361.21 | 12.4444 | 4495.06 | 249.725 | 0.0907895 | 100.839 | 0 | 100.839 | 9 | 1 |
| LiteEditor/cl_editor.cpp | 311 | {anonymous} | | scroll_range(wxStyledTextCtrl *, int, int) | 3 | 8 | 7 | 2 | 0 | 2 | 1 | 19 | 38 | 161.421 | 8.88889 | 1434.86 | 79.7142 | 0.042405 | 110.416 | 34.9714 | 145.388 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 358 | {anonymous} | | GetContrastColour(const wxColour &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 40 | 172.877 | 8.55556 | 1479.06 | 82.17 | 0.0432716 | 110.06 | 0 | 110.06 | 3 | 3 |
| LiteEditor/cl_editor.cpp | 368 | {anonymous} | | GetDefaultFgColour(wxStyledTextCtrl *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 371 | {anonymous} | | IsDefaultFgColourDark(wxStyledTextCtrl *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 373 | {anonymous} | | SetCurrentLineMarginStyle(wxStyledTextCtrl *) | 1 | 38 | 29 | 1 | 8 | 5 | 1 | 51 | 238 | 1350.04 | 22.0833 | 29813.3 | 1656.3 | 0.320493 | 73.4401 | 12.4338 | 85.8739 | 29 | 3 |
| LiteEditor/cl_editor.cpp | 412 | {anonymous} | | GetLineMarginColours(wxStyledTextCtrl *, wxColour *, wxColour *) | 3 | 11 | 10 | 1 | 0 | 2 | 1 | 26 | 68 | 319.63 | 10.7143 | 3424.61 | 190.256 | 0.0757331 | 101.705 | 22.5149 | 124.22 | 8 | 0 |
| LiteEditor/cl_editor.cpp | 427 | {anonymous} | | GetWorkspaceIndentWidth() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 39 | 165.669 | 6.875 | 1138.98 | 63.2764 | 0.0363542 | 112.444 | 0 | 112.444 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 156 | {anonymous} | CursorChanger | CursorChanger(wxWindow *) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 18 | 33 | 137.608 | 6.5 | 894.449 | 49.6916 | 0.0309444 | 113.639 | 0 | 113.639 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 164 | {anonymous} | CursorChanger | ~CursorChanger() | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 12 | 18 | 64.5293 | 4.2 | 271.023 | 15.0568 | 0.0139599 | 123.028 | 0 | 123.028 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 176 | {anonymous} | clEditorDropTarget | clEditorDropTarget(wxStyledTextCtrl *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 22 | 49 | 218.512 | 9.6 | 2097.72 | 116.54 | 0.0546231 | 109.071 | 0 | 109.071 | 6 | 1 |
| LiteEditor/cl_editor.cpp | 189 | {anonymous} | clEditorDropTarget | OnData(wxCoord, wxCoord, wxDragResult) [override] | 3 | 33 | 30 | 2 | 1 | 6 | 1 | 60 | 180 | 1063.24 | 18.027 | 19167.1 | 1064.84 | 0.238735 | 76.7374 | 18.6103 | 95.3477 | 9 | 0 |
| LiteEditor/cl_editor.cpp | 226 | {anonymous} | clEditorDropTarget | DoTextDrop(const wxString &, wxCoord, wxCoord, bool) | 4 | 48 | 39 | 4 | 5 | 7 | 2 | 67 | 267 | 1619.65 | 31.5476 | 51096 | 2838.66 | 0.45899 | 68.2487 | 21.6227 | 89.8715 | 23 | 1 |
| LiteEditor/cl_editor.cpp | 278 | {anonymous} | clEditorDropTarget | DoFilesDrop(const wxArrayString &) | 1 | 16 | 14 | 1 | 1 | 4 | 2 | 35 | 118 | 605.255 | 18.5263 | 11213.2 | 622.953 | 0.166993 | 91.8547 | 18.8844 | 110.739 | 14 | 1 |
| LiteEditor/cl_editor.cpp | 295 | {anonymous} | clEditorDropTarget | OnDrop(wxCoord, wxCoord) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 150.243 | 0 | 150.243 | 0 | 0 |
| LiteEditor/cl_editor.cpp | 296 | {anonymous} | clEditorDropTarget | OnDragOver(wxCoord, wxCoord, wxDragResult) [override] | 3 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6.5 | 676 | 37.5556 | 0.025675 | 146.619 | 0 | 146.619 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 6069 | | SelectorSorter | operator()(const std::pair<int, int> &, const std::pair<int, int> &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 21 | 40 | 175.693 | 12 | 2108.31 | 117.128 | 0.0548069 | 143.893 | 0 | 143.893 | 0 | 3 |
| LiteEditor/cl_editor.cpp | 437 | | clEditor | clEditor(wxWindow *) | 1 | 119 | 100 | 6 | 14 | 3 | 1 | 188 | 846 | 6391.18 | 20.1424 | 128734 | 7151.88 | 0.849847 | 47.3223 | 17.0445 | 64.3668 | 97 | 3 |
| LiteEditor/cl_editor.cpp | 557 | | clEditor | ~clEditor() [override] | 0 | 38 | 31 | 3 | 4 | 4 | 1 | 62 | 284 | 1690.99 | 13.7083 | 23180.7 | 1287.82 | 0.270996 | 72.4991 | 21.0835 | 93.5826 | 51 | 0 |
| LiteEditor/cl_editor.cpp | 596 | | clEditor | GetFileLastModifiedTime() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 3.5 | 226.538 | 12.5854 | 0.0123872 | 149.085 | 0 | 149.085 | 1 | 3 |
| LiteEditor/cl_editor.cpp | 598 | | clEditor | SetSyntaxHighlight(const wxString &) [override] | 1 | 21 | 15 | 3 | 3 | 2 | 1 | 39 | 101 | 533.826 | 9.8 | 5231.49 | 290.638 | 0.100453 | 88.5624 | 27.6325 | 116.195 | 18 | 2 |
| LiteEditor/cl_editor.cpp | 620 | | clEditor | [virtual] SetSyntaxHighlight(bool) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 30 | 66 | 323.855 | 7.33333 | 2374.94 | 131.941 | 0.0593353 | 97.7297 | 0 | 97.7297 | 12 | 7 |
| LiteEditor/cl_editor.cpp | 636 | | clEditor | FillBPtoMarkerArray() | 0 | 35 | 31 | 2 | 4 | 1 | 0 | 42 | 177 | 954.44 | 10.2353 | 9768.98 | 542.721 | 0.152327 | 77.4955 | 18.0961 | 95.5916 | 9 | 1 |
| LiteEditor/cl_editor.cpp | 673 | | clEditor | GetMarkerForBreakpt(enum BreakpointType) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 33 | 72 | 363.196 | 13.2812 | 4823.7 | 267.983 | 0.0951625 | 100.81 | 0 | 100.81 | 15 | 2 |
| LiteEditor/cl_editor.cpp | 685 | | clEditor | SetCaretAt(long) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 5.33333 | 385.812 | 21.434 | 0.0176656 | 148.507 | 0 | 148.507 | 1 | 43 |
| LiteEditor/cl_editor.cpp | 688 | | clEditor | SetProperties() | 0 | 446 | 326 | 50 | 79 | 50 | 2 | 426 | 2726 | 23810.8 | 44.9656 | 1.07067e+06 | 59481.6 | 3.48858 | 8.26978 | 24.7879 | 33.0577 | 450 | 6 |
| LiteEditor/cl_editor.cpp | 1135 | | clEditor | OnSavePoint(wxStyledTextEvent &) | 1 | 24 | 20 | 1 | 3 | 7 | 2 | 49 | 117 | 656.921 | 13.037 | 8564.3 | 475.795 | 0.139532 | 84.1702 | 15.5492 | 99.7194 | 15 | 2 |
| LiteEditor/cl_editor.cpp | 1160 | | clEditor | OnCharAdded(wxStyledTextEvent &) | 1 | 254 | 187 | 47 | 28 | 78 | 3 | 180 | 1305 | 9776.87 | 44.2114 | 432249 | 24013.8 | 1.90561 | 15.5788 | 30.9082 | 46.4869 | 186 | 1 |
| LiteEditor/cl_editor.cpp | 1415 | | clEditor | SetEnsureCaretIsVisible(int, bool) | 2 | 4 | 4 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.375 | 341.853 | 18.9918 | 0.0162969 | 125.648 | 34.9714 | 160.619 | 1 | 4 |
| LiteEditor/cl_editor.cpp | 1420 | | clEditor | OnScnPainted(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 1422 | | clEditor | DoEnsureCaretIsVisible(int, bool) | 2 | 15 | 12 | 1 | 2 | 4 | 1 | 28 | 68 | 326.9 | 12.5 | 4086.25 | 227.014 | 0.0851979 | 96.1034 | 19.4709 | 115.574 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 1438 | | clEditor | OnSciUpdateUI(wxStyledTextEvent &) | 1 | 98 | 68 | 13 | 17 | 22 | 2 | 128 | 549 | 3843 | 28.203 | 108384 | 6021.33 | 0.757744 | 48.7427 | 26.7387 | 75.4814 | 79 | 2 |
| LiteEditor/cl_editor.cpp | 1537 | | clEditor | OnMarginClick(wxStyledTextEvent &) | 1 | 109 | 77 | 23 | 12 | 23 | 1 | 117 | 522 | 3586.33 | 32.1882 | 115438 | 6413.2 | 0.790273 | 47.1488 | 32.6536 | 79.8023 | 71 | 1 |
| LiteEditor/cl_editor.cpp | 1647 | | clEditor | DefineMarker(int, int, wxColour, wxColour) | 4 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 40 | 169.917 | 5.83333 | 991.183 | 55.0657 | 0.0331371 | 115.04 | 0 | 115.04 | 3 | 28 |
| LiteEditor/cl_editor.cpp | 1654 | | clEditor | [virtual] SaveFile() | 0 | 22 | 14 | 4 | 4 | 4 | 1 | 29 | 75 | 364.349 | 7 | 2550.44 | 141.691 | 0.0622237 | 89.3349 | 30.6787 | 120.014 | 9 | 79 |
| LiteEditor/cl_editor.cpp | 1677 | | clEditor | SaveFileAs(const wxString &, const wxString &) | 2 | 43 | 29 | 6 | 8 | 6 | 1 | 69 | 229 | 1398.85 | 17.5 | 24479.9 | 1360 | 0.28103 | 71.0228 | 27.3464 | 98.3693 | 40 | 75 |
| LiteEditor/cl_editor.cpp | 1722 | | clEditor | SaveToFile(const wxFileName &) | 1 | 161 | 107 | 31 | 23 | 20 | 2 | 147 | 803 | 5781.34 | 30.7059 | 177521 | 9862.28 | 1.05288 | 39.0368 | 31.4314 | 70.4682 | 144 | 2 |
| LiteEditor/cl_editor.cpp | 1885 | | clEditor | [virtual] UpdateBreakpoints() | 0 | 25 | 18 | 4 | 3 | 4 | 3 | 52 | 155 | 883.568 | 16.9848 | 15007.3 | 833.737 | 0.202806 | 82.6576 | 29.0386 | 111.696 | 18 | 2 |
| LiteEditor/cl_editor.cpp | 1911 | | clEditor | GetWordAtCaret(bool) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 7 |
| LiteEditor/cl_editor.cpp | 1913 | | clEditor | CompleteWord(LSP::CompletionItem::eTriggerKind, bool) | 2 | 37 | 29 | 6 | 3 | 9 | 4 | 68 | 225 | 1369.68 | 15 | 20545.2 | 1141.4 | 0.250045 | 72.877 | 29.2082 | 102.085 | 33 | 2 |
| LiteEditor/cl_editor.cpp | 1957 | | clEditor | CodeComplete() | 0 | 7 | 6 | 1 | 1 | 2 | 1 | 20 | 35 | 151.267 | 6.72222 | 1016.85 | 56.4919 | 0.0337068 | 112.917 | 27.6325 | 140.55 | 3 | 1 |
| LiteEditor/cl_editor.cpp | 1965 | | clEditor | GotoDefinition() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4 | 328.179 | 18.2322 | 0.0158594 | 121.779 | 31.9355 | 153.715 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 1971 | | clEditor | OnDwellStart(wxStyledTextEvent &) | 1 | 61 | 38 | 12 | 12 | 16 | 2 | 93 | 343 | 2242.93 | 21.3235 | 47827.2 | 2657.07 | 0.4392 | 60.603 | 31.7156 | 92.3186 | 45 | 1 |
| LiteEditor/cl_editor.cpp | 2033 | | clEditor | OnDwellEnd(wxStyledTextEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 29 | 116 | 6 | 696 | 38.6667 | 0.0261789 | 117.025 | 0 | 117.025 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 2040 | | clEditor | OnCallTipClick(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 2042 | | clEditor | OnMenuCommand(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 25 | 44 | 204.33 | 8.66667 | 1770.86 | 98.381 | 0.0487904 | 109.19 | 0 | 109.19 | 6 | 2 |
| LiteEditor/cl_editor.cpp | 2051 | | clEditor | OnUpdateUI(wxUpdateUIEvent &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 25 | 44 | 204.33 | 8.66667 | 1770.86 | 98.381 | 0.0487904 | 109.19 | 0 | 109.19 | 6 | 1 |
| LiteEditor/cl_editor.cpp | 2064 | | clEditor | PreviousWord(int, int &) | 2 | 26 | 24 | 1 | 1 | 10 | 3 | 45 | 162 | 889.68 | 21 | 18683.3 | 1037.96 | 0.234701 | 80.6064 | 14.9585 | 95.5648 | 8 | 17 |
| LiteEditor/cl_editor.cpp | 2091 | | clEditor | PreviousChar(const int &, int &, bool) [override] | 3 | 31 | 27 | 2 | 2 | 11 | 3 | 42 | 154 | 830.417 | 24.7826 | 20579.9 | 1143.33 | 0.250327 | 77.8854 | 19.171 | 97.0563 | 3 | 23 |
| LiteEditor/cl_editor.cpp | 2123 | | clEditor | NextChar(const int &, int &) | 2 | 21 | 19 | 0 | 2 | 8 | 2 | 41 | 115 | 616.118 | 20.4762 | 12615.8 | 700.876 | 0.180643 | 86.4369 | 0 | 86.4369 | 3 | 5 |
| LiteEditor/cl_editor.cpp | 2145 | | clEditor | FindString(const wxString &, int, const bool, long) | 4 | 19 | 16 | 2 | 1 | 3 | 1 | 33 | 80 | 403.552 | 11.7895 | 4757.66 | 264.314 | 0.0942919 | 91.4085 | 24.0864 | 115.495 | 7 | 0 |
| LiteEditor/cl_editor.cpp | 2165 | | clEditor | MatchBraceBack(const wxChar &, const long &, long &) | 3 | 53 | 43 | 4 | 6 | 12 | 3 | 54 | 173 | 995.596 | 26.4643 | 26347.7 | 1463.76 | 0.295149 | 68.0239 | 20.6432 | 88.6671 | 4 | 16 |
| LiteEditor/cl_editor.cpp | 2219 | | clEditor | RecalcHorizontalScrollbar() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 118 | 0 | 118 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 2230 | | clEditor | IsCloseBrace(int) | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 18 | 32 | 133.438 | 7 | 934.063 | 51.8924 | 0.0318515 | 122.405 | 0 | 122.405 | 3 | 2 |
| LiteEditor/cl_editor.cpp | 2235 | | clEditor | IsOpenBrace(int) | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 18 | 32 | 133.438 | 7 | 934.063 | 51.8924 | 0.0318515 | 122.405 | 0 | 122.405 | 3 | 2 |
| LiteEditor/cl_editor.cpp | 2240 | | clEditor | MatchBraceAndSelect(bool) | 1 | 27 | 22 | 1 | 4 | 9 | 1 | 27 | 141 | 670.439 | 18.4 | 12336.1 | 685.338 | 0.177963 | 81.6962 | 14.6873 | 96.3834 | 25 | 2 |
| LiteEditor/cl_editor.cpp | 2268 | | clEditor | BraceMatch(long) | 1 | 24 | 22 | 4 | 0 | 4 | 2 | 42 | 132 | 711.786 | 17 | 12100.4 | 672.242 | 0.175689 | 84.4431 | 29.5564 | 113.999 | 16 | 1 |
| LiteEditor/cl_editor.cpp | 2293 | | clEditor | BraceMatch(bool) | 1 | 24 | 21 | 3 | 0 | 4 | 3 | 27 | 102 | 484.999 | 12.0312 | 5835.14 | 324.174 | 0.108039 | 86.438 | 26.0372 | 112.475 | 13 | 4 |
| LiteEditor/cl_editor.cpp | 2318 | | clEditor | SetActive() [override] | 0 | 19 | 13 | 3 | 3 | 1 | 0 | 29 | 60 | 291.479 | 6.72222 | 1959.39 | 108.855 | 0.0521946 | 93.5603 | 28.8719 | 122.432 | 9 | 17 |
| LiteEditor/cl_editor.cpp | 2338 | | clEditor | FindAndSelect(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 6.13636 | 875.19 | 48.6217 | 0.0304986 | 122.519 | 0 | 122.519 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 2343 | | clEditor | FindAndSelectV(const wxString &, const wxString &, int, NavMgr *) [override] | 4 | 13 | 11 | 5 | 0 | 1 | 0 | 28 | 60 | 288.441 | 7.77778 | 2243.43 | 124.635 | 0.0571243 | 99.7625 | 40.9816 | 140.744 | 6 | 3 |
| LiteEditor/cl_editor.cpp | 2357 | | clEditor | DoFindAndSelectV(const wxArrayString &, int) | 2 | 7 | 7 | 1 | 0 | 1 | 1 | 31 | 65 | 322.023 | 6.90476 | 2223.49 | 123.527 | 0.0567853 | 109.218 | 27.6325 | 136.851 | 7 | 1 |
| LiteEditor/cl_editor.cpp | 2368 | | clEditor | ToggleCurrentFold() | 0 | 17 | 16 | 1 | 0 | 6 | 4 | 31 | 80 | 396.336 | 14.5714 | 5775.18 | 320.843 | 0.107297 | 92.6142 | 18.3478 | 110.962 | 8 | 1 |
| LiteEditor/cl_editor.cpp | 2386 | | clEditor | DoRecursivelyExpandFolds(bool, int, int) | 3 | 24 | 18 | 5 | 2 | 4 | 3 | 35 | 121 | 620.643 | 25.4118 | 15771.6 | 876.202 | 0.209635 | 85.1556 | 32.4818 | 117.637 | 8 | 3 |
| LiteEditor/cl_editor.cpp | 2411 | | clEditor | ToggleAllFoldsInSelection() | 0 | 53 | 41 | 13 | 4 | 11 | 2 | 50 | 220 | 1241.65 | 30.6667 | 38077.2 | 2115.4 | 0.377273 | 67.1055 | 34.7081 | 101.814 | 15 | 1 |
| LiteEditor/cl_editor.cpp | 2466 | | clEditor | FoldAll() | 0 | 78 | 58 | 17 | 5 | 23 | 4 | 65 | 331 | 1993.4 | 44.5714 | 88848.9 | 4936.05 | 0.663712 | 55.6238 | 33.0909 | 88.7147 | 19 | 1 |
| LiteEditor/cl_editor.cpp | 2547 | | clEditor | ToggleTopmostFoldsInSelection() | 0 | 63 | 54 | 9 | 4 | 20 | 4 | 57 | 305 | 1779.03 | 40.2344 | 71578.2 | 3976.57 | 0.574645 | 60.3653 | 27.6325 | 87.9978 | 23 | 1 |
| LiteEditor/cl_editor.cpp | 2611 | | clEditor | StoreCollapsedFoldsToArray(clEditorStateLocker::VecInt_t &) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 38 | 174.229 | 10 | 1742.29 | 96.7937 | 0.0482642 | 117.863 | 0 | 117.863 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 2617 | | clEditor | LoadCollapsedFoldsFromArray(const clEditorStateLocker::VecInt_t &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 4.88889 | 499.579 | 27.7544 | 0.0209869 | 124.253 | 0 | 124.253 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 2625 | | clEditor | AddMarker() | 0 | 14 | 12 | 1 | 1 | 2 | 1 | 30 | 69 | 338.575 | 8.66667 | 2934.32 | 163.018 | 0.0683204 | 97.4986 | 20.1155 | 117.614 | 16 | 1 |
| LiteEditor/cl_editor.cpp | 2640 | | clEditor | DelMarker() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 24 | 51 | 233.833 | 8.88462 | 2077.52 | 115.418 | 0.0542719 | 104.874 | 23.5268 | 128.401 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 2651 | | clEditor | ToggleMarker() | 0 | 11 | 10 | 1 | 0 | 3 | 2 | 17 | 38 | 155.324 | 6.42857 | 998.509 | 55.4727 | 0.0333002 | 105.227 | 22.5149 | 127.742 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 2663 | | clEditor | LineIsMarked(enum marker_mask_type) | 1 | 8 | 7 | 1 | 0 | 2 | 0 | 26 | 45 | 211.52 | 9.5 | 2009.44 | 111.635 | 0.0530797 | 109.011 | 26.0372 | 135.048 | 3 | 3 |
| LiteEditor/cl_editor.cpp | 2672 | | clEditor | StoreMarkersToArray(wxArrayString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 125.03 | 0 | 125.03 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 2677 | | clEditor | LoadMarkersFromArray(const wxArrayString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 124.686 | 0 | 124.686 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 2682 | | clEditor | DelAllMarkers(int) | 1 | 34 | 23 | 5 | 6 | 4 | 2 | 36 | 137 | 708.28 | 16.7857 | 11889 | 660.499 | 0.173637 | 78.8262 | 27.9877 | 106.814 | 20 | 4 |
| LiteEditor/cl_editor.cpp | 2717 | | clEditor | GetFindMarkers(std::vector<std::pair<int, wxString>> &) [override] | 1 | 22 | 22 | 0 | 0 | 6 | 3 | 52 | 160 | 912.07 | 26.3889 | 24068.5 | 1337.14 | 0.277872 | 84.1034 | 0 | 84.1034 | 17 | 0 |
| LiteEditor/cl_editor.cpp | 2740 | | clEditor | FindNextMarker() | 0 | 21 | 19 | 2 | 0 | 4 | 2 | 28 | 101 | 485.543 | 13.5 | 6554.83 | 364.157 | 0.116749 | 88.5953 | 23.0043 | 111.6 | 11 | 1 |
| LiteEditor/cl_editor.cpp | 2762 | | clEditor | FindPrevMarker() | 0 | 22 | 21 | 1 | 0 | 4 | 2 | 31 | 111 | 549.916 | 13.2632 | 7293.62 | 405.201 | 0.125364 | 87.1943 | 16.2158 | 103.41 | 11 | 1 |
| LiteEditor/cl_editor.cpp | 2785 | | clEditor | GetActiveBookmarkType() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 18 | 34 | 141.777 | 5.625 | 797.498 | 44.3055 | 0.0286659 | 109.183 | 0 | 109.183 | 3 | 4 |
| LiteEditor/cl_editor.cpp | 2795 | | clEditor | GetActiveBookmarkMask() const | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 25 | 51 | 236.837 | 7.38462 | 1748.95 | 97.1638 | 0.0483871 | 106.515 | 0 | 106.515 | 3 | 5 |
| LiteEditor/cl_editor.cpp | 2805 | | clEditor | [static] GetBookmarkLabel(sci_marker_types) | 1 | 10 | 9 | 0 | 1 | 3 | 1 | 35 | 70 | 359.05 | 12.2105 | 4384.19 | 243.566 | 0.0892904 | 102.414 | 0 | 102.414 | 10 | 2 |
| LiteEditor/cl_editor.cpp | 2816 | | clEditor | OnChangeActiveBookmarkType(wxCommandEvent &) | 1 | 10 | 9 | 1 | 1 | 2 | 1 | 34 | 69 | 351.035 | 9.86842 | 3464.16 | 192.453 | 0.0763151 | 102.762 | 23.5268 | 126.288 | 7 | 3 |
| LiteEditor/cl_editor.cpp | 2827 | | clEditor | GetBookmarkTooltip(int, wxString &, wxString &) | 3 | 21 | 18 | 2 | 1 | 6 | 4 | 40 | 120 | 638.631 | 15.5217 | 9912.67 | 550.704 | 0.153818 | 86.7102 | 23.0043 | 109.715 | 14 | 1 |
| LiteEditor/cl_editor.cpp | 2849 | | clEditor | DetectEncoding(const wxString &) | 1 | 59 | 56 | 0 | 3 | 16 | 0 | 89 | 423 | 2739.24 | 36.25 | 99297.3 | 5516.52 | 0.714777 | 60.1036 | 0 | 60.1036 | 3 | 1 |
| LiteEditor/cl_editor.cpp | 2909 | | clEditor | DoUpdateLineNumbers(bool, bool) | 2 | 106 | 63 | 32 | 11 | 22 | 4 | 96 | 435 | 2864.46 | 40 | 114578 | 6365.46 | 0.786346 | 48.9996 | 37.6033 | 86.6029 | 41 | 2 |
| LiteEditor/cl_editor.cpp | 3016 | | clEditor | UpdateLineNumbers(bool) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 25 | 48 | 222.905 | 8.66667 | 1931.84 | 107.325 | 0.0517043 | 108.508 | 0 | 108.508 | 8 | 8 |
| LiteEditor/cl_editor.cpp | 3025 | | clEditor | OpenFile() [override] | 0 | 62 | 41 | 6 | 15 | 4 | 1 | 94 | 311 | 2038.48 | 16.0417 | 32700.6 | 1816.7 | 0.340865 | 63.5966 | 23.1746 | 86.7712 | 62 | 2 |
| LiteEditor/cl_editor.cpp | 3088 | | clEditor | SetEditorText(const wxString &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 18 | 27 | 112.588 | 4.4 | 495.387 | 27.5215 | 0.0208693 | 112.52 | 26.0372 | 138.557 | 3 | 0 |
| LiteEditor/cl_editor.cpp | 3097 | | clEditor | [virtual] CreateRemote(const wxString &, const wxString &, const wxString &) | 3 | 9 | 8 | 1 | 0 | 1 | 0 | 30 | 62 | 304.227 | 7.81579 | 2377.78 | 132.099 | 0.0593826 | 105.443 | 24.6875 | 130.13 | 10 | 1 |
| LiteEditor/cl_editor.cpp | 3107 | | clEditor | [virtual] Create(const wxString &, const wxFileName &) | 2 | 12 | 7 | 6 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.625 | 889.444 | 49.4136 | 0.0308289 | 104.185 | 44.4566 | 148.642 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 3120 | | clEditor | InsertTextWithIndentation(const wxString &, int) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6.75 | 1126.63 | 62.5905 | 0.036091 | 118.086 | 0 | 118.086 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 3126 | | clEditor | FormatTextKeepIndent(const wxString &, int, size_t) [override] | 3 | 44 | 36 | 1 | 7 | 8 | 2 | 65 | 254 | 1529.68 | 26.3488 | 40305.3 | 2239.18 | 0.39185 | 69.7255 | 11.5716 | 81.2971 | 24 | 1 |
| LiteEditor/cl_editor.cpp | 3171 | | clEditor | OnContextMenu(wxContextMenuEvent &) | 1 | 98 | 66 | 22 | 12 | 17 | 4 | 111 | 428 | 2908.01 | 27.0549 | 78675.9 | 4370.88 | 0.61203 | 51.3424 | 33.4927 | 84.8351 | 58 | 1 |
| LiteEditor/cl_editor.cpp | 3270 | | clEditor | OnKeyDown(wxKeyEvent &) | 1 | 119 | 84 | 19 | 18 | 25 | 4 | 141 | 606 | 4326.57 | 25.0265 | 108279 | 6015.5 | 0.757254 | 44.291 | 29.0121 | 73.3032 | 82 | 1 |
| LiteEditor/cl_editor.cpp | 3390 | | clEditor | OnLeftUp(wxMouseEvent &) | 1 | 9 | 8 | 1 | 1 | 1 | 0 | 23 | 38 | 171.895 | 7.09091 | 1218.89 | 67.7164 | 0.0380355 | 108.411 | 24.6875 | 133.099 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 3400 | | clEditor | OnLeaveWindow(wxMouseEvent &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 24 | 39 | 178.814 | 5.71429 | 1021.79 | 56.7662 | 0.0338159 | 108.206 | 0 | 108.206 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 3410 | | clEditor | OnFocusLost(wxFocusEvent &) | 1 | 17 | 13 | 1 | 3 | 2 | 1 | 31 | 63 | 312.114 | 7.22222 | 2254.16 | 125.231 | 0.0573062 | 94.7764 | 18.3478 | 113.124 | 10 | 1 |
| LiteEditor/cl_editor.cpp | 3428 | | clEditor | OnRightDown(wxMouseEvent &) | 1 | 20 | 18 | 0 | 2 | 4 | 2 | 49 | 132 | 741.142 | 11.6364 | 8624.19 | 479.122 | 0.140182 | 87.1865 | 0 | 87.1865 | 20 | 1 |
| LiteEditor/cl_editor.cpp | 3449 | | clEditor | OnMotion(wxMouseEvent &) | 1 | 18 | 16 | 0 | 2 | 4 | 2 | 39 | 87 | 459.83 | 10.4348 | 4798.23 | 266.568 | 0.0948271 | 91.3755 | 0 | 91.3755 | 9 | 1 |
| LiteEditor/cl_editor.cpp | 3468 | | clEditor | OnLeftDown(wxMouseEvent &) | 1 | 33 | 23 | 4 | 6 | 6 | 1 | 61 | 172 | 1020.09 | 10.1333 | 10336.9 | 574.271 | 0.158175 | 76.9528 | 25.6793 | 102.632 | 31 | 1 |
| LiteEditor/cl_editor.cpp | 3502 | | clEditor | OnPopupMenuUpdateUI(wxUpdateUIEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 122.581 | 31.9355 | 154.516 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 3508 | | clEditor | CreateBrowseRecord() [override] | 0 | 14 | 13 | 2 | 0 | 2 | 1 | 31 | 80 | 396.336 | 7.7 | 3051.78 | 169.544 | 0.0701318 | 96.6795 | 27.6325 | 124.312 | 15 | 6 |
| LiteEditor/cl_editor.cpp | 3523 | | clEditor | DoBreakptContextMenu(wxPoint) | 1 | 73 | 51 | 9 | 13 | 6 | 1 | 107 | 511 | 3444.89 | 25.6012 | 88193.3 | 4899.63 | 0.660444 | 57.7624 | 25.8763 | 83.6387 | 112 | 1 |
| LiteEditor/cl_editor.cpp | 3597 | | clEditor | AddOtherBreakpointType(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 2 | 36 | 100 | 516.993 | 11.4545 | 5921.91 | 328.995 | 0.109107 | 93.9498 | 0 | 93.9498 | 15 | 1 |
| LiteEditor/cl_editor.cpp | 3613 | | clEditor | OnIgnoreBreakpoint() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 62 | 298.056 | 5.82353 | 1735.74 | 96.4299 | 0.0481432 | 109.39 | 0 | 109.39 | 11 | 1 |
| LiteEditor/cl_editor.cpp | 3621 | | clEditor | OnEditBreakpoint() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 58 | 275.783 | 5.29412 | 1460.03 | 81.1128 | 0.0428996 | 112.521 | 0 | 112.521 | 11 | 1 |
| LiteEditor/cl_editor.cpp | 3628 | | clEditor | AddBreakpoint(int, const wxString &, const bool, const bool) | 4 | 29 | 26 | 4 | 3 | 6 | 2 | 55 | 189 | 1092.68 | 16.0541 | 17541.9 | 974.55 | 0.225042 | 78.6886 | 27.2067 | 105.895 | 33 | 3 |
| LiteEditor/cl_editor.cpp | 3658 | | clEditor | DelBreakpoint(int) | 1 | 29 | 24 | 4 | 2 | 5 | 1 | 55 | 155 | 896.111 | 17 | 15233.9 | 846.327 | 0.204842 | 79.9499 | 27.2067 | 107.157 | 26 | 2 |
| LiteEditor/cl_editor.cpp | 3688 | | clEditor | ToggleBreakpoint(int) | 1 | 44 | 32 | 6 | 6 | 8 | 2 | 71 | 249 | 1531.29 | 19.8854 | 30450.3 | 1691.68 | 0.325042 | 69.72 | 27.069 | 96.789 | 36 | 2 |
| LiteEditor/cl_editor.cpp | 3733 | | clEditor | SetWarningMarker(int, CompilerMessage &&) [override] | 2 | 25 | 19 | 2 | 4 | 5 | 1 | 42 | 119 | 641.686 | 11 | 7058.54 | 392.141 | 0.122656 | 84.0909 | 21.2145 | 105.305 | 12 | 0 |
| LiteEditor/cl_editor.cpp | 3759 | | clEditor | SetErrorMarker(int, CompilerMessage &&) [override] | 2 | 24 | 19 | 1 | 4 | 5 | 1 | 42 | 119 | 641.686 | 11 | 7058.54 | 392.141 | 0.122656 | 84.7522 | 15.5492 | 100.301 | 12 | 0 |
| LiteEditor/cl_editor.cpp | 3784 | | clEditor | DelAllCompilerMarkers() [override] | 0 | 10 | 8 | 1 | 1 | 1 | 0 | 17 | 32 | 130.799 | 3.85 | 503.575 | 27.9764 | 0.0210987 | 108.125 | 23.5268 | 131.652 | 5 | 0 |
| LiteEditor/cl_editor.cpp | 3796 | | clEditor | [virtual] SetBreakpointMarker(int, BreakpointType, bool, const std::vector<clDebuggerBreakpoint> &) | 4 | 12 | 11 | 1 | 0 | 2 | 0 | 43 | 80 | 434.101 | 10.7143 | 4651.08 | 258.394 | 0.0928784 | 98.7035 | 21.6227 | 120.326 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 3809 | | clEditor | [virtual] DelAllBreakpointMarkers() | 0 | 13 | 10 | 2 | 1 | 2 | 1 | 28 | 59 | 283.634 | 7.44118 | 2110.57 | 117.254 | 0.054846 | 99.6199 | 28.5467 | 128.167 | 5 | 4 |
| LiteEditor/cl_editor.cpp | 3823 | | clEditor | HighlightLine(int) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 24 | 54 | 247.588 | 10.6364 | 2633.44 | 146.302 | 0.0635663 | 101.393 | 0 | 101.393 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 3836 | | clEditor | UnHighlightAll() [override] | 0 | 5 | 5 | 1 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 3 | 182.833 | 10.1574 | 0.0107378 | 123.325 | 31.9355 | 155.261 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 3842 | | clEditor | AddDebuggerContextMenu(wxMenu *) | 1 | 51 | 38 | 5 | 8 | 6 | 2 | 68 | 290 | 1765.36 | 18.9 | 33365.4 | 1853.63 | 0.345469 | 67.0486 | 23.3136 | 90.3622 | 53 | 1 |
| LiteEditor/cl_editor.cpp | 3894 | | clEditor | OnDbgAddWatch(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 33 | 108 | 544.795 | 9.71429 | 5292.29 | 294.016 | 0.10123 | 93.6775 | 0 | 93.6775 | 18 | 1 |
| LiteEditor/cl_editor.cpp | 3910 | | clEditor | OnDbgCustomWatch(wxCommandEvent &) | 1 | 24 | 19 | 2 | 3 | 4 | 2 | 54 | 172 | 989.841 | 13.5541 | 13416.4 | 745.353 | 0.188207 | 82.7283 | 21.6227 | 104.351 | 28 | 1 |
| LiteEditor/cl_editor.cpp | 3935 | | clEditor | UpdateColours() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 4 |
| LiteEditor/cl_editor.cpp | 3937 | | clEditor | SafeGetChar(int) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 18 | 33 | 137.608 | 9.42857 | 1297.44 | 72.0801 | 0.0396525 | 113.179 | 0 | 113.179 | 2 | 19 |
| LiteEditor/cl_editor.cpp | 3945 | | clEditor | OnDragStart(wxStyledTextEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 31.9355 | 153.48 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 3951 | | clEditor | OnDragEnd(wxStyledTextEvent &) | 1 | 9 | 5 | 4 | 1 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 112.022 | 42.9367 | 154.959 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 3961 | | clEditor | GetCurrLineHeight() | 0 | 27 | 23 | 2 | 3 | 3 | 1 | 34 | 130 | 661.37 | 22.8947 | 15141.9 | 841.216 | 0.204017 | 83.147 | 20.4627 | 103.61 | 7 | 1 |
| LiteEditor/cl_editor.cpp | 3989 | | clEditor | DoHighlightWord() | 0 | 77 | 61 | 9 | 9 | 14 | 4 | 74 | 377 | 2340.96 | 40.7872 | 95481.4 | 5304.52 | 0.696345 | 57.0671 | 25.2612 | 82.3283 | 36 | 3 |
| LiteEditor/cl_editor.cpp | 4067 | | clEditor | HighlightWord(bool) | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 24 | 51 | 233.833 | 5.71429 | 1336.19 | 74.2327 | 0.0404381 | 103.1 | 0 | 103.1 | 6 | 5 |
| LiteEditor/cl_editor.cpp | 4079 | | clEditor | OnLeftDClick(wxStyledTextEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 32 | 56 | 280 | 8.38235 | 2347.06 | 130.392 | 0.0588701 | 107.322 | 0 | 107.322 | 7 | 1 |
| LiteEditor/cl_editor.cpp | 4088 | | clEditor | IsCompletionBoxShown() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4 | 289.359 | 16.0755 | 0.0145827 | 148.507 | 0 | 148.507 | 2 | 2 |
| LiteEditor/cl_editor.cpp | 4090 | | clEditor | GetCurrentLine() [override] | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 5.33333 | 426.424 | 23.6902 | 0.0188845 | 118.96 | 29.5564 | 148.516 | 2 | 31 |
| LiteEditor/cl_editor.cpp | 4097 | | clEditor | [static] DoSetCaretAt(wxStyledTextCtrl *, long) | 2 | 12 | 10 | 2 | 0 | 2 | 1 | 27 | 60 | 285.293 | 10.4 | 2967.05 | 164.836 | 0.0688275 | 100.886 | 29.5564 | 130.443 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 4110 | | clEditor | GetEOLByContent() | 0 | 40 | 32 | 3 | 5 | 10 | 2 | 50 | 212 | 1196.5 | 25.3333 | 30311.3 | 1683.96 | 0.324052 | 72.087 | 20.5825 | 92.6695 | 7 | 2 |
| LiteEditor/cl_editor.cpp | 4151 | | clEditor | GetEOLByOS() | 0 | 20 | 19 | 1 | 0 | 5 | 1 | 32 | 99 | 495 | 10.2632 | 5080.26 | 282.237 | 0.0985076 | 89.0554 | 16.9762 | 106.032 | 10 | 4 |
| LiteEditor/cl_editor.cpp | 4172 | | clEditor | ShowFunctionTipFromCurrentPos() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 23 | 41 | 185.466 | 5.5 | 1020.06 | 56.6702 | 0.0337777 | 114.355 | 0 | 114.355 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 4179 | | clEditor | GetSelection() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 3 |
| LiteEditor/cl_editor.cpp | 4181 | | clEditor | GetSelectionStart() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 15 |
| LiteEditor/cl_editor.cpp | 4183 | | clEditor | GetSelectionEnd() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 14 |
| LiteEditor/cl_editor.cpp | 4185 | | clEditor | ReplaceSelection(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.5 | 325.529 | 18.0849 | 0.0157739 | 148.507 | 0 | 148.507 | 1 | 5 |
| LiteEditor/cl_editor.cpp | 4187 | | clEditor | ClearUserIndicators() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.5 | 300.831 | 16.7128 | 0.0149656 | 121.537 | 0 | 121.537 | 3 | 0 |
| LiteEditor/cl_editor.cpp | 4193 | | clEditor | GetUserIndicatorEnd(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 148.106 | 0 | 148.106 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4195 | | clEditor | GetUserIndicatorStart(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 148.106 | 0 | 148.106 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4197 | | clEditor | SelectText(int, int) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 6 | 600 | 33.3333 | 0.0237126 | 120.75 | 0 | 120.75 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 4203 | | clEditor | SetUserIndicator(int, int) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 4.66667 | 466.667 | 25.9259 | 0.0200547 | 120.75 | 0 | 120.75 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 4209 | | clEditor | SetUserIndicatorStyleAndColour(int, const wxColour &) [override] | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 6.10714 | 1187.92 | 65.9955 | 0.0373884 | 111.84 | 0 | 111.84 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 4217 | | clEditor | GetLexerId() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 5 |
| LiteEditor/cl_editor.cpp | 4219 | | clEditor | GetStyleAtPos(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 149.713 | 0 | 149.713 | 1 | 2 |
| LiteEditor/cl_editor.cpp | 4221 | | clEditor | WordStartPos(int, bool) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5.5 | 506 | 28.1111 | 0.0211663 | 124.799 | 0 | 124.799 | 1 | 4 |
| LiteEditor/cl_editor.cpp | 4226 | | clEditor | WordEndPos(int, bool) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5.5 | 506 | 28.1111 | 0.0211663 | 124.799 | 0 | 124.799 | 1 | 3 |
| LiteEditor/cl_editor.cpp | 4231 | | clEditor | DoMarkHyperlink(wxMouseEvent &, bool) | 2 | 24 | 22 | 0 | 2 | 6 | 3 | 50 | 131 | 739.345 | 12.3636 | 9140.99 | 507.833 | 0.145727 | 83.7856 | 0 | 83.7856 | 14 | 1 |
| LiteEditor/cl_editor.cpp | 4256 | | clEditor | DoQuickJump(wxMouseEvent &, bool) | 2 | 23 | 15 | 4 | 4 | 5 | 1 | 43 | 102 | 553.479 | 12.75 | 7056.86 | 392.048 | 0.122636 | 86.2106 | 30.1022 | 116.313 | 10 | 1 |
| LiteEditor/cl_editor.cpp | 4280 | | clEditor | TrimText(size_t) | 1 | 59 | 45 | 6 | 8 | 18 | 3 | 77 | 317 | 1986.57 | 36.7021 | 72911.4 | 4050.63 | 0.581758 | 61.3142 | 23.709 | 85.0232 | 19 | 2 |
| LiteEditor/cl_editor.cpp | 4340 | | clEditor | TrimText(bool, bool) | 2 | 17 | 17 | 0 | 0 | 5 | 1 | 27 | 75 | 356.617 | 8.9375 | 3187.26 | 177.07 | 0.0721922 | 93.3933 | 0 | 93.3933 | 7 | 1 |
| LiteEditor/cl_editor.cpp | 4358 | | clEditor | GetEolString() | 0 | 16 | 16 | 0 | 0 | 4 | 1 | 26 | 60 | 282.026 | 11.0833 | 3125.79 | 173.655 | 0.071261 | 95.8257 | 0 | 95.8257 | 6 | 9 |
| LiteEditor/cl_editor.cpp | 4375 | | clEditor | DoShowCalltip(int, const wxString &, const wxString &, bool) | 4 | 21 | 20 | 0 | 1 | 3 | 1 | 45 | 123 | 675.498 | 17.1731 | 11600.4 | 644.465 | 0.170815 | 87.1084 | 0 | 87.1084 | 17 | 2 |
| LiteEditor/cl_editor.cpp | 4397 | | clEditor | DoAdjustCalltipPos(wxPoint &) const | 1 | 26 | 21 | 5 | 0 | 8 | 1 | 54 | 265 | 1525.05 | 39.2 | 59781.8 | 3321.21 | 0.509633 | 78.264 | 31.415 | 109.679 | 26 | 1 |
| LiteEditor/cl_editor.cpp | 4424 | | clEditor | DoCancelCalltip() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 11 | 16 | 55.3509 | 3 | 166.053 | 9.22515 | 0.0100703 | 123.826 | 0 | 123.826 | 2 | 9 |
| LiteEditor/cl_editor.cpp | 4430 | | clEditor | DoGetOpenBracePos() | 0 | 61 | 53 | 3 | 6 | 16 | 3 | 56 | 252 | 1463.45 | 36.7759 | 53819.8 | 2989.99 | 0.47516 | 62.8234 | 16.842 | 79.6654 | 13 | 1 |
| LiteEditor/cl_editor.cpp | 4492 | | clEditor | SetEOL() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 19 | 39 | 165.669 | 6.75 | 1118.27 | 62.1259 | 0.0359122 | 106.666 | 23.5268 | 130.193 | 3 | 2 |
| LiteEditor/cl_editor.cpp | 4503 | | clEditor | OnChange(wxStyledTextEvent &) | 1 | 141 | 105 | 21 | 16 | 42 | 6 | 144 | 802 | 5750.28 | 36.7611 | 211386 | 11743.7 | 1.18285 | 36.1537 | 28.1441 | 64.2978 | 99 | 1 |
| LiteEditor/cl_editor.cpp | 4645 | | clEditor | OnRemoveMatchInidicator(wxCommandEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 29 | 62 | 301.195 | 9.34375 | 2814.29 | 156.349 | 0.0664443 | 103.558 | 23.5268 | 127.085 | 9 | 1 |
| LiteEditor/cl_editor.cpp | 4656 | | clEditor | FindAndSelect(const wxString &, const wxString &, int, NavMgr *) [override] | 4 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 7.5 | 1204.05 | 66.8915 | 0.037726 | 121.904 | 0 | 121.904 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4661 | | clEditor | DoSelectRange(const LSP::Range &, bool) | 2 | 15 | 14 | 0 | 1 | 2 | 1 | 44 | 117 | 638.753 | 13.537 | 8646.83 | 480.379 | 0.140427 | 93.0801 | 0 | 93.0801 | 14 | 2 |
| LiteEditor/cl_editor.cpp | 4677 | | clEditor | SelectLocation(const LSP::Location &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 59 | 283.634 | 8.625 | 2446.34 | 135.908 | 0.0605188 | 112.376 | 0 | 112.376 | 7 | 0 |
| LiteEditor/cl_editor.cpp | 4684 | | clEditor | SelectRangeAfter(const LSP::Range &) [override] | 1 | 7 | 5 | 2 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.11111 | 752.827 | 41.8237 | 0.0275852 | 114.215 | 36.8317 | 151.047 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 4692 | | clEditor | SelectRange(const LSP::Range &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.0625 | 434.548 | 24.1416 | 0.0191237 | 147.617 | 0 | 147.617 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4694 | | clEditor | DoFindAndSelect(const wxString &, const wxString &, int, NavMgr *) | 4 | 123 | 91 | 11 | 21 | 21 | 5 | 106 | 629 | 4231.86 | 46.0867 | 195032 | 10835.1 | 1.12103 | 44.7905 | 22.3445 | 67.1351 | 69 | 4 |
| LiteEditor/cl_editor.cpp | 4818 | | clEditor | DoCreateDebuggerWatchMenu(const wxString &) | 1 | 26 | 22 | 0 | 4 | 2 | 1 | 69 | 207 | 1264.46 | 17.9375 | 22681.3 | 1260.07 | 0.26709 | 80.6183 | 0 | 80.6183 | 38 | 1 |
| LiteEditor/cl_editor.cpp | 4845 | | clEditor | UpdateOptions() | 0 | 18 | 13 | 2 | 3 | 3 | 1 | 39 | 120 | 634.248 | 8.66667 | 5496.82 | 305.379 | 0.103821 | 89.9333 | 24.6875 | 114.621 | 24 | 5 |
| LiteEditor/cl_editor.cpp | 4864 | | clEditor | ReplaceAllExactMatch(const wxString &, const wxString &) | 2 | 32 | 25 | 3 | 5 | 2 | 1 | 53 | 179 | 1025.3 | 16.6486 | 17069.8 | 948.323 | 0.220986 | 78.3448 | 22.8376 | 101.182 | 15 | 1 |
| LiteEditor/cl_editor.cpp | 4897 | | clEditor | SetLexerName(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4899 | | clEditor | HighlightWord(StringHighlightOutput *) | 1 | 24 | 18 | 4 | 2 | 4 | 3 | 52 | 141 | 803.762 | 19.8 | 15914.5 | 884.138 | 0.210899 | 83.8112 | 29.5564 | 113.368 | 10 | 1 |
| LiteEditor/cl_editor.cpp | 4924 | | clEditor | ChangeCase(bool) | 1 | 20 | 13 | 2 | 5 | 5 | 2 | 32 | 79 | 395 | 12.4667 | 4924.33 | 273.574 | 0.0964814 | 90.2289 | 23.5268 | 113.756 | 11 | 2 |
| LiteEditor/cl_editor.cpp | 4945 | | clEditor | LineFromPos(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 20 |
| LiteEditor/cl_editor.cpp | 4947 | | clEditor | PosFromLine(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4949 | | clEditor | LineEnd(int) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 7.875 | 965.663 | 53.6479 | 0.0325659 | 119.69 | 0 | 119.69 | 2 | 3 |
| LiteEditor/cl_editor.cpp | 4955 | | clEditor | GetTextRange(int, int) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 6.28571 | 564.825 | 31.3792 | 0.0227765 | 147.379 | 0 | 147.379 | 1 | 30 |
| LiteEditor/cl_editor.cpp | 4957 | | clEditor | DelayedSetActive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4959 | | clEditor | OnFocus(wxFocusEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 0 | 24 | 38 | 174.229 | 6.34615 | 1105.68 | 61.4267 | 0.0356423 | 110.249 | 0 | 110.249 | 5 | 1 |
| LiteEditor/cl_editor.cpp | 4968 | | clEditor | IsFocused() const | 0 | 11 | 8 | 3 | 0 | 2 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 107.647 | 36.1812 | 143.828 | 0 | 1 |
| LiteEditor/cl_editor.cpp | 4980 | | clEditor | ShowCalltip(clCallTipPtr) [override] | 1 | 10 | 7 | 2 | 1 | 1 | 0 | 28 | 64 | 307.671 | 5.44737 | 1676 | 93.1109 | 0.0470321 | 103.677 | 31.9355 | 135.613 | 15 | 0 |
| LiteEditor/cl_editor.cpp | 4991 | | clEditor | PositionAfterPos(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4993 | | clEditor | GetCharAtPos(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 4995 | | clEditor | PositionBeforePos(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 2 |
| LiteEditor/cl_editor.cpp | 4997 | | clEditor | GetChanges() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 5.83333 | 466.667 | 25.9259 | 0.0200547 | 147.983 | 0 | 147.983 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 4999 | | clEditor | OnFindInFiles() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 5001 | | clEditor | OnHighlightWordChecked(wxCommandEvent &) | 1 | 13 | 10 | 3 | 0 | 3 | 0 | 28 | 51 | 245.175 | 9.80769 | 2404.6 | 133.589 | 0.0598284 | 100.148 | 33.8695 | 134.017 | 1 | 2 |
| LiteEditor/cl_editor.cpp | 5015 | | clEditor | OnKeyUp(wxKeyEvent &) | 1 | 16 | 12 | 2 | 2 | 4 | 1 | 34 | 84 | 427.347 | 10.5 | 4487.14 | 249.286 | 0.0906829 | 93.6646 | 26.0372 | 119.702 | 11 | 1 |
| LiteEditor/cl_editor.cpp | 5032 | | clEditor | GetCodeNavModifier() | 0 | 11 | 11 | 0 | 0 | 4 | 1 | 24 | 67 | 307.192 | 10.5769 | 3249.15 | 180.508 | 0.0731238 | 101.451 | 0 | 101.451 | 9 | 3 |
| LiteEditor/cl_editor.cpp | 5044 | | clEditor | OnFileFormatDone(wxCommandEvent &) | 1 | 11 | 8 | 2 | 1 | 2 | 1 | 23 | 46 | 208.084 | 6.41667 | 1335.2 | 74.178 | 0.0404182 | 103.937 | 30.6787 | 134.615 | 7 | 2 |
| LiteEditor/cl_editor.cpp | 5056 | | clEditor | OnFileFormatStarting(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 23 | 46 | 208.084 | 6.41667 | 1335.2 | 74.178 | 0.0404182 | 107.188 | 24.6875 | 131.875 | 7 | 2 |
| LiteEditor/cl_editor.cpp | 5066 | | clEditor | DoRestoreMarkers() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 64 | 307.671 | 9 | 2769.04 | 153.835 | 0.0657301 | 105.154 | 0 | 105.154 | 7 | 1 |
| LiteEditor/cl_editor.cpp | 5076 | | clEditor | DoSaveMarkers() | 0 | 16 | 15 | 0 | 1 | 4 | 3 | 40 | 101 | 537.515 | 16.3636 | 8795.7 | 488.65 | 0.142034 | 92.4719 | 0 | 92.4719 | 8 | 1 |
| LiteEditor/cl_editor.cpp | 5093 | | clEditor | ToggleBreakpointEnablement() | 0 | 18 | 15 | 0 | 3 | 3 | 1 | 47 | 140 | 777.642 | 11.7188 | 9113 | 506.278 | 0.14543 | 88.8734 | 0 | 88.8734 | 18 | 1 |
| LiteEditor/cl_editor.cpp | 5112 | | clEditor | DoUpdateTLWTitle(bool) | 1 | 21 | 18 | 1 | 2 | 4 | 2 | 44 | 115 | 627.835 | 8.7931 | 5520.61 | 306.701 | 0.104121 | 87.2589 | 16.583 | 103.842 | 21 | 3 |
| LiteEditor/cl_editor.cpp | 5134 | | clEditor | IsDetached() const | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 42 | 192.568 | 10.8333 | 2086.16 | 115.898 | 0.0544223 | 117.113 | 0 | 117.113 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 5140 | | clEditor | GetPosAtMousePointer() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 30 | 122.624 | 5.33333 | 653.994 | 36.333 | 0.0251147 | 116.736 | 0 | 116.736 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 5147 | | clEditor | GetWordAtMousePointer(wxString &, wxRect &) [override] | 2 | 29 | 25 | 0 | 4 | 3 | 2 | 51 | 162 | 918.933 | 13.3333 | 12252.4 | 680.691 | 0.177158 | 80.2791 | 0 | 80.2791 | 20 | 1 |
| LiteEditor/cl_editor.cpp | 5177 | | clEditor | ShowTooltip(const wxString &, const wxString &, int) [override] | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 6.75 | 888.879 | 49.3822 | 0.0308158 | 122.934 | 0 | 122.934 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 5182 | | clEditor | ShowRichTooltip(const wxString &, const wxString &, int) [override] | 3 | 11 | 11 | 0 | 0 | 2 | 1 | 31 | 64 | 317.069 | 11.5294 | 3655.61 | 203.09 | 0.0791017 | 101.747 | 0 | 101.747 | 6 | 0 |
| LiteEditor/cl_editor.cpp | 5194 | | clEditor | GetFirstSelection() | 0 | 18 | 16 | 1 | 1 | 4 | 3 | 32 | 86 | 430 | 13.6765 | 5880.88 | 326.716 | 0.108603 | 91.7243 | 17.8544 | 109.579 | 6 | 2 |
| LiteEditor/cl_editor.cpp | 5213 | | clEditor | SetLineVisible(int) | 1 | 15 | 12 | 3 | 0 | 3 | 2 | 23 | 52 | 235.225 | 9.625 | 2264.04 | 125.78 | 0.0574736 | 98.0448 | 31.9355 | 129.98 | 3 | 2 |
| LiteEditor/cl_editor.cpp | 5229 | | clEditor | DoWrapPrevSelectionWithChars(wxChar, wxChar) | 2 | 40 | 28 | 6 | 6 | 4 | 2 | 55 | 201 | 1162.05 | 23.7143 | 27557.3 | 1530.96 | 0.304114 | 73.6188 | 28.2321 | 101.851 | 17 | 5 |
| LiteEditor/cl_editor.cpp | 5270 | | clEditor | OnTimer(wxTimerEvent &) | 1 | 46 | 33 | 7 | 6 | 8 | 4 | 59 | 203 | 1194.18 | 15.641 | 18678.1 | 1037.67 | 0.234658 | 70.2929 | 28.4106 | 98.7035 | 24 | 2 |
| LiteEditor/cl_editor.cpp | 5317 | | clEditor | SplitSelection() | 0 | 31 | 25 | 4 | 3 | 7 | 3 | 41 | 146 | 782.203 | 19.5652 | 15304 | 850.22 | 0.20547 | 79.1164 | 26.4103 | 105.527 | 14 | 1 |
| LiteEditor/cl_editor.cpp | 5349 | | clEditor | CenterLinePreserveSelection(int) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 5.14286 | 401.852 | 22.3251 | 0.0181519 | 148.106 | 0 | 148.106 | 1 | 2 |
| LiteEditor/cl_editor.cpp | 5351 | | clEditor | CenterLinePreserveSelectionAfter(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 5353 | | clEditor | [static] CenterLinePreserveSelection(wxStyledTextCtrl *, int) | 2 | 12 | 10 | 0 | 2 | 3 | 1 | 29 | 73 | 354.633 | 13 | 4610.22 | 256.124 | 0.0923337 | 99.5249 | 0 | 99.5249 | 5 | 2 |
| LiteEditor/cl_editor.cpp | 5366 | | clEditor | CenterLine(int, int) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 6.28571 | 589.382 | 32.7435 | 0.023432 | 147.158 | 0 | 147.158 | 1 | 9 |
| LiteEditor/cl_editor.cpp | 5368 | | clEditor | OnEditorConfigChanged(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 5.4 | 779.919 | 43.3289 | 0.0282431 | 113.388 | 0 | 113.388 | 4 | 2 |
| LiteEditor/cl_editor.cpp | 5376 | | clEditor | ConvertIndentToSpaces() | 0 | 22 | 19 | 2 | 1 | 3 | 2 | 40 | 112 | 596.056 | 13.2 | 7867.94 | 437.108 | 0.131862 | 87.0054 | 22.5149 | 109.52 | 13 | 1 |
| LiteEditor/cl_editor.cpp | 5399 | | clEditor | ConvertIndentToTabs() | 0 | 22 | 19 | 2 | 1 | 3 | 2 | 40 | 112 | 596.056 | 13.2 | 7867.94 | 437.108 | 0.131862 | 87.0054 | 22.5149 | 109.52 | 13 | 1 |
| LiteEditor/cl_editor.cpp | 5422 | | clEditor | DoCancelCodeCompletionBox() | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 16 | 30 | 120 | 6.42857 | 771.429 | 42.8571 | 0.0280377 | 110.05 | 24.6875 | 134.738 | 2 | 3 |
| LiteEditor/cl_editor.cpp | 5432 | | clEditor | GetFirstSingleLineCommentPos(int, int) | 2 | 11 | 11 | 0 | 0 | 3 | 2 | 27 | 64 | 304.313 | 16.875 | 5135.28 | 285.293 | 0.0992175 | 101.73 | 0 | 101.73 | 3 | 2 |
| LiteEditor/cl_editor.cpp | 5444 | | clEditor | GetNumberFirstSpacesInLine(int) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 27 | 65 | 309.068 | 16.25 | 5022.35 | 279.019 | 0.0977575 | 101.65 | 0 | 101.65 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 5456 | | clEditor | ToggleLineComment(const wxString &, int) [override] | 2 | 77 | 62 | 7 | 8 | 16 | 4 | 71 | 352 | 2164.71 | 34.2391 | 74117.8 | 4117.66 | 0.588158 | 57.0141 | 22.5149 | 79.529 | 29 | 3 |
| LiteEditor/cl_editor.cpp | 5534 | | clEditor | CommentBlockSelection(const wxString &, const wxString &) [override] | 2 | 21 | 18 | 0 | 3 | 3 | 1 | 35 | 110 | 564.221 | 12.4091 | 7001.47 | 388.971 | 0.121994 | 88.0444 | 0 | 88.0444 | 15 | 3 |
| LiteEditor/cl_editor.cpp | 5556 | | clEditor | QuickAddNext() | 0 | 32 | 27 | 1 | 4 | 4 | 1 | 63 | 213 | 1273.16 | 17.907 | 22798.5 | 1266.58 | 0.268009 | 76.7589 | 13.5225 | 90.2815 | 36 | 1 |
| LiteEditor/cl_editor.cpp | 5589 | | clEditor | QuickFindAll() | 0 | 41 | 34 | 1 | 6 | 6 | 2 | 64 | 248 | 1488 | 21.4884 | 31974.7 | 1776.37 | 0.335802 | 71.4732 | 11.9795 | 83.4526 | 36 | 1 |
| LiteEditor/cl_editor.cpp | 5631 | | clEditor | CenterLineIfNeeded(int, bool) | 2 | 18 | 13 | 4 | 1 | 5 | 2 | 30 | 88 | 431.806 | 15.5 | 6693 | 371.833 | 0.118384 | 91.4725 | 33.3545 | 124.827 | 7 | 2 |
| LiteEditor/cl_editor.cpp | 5650 | | clEditor | Print() | 0 | 36 | 30 | 4 | 4 | 5 | 3 | 66 | 197 | 1190.75 | 13.6957 | 16308 | 906.002 | 0.214361 | 74.9689 | 24.6875 | 99.6564 | 34 | 1 |
| LiteEditor/cl_editor.cpp | 5687 | | clEditor | PageSetup() | 0 | 18 | 18 | 1 | 0 | 3 | 1 | 42 | 123 | 663.255 | 12.6154 | 8367.22 | 464.845 | 0.137383 | 89.7007 | 17.8544 | 107.555 | 16 | 2 |
| LiteEditor/cl_editor.cpp | 5706 | | clEditor | OnMouseWheel(wxMouseEvent &) | 1 | 11 | 10 | 1 | 0 | 4 | 1 | 26 | 61 | 286.727 | 10.9091 | 3127.93 | 173.774 | 0.0712935 | 101.81 | 22.5149 | 124.325 | 8 | 1 |
| LiteEditor/cl_editor.cpp | 5718 | | clEditor | ApplyEditorConfig() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.2 | 240.909 | 13.3839 | 0.0129057 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/cl_editor.cpp | 5720 | | clEditor | OpenURL(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.44444 | 435.996 | 24.222 | 0.0191661 | 120.85 | 0 | 120.85 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 5726 | | clEditor | ReloadFromDisk(bool) [override] | 1 | 67 | 50 | 5 | 13 | 8 | 3 | 100 | 321 | 2132.68 | 16.6667 | 35544.6 | 1974.7 | 0.360353 | 61.1853 | 20.5343 | 81.7196 | 59 | 3 |
| LiteEditor/cl_editor.cpp | 5794 | | clEditor | PreferencesChanged() | 0 | 25 | 25 | 0 | 0 | 8 | 1 | 35 | 159 | 815.556 | 13.8864 | 11325.1 | 629.173 | 0.168102 | 82.1541 | 0 | 82.1541 | 21 | 2 |
| LiteEditor/cl_editor.cpp | 5820 | | clEditor | NotifyMarkerChanged(int) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 28 | 60 | 288.441 | 6.38889 | 1842.82 | 102.379 | 0.0501034 | 103.783 | 23.5268 | 127.31 | 9 | 11 |
| LiteEditor/cl_editor.cpp | 5831 | | clEditor | GetWordAtPosition(int, bool) [override] | 2 | 30 | 27 | 2 | 1 | 6 | 4 | 39 | 142 | 750.527 | 21.4286 | 16082.7 | 893.485 | 0.212382 | 80.0926 | 19.4709 | 99.5635 | 9 | 2 |
| LiteEditor/cl_editor.cpp | 5862 | | clEditor | GetFirstNonWhitespacePos(bool) | 1 | 36 | 31 | 2 | 3 | 8 | 2 | 35 | 124 | 636.031 | 22.2353 | 14142.3 | 785.685 | 0.194936 | 77.5397 | 17.8544 | 95.3941 | 6 | 1 |
| LiteEditor/cl_editor.cpp | 5905 | | clEditor | UpdateLineNumberMarginWidth() | 0 | 11 | 9 | 0 | 2 | 3 | 1 | 39 | 70 | 369.978 | 10.0455 | 3716.6 | 206.478 | 0.079979 | 100.714 | 0 | 100.714 | 9 | 6 |
| LiteEditor/cl_editor.cpp | 5917 | | clEditor | OnZoom(wxStyledTextEvent &) | 1 | 19 | 14 | 2 | 3 | 3 | 1 | 34 | 73 | 371.385 | 9.86842 | 3664.98 | 203.61 | 0.0792367 | 91.8404 | 24.0864 | 115.927 | 8 | 1 |
| LiteEditor/cl_editor.cpp | 5937 | | clEditor | DoToggleFold(int, const wxString &) | 2 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 34 | 151.621 | 7 | 1061.34 | 58.9636 | 0.034683 | 121.971 | 0 | 121.971 | 6 | 7 |
| LiteEditor/cl_editor.cpp | 5942 | | clEditor | GetEditorTextRaw(std::string &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 27 | 67 | 318.577 | 9.6 | 3058.34 | 169.908 | 0.0702322 | 103.266 | 0 | 103.266 | 8 | 0 |
| LiteEditor/cl_editor.cpp | 5953 | | clEditor | GetRemotePathOrLocal() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 39 | 168.555 | 5 | 842.776 | 46.8209 | 0.0297409 | 110.191 | 0 | 110.191 | 5 | 11 |
| LiteEditor/cl_editor.cpp | 5962 | | clEditor | GetRemotePath() const [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 29 | 116 | 5.14286 | 596.571 | 33.1429 | 0.0236222 | 114.298 | 0 | 114.298 | 5 | 7 |
| LiteEditor/cl_editor.cpp | 5970 | | clEditor | IsRemoteFile() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4.5 | 274.13 | 15.2294 | 0.0140664 | 149.4 | 0 | 149.4 | 1 | 7 |
| LiteEditor/cl_editor.cpp | 5972 | | clEditor | GetRemoteData() const [override] | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 39 | 176.419 | 9.33333 | 1646.58 | 91.4765 | 0.0464801 | 109.954 | 0 | 109.954 | 2 | 7 |
| LiteEditor/cl_editor.cpp | 5981 | | clEditor | SetSemanticTokens(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 66 | 55 | 1 | 10 | 9 | 2 | 81 | 353 | 2237.97 | 27.7895 | 62191.9 | 3455.11 | 0.523241 | 60.9483 | 9.47695 | 70.4253 | 57 | 0 |
| LiteEditor/cl_editor.cpp | 6048 | | clEditor | GetColumnInChars(int) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 8.4375 | 1069.13 | 59.3959 | 0.0348523 | 116.566 | 0 | 116.566 | 2 | 0 |
| LiteEditor/cl_editor.cpp | 6055 | | clEditor | SetZoomFactor(int) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 7.94444 | 1236.07 | 68.6706 | 0.038392 | 108.699 | 0 | 108.699 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 6074 | | clEditor | DoSetCaretAt(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 6.4 | 449.973 | 24.9985 | 0.0195736 | 148.655 | 0 | 148.655 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 6076 | | clEditor | HasBreakpointMarker(int) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 7.5 | 1037.26 | 57.6257 | 0.0341563 | 116.11 | 0 | 116.11 | 1 | 1 |
| LiteEditor/cl_editor.cpp | 6083 | | clEditor | GetBreakpointMarkers(std::vector<int> *) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 68 | 343.019 | 14.875 | 5102.4 | 283.467 | 0.0987936 | 102.882 | 0 | 102.882 | 4 | 1 |
| LiteEditor/cl_editor.cpp | 6094 | | clEditor | DeleteBreakpointMarkers(int) [override] | 1 | 15 | 13 | 1 | 1 | 3 | 1 | 32 | 64 | 320 | 12 | 3840 | 213.333 | 0.0817397 | 96.4443 | 19.4709 | 115.915 | 6 | 0 |
| LiteEditor/cl_editor.cpp | 6110 | | clEditor | SetBreakpointMarker(int, const wxString &) [override] | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 25 | 62 | 287.919 | 9.42857 | 2714.67 | 150.815 | 0.0648669 | 102.248 | 0 | 102.248 | 8 | 0 |
| LiteEditor/cl_editor.cpp | 6122 | | clEditor | OnColoursAndFontsUpdated(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/cl_editor.cpp | 6128 | | clEditor | UpdateDefaultTextWidth() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4 | 265.669 | 14.7594 | 0.0137754 | 148.951 | 0 | 148.951 | 2 | 2 |
| LiteEditor/cl_editor.cpp | 6130 | | clEditor | OnIdle(wxIdleEvent &) | 1 | 26 | 20 | 2 | 4 | 5 | 1 | 32 | 84 | 420 | 9.70588 | 4076.47 | 226.471 | 0.0850619 | 85.6595 | 20.8285 | 106.488 | 8 | 1 |
| LiteEditor/cl_editor.cpp | 6157 | | clEditor | ClearModifiedLines() [override] | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 125.137 | 31.9355 | 157.072 | 0 | 1 |
| LiteEditor/cl_editor.cpp | 6163 | | clEditor | OnModifiedExternally(clFileSystemEvent &) | 1 | 7 | 7 | 1 | 0 | 3 | 1 | 22 | 48 | 214.053 | 8.4 | 1798.04 | 99.8913 | 0.0492885 | 110.882 | 27.6325 | 138.514 | 7 | 2 |
| LiteEditor/cl_editor.cpp | 6171 | | clEditor | OnActiveEditorChanged(wxCommandEvent &) | 1 | 13 | 11 | 2 | 1 | 2 | 1 | 31 | 56 | 277.435 | 9.06667 | 2515.41 | 139.745 | 0.0616526 | 99.7348 | 28.5467 | 128.281 | 6 | 2 |
| LiteEditor/cl_editor.cpp | 6185 | | clEditor | NotifyTextUpdated() [override] | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.4 | 370.075 | 20.5597 | 0.0171819 | 122.715 | 31.9355 | 154.651 | 1 | 2 |
| LiteEditor/cl_editor.cpp | 6191 | | clEditor | DrawLineNumbers(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 3.42857 | 241.057 | 13.3921 | 0.012911 | 122.582 | 0 | 122.582 | 2 | 1 |
| LiteEditor/cl_editor.cpp | 6197 | | clEditor | DoClearBraceHighlight() | 0 | 8 | 8 | 1 | 0 | 2 | 1 | 19 | 34 | 144.43 | 6.66667 | 962.864 | 53.4924 | 0.0325029 | 110.995 | 26.0372 | 137.032 | 2 | 4 |
| LiteEditor/cl_editor.cpp | 6206 | | clEditor | DoBraceMatching() | 0 | 33 | 29 | 0 | 4 | 6 | 2 | 54 | 217 | 1248.81 | 18.5 | 23103 | 1283.5 | 0.27039 | 75.9009 | 0 | 75.9009 | 25 | 1 |
| LiteEditor/cl_editor.cpp | 6072 | | clEditor::SelectionInfo | Sort() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 5.5 | 831.971 | 46.2206 | 0.0294861 | 144.671 | 0 | 144.671 | 4 | 0 |
| LiteEditor/cl_unredo.cpp | 29 | | CLCommandProcessor | CLCommandProcessor() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.875 | 846.931 | 47.0517 | 0.0298385 | 116.712 | 0 | 116.712 | 5 | 0 |
| LiteEditor/cl_unredo.cpp | 36 | | CLCommandProcessor | CloseSciUndoAction() const | 0 | 7 | 6 | 2 | 0 | 1 | 1 | 17 | 34 | 138.974 | 4.88889 | 679.427 | 37.746 | 0.0257617 | 113.588 | 36.8317 | 150.42 | 5 | 5 |
| LiteEditor/cl_unredo.cpp | 44 | | CLCommandProcessor | ProcessOpenCommand() [override] | 0 | 6 | 5 | 1 | 1 | 1 | 0 | 11 | 18 | 62.2698 | 3.6 | 224.171 | 12.454 | 0.0123008 | 120.26 | 29.5564 | 149.816 | 2 | 2 |
| LiteEditor/cl_unredo.cpp | 51 | | CLCommandProcessor | StartNewTextCommand(CLC_types, const wxString &) | 2 | 16 | 13 | 1 | 3 | 3 | 1 | 34 | 79 | 401.91 | 9.1 | 3657.38 | 203.188 | 0.0791271 | 94.2137 | 18.8844 | 113.098 | 14 | 3 |
| LiteEditor/cl_unredo.cpp | 68 | | CLCommandProcessor | AppendToTextCommand(const wxString &, int) | 2 | 12 | 10 | 2 | 0 | 2 | 1 | 33 | 77 | 388.418 | 10.6842 | 4149.94 | 230.552 | 0.0860809 | 99.2817 | 29.5564 | 128.838 | 15 | 1 |
| LiteEditor/cl_unredo.cpp | 81 | | CLCommandProcessor | DoUndo() [override] | 0 | 10 | 8 | 0 | 2 | 1 | 1 | 21 | 45 | 197.654 | 6.6 | 1304.52 | 72.4732 | 0.0397966 | 105.978 | 0 | 105.978 | 5 | 0 |
| LiteEditor/cl_unredo.cpp | 92 | | CLCommandProcessor | DoRedo() [override] | 0 | 10 | 8 | 0 | 2 | 1 | 1 | 21 | 45 | 197.654 | 6.6 | 1304.52 | 72.4732 | 0.0397966 | 105.978 | 0 | 105.978 | 5 | 0 |
| LiteEditor/close_all_dlg.cpp | 50 | | CloseAllDialog | CloseAllDialog(wxWindow *, int, wxString, wxPoint, wxSize, int) | 6 | 42 | 31 | 0 | 11 | 1 | 0 | 67 | 341 | 2068.54 | 19.4151 | 40160.8 | 2231.16 | 0.390913 | 70.5198 | 0 | 70.5198 | 54 | 0 |
| LiteEditor/close_all_dlg.cpp | 93 | | CloseAllDialog | OnDiscardAllClicked(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/close_all_dlg.cpp | 99 | | CloseAllDialog | OnSaveAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/close_all_dlg.cpp | 105 | | CloseAllDialog | OnAskForEachFile(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/code_completion_manager.cpp | 71 | | CodeCompletionManager | CodeCompletionManager() | 0 | 28 | 24 | 1 | 3 | 1 | 0 | 52 | 275 | 1567.62 | 16.7632 | 26278.3 | 1459.9 | 0.29463 | 78.5303 | 14.4303 | 92.9605 | 30 | 1 |
| LiteEditor/code_completion_manager.cpp | 100 | | CodeCompletionManager | ~CodeCompletionManager() [override] | 0 | 22 | 21 | 0 | 1 | 1 | 0 | 43 | 256 | 1389.12 | 14.6094 | 20294.2 | 1127.46 | 0.248005 | 83.0657 | 0 | 83.0657 | 28 | 0 |
| LiteEditor/code_completion_manager.cpp | 123 | | CodeCompletionManager | [static] Get() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 25 | 100 | 15.1667 | 1516.67 | 84.2593 | 0.044002 | 115.069 | 0 | 115.069 | 1 | 1 |
| LiteEditor/code_completion_manager.cpp | 131 | | CodeCompletionManager | OnBuildEnded(clBuildEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 27 | 116.692 | 6.11111 | 713.118 | 39.6177 | 0.0266064 | 116.994 | 0 | 116.994 | 3 | 2 |
| LiteEditor/code_completion_manager.cpp | 138 | | CodeCompletionManager | OnAppActivated(wxActivateEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/code_completion_manager.cpp | 140 | | CodeCompletionManager | [static] Release() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3 | 134.918 | 7.49544 | 0.00876849 | 150.979 | 0 | 150.979 | 1 | 1 |
| LiteEditor/code_completion_manager.cpp | 142 | | CodeCompletionManager | OnBuildStarted(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/code_completion_manager.cpp | 148 | | CodeCompletionManager | OnCompileCommandsFileGenerated(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.95 | 588.763 | 32.709 | 0.0234156 | 119.848 | 0 | 119.848 | 4 | 2 |
| LiteEditor/code_completion_manager.cpp | 154 | | CodeCompletionManager | OnFileSaved(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/code_completion_manager.cpp | 156 | | CodeCompletionManager | OnFileLoaded(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/code_completion_manager.cpp | 158 | | CodeCompletionManager | OnWorkspaceConfig(wxCommandEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 25 | 59 | 273.988 | 7.07143 | 1937.48 | 107.638 | 0.0518049 | 99.5698 | 20.8285 | 120.398 | 14 | 4 |
| LiteEditor/code_completion_manager.cpp | 172 | | CodeCompletionManager | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 126.627 | 0 | 126.627 | 1 | 2 |
| LiteEditor/code_completion_manager.cpp | 177 | | CodeCompletionManager | OnEnvironmentVariablesModified(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 41 | 177.199 | 6.5 | 1151.79 | 63.9885 | 0.0366265 | 112.094 | 0 | 112.094 | 5 | 2 |
| LiteEditor/code_completion_manager.cpp | 185 | | CodeCompletionManager | OnBlockCommentCodeComplete(clCodeCompletionEvent &) | 1 | 17 | 15 | 0 | 2 | 2 | 1 | 48 | 116 | 647.856 | 11 | 7126.41 | 395.912 | 0.123441 | 90.9789 | 0 | 90.9789 | 16 | 2 |
| LiteEditor/code_completion_manager.cpp | 203 | | CodeCompletionManager | OnBlockCommentWordComplete(clCodeCompletionEvent &) | 1 | 17 | 15 | 0 | 2 | 2 | 1 | 48 | 116 | 647.856 | 11 | 7126.41 | 395.912 | 0.123441 | 90.9789 | 0 | 90.9789 | 16 | 2 |
| LiteEditor/code_completion_manager.cpp | 221 | | CodeCompletionManager | CreateBlockCommentKeywordsList(wxCodeCompletionBoxEntry::Vec_t &) const | 1 | 14 | 14 | 0 | 0 | 2 | 1 | 61 | 120 | 711.688 | 8.80435 | 6265.95 | 348.108 | 0.113293 | 93.6355 | 0 | 93.6355 | 6 | 2 |
| LiteEditor/code_completion_manager.cpp | 236 | | CodeCompletionManager | OnFilesAdded(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 3 | 2 |
| LiteEditor/code_completion_manager.cpp | 242 | | CodeCompletionManager | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 3 | 2 |
| LiteEditor/code_completion_manager.cpp | 57 | | EditorDimmerDisabler | EditorDimmerDisabler(clEditor *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 25 | 77 | 357.577 | 9.33333 | 3337.38 | 185.41 | 0.0744417 | 102.665 | 0 | 102.665 | 12 | 0 |
| LiteEditor/code_completion_page.cpp | 35 | | CodeCompletionPage | CodeCompletionPage(wxWindow *, int) | 2 | 34 | 29 | 0 | 5 | 6 | 2 | 66 | 233 | 1408.34 | 15.4388 | 21743.1 | 1207.95 | 0.259673 | 74.7921 | 0 | 74.7921 | 35 | 1 |
| LiteEditor/code_completion_page.cpp | 70 | | CodeCompletionPage | GetIncludePaths() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.5 | 497.008 | 27.6115 | 0.0209148 | 123.848 | 0 | 123.848 | 3 | 2 |
| LiteEditor/code_completion_page.cpp | 75 | | CodeCompletionPage | GetMacros() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 1 |
| LiteEditor/code_completion_page.cpp | 77 | | CodeCompletionPage | GetIncludePathsAsString() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/code_completion_page.cpp | 79 | | CodeCompletionPage | Save() | 0 | 23 | 21 | 0 | 2 | 4 | 2 | 58 | 155 | 907.987 | 12.825 | 11644.9 | 646.941 | 0.171252 | 83.8666 | 0 | 83.8666 | 14 | 1 |
| LiteEditor/code_completion_page.cpp | 103 | | CodeCompletionPage | OnCCContentModified(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 15 | 58.6034 | 4.5 | 263.715 | 14.6508 | 0.0137078 | 149.602 | 0 | 149.602 | 0 | 0 |
| LiteEditor/colourrequest.cpp | 27 | | ColourRequest | SetFileToColour(const wxFileName &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 18 | 73.5743 | 5.71429 | 420.425 | 23.3569 | 0.018707 | 125.961 | 0 | 125.961 | 1 | 0 |
| LiteEditor/colourrequest.cpp | 32 | | ColourRequest | GetFileToColour() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 14 | 51.8062 | 4.8 | 248.67 | 13.815 | 0.0131814 | 127.785 | 0 | 127.785 | 0 | 0 |
| LiteEditor/compiler_page_plugin_bitmaps.cpp | 34 | | | wxCAD0CInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 6 |
| LiteEditor/compiler_pages.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 7 |
| LiteEditor/compiler_pages.cpp | 308 | | CompilerMainPageBase | CompilerMainPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 586 | 416 | 2 | 168 | 8 | 1 | 351 | 5241 | 44314.4 | 73.9436 | 3.27676e+06 | 182042 | 7.35375 | 10.2771 | 4.51907 | 14.7962 | 746 | 1 |
| LiteEditor/compiler_pages.cpp | 895 | | CompilerMainPageBase | ~CompilerMainPageBase() [override] | 0 | 59 | 59 | 0 | 0 | 1 | 0 | 89 | 624 | 4040.86 | 15.6538 | 63255 | 3514.16 | 0.529186 | 61.532 | 0 | 61.532 | 44 | 0 |
| LiteEditor/compiler_pages.cpp | 26 | | CompilerOptionDlgBase | CompilerOptionDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 60 | 1 | 21 | 7 | 1 | 109 | 685 | 4636.21 | 33.564 | 155609 | 8644.97 | 0.964353 | 54.1046 | 8.51232 | 62.6169 | 94 | 3 |
| LiteEditor/compiler_pages.cpp | 109 | | CompilerOptionDlgBase | ~CompilerOptionDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/compiler_pages.cpp | 111 | | CompilerPatternDlgBase | CompilerPatternDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 112 | 85 | 2 | 25 | 9 | 1 | 124 | 932 | 6481.31 | 39.2822 | 254600 | 14144.4 | 1.33901 | 46.8516 | 10.2772 | 57.1288 | 129 | 1 |
| LiteEditor/compiler_pages.cpp | 224 | | CompilerPatternDlgBase | ~CompilerPatternDlgBase() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| LiteEditor/compiler_pages.cpp | 955 | | EditCmpTemplateDialogBase | EditCmpTemplateDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 81 | 61 | 8 | 12 | 5 | 1 | 103 | 579 | 3871.48 | 28.9259 | 111986 | 6221.46 | 0.774441 | 55.7007 | 23.3929 | 79.0935 | 78 | 1 |
| LiteEditor/compiler_pages.cpp | 1037 | | EditCmpTemplateDialogBase | ~EditCmpTemplateDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/compiler_pages.cpp | 229 | | NewCompilerDlgBase | NewCompilerDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 76 | 58 | 2 | 16 | 6 | 1 | 113 | 613 | 4180.77 | 28.3667 | 118595 | 6588.58 | 0.804616 | 56.1032 | 12.4338 | 68.537 | 84 | 1 |
| LiteEditor/compiler_pages.cpp | 306 | | NewCompilerDlgBase | ~NewCompilerDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 147.488 | 0 | 147.488 | 1 | 0 |
| LiteEditor/compiler_pages.cpp | 1039 | | NewFileTemplateDialogBase | NewFileTemplateDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 121 | 89 | 8 | 24 | 6 | 1 | 135 | 944 | 6680.51 | 38.3784 | 256387 | 14243.7 | 1.34527 | 46.1321 | 19.3946 | 65.5267 | 133 | 1 |
| LiteEditor/compiler_pages.cpp | 1161 | | NewFileTemplateDialogBase | ~NewFileTemplateDialogBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 18 | | CompilersFoundModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 32 | | CompilersFoundModel | CompilersFoundModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 37 | | CompilersFoundModel | ~CompilersFoundModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 45 | | CompilersFoundModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 65 | | CompilersFoundModel | GetColumnCount() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 150.628 | 0 | 150.628 | 0 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 67 | | CompilersFoundModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 75 | | CompilersFoundModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 88 | | CompilersFoundModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 97 | | CompilersFoundModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 104 | | CompilersFoundModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 19 | 16 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 89.6985 | 0 | 89.6985 | 8 | 2 |
| LiteEditor/compilersfoundmodel.cpp | 124 | | CompilersFoundModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 26 | 2 | 8 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| LiteEditor/compilersfoundmodel.cpp | 161 | | CompilersFoundModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 111.008 | 0 | 111.008 | 3 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 169 | | CompilersFoundModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 76 | 389.826 | 13.4737 | 5252.39 | 291.799 | 0.10072 | 102.216 | 0 | 102.216 | 7 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 180 | | CompilersFoundModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 189 | | CompilersFoundModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| LiteEditor/compilersfoundmodel.cpp | 218 | | CompilersFoundModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 229 | | CompilersFoundModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 239 | | CompilersFoundModel | [virtual] IsEmpty() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 2 |
| LiteEditor/compilersfoundmodel.cpp | 241 | | CompilersFoundModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 250 | | CompilersFoundModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 258 | | CompilersFoundModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 267 | | CompilersFoundModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 101.78 | 0 | 101.78 | 7 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 278 | | CompilersFoundModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 290 | | CompilersFoundModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| LiteEditor/compilersfoundmodel.cpp | 302 | | CompilersFoundModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| LiteEditor/configuration_manager_dlg.cpp | 41 | | | wxStringCmpFunc(const wxString &, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 6.75 | 662.169 | 36.7872 | 0.0253236 | 146.923 | 0 | 146.923 | 1 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 43 | | ConfigurationManagerDlg | ConfigurationManagerDlg(wxWindow *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 68 | 333.669 | 8.79412 | 2934.32 | 163.018 | 0.0683204 | 101.711 | 0 | 101.711 | 8 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 55 | | ConfigurationManagerDlg | GetChoicesForProject(const wxString &, const wxString &, size_t &) | 3 | 36 | 31 | 2 | 3 | 6 | 3 | 52 | 176 | 1003.28 | 16.7571 | 16812.1 | 934.003 | 0.218756 | 75.6297 | 17.8544 | 93.484 | 34 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 92 | | ConfigurationManagerDlg | PopulateConfigurations() | 0 | 55 | 46 | 3 | 6 | 8 | 1 | 90 | 333 | 2161.79 | 27.6429 | 59758 | 3319.89 | 0.509498 | 64.312 | 17.6986 | 82.0106 | 55 | 6 |
| LiteEditor/configuration_manager_dlg.cpp | 148 | | ConfigurationManagerDlg | LoadWorkspaceConfiguration(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 4.44444 | 417.83 | 23.2128 | 0.0186299 | 121.071 | 0 | 121.071 | 2 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 154 | | ConfigurationManagerDlg | OnWorkspaceConfigSelected(wxCommandEvent &) [override] | 1 | 27 | 24 | 2 | 1 | 5 | 3 | 47 | 131 | 727.651 | 12.7241 | 9258.73 | 514.374 | 0.146976 | 82.1904 | 20.4627 | 102.653 | 24 | 0 |
| LiteEditor/configuration_manager_dlg.cpp | 182 | | ConfigurationManagerDlg | OnButtonNew(wxCommandEvent &) | 1 | 25 | 23 | 2 | 1 | 4 | 3 | 56 | 159 | 923.369 | 14.1216 | 13039.5 | 724.415 | 0.184665 | 82.4285 | 21.2145 | 103.643 | 34 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 208 | | ConfigurationManagerDlg | OnButtonApply(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 214 | | ConfigurationManagerDlg | GetCurrentSettings() | 0 | 16 | 14 | 1 | 1 | 4 | 2 | 40 | 103 | 548.159 | 15.8913 | 8710.96 | 483.942 | 0.14112 | 92.3699 | 18.8844 | 111.254 | 14 | 2 |
| LiteEditor/configuration_manager_dlg.cpp | 231 | | ConfigurationManagerDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/configuration_manager_dlg.cpp | 237 | | ConfigurationManagerDlg | SaveCurrentSettings() | 0 | 25 | 18 | 2 | 5 | 3 | 1 | 39 | 117 | 618.392 | 13.913 | 8603.72 | 477.984 | 0.13996 | 84.7432 | 21.2145 | 105.958 | 24 | 2 |
| LiteEditor/configuration_manager_dlg.cpp | 263 | | ConfigurationManagerDlg | OnButtonApplyUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/configuration_manager_dlg.cpp | 265 | | ConfigurationManagerDlg | ~ConfigurationManagerDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 20 | 37 | 159.911 | 9 | 1439.2 | 79.9557 | 0.0424906 | 112.858 | 0 | 112.858 | 3 | 0 |
| LiteEditor/configuration_manager_dlg.cpp | 273 | | ConfigurationManagerDlg | [virtual] OnValueChanged(wxDataViewEvent &) | 1 | 26 | 21 | 6 | 2 | 5 | 2 | 39 | 124 | 655.39 | 13.913 | 9118.47 | 506.582 | 0.145488 | 83.3456 | 33.8695 | 117.215 | 17 | 1 |
| LiteEditor/configuration_manager_dlg.cpp | 300 | | ConfigurationManagerDlg | OnShowConfigList(wxDataViewEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 69 | 348.063 | 14.4 | 5012.11 | 278.451 | 0.0976246 | 101.262 | 0 | 101.262 | 5 | 1 |
| LiteEditor/context_base.cpp | 47 | | ContextBase | ContextBase(clEditor *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.33333 | 406.118 | 22.5621 | 0.0182802 | 122.167 | 0 | 122.167 | 1 | 5 |
| LiteEditor/context_base.cpp | 53 | | ContextBase | ContextBase(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 4.9 | 281.061 | 15.6145 | 0.0143025 | 127.255 | 0 | 127.255 | 1 | 14 |
| LiteEditor/context_base.cpp | 59 | | ContextBase | [virtual] AutoIndent(const wxChar &) | 1 | 33 | 28 | 3 | 2 | 7 | 2 | 54 | 245 | 1409.95 | 24.5 | 34543.7 | 1919.1 | 0.353556 | 75.0398 | 22.5149 | 97.5547 | 23 | 20 |
| LiteEditor/context_base.cpp | 93 | | ContextBase | DoApplySettings(LexerConf::Ptr_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 146.819 | 0 | 146.819 | 3 | 8 |
| LiteEditor/context_base.cpp | 95 | | ContextBase | [virtual] GetHyperlinkRange(int &, int &) | 2 | 18 | 17 | 1 | 0 | 4 | 2 | 39 | 111 | 586.68 | 15.4545 | 9066.87 | 503.715 | 0.144938 | 90.1087 | 17.8544 | 107.963 | 8 | 1 |
| LiteEditor/context_base.cpp | 114 | | ContextBase | [virtual] GetMenu() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4.5 | 441.446 | 24.5248 | 0.0193255 | 146.923 | 0 | 146.923 | 3 | 5 |
| LiteEditor/context_base.cpp | 116 | | ContextBase | PrependMenuItem(wxMenu *, const wxString &, wxObjectEventFunction, int) | 4 | 12 | 11 | 0 | 1 | 2 | 1 | 40 | 83 | 441.72 | 13.6739 | 6040.04 | 335.558 | 0.110553 | 98.613 | 0 | 98.613 | 7 | 1 |
| LiteEditor/context_base.cpp | 129 | | ContextBase | PrependMenuItem(wxMenu *, const wxString &, int) | 3 | 8 | 8 | 0 | 0 | 1 | 0 | 29 | 52 | 252.615 | 10.1562 | 2565.62 | 142.535 | 0.0624703 | 108.317 | 0 | 108.317 | 4 | 2 |
| LiteEditor/context_base.cpp | 138 | | ContextBase | PrependMenuItemSeparator(wxMenu *) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 9.27273 | 1635.88 | 90.8825 | 0.0462786 | 112.347 | 0 | 112.347 | 3 | 2 |
| LiteEditor/context_base.cpp | 146 | | ContextBase | [virtual] DoGetCalltipParamterIndex() | 0 | 42 | 39 | 1 | 2 | 12 | 3 | 49 | 158 | 887.124 | 24.48 | 21716.8 | 1206.49 | 0.259463 | 72.3922 | 11.8388 | 84.231 | 7 | 10 |
| LiteEditor/context_base.cpp | 189 | | ContextBase | [virtual] OnUserTypedXChars(int) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 37 | 164.999 | 5.19231 | 856.725 | 47.5959 | 0.0300681 | 118.146 | 0 | 118.146 | 4 | 1 |
| LiteEditor/context_base.cpp | 195 | | ContextBase | [virtual] AutoAddComment() | 0 | 98 | 75 | 13 | 13 | 22 | 6 | 134 | 650 | 4592.96 | 35.8155 | 164499 | 9138.85 | 1.00074 | 47.8157 | 26.7387 | 74.5544 | 80 | 3 |
| LiteEditor/context_base.cpp | 294 | | ContextBase | [virtual] IsStringTriggerCodeComplete(const wxString &) const | 1 | 20 | 17 | 2 | 1 | 8 | 1 | 37 | 129 | 672.019 | 14.0952 | 9472.27 | 526.237 | 0.149227 | 86.7756 | 23.5268 | 110.302 | 16 | 2 |
| LiteEditor/context_base.cpp | 315 | | ContextBase | FindNext(const wxString &, int &, bool) | 3 | 22 | 22 | 0 | 0 | 5 | 1 | 45 | 162 | 889.68 | 25.2 | 22419.9 | 1245.55 | 0.265034 | 84.4626 | 0 | 84.4626 | 11 | 2 |
| LiteEditor/context_base.cpp | 338 | | ContextBase | FindPrev(const wxString &, int &, bool) | 3 | 22 | 22 | 0 | 0 | 5 | 1 | 44 | 152 | 829.834 | 25 | 20745.8 | 1152.55 | 0.251671 | 84.8247 | 0 | 84.8247 | 9 | 2 |
| LiteEditor/context_base.cpp | 361 | | ContextBase | [virtual] BlockCommentComplete() | 0 | 13 | 11 | 1 | 1 | 2 | 1 | 35 | 87 | 446.248 | 11.625 | 5187.63 | 288.202 | 0.0998906 | 97.2633 | 20.8285 | 118.092 | 13 | 1 |
| LiteEditor/context_base.cpp | 375 | | ContextBase | PositionBeforeCurrent() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 41 | 177.199 | 8.55556 | 1516.04 | 84.2242 | 0.0439898 | 109.931 | 0 | 109.931 | 4 | 8 |
| LiteEditor/context_base.cpp | 384 | | ContextBase | [virtual] OnKeyDown(wxKeyEvent &) | 1 | 30 | 29 | 1 | 0 | 10 | 1 | 50 | 185 | 1044.11 | 21.6071 | 22560.3 | 1253.35 | 0.266139 | 77.4558 | 13.9543 | 91.4101 | 20 | 5 |
| LiteEditor/context_cpp.cpp | 89 | | | IsSource(const wxString &) | 1 | 6 | 6 | 0 | 0 | 6 | 0 | 25 | 50 | 232.193 | 9.42857 | 2189.25 | 121.625 | 0.0562007 | 112.266 | 0 | 112.266 | 9 | 1 |
| LiteEditor/context_cpp.cpp | 132 | | ContextCpp | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/context_cpp.cpp | 132 | | ContextCpp | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/context_cpp.cpp | 155 | | ContextCpp | ContextCpp(clEditor *) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 87 | 435 | 9.3 | 4045.5 | 224.75 | 0.0846305 | 100.332 | 0 | 100.332 | 13 | 1 |
| LiteEditor/context_cpp.cpp | 167 | | ContextCpp | ContextCpp() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 75 | 356.617 | 8.9375 | 3187.26 | 177.07 | 0.0721922 | 104.616 | 0 | 104.616 | 11 | 3 |
| LiteEditor/context_cpp.cpp | 177 | | ContextCpp | ~ContextCpp() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6 | 907.605 | 50.4225 | 0.0312471 | 115.644 | 0 | 115.644 | 6 | 2 |
| LiteEditor/context_cpp.cpp | 184 | | ContextCpp | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/context_cpp.cpp | 186 | | ContextCpp | OnDwellEnd(wxStyledTextEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.4 | 711.103 | 39.5057 | 0.0265563 | 116.365 | 0 | 116.365 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 193 | | ContextCpp | AutoIndent(const wxChar &) [override] | 1 | 129 | 99 | 12 | 21 | 33 | 5 | 88 | 750 | 4844.57 | 44.8209 | 217138 | 12063.2 | 1.20421 | 40.5558 | 22.7557 | 63.3115 | 79 | 0 |
| LiteEditor/context_cpp.cpp | 323 | | ContextCpp | IsCommentOrString(long) [override] | 1 | 9 | 9 | 0 | 0 | 10 | 0 | 30 | 67 | 328.762 | 8.97368 | 2950.2 | 163.9 | 0.0685667 | 102.969 | 0 | 102.969 | 2 | 10 |
| LiteEditor/context_cpp.cpp | 338 | | ContextCpp | CodeComplete(long) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 47 | 212.607 | 7.79167 | 1656.57 | 92.0314 | 0.0466679 | 105.369 | 0 | 105.369 | 5 | 0 |
| LiteEditor/context_cpp.cpp | 349 | | ContextCpp | [virtual] OnContextOpenDocument(wxCommandEvent &) | 1 | 16 | 13 | 1 | 2 | 2 | 1 | 36 | 80 | 413.594 | 8.47826 | 3506.56 | 194.809 | 0.0769366 | 94.2947 | 18.8844 | 113.179 | 12 | 2 |
| LiteEditor/context_cpp.cpp | 366 | | ContextCpp | RemoveMenuDynamicContent(wxMenu *) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 39 | 176.419 | 6.875 | 1212.88 | 67.3822 | 0.0379103 | 109.954 | 0 | 109.954 | 4 | 0 |
| LiteEditor/context_cpp.cpp | 375 | | ContextCpp | AddMenuDynamicContent(wxMenu *) [override] | 1 | 42 | 30 | 2 | 10 | 4 | 2 | 53 | 196 | 1122.67 | 17.9444 | 20145.7 | 1119.21 | 0.246794 | 73.0077 | 16.583 | 89.5907 | 38 | 0 |
| LiteEditor/context_cpp.cpp | 418 | | ContextCpp | [virtual] OnAddForwardDecl(wxCommandEvent &) | 1 | 37 | 27 | 4 | 6 | 5 | 2 | 48 | 173 | 966.199 | 16 | 15459.2 | 858.843 | 0.206857 | 75.6116 | 24.3814 | 99.993 | 22 | 1 |
| LiteEditor/context_cpp.cpp | 456 | | ContextCpp | [virtual] OnAddIncludeFile(wxCommandEvent &) | 1 | 31 | 22 | 3 | 6 | 4 | 2 | 48 | 143 | 798.65 | 11.5909 | 9257.08 | 514.282 | 0.146958 | 79.6982 | 23.1746 | 102.873 | 24 | 1 |
| LiteEditor/context_cpp.cpp | 488 | | ContextCpp | IsIncludeStatement(const wxString &, wxString *, wxString *) | 3 | 46 | 34 | 7 | 6 | 7 | 4 | 57 | 218 | 1271.57 | 18 | 22888.3 | 1271.57 | 0.268712 | 70.1964 | 28.4106 | 98.607 | 29 | 3 |
| LiteEditor/context_cpp.cpp | 535 | | ContextCpp | CompleteWord() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 4 | 152.215 | 8.45639 | 0.00950277 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_cpp.cpp | 548 | | ContextCpp | DoGotoSymbol(TagEntryPtr) | 1 | 14 | 14 | 0 | 0 | 3 | 2 | 35 | 85 | 435.989 | 10.9474 | 4772.93 | 265.163 | 0.0944936 | 95.9537 | 0 | 95.9537 | 15 | 1 |
| LiteEditor/context_cpp.cpp | 563 | | ContextCpp | GotoDefinition() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 1 | 15 | 23 | 89.8585 | 4.5 | 404.363 | 22.4646 | 0.0182275 | 121.306 | 0 | 121.306 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 569 | | ContextCpp | [virtual] SwapFiles(const wxFileName &) | 1 | 47 | 36 | 4 | 7 | 8 | 2 | 71 | 216 | 1328.35 | 17.5102 | 23259.6 | 1292.2 | 0.271611 | 69.3908 | 21.8359 | 91.2267 | 39 | 1 |
| LiteEditor/context_cpp.cpp | 617 | | ContextCpp | FindSwappedFile(const wxFileName &, wxStringSet_t &) | 2 | 60 | 46 | 6 | 8 | 10 | 3 | 82 | 357 | 2269.65 | 27.1034 | 61515.2 | 3417.51 | 0.519438 | 62.1892 | 23.5268 | 85.716 | 59 | 1 |
| LiteEditor/context_cpp.cpp | 678 | | ContextCpp | FindSwappedFile(const wxFileName &, wxString &) | 2 | 50 | 38 | 7 | 5 | 6 | 3 | 71 | 276 | 1697.33 | 26.0426 | 44202.8 | 2455.71 | 0.416721 | 67.5738 | 27.3868 | 94.9606 | 45 | 2 |
| LiteEditor/context_cpp.cpp | 729 | | ContextCpp | TryOpenFile(const wxFileName &, bool) | 2 | 34 | 27 | 3 | 4 | 5 | 2 | 54 | 218 | 1254.57 | 27.4516 | 34439.8 | 1913.32 | 0.352847 | 75.6233 | 22.2054 | 97.8288 | 25 | 3 |
| LiteEditor/context_cpp.cpp | 767 | | ContextCpp | [virtual] OnSwapFiles(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 18 | 31 | 129.268 | 4.4 | 568.778 | 31.5988 | 0.0228827 | 116.462 | 0 | 116.462 | 5 | 1 |
| LiteEditor/context_cpp.cpp | 774 | | ContextCpp | DoMakeDoxyCommentString(DoxygenComment &, const wxString &, wxChar) | 3 | 45 | 33 | 4 | 8 | 1 | 1 | 55 | 239 | 1381.74 | 14.3721 | 19858.6 | 1103.25 | 0.244443 | 71.5003 | 22.2816 | 93.7819 | 46 | 2 |
| LiteEditor/context_cpp.cpp | 820 | | ContextCpp | [virtual] OnInsertDoxyComment(wxCommandEvent &) | 1 | 93 | 69 | 15 | 12 | 16 | 3 | 126 | 536 | 3739.82 | 34.1 | 127528 | 7084.89 | 0.844531 | 51.1126 | 29.14 | 80.2526 | 64 | 1 |
| LiteEditor/context_cpp.cpp | 914 | | ContextCpp | [virtual] OnCommentSelection(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 5 | 1 |
| LiteEditor/context_cpp.cpp | 920 | | ContextCpp | [virtual] OnCommentLine(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 4.95 | 567.736 | 31.5409 | 0.0228547 | 120.037 | 0 | 120.037 | 4 | 1 |
| LiteEditor/context_cpp.cpp | 926 | | ContextCpp | [virtual] OnGenerateSettersGetters(wxCommandEvent &) | 1 | 59 | 46 | 5 | 10 | 11 | 3 | 89 | 341 | 2208.23 | 20.3864 | 45017.7 | 2500.98 | 0.421827 | 62.3742 | 21.7927 | 84.1669 | 49 | 1 |
| LiteEditor/context_cpp.cpp | 986 | | ContextCpp | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 4.66667 | 310.837 | 17.2687 | 0.0152956 | 148.936 | 0 | 148.936 | 1 | 0 |
| LiteEditor/context_cpp.cpp | 988 | | ContextCpp | [virtual] OnFindImpl(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 25 | 50 | 232.193 | 5.34375 | 1240.78 | 68.9322 | 0.0384895 | 110.919 | 0 | 110.919 | 9 | 1 |
| LiteEditor/context_cpp.cpp | 996 | | ContextCpp | [virtual] OnFindDecl(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 4.36364 | 593.165 | 32.9536 | 0.0235322 | 119.154 | 0 | 119.154 | 4 | 1 |
| LiteEditor/context_cpp.cpp | 1002 | | ContextCpp | [virtual] OnUpdateUI(wxUpdateUIEvent &) | 1 | 28 | 26 | 0 | 2 | 10 | 1 | 40 | 237 | 1261.3 | 21 | 26487.2 | 1471.51 | 0.29619 | 77.5908 | 0 | 77.5908 | 31 | 5 |
| LiteEditor/context_cpp.cpp | 1031 | | ContextCpp | SetActive() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 123.641 | 0 | 123.641 | 2 | 0 |
| LiteEditor/context_cpp.cpp | 1037 | | ContextCpp | OnSciUpdateUI(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/context_cpp.cpp | 1039 | | ContextCpp | OnDbgDwellEnd(wxStyledTextEvent &) [override] | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 21 | 42 | 184.477 | 5.625 | 1037.68 | 57.6492 | 0.0341656 | 112.115 | 27.6325 | 139.748 | 7 | 0 |
| LiteEditor/context_cpp.cpp | 1047 | | ContextCpp | OnDbgDwellStart(wxStyledTextEvent &) [override] | 1 | 73 | 51 | 8 | 14 | 15 | 2 | 76 | 394 | 2461.68 | 24.2407 | 59673 | 3315.17 | 0.509015 | 57.4398 | 24.5331 | 81.9729 | 53 | 0 |
| LiteEditor/context_cpp.cpp | 1121 | | ContextCpp | FindLineToAddInclude() | 0 | 44 | 37 | 3 | 4 | 14 | 2 | 55 | 239 | 1381.74 | 37.2069 | 51410.4 | 2856.14 | 0.460871 | 68.8744 | 19.6789 | 88.5533 | 21 | 1 |
| LiteEditor/context_cpp.cpp | 1166 | | ContextCpp | [virtual] OnMoveImpl(wxCommandEvent &) | 1 | 88 | 59 | 11 | 18 | 8 | 2 | 115 | 476 | 3258.45 | 25.5556 | 83271.6 | 4626.2 | 0.635638 | 54.5643 | 26.0372 | 80.6015 | 74 | 1 |
| LiteEditor/context_cpp.cpp | 1255 | | ContextCpp | DoGetFunctionBody(long, long &, long &, wxString &) | 4 | 69 | 52 | 8 | 9 | 15 | 3 | 54 | 252 | 1450.23 | 38.5357 | 55885.7 | 3104.76 | 0.487243 | 61.1042 | 25.1689 | 86.2731 | 14 | 1 |
| LiteEditor/context_cpp.cpp | 1325 | | ContextCpp | DoGetEntriesForHeaderAndImpl(std::vector<TagEntryPtr> &, std::vector<TagEntryPtr> &, wxString &) | 3 | 51 | 41 | 7 | 3 | 8 | 2 | 64 | 286 | 1716 | 25.1512 | 43159.4 | 2397.74 | 0.410137 | 66.7361 | 27.1474 | 93.8835 | 47 | 1 |
| LiteEditor/context_cpp.cpp | 1377 | | ContextCpp | DoAddFunctionImplementation(int) | 1 | 70 | 56 | 5 | 9 | 13 | 4 | 100 | 394 | 2617.68 | 22.4026 | 58642.8 | 3257.93 | 0.50314 | 58.2602 | 20.1155 | 78.3757 | 67 | 2 |
| LiteEditor/context_cpp.cpp | 1448 | | ContextCpp | [virtual] OnAddMultiImpl(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 1 |
| LiteEditor/context_cpp.cpp | 1449 | | ContextCpp | [virtual] OnAddImpl(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4.5 | 450.352 | 25.0196 | 0.0195845 | 146.819 | 0 | 146.819 | 3 | 1 |
| LiteEditor/context_cpp.cpp | 1451 | | ContextCpp | DoFormatEditor(clEditor *) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 88 | 440 | 7.85714 | 3457.14 | 192.063 | 0.076212 | 100.043 | 0 | 100.043 | 15 | 2 |
| LiteEditor/context_cpp.cpp | 1463 | | ContextCpp | OnFileSaved() [override] | 0 | 19 | 14 | 2 | 3 | 3 | 2 | 31 | 73 | 361.656 | 6.63158 | 2398.35 | 133.242 | 0.0597247 | 91.9785 | 24.0864 | 116.065 | 11 | 0 |
| LiteEditor/context_cpp.cpp | 1483 | | ContextCpp | ApplySettings() [override] | 0 | 50 | 29 | 11 | 10 | 3 | 1 | 54 | 222 | 1277.59 | 18.7368 | 23937.9 | 1329.88 | 0.276866 | 69.741 | 33.218 | 102.959 | 50 | 0 |
| LiteEditor/context_cpp.cpp | 1534 | | ContextCpp | Initialize() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 19 | 48 | 203.901 | 8.88889 | 1812.45 | 100.692 | 0.0495514 | 104.042 | 0 | 104.042 | 9 | 1 |
| LiteEditor/context_cpp.cpp | 1546 | | ContextCpp | AutoAddComment() [override] | 0 | 137 | 104 | 26 | 13 | 32 | 1 | 155 | 772 | 5617.17 | 45.9364 | 258033 | 14335.2 | 1.35102 | 39.0417 | 31.2405 | 70.2822 | 87 | 1 |
| LiteEditor/context_cpp.cpp | 1684 | | ContextCpp | [virtual] IsComment(long) | 1 | 8 | 8 | 0 | 0 | 6 | 0 | 26 | 51 | 239.722 | 8.43333 | 2021.66 | 112.314 | 0.0532947 | 107.44 | 0 | 107.44 | 2 | 2 |
| LiteEditor/context_cpp.cpp | 1693 | | ContextCpp | [virtual] OnRetagFile(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 30 | 67 | 328.762 | 6.36842 | 2093.69 | 116.316 | 0.0545533 | 96.5339 | 0 | 96.5339 | 12 | 1 |
| LiteEditor/context_cpp.cpp | 1709 | | ContextCpp | RetagFile() [override] | 0 | 13 | 10 | 1 | 2 | 2 | 1 | 26 | 74 | 347.833 | 9.42857 | 3279.56 | 182.198 | 0.0735794 | 98.5589 | 20.8285 | 119.387 | 12 | 1 |
| LiteEditor/context_cpp.cpp | 1723 | | ContextCpp | [virtual] OnUserTypedXChars(const wxString &) | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 19 | 29 | 123.19 | 5 | 615.949 | 34.2194 | 0.024131 | 113.985 | 27.6325 | 141.617 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 1731 | | ContextCpp | CallTipContent() [override] | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 18 | 40 | 166.797 | 6.25 | 1042.48 | 57.9156 | 0.0342708 | 110.246 | 26.0372 | 136.283 | 7 | 0 |
| LiteEditor/context_cpp.cpp | 1740 | | ContextCpp | DoCodeComplete(long) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4 | 192.423 | 10.6902 | 0.0111101 | 150.628 | 0 | 150.628 | 0 | 1 |
| LiteEditor/context_cpp.cpp | 1742 | | ContextCpp | DoCreateFile(const wxFileName &) | 1 | 35 | 26 | 5 | 4 | 7 | 3 | 56 | 212 | 1231.16 | 16.4324 | 20230.9 | 1123.94 | 0.247489 | 74.7917 | 27.6325 | 102.424 | 38 | 1 |
| LiteEditor/context_cpp.cpp | 1778 | | ContextCpp | OnCallTipClick(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/context_cpp.cpp | 1780 | | ContextCpp | OnCalltipCancel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_cpp.cpp | 1782 | | ContextCpp | DoUpdateCalltipHighlight() | 0 | 11 | 9 | 0 | 2 | 2 | 1 | 22 | 47 | 209.593 | 6.25 | 1309.96 | 72.7754 | 0.0399071 | 103.899 | 0 | 103.899 | 6 | 1 |
| LiteEditor/context_cpp.cpp | 1794 | | ContextCpp | SemicolonShift() [override] | 0 | 33 | 24 | 5 | 4 | 5 | 4 | 46 | 154 | 850.629 | 15.7333 | 13383.2 | 743.512 | 0.187897 | 78.1275 | 28.3567 | 106.484 | 14 | 0 |
| LiteEditor/context_cpp.cpp | 1828 | | ContextCpp | GetCurrentScopeName() [override] | 0 | 13 | 12 | 0 | 1 | 3 | 1 | 28 | 65 | 312.478 | 8.23333 | 2572.74 | 142.93 | 0.0625858 | 98.8862 | 0 | 98.8862 | 13 | 0 |
| LiteEditor/context_cpp.cpp | 1842 | | ContextCpp | GetExpression(long, bool, clEditor *, bool) | 4 | 152 | 131 | 13 | 8 | 50 | 3 | 110 | 570 | 3865.38 | 44.3333 | 171365 | 9520.28 | 1.0284 | 35.1621 | 21.8859 | 57.048 | 26 | 2 |
| LiteEditor/context_cpp.cpp | 1995 | | ContextCpp | IsDefaultContext() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/context_cpp.cpp | 1997 | | ContextCpp | IsJavaScript() const | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 22 | 46 | 205.134 | 8 | 1641.07 | 91.1706 | 0.0463764 | 116.784 | 0 | 116.784 | 8 | 27 |
| LiteEditor/context_cpp.cpp | 2003 | | ContextCpp | IsAtBlockComment() const [override] | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 114.888 | 0 | 114.888 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 2010 | | ContextCpp | IsAtLineComment() const [override] | 0 | 6 | 6 | 0 | 0 | 2 | 0 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 114.888 | 0 | 114.888 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 2017 | | ContextCpp | OnShowCodeNavMenu(clCodeCompletionEvent &) | 1 | 13 | 12 | 0 | 1 | 2 | 1 | 37 | 95 | 494.898 | 11.5909 | 5736.32 | 318.684 | 0.106815 | 96.7252 | 0 | 96.7252 | 18 | 3 |
| LiteEditor/context_cpp.cpp | 2031 | | ContextCpp | GetMenu() [override] | 0 | 15 | 14 | 1 | 0 | 3 | 2 | 34 | 92 | 468.047 | 10.85 | 5078.31 | 282.128 | 0.0984822 | 94.467 | 19.4709 | 113.938 | 14 | 0 |
| LiteEditor/context_cpp.cpp | 2047 | | ContextCpp | OnSymbolDeclarationFound(LSPEvent &) | 1 | 25 | 18 | 4 | 3 | 3 | 1 | 52 | 162 | 923.471 | 13.3571 | 12334.9 | 685.274 | 0.177952 | 82.6579 | 29.0386 | 111.697 | 34 | 2 |
| LiteEditor/context_cpp.cpp | 2073 | | ContextCpp | OnCodeCompleteFiles(clCodeCompletionEvent &) | 1 | 27 | 19 | 6 | 2 | 2 | 1 | 46 | 159 | 878.246 | 16.1207 | 14157.9 | 786.552 | 0.19508 | 81.9022 | 33.3545 | 115.257 | 26 | 2 |
| LiteEditor/context_cpp.cpp | 2101 | | ContextCpp | ProcessIdleActions() [override] | 0 | 15 | 10 | 2 | 3 | 2 | 1 | 24 | 48 | 220.078 | 8.03846 | 1769.09 | 98.2828 | 0.0487579 | 98.6209 | 26.7997 | 125.421 | 3 | 0 |
| LiteEditor/context_cpp.cpp | 544 | | ContextCpp_ClientData | ContextCpp_ClientData(TagEntryPtr) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 11 | 36.5412 | 3.75 | 137.03 | 7.61275 | 0.00885975 | 152.058 | 0 | 152.058 | 1 | 0 |
| LiteEditor/context_cpp.cpp | 545 | | ContextCpp_ClientData | ~ContextCpp_ClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/context_cpp.cpp | 124 | | SFileSort | operator()(const wxFileName &, const wxFileName &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 35 | 148.677 | 7.77778 | 1156.38 | 64.2433 | 0.0367237 | 122.303 | 0 | 122.303 | 3 | 0 |
| LiteEditor/context_diff.cpp | 32 | | ContextDiff | ContextDiff() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 3 |
| LiteEditor/context_diff.cpp | 37 | | ContextDiff | ContextDiff(clEditor *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 117.396 | 0 | 117.396 | 4 | 1 |
| LiteEditor/context_diff.cpp | 44 | | ContextDiff | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/context_diff.cpp | 46 | | ContextDiff | ApplySettings() [override] | 0 | 9 | 9 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 8.25 | 2538.28 | 141.016 | 0.0620258 | 104.924 | 0 | 104.924 | 14 | 1 |
| LiteEditor/context_html.cpp | 31 | | ContextHtml | ContextHtml(clEditor *) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 24 | 51 | 233.833 | 7.5 | 1753.75 | 97.4305 | 0.0484756 | 106.811 | 0 | 106.811 | 11 | 1 |
| LiteEditor/context_html.cpp | 41 | | ContextHtml | ContextHtml() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 15 | 49.8289 | 3.75 | 186.858 | 10.381 | 0.0108948 | 127.987 | 0 | 127.987 | 2 | 3 |
| LiteEditor/context_html.cpp | 46 | | ContextHtml | AddMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/context_html.cpp | 48 | | ContextHtml | ApplySettings() [override] | 0 | 19 | 19 | 0 | 0 | 4 | 2 | 49 | 155 | 870.28 | 13.8182 | 12025.7 | 668.094 | 0.174965 | 87.1823 | 0 | 87.1823 | 27 | 0 |
| LiteEditor/context_html.cpp | 68 | | ContextHtml | AutoIndent(const wxChar &) [override] | 1 | 120 | 88 | 12 | 22 | 32 | 5 | 87 | 774 | 4986.84 | 49.5846 | 247270 | 13737.2 | 1.31319 | 41.8069 | 23.5268 | 65.3337 | 73 | 0 |
| LiteEditor/context_html.cpp | 189 | | ContextHtml | CallTipContent() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 0 |
| LiteEditor/context_html.cpp | 191 | | ContextHtml | DoGetCalltipParamterIndex() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 4.375 | 227.025 | 12.6125 | 0.0124049 | 150.234 | 0 | 150.234 | 1 | 1 |
| LiteEditor/context_html.cpp | 193 | | ContextHtml | GetCurrentScopeName() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| LiteEditor/context_html.cpp | 195 | | ContextHtml | GetMenu() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/context_html.cpp | 197 | | ContextHtml | GetTagAtCaret(bool, bool) [override] | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 4.57143 | 285.761 | 15.8756 | 0.0144615 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/context_html.cpp | 199 | | ContextHtml | GotoDefinition() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 4 | 152.215 | 8.45639 | 0.00950277 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 201 | | ContextHtml | [virtual] GotoPreviousDefintion() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 203 | | ContextHtml | IsCommentOrString(long) [override] | 1 | 11 | 11 | 0 | 0 | 19 | 0 | 39 | 100 | 528.54 | 9.42857 | 4983.38 | 276.854 | 0.0972511 | 95.1795 | 0 | 95.1795 | 3 | 3 |
| LiteEditor/context_html.cpp | 215 | | ContextHtml | IsDefaultContext() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 0 |
| LiteEditor/context_html.cpp | 217 | | ContextHtml | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 6.3 | 455.74 | 25.3189 | 0.0197405 | 148.507 | 0 | 148.507 | 1 | 0 |
| LiteEditor/context_html.cpp | 219 | | ContextHtml | OnCallTipClick(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 221 | | ContextHtml | OnCalltipCancel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 223 | | ContextHtml | OnDbgDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 225 | | ContextHtml | OnDbgDwellStart(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 227 | | ContextHtml | OnDwellEnd(wxStyledTextEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 229 | | ContextHtml | [virtual] OnDwellStart(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 231 | | ContextHtml | OnEnterHit() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 233 | | ContextHtml | OnFileSaved() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 235 | | ContextHtml | OnKeyDown(wxKeyEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/context_html.cpp | 237 | | ContextHtml | OnSciUpdateUI(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 1 | 23 | 46 | 208.084 | 6.875 | 1430.58 | 79.4765 | 0.0423207 | 116.71 | 0 | 116.71 | 6 | 0 |
| LiteEditor/context_html.cpp | 243 | | ContextHtml | RemoveMenuDynamicContent(wxMenu *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/context_html.cpp | 245 | | ContextHtml | RetagFile() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 247 | | ContextHtml | SemicolonShift() [override] | 0 | 28 | 21 | 4 | 3 | 4 | 3 | 45 | 153 | 840.254 | 15 | 12603.8 | 700.211 | 0.180529 | 81.083 | 27.6325 | 108.716 | 13 | 0 |
| LiteEditor/context_html.cpp | 276 | | ContextHtml | SetActive() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 0 |
| LiteEditor/context_html.cpp | 278 | | ContextHtml | [virtual] IsComment(long) | 1 | 9 | 9 | 0 | 0 | 15 | 0 | 35 | 83 | 425.73 | 9.16667 | 3902.53 | 216.807 | 0.0826246 | 100.475 | 0 | 100.475 | 2 | 1 |
| LiteEditor/context_html.cpp | 290 | | ContextHtml | GetActiveKeywordSet() const [override] | 0 | 18 | 14 | 4 | 0 | 7 | 1 | 39 | 102 | 539.111 | 10.36 | 5585.19 | 310.288 | 0.104931 | 89.8584 | 33.3545 | 123.213 | 4 | 0 |
| LiteEditor/context_html.cpp | 309 | | ContextHtml | IsAtBlockComment() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 115.271 | 0 | 115.271 | 4 | 0 |
| LiteEditor/context_html.cpp | 316 | | ContextHtml | IsAtLineComment() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.81818 | 1108.06 | 61.559 | 0.0356934 | 115.271 | 0 | 115.271 | 4 | 0 |
| LiteEditor/context_manager.cpp | 42 | | ContextManager | ContextManager() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 152.588 | 0 | 152.588 | 1 | 2 |
| LiteEditor/context_manager.cpp | 44 | | ContextManager | NewContext(clEditor *, const wxString &) | 2 | 12 | 10 | 1 | 1 | 2 | 1 | 35 | 80 | 410.343 | 15.1111 | 6200.73 | 344.485 | 0.112506 | 98.9962 | 21.6227 | 120.619 | 14 | 3 |
| LiteEditor/context_manager.cpp | 57 | | ContextManager | NewContextByFileName(clEditor *, const wxFileName &) | 2 | 9 | 8 | 1 | 0 | 2 | 1 | 34 | 78 | 396.822 | 11.4474 | 4542.57 | 252.365 | 0.0914281 | 103.831 | 24.6875 | 128.518 | 11 | 1 |
| LiteEditor/context_manager.cpp | 67 | | ContextManager | Initialize() | 0 | 27 | 20 | 4 | 3 | 4 | 2 | 55 | 206 | 1190.96 | 17.7568 | 21147.6 | 1174.87 | 0.254909 | 79.8584 | 28.0786 | 107.937 | 44 | 1 |
| LiteEditor/cpp_symbol_tree.cpp | 38 | | CppSymbolTree | GetClassInfo() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/cpp_symbol_tree.cpp | 38 | | CppSymbolTree | [static] wxCreateObject() | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 1 | 1 |
| LiteEditor/cpp_symbol_tree.cpp | 42 | | CppSymbolTree | CppSymbolTree(wxWindow *, const wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 57 | 274.019 | 8.41176 | 2304.99 | 128.055 | 0.0581644 | 112.555 | 0 | 112.555 | 3 | 0 |
| LiteEditor/cpp_symbol_tree.cpp | 49 | | CppSymbolTree | DoItemActivated(wxTreeItemId, wxEvent &, bool) | 3 | 35 | 23 | 8 | 4 | 6 | 2 | 62 | 196 | 1167.02 | 18.15 | 21181.5 | 1176.75 | 0.255182 | 75.2999 | 33.7386 | 109.038 | 22 | 2 |
| LiteEditor/cpp_symbol_tree.cpp | 85 | | CppSymbolTree | [virtual] OnItemActivated(wxTreeEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 6.42857 | 630.637 | 35.0354 | 0.0245131 | 146.923 | 0 | 146.923 | 2 | 1 |
| LiteEditor/cpp_symbol_tree.cpp | 87 | | CppSymbolTree | FindAndSelect(clEditor *, wxString &, const wxString &) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 7 | 877.351 | 48.7417 | 0.0305488 | 123.191 | 0 | 123.191 | 1 | 1 |
| LiteEditor/cpp_symbol_tree.cpp | 92 | | CppSymbolTree | ItemActivated() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 4.57143 | 392.922 | 21.829 | 0.017882 | 121.537 | 0 | 121.537 | 3 | 0 |
| LiteEditor/dbgcommanddlg.cpp | 29 | | DbgCommandDlg | DbgCommandDlg(wxWindow *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 6.875 | 1306.18 | 72.5655 | 0.0398303 | 109.799 | 0 | 109.799 | 6 | 2 |
| LiteEditor/debugcoredump.cpp | 42 | | DebugCoreDumpDlg | DebugCoreDumpDlg(wxWindow *) | 1 | 26 | 21 | 2 | 3 | 2 | 1 | 51 | 138 | 782.795 | 13.3636 | 10461 | 581.166 | 0.159439 | 83.1119 | 20.8285 | 103.94 | 21 | 1 |
| LiteEditor/debugcoredump.cpp | 69 | | DebugCoreDumpDlg | Initialize() | 0 | 70 | 55 | 7 | 8 | 13 | 4 | 78 | 437 | 2746.72 | 27.8158 | 76402.2 | 4244.57 | 0.600182 | 58.0099 | 23.5268 | 81.5367 | 69 | 1 |
| LiteEditor/debugcoredump.cpp | 140 | | DebugCoreDumpDlg | OnButtonBrowseCore(wxCommandEvent &) [override] | 1 | 20 | 16 | 2 | 2 | 3 | 1 | 37 | 95 | 494.898 | 10.3478 | 5121.12 | 284.507 | 0.099035 | 89.5165 | 23.5268 | 113.043 | 17 | 0 |
| LiteEditor/debugcoredump.cpp | 161 | | DebugCoreDumpDlg | OnButtonBrowseExe(wxCommandEvent &) [override] | 1 | 20 | 16 | 2 | 2 | 3 | 1 | 37 | 95 | 494.898 | 10.3478 | 5121.12 | 284.507 | 0.099035 | 89.5165 | 23.5268 | 113.043 | 17 | 0 |
| LiteEditor/debugcoredump.cpp | 182 | | DebugCoreDumpDlg | OnButtonBrowseWD(wxCommandEvent &) [override] | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 34 | 83 | 422.259 | 9.28571 | 3920.98 | 217.832 | 0.0828849 | 95.0024 | 0 | 95.0024 | 13 | 0 |
| LiteEditor/debugcoredump.cpp | 198 | | DebugCoreDumpDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 6 | 5 | 0 | 1 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 118.826 | 0 | 118.826 | 2 | 0 |
| LiteEditor/debugcoredump.cpp | 205 | | DebugCoreDumpDlg | OnButtonDebug(wxCommandEvent &) [override] | 1 | 16 | 12 | 1 | 3 | 1 | 0 | 44 | 118 | 644.213 | 7.66667 | 4938.97 | 274.387 | 0.0966725 | 92.2203 | 18.8844 | 111.105 | 20 | 0 |
| LiteEditor/debugcoredump.cpp | 222 | | DebugCoreDumpDlg | OnDebugBtnUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 2 | 0 | 19 | 34 | 144.43 | 6.11111 | 882.625 | 49.0347 | 0.0306711 | 118.609 | 31.9355 | 150.544 | 5 | 0 |
| LiteEditor/debugcoredumpbase.cpp | 37 | | DebugCoreDumpDlgBase | DebugCoreDumpDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 94 | 65 | 1 | 28 | 1 | 0 | 110 | 870 | 5899.78 | 30.8936 | 182266 | 10125.9 | 1.07156 | 52.0187 | 7.9554 | 59.9741 | 114 | 1 |
| LiteEditor/debugcoredumpbase.cpp | 132 | | DebugCoreDumpDlgBase | ~DebugCoreDumpDlgBase() [override] | 0 | 11 | 9 | 1 | 1 | 1 | 0 | 28 | 116 | 557.653 | 12.2222 | 6815.76 | 378.653 | 0.119827 | 99.0407 | 22.5149 | 121.556 | 24 | 0 |
| LiteEditor/debugcoredumpinfo.cpp | 28 | | DebugCoreDumpInfo | DeSerialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| LiteEditor/debugcoredumpinfo.cpp | 36 | | DebugCoreDumpInfo | Serialize(Archive &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 59 | 270.513 | 7.5 | 2028.85 | 112.714 | 0.0534209 | 110.125 | 0 | 110.125 | 8 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 31 | | PreDefinedTypesPage | PreDefinedTypesPage(wxWindow *, const DebuggerPreDefinedTypes &) | 2 | 22 | 19 | 1 | 2 | 2 | 1 | 54 | 175 | 1007.11 | 15.5789 | 15689.6 | 871.647 | 0.208908 | 84.508 | 16.2158 | 100.724 | 25 | 2 |
| LiteEditor/debugger_predefined_types_page.cpp | 54 | | PreDefinedTypesPage | OnItemActivated(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.0625 | 434.548 | 24.1416 | 0.0191237 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 60 | | PreDefinedTypesPage | OnItemDeselected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 1 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 66 | | PreDefinedTypesPage | OnItemSelected(wxListEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 17 | 68 | 5.14286 | 349.714 | 19.4286 | 0.0165458 | 148.829 | 0 | 148.829 | 0 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 68 | | PreDefinedTypesPage | OnNewShortcut(wxCommandEvent &) [override] | 1 | 35 | 26 | 3 | 6 | 4 | 3 | 59 | 197 | 1158.88 | 20.5128 | 23771.9 | 1320.66 | 0.275585 | 75.7963 | 21.9083 | 97.7046 | 20 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 104 | | PreDefinedTypesPage | OnEditShortcut(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 110 | | PreDefinedTypesPage | OnDeleteShortcut(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/debugger_predefined_types_page.cpp | 116 | | PreDefinedTypesPage | DoEditItem() | 0 | 24 | 18 | 2 | 4 | 3 | 1 | 38 | 138 | 724.214 | 14.3 | 10356.3 | 575.348 | 0.158373 | 84.5831 | 21.6227 | 106.206 | 14 | 2 |
| LiteEditor/debugger_predefined_types_page.cpp | 141 | | PreDefinedTypesPage | DoDeleteItem() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 7.85714 | 950.147 | 52.786 | 0.0322161 | 111.918 | 0 | 111.918 | 1 | 1 |
| LiteEditor/debugger_predefined_types_page.cpp | 150 | | PreDefinedTypesPage | GetPreDefinedTypes() | 0 | 16 | 14 | 0 | 2 | 2 | 1 | 36 | 98 | 506.653 | 13.3636 | 6770.72 | 376.151 | 0.119299 | 93.2394 | 0 | 93.2394 | 12 | 2 |
| LiteEditor/debuggerasciiviewer.cpp | 37 | | | sDefineMarker(wxStyledTextCtrl *, int, int, wxColour, wxColour) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 49 | 218.512 | 7.14286 | 1560.8 | 86.7112 | 0.0448515 | 113.732 | 0 | 113.732 | 3 | 7 |
| LiteEditor/debuggerasciiviewer.cpp | 44 | | DebuggerAsciiViewer | DebuggerAsciiViewer(wxWindow *) | 1 | 56 | 40 | 7 | 9 | 2 | 1 | 93 | 507 | 3315.35 | 20.3846 | 67582.2 | 3754.57 | 0.553053 | 63.1764 | 26.0372 | 89.2137 | 75 | 2 |
| LiteEditor/debuggerasciiviewer.cpp | 101 | | DebuggerAsciiViewer | IsFocused() | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 18 | 27 | 112.588 | 7.85714 | 884.62 | 49.1455 | 0.0307173 | 119.904 | 0 | 119.904 | 1 | 2 |
| LiteEditor/debuggerasciiviewer.cpp | 107 | | DebuggerAsciiViewer | UpdateView(const wxString &, const wxString &) | 2 | 15 | 12 | 0 | 3 | 1 | 0 | 33 | 102 | 514.528 | 12 | 6174.34 | 343.019 | 0.112186 | 94.4347 | 0 | 94.4347 | 15 | 3 |
| LiteEditor/debuggerasciiviewer.cpp | 123 | | DebuggerAsciiViewer | OnClearView(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 29 | 118.536 | 5.33333 | 632.194 | 35.1219 | 0.0245534 | 119.866 | 0 | 119.866 | 4 | 0 |
| LiteEditor/debuggerasciiviewer.cpp | 130 | | DebuggerAsciiViewer | OnEditUI(wxUpdateUIEvent &) | 1 | 18 | 18 | 0 | 0 | 4 | 1 | 34 | 83 | 422.259 | 15 | 6333.89 | 351.883 | 0.114111 | 91.8188 | 0 | 91.8188 | 8 | 4 |
| LiteEditor/debuggerasciiviewer.cpp | 149 | | DebuggerAsciiViewer | OnEdit(wxCommandEvent &) | 1 | 18 | 17 | 0 | 1 | 4 | 1 | 30 | 64 | 314.041 | 10.4615 | 3285.35 | 182.52 | 0.0736659 | 93.3585 | 0 | 93.3585 | 5 | 4 |
| LiteEditor/debuggerasciiviewer.cpp | 168 | | DebuggerAsciiViewer | ~DebuggerAsciiViewer() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 110 | 517.048 | 13.125 | 6786.26 | 377.014 | 0.119481 | 104.593 | 0 | 104.593 | 25 | 0 |
| LiteEditor/debuggerasciiviewer.cpp | 177 | | DebuggerAsciiViewer | OnThemeColourChanged(wxCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 2 | 1 | 26 | 46 | 216.22 | 6.6 | 1427.05 | 79.2807 | 0.0422512 | 105.281 | 23.5268 | 128.808 | 7 | 2 |
| LiteEditor/debuggerasciiviewerbase.cpp | 37 | | DebuggerAsciiViewerBase | DebuggerAsciiViewerBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 38 | 27 | 1 | 10 | 1 | 0 | 79 | 285 | 1796.58 | 16.1774 | 29064 | 1614.67 | 0.3151 | 72.8742 | 12.4338 | 85.3079 | 37 | 1 |
| LiteEditor/debuggerasciiviewerbase.cpp | 76 | | DebuggerAsciiViewerBase | ~DebuggerAsciiViewerBase() [override] | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 117.48 | 29.5564 | 147.037 | 4 | 0 |
| LiteEditor/debuggerpane.cpp | 62 | | DebuggerPane | DebuggerPane(wxWindow *, const wxString &, wxAuiManager *, long) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 38 | 76 | 398.842 | 7.8 | 3110.97 | 172.832 | 0.0710356 | 104.034 | 0 | 104.034 | 7 | 1 |
| LiteEditor/debuggerpane.cpp | 72 | | DebuggerPane | ~DebuggerPane() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 7.33333 | 779.343 | 43.2968 | 0.0282292 | 124.049 | 0 | 124.049 | 2 | 0 |
| LiteEditor/debuggerpane.cpp | 77 | | DebuggerPane | OnPageChanged(wxBookCtrlEvent &) | 1 | 12 | 12 | 0 | 0 | 5 | 2 | 30 | 85 | 417.086 | 9.55882 | 3986.85 | 221.492 | 0.0838105 | 98.2214 | 0 | 98.2214 | 10 | 1 |
| LiteEditor/debuggerpane.cpp | 90 | | DebuggerPane | CreateGUIControls() | 0 | 145 | 110 | 11 | 24 | 13 | 1 | 122 | 993 | 6882.22 | 39.38 | 271022 | 15056.8 | 1.39599 | 41.4361 | 20.6932 | 62.1293 | 126 | 1 |
| LiteEditor/debuggerpane.cpp | 236 | | DebuggerPane | SelectTab(const wxString &) | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 28 | 54 | 259.597 | 11.5385 | 2995.35 | 166.408 | 0.0692645 | 105.807 | 0 | 105.807 | 4 | 6 |
| LiteEditor/debuggerpane.cpp | 246 | | DebuggerPane | Clear() | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 15 | 48 | 187.531 | 5.6875 | 1066.58 | 59.2545 | 0.034797 | 109.867 | 0 | 109.867 | 10 | 2 |
| LiteEditor/debuggerpane.cpp | 255 | | DebuggerPane | OnSettingsChanged(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 30 | 46 | 225.717 | 7.4375 | 1678.77 | 93.265 | 0.0470839 | 108.673 | 0 | 108.673 | 6 | 2 |
| LiteEditor/debuggerpane.cpp | 268 | | DebuggerPaneConfig | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 26 | 112.37 | 4.90909 | 551.635 | 30.6464 | 0.0224206 | 146.217 | 0 | 146.217 | 3 | 0 |
| LiteEditor/debuggerpane.cpp | 270 | | DebuggerPaneConfig | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| LiteEditor/debuggerpane.cpp | 277 | | DebuggerPaneConfig | DebuggerPaneConfig() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 2 | 3 |
| LiteEditor/debuggerpane.cpp | 283 | | DebuggerPaneConfig | WindowName(eDebuggerWindows) const | 1 | 35 | 26 | 0 | 9 | 11 | 1 | 39 | 124 | 655.39 | 8.83929 | 5793.18 | 321.843 | 0.10752 | 77.1502 | 0 | 77.1502 | 19 | 9 |
| LiteEditor/debuggersettingsbasedlg.cpp | 309 | | DbgPageGeneralBase | DbgPageGeneralBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 243 | 177 | 2 | 64 | 4 | 1 | 179 | 1955 | 14630.9 | 55.2102 | 807773 | 44876.3 | 2.89116 | 31.2198 | 7.00417 | 38.224 | 291 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 553 | | DbgPageGeneralBase | ~DbgPageGeneralBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 111.873 | 0 | 111.873 | 8 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 561 | | DbgPageMiscBase | DbgPageMiscBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 112 | 79 | 2 | 31 | 4 | 1 | 125 | 923 | 6429.42 | 39.4078 | 253369 | 14076.1 | 1.33469 | 48.0434 | 10.2772 | 58.3206 | 134 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 674 | | DbgPageMiscBase | ~DbgPageMiscBase() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 22 | 80 | 356.755 | 12.5 | 4459.43 | 247.746 | 0.0903091 | 102.907 | 0 | 102.907 | 16 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 685 | | DbgPagePreDefTypesBase | DbgPagePreDefTypesBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 62 | 45 | 2 | 15 | 3 | 1 | 95 | 491 | 3225.8 | 23.75 | 76612.7 | 4256.26 | 0.601284 | 61.44 | 13.7333 | 75.1733 | 77 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 748 | | DbgPagePreDefTypesBase | ~DbgPagePreDefTypesBase() [override] | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 26 | 80 | 376.035 | 9.375 | 3525.33 | 195.852 | 0.0772109 | 101.09 | 0 | 101.09 | 16 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 73 | | DbgPageStartupCmdsBase | DbgPageStartupCmdsBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 59 | 43 | 8 | 8 | 3 | 1 | 79 | 385 | 2426.96 | 25.4237 | 61702.3 | 3427.9 | 0.52049 | 63.7231 | 27.0009 | 90.724 | 50 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 133 | | DbgPageStartupCmdsBase | ~DbgPageStartupCmdsBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 760 | | DebuggerDisassemblyTabBase | DebuggerDisassemblyTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 113 | 81 | 9 | 23 | 4 | 1 | 135 | 820 | 5802.99 | 31.7345 | 184155 | 10230.8 | 1.07895 | 48.4324 | 21.1706 | 69.603 | 107 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 874 | | DebuggerDisassemblyTabBase | ~DebuggerDisassemblyTabBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 14 | | DebuggerSettingsBaseDlg | DebuggerSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 50 | 38 | 2 | 10 | 4 | 1 | 90 | 380 | 2466.9 | 19.5714 | 48280.8 | 2682.27 | 0.441973 | 66.0895 | 15.2452 | 81.3347 | 56 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 65 | | DebuggerSettingsBaseDlg | ~DebuggerSettingsBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 0 | 112.047 | 8 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 880 | | LocalsTableBase | LocalsTableBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 39 | 31 | 2 | 6 | 3 | 1 | 84 | 317 | 2026.36 | 17.2462 | 34947 | 1941.5 | 0.356302 | 71.3675 | 17.1835 | 88.5511 | 48 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 920 | | LocalsTableBase | ~LocalsTableBase() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 25 | 98 | 455.098 | 12.3333 | 5612.87 | 311.826 | 0.105278 | 97.3912 | 0 | 97.3912 | 20 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 220 | | NewPreDefinedSetBaseDlg | NewPreDefinedSetBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 86 | 63 | 1 | 22 | 7 | 1 | 117 | 706 | 4850.48 | 33.6774 | 163352 | 9075.09 | 0.99608 | 53.098 | 8.3139 | 61.4119 | 98 | 2 |
| LiteEditor/debuggersettingsbasedlg.cpp | 307 | | NewPreDefinedSetBaseDlg | ~NewPreDefinedSetBaseDlg() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/debuggersettingsbasedlg.cpp | 135 | | PreDefinedTypesPageBase | PreDefinedTypesPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 68 | 49 | 2 | 17 | 3 | 1 | 92 | 543 | 3542.29 | 27.589 | 97728.5 | 5429.36 | 0.707228 | 59.4568 | 13.1285 | 72.5853 | 83 | 1 |
| LiteEditor/debuggersettingsbasedlg.cpp | 204 | | PreDefinedTypesPageBase | ~PreDefinedTypesPageBase() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 29 | 116 | 563.526 | 11.5789 | 6525.04 | 362.502 | 0.116395 | 93.9617 | 0 | 93.9617 | 24 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 153 | | DbgPagePreDefTypes | DbgPagePreDefTypes(wxWindow *) | 1 | 12 | 10 | 1 | 1 | 2 | 1 | 35 | 77 | 394.955 | 10 | 3949.55 | 219.419 | 0.083287 | 99.1949 | 21.6227 | 120.818 | 10 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 166 | | DbgPagePreDefTypes | Save() | 0 | 19 | 15 | 2 | 2 | 3 | 2 | 50 | 125 | 705.482 | 17.0172 | 12005.4 | 666.964 | 0.174768 | 88.5039 | 24.0864 | 112.59 | 14 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 186 | | DbgPagePreDefTypes | OnDeleteSet(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 42 | 94 | 506.878 | 11.0769 | 5614.65 | 311.925 | 0.1053 | 95.1703 | 0 | 95.1703 | 12 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 201 | | DbgPagePreDefTypes | OnDeleteSetUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 27 | 44 | 209.215 | 7.6 | 1590.03 | 88.3352 | 0.0454098 | 116.682 | 0 | 116.682 | 4 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 207 | | DbgPagePreDefTypes | OnNewSet(wxCommandEvent &) [override] | 1 | 47 | 40 | 2 | 5 | 10 | 4 | 78 | 337 | 2118.18 | 30.9706 | 65601.3 | 3644.52 | 0.542193 | 66.5044 | 15.7081 | 82.2125 | 45 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 96 | | DebuggerPage | DebuggerPage(wxWindow *, wxString) | 2 | 24 | 24 | 0 | 0 | 2 | 1 | 60 | 198 | 1169.56 | 12.9348 | 15128.1 | 840.448 | 0.203892 | 82.3207 | 0 | 82.3207 | 21 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 121 | | DebuggerPage | OnBrowse(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 34 | 95 | 483.309 | 12.6316 | 6104.96 | 339.164 | 0.111344 | 95.1879 | 0 | 95.1879 | 17 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 136 | | DebuggerPage | OnDebugAssert(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 28 | 118.942 | 6.1875 | 735.953 | 40.8863 | 0.0271714 | 116.665 | 0 | 116.665 | 2 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 143 | | DebuggerPage | [virtual] OnWindowsUI(wxUpdateUIEvent &) | 1 | 6 | 5 | 1 | 0 | 2 | 0 | 24 | 32 | 146.719 | 7.68182 | 1127.07 | 62.6148 | 0.0361004 | 115.573 | 29.5564 | 145.13 | 2 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 382 | | DebuggerPage | OnSuperuserUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5.78571 | 578.571 | 32.1429 | 0.0231446 | 120.75 | 0 | 120.75 | 2 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 45 | | DebuggerPageMisc | DebuggerPageMisc(wxWindow *, const wxString &) | 2 | 23 | 22 | 0 | 1 | 2 | 1 | 47 | 137 | 760.979 | 13.125 | 9987.85 | 554.88 | 0.154594 | 85.245 | 0 | 85.245 | 14 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 69 | | DebuggerPageMisc | OnDebugAssert(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 71 | | DebuggerPageMisc | OnWindowsUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 77 | | DebuggerPageStartupCmds | DebuggerPageStartupCmds(wxWindow *, const wxString &) | 2 | 14 | 13 | 0 | 1 | 3 | 1 | 37 | 83 | 432.385 | 10.0435 | 4342.65 | 241.258 | 0.0887255 | 95.9968 | 0 | 95.9968 | 12 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 258 | | DebuggerSettingsDlg | DebuggerSettingsDlg(wxWindow *) | 1 | 12 | 9 | 1 | 2 | 1 | 0 | 22 | 44 | 196.215 | 5.83333 | 1144.59 | 63.5882 | 0.0364736 | 103.063 | 21.6227 | 124.685 | 8 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 271 | | DebuggerSettingsDlg | Initialize() | 0 | 21 | 17 | 1 | 3 | 1 | 0 | 38 | 154 | 808.181 | 17.5 | 14143.2 | 785.731 | 0.194944 | 86.6359 | 16.583 | 103.219 | 25 | 1 |
| LiteEditor/debuggersettingsdlg.cpp | 293 | | DebuggerSettingsDlg | OnOk(wxCommandEvent &) [override] | 1 | 82 | 67 | 7 | 8 | 9 | 3 | 116 | 588 | 4032.49 | 34.2809 | 138237 | 7679.86 | 0.891174 | 54.37 | 21.8668 | 76.2368 | 51 | 0 |
| LiteEditor/debuggersettingsdlg.cpp | 376 | | DebuggerSettingsDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/depend_dlg_page_liteeditor_bitmaps.cpp | 34 | | | wxC312EInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/dialogspagebase.cpp | 37 | | DialogsPageBase | DialogsPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 16 | 13 | 0 | 3 | 1 | 0 | 52 | 142 | 809.462 | 13.5556 | 10972.7 | 609.595 | 0.164597 | 91.0329 | 0 | 91.0329 | 14 | 0 |
| LiteEditor/dialogspagebase.cpp | 54 | | DialogsPageBase | ~DialogsPageBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 17 | | DVTemplatesModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 31 | | DVTemplatesModel | DVTemplatesModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 36 | | DVTemplatesModel | ~DVTemplatesModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 44 | | DVTemplatesModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 64 | | DVTemplatesModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 69 | | DVTemplatesModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 77 | | DVTemplatesModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 90 | | DVTemplatesModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 99 | | DVTemplatesModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 106 | | DVTemplatesModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| LiteEditor/dvtemplatesmodel.cpp | 125 | | DVTemplatesModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| LiteEditor/dvtemplatesmodel.cpp | 162 | | DVTemplatesModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 169 | | DVTemplatesModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 179 | | DVTemplatesModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 188 | | DVTemplatesModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| LiteEditor/dvtemplatesmodel.cpp | 217 | | DVTemplatesModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 228 | | DVTemplatesModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 238 | | DVTemplatesModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| LiteEditor/dvtemplatesmodel.cpp | 243 | | DVTemplatesModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 252 | | DVTemplatesModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 260 | | DVTemplatesModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 269 | | DVTemplatesModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 279 | | DVTemplatesModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 291 | | DVTemplatesModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| LiteEditor/dvtemplatesmodel.cpp | 303 | | DVTemplatesModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| LiteEditor/edit_configuration.cpp | 51 | | EditConfigurationDialog | EditConfigurationDialog(wxWindow *, const wxString &, int, wxString, wxPoint, wxSize, int) | 7 | 64 | 51 | 0 | 13 | 4 | 2 | 96 | 488 | 3213.46 | 23.7692 | 76381.5 | 4243.42 | 0.600073 | 60.7156 | 0 | 60.7156 | 78 | 1 |
| LiteEditor/edit_configuration.cpp | 116 | | EditConfigurationDialog | RenameConfiguration(const wxString &, const wxString &) | 2 | 25 | 22 | 2 | 1 | 5 | 3 | 44 | 149 | 813.455 | 12.5806 | 10233.8 | 568.544 | 0.157122 | 82.8575 | 21.2145 | 104.072 | 29 | 2 |
| LiteEditor/edit_configuration.cpp | 142 | | EditConfigurationDialog | OnItemDclick(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 36 | 77 | 398.084 | 12 | 4777.01 | 265.389 | 0.0945474 | 100.563 | 0 | 100.563 | 10 | 1 |
| LiteEditor/edit_configuration.cpp | 154 | | EditConfigurationDialog | OnButtonClose(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/edit_configuration.cpp | 160 | | EditConfigurationDialog | OnButtonRename(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 1 | 40 | 94 | 500.261 | 12.5652 | 6285.89 | 349.216 | 0.113533 | 94.1209 | 0 | 94.1209 | 12 | 1 |
| LiteEditor/edit_configuration.cpp | 176 | | EditConfigurationDialog | OnButtonDelete(wxCommandEvent &) | 1 | 22 | 20 | 1 | 1 | 5 | 3 | 51 | 145 | 822.502 | 13.5 | 11103.8 | 616.876 | 0.165905 | 84.8709 | 16.2158 | 101.087 | 25 | 1 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 50 | | EditWorkspaceConfDlg | EditWorkspaceConfDlg(wxWindow *, int, wxString, wxPoint, wxSize, int) | 6 | 31 | 22 | 0 | 9 | 1 | 0 | 57 | 240 | 1399.89 | 16.4419 | 23016.9 | 1278.71 | 0.269718 | 77.4698 | 0 | 77.4698 | 28 | 1 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 82 | | EditWorkspaceConfDlg | OnListBoxDClick(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 84 | | EditWorkspaceConfDlg | CustomInit() | 0 | 9 | 7 | 1 | 1 | 1 | 0 | 18 | 39 | 162.627 | 5.09091 | 827.92 | 45.9955 | 0.0293903 | 108.699 | 24.6875 | 133.387 | 16 | 1 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 94 | | EditWorkspaceConfDlg | FillList() | 0 | 10 | 9 | 0 | 1 | 2 | 1 | 28 | 59 | 283.634 | 6.79412 | 1927.04 | 107.058 | 0.0516186 | 103.87 | 0 | 103.87 | 10 | 3 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 105 | | EditWorkspaceConfDlg | OnDelete(wxCommandEvent &) | 1 | 24 | 19 | 3 | 2 | 4 | 1 | 48 | 125 | 698.12 | 11.25 | 7853.85 | 436.325 | 0.131704 | 84.5439 | 26.0372 | 110.581 | 20 | 1 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 130 | | EditWorkspaceConfDlg | DoRename(const wxString &) | 1 | 23 | 19 | 4 | 1 | 3 | 2 | 51 | 145 | 822.502 | 13.75 | 11309.4 | 628.3 | 0.167947 | 84.6108 | 30.1022 | 114.713 | 31 | 2 |
| LiteEditor/edit_workspace_conf_dlg.cpp | 154 | | EditWorkspaceConfDlg | OnRename(wxCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 27 | 58 | 275.783 | 8.82143 | 2432.8 | 135.156 | 0.0602953 | 97.2176 | 0 | 97.2176 | 7 | 2 |
| LiteEditor/editor_options_bookmarks_liteeditor_bitmaps.cpp | 32 | | | wxCrafterZg1KYTInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 0 |
| LiteEditor/editor_options_caret_liteeditor_bitmaps.cpp | 32 | | | wxC933InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 0 |
| LiteEditor/editor_options_docking_windows_liteeditor_bitmaps.cpp | 34 | | | wxCrafterKZwxilInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 0 |
| LiteEditor/editoroptionsgeneralindentationpanel.cpp | 30 | | EditorOptionsGeneralIndentationPanel | EditorOptionsGeneralIndentationPanel(wxWindow *, OptionsConfigPtr) | 2 | 10 | 10 | 0 | 0 | 1 | 2 | 35 | 104 | 533.445 | 8 | 4267.56 | 237.087 | 0.0876998 | 100.815 | 0 | 100.815 | 45 | 1 |
| LiteEditor/editoroptionsgeneralsavepanel.cpp | 28 | | EditorOptionsGeneralSavePanel | EditorOptionsGeneralSavePanel(wxWindow *, OptionsConfigPtr) | 2 | 36 | 34 | 0 | 2 | 10 | 2 | 60 | 316 | 1866.58 | 27.3415 | 51035 | 2835.28 | 0.458625 | 71.4813 | 0 | 71.4813 | 54 | 1 |
| LiteEditor/editorsettingsbookmarkspanel.cpp | 30 | | EditorSettingsBookmarksPanel | EditorSettingsBookmarksPanel(wxWindow *, OptionsConfigPtr) | 2 | 49 | 45 | 0 | 4 | 6 | 3 | 92 | 402 | 2622.47 | 27.3529 | 71732.3 | 3985.13 | 0.575469 | 65.6388 | 0 | 65.6388 | 93 | 1 |
| LiteEditor/editorsettingscaret.cpp | 28 | | EditorSettingsCaret | EditorSettingsCaret(wxWindow *, OptionsConfigPtr) | 2 | 20 | 17 | 0 | 3 | 1 | 2 | 43 | 159 | 862.776 | 9.39394 | 8104.87 | 450.27 | 0.134496 | 87.0863 | 0 | 87.0863 | 72 | 1 |
| LiteEditor/editorsettingscomments.cpp | 30 | | EditorSettingsComments | EditorSettingsComments(wxWindow *, OptionsConfigPtr) | 2 | 67 | 60 | 0 | 7 | 7 | 2 | 74 | 541 | 3359.31 | 31.8214 | 106898 | 5938.79 | 0.750802 | 59.0526 | 0 | 59.0526 | 96 | 1 |
| LiteEditor/editorsettingsdockingwidows.cpp | 30 | | EditorSettingsDockingWindows | EditorSettingsDockingWindows(wxWindow *, OptionsConfigPtr) | 2 | 77 | 67 | 0 | 10 | 5 | 2 | 119 | 647 | 4460.95 | 29.1094 | 129855 | 7214.19 | 0.854775 | 55.7841 | 0 | 55.7841 | 136 | 1 |
| LiteEditor/editorsettingsfolding.cpp | 30 | | EditorSettingsFolding | EditorSettingsFolding(wxWindow *, OptionsConfigPtr) | 2 | 22 | 21 | 0 | 1 | 2 | 2 | 66 | 235 | 1420.43 | 16.6875 | 23703.5 | 1316.86 | 0.275055 | 82.7198 | 0 | 82.7198 | 80 | 1 |
| LiteEditor/editorsettingslocal.cpp | 34 | | EditorSettingsLocal | EditorSettingsLocal(OptionsConfigPtr, wxXmlNode *, enum prefsLevel, wxWindow *, wxWindowID, const wxString &) | 6 | 25 | 22 | 2 | 3 | 3 | 1 | 56 | 139 | 807.222 | 13.5 | 10897.5 | 605.417 | 0.163844 | 83.3575 | 21.2145 | 104.572 | 25 | 2 |
| LiteEditor/editorsettingslocal.cpp | 60 | | EditorSettingsLocal | DisplayHigherValues(const OptionsConfigPtr) | 1 | 56 | 49 | 3 | 5 | 6 | 2 | 97 | 379 | 2501.37 | 24.4792 | 61231.4 | 3401.74 | 0.517839 | 63.7214 | 17.5467 | 81.2681 | 52 | 1 |
| LiteEditor/editorsettingslocal.cpp | 117 | | EditorSettingsLocal | DisplayLocalValues(const LocalOptionsConfigPtr) | 1 | 83 | 75 | 3 | 5 | 19 | 3 | 99 | 495 | 3281.53 | 18.6076 | 61061.4 | 3392.3 | 0.51688 | 52.9452 | 14.5144 | 67.4597 | 94 | 1 |
| LiteEditor/editorsettingslocal.cpp | 201 | | EditorSettingsLocal | OnOK(wxCommandEvent &) [override] | 1 | 62 | 56 | 5 | 2 | 18 | 2 | 71 | 407 | 2502.95 | 15.5357 | 38885.1 | 2160.28 | 0.38259 | 59.3093 | 21.2943 | 80.6036 | 76 | 0 |
| LiteEditor/editorsettingslocal.cpp | 264 | | EditorSettingsLocal | indentsUsesTabsUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 269 | | EditorSettingsLocal | indentWidthUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 55 | 245.269 | 8.5 | 2084.78 | 115.821 | 0.0543984 | 116.085 | 0 | 116.085 | 6 | 0 |
| LiteEditor/editorsettingslocal.cpp | 275 | | EditorSettingsLocal | tabWidthUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 55 | 245.269 | 8.5 | 2084.78 | 115.821 | 0.0543984 | 116.085 | 0 | 116.085 | 6 | 0 |
| LiteEditor/editorsettingslocal.cpp | 281 | | EditorSettingsLocal | displayBookmarkMarginUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 286 | | EditorSettingsLocal | checkBoxDisplayFoldMarginUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 291 | | EditorSettingsLocal | checkBoxHideChangeMarkerMarginUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 296 | | EditorSettingsLocal | displayLineNumbersUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 301 | | EditorSettingsLocal | showIndentationGuideLinesUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 306 | | EditorSettingsLocal | highlightCaretLineUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 311 | | EditorSettingsLocal | checkBoxTrimLineUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 316 | | EditorSettingsLocal | checkBoxAppendLFUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/editorsettingslocal.cpp | 321 | | EditorSettingsLocal | whitespaceStyleUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 55 | 245.269 | 8.5 | 2084.78 | 115.821 | 0.0543984 | 116.085 | 0 | 116.085 | 6 | 0 |
| LiteEditor/editorsettingslocal.cpp | 327 | | EditorSettingsLocal | choiceEOLUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 55 | 245.269 | 8.5 | 2084.78 | 115.821 | 0.0543984 | 116.085 | 0 | 116.085 | 6 | 0 |
| LiteEditor/editorsettingslocal.cpp | 333 | | EditorSettingsLocal | fileEncodingUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 55 | 245.269 | 8.5 | 2084.78 | 115.821 | 0.0543984 | 116.085 | 0 | 116.085 | 6 | 0 |
| LiteEditor/editorsettingslocalbase.cpp | 14 | | LocalEditorSettingsbase | LocalEditorSettingsbase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 372 | 273 | 2 | 97 | 8 | 1 | 230 | 3230 | 25340.9 | 74.4466 | 1.88655e+06 | 104808 | 5.08929 | 20.545 | 5.66741 | 26.2124 | 488 | 1 |
| LiteEditor/editorsettingslocalbase.cpp | 387 | | LocalEditorSettingsbase | ~LocalEditorSettingsbase() [override] | 0 | 36 | 36 | 0 | 0 | 1 | 0 | 47 | 278 | 1544.18 | 14.4595 | 22327.9 | 1240.44 | 0.264309 | 74.5373 | 0 | 74.5373 | 60 | 0 |
| LiteEditor/editorsettingslocalbase_formbuilder_bitmaps.cpp | 281 | | | wxC2ED4InitBitmapResources() | 0 | 19 | 16 | 1 | 2 | 2 | 2 | 50 | 148 | 835.291 | 12.4286 | 10381.5 | 576.748 | 0.15863 | 87.8556 | 17.3987 | 105.254 | 26 | 1 |
| LiteEditor/editorsettingsmiscpanel.cpp | 39 | | EditorSettingsMiscPanel | EditorSettingsMiscPanel(wxWindow *, OptionsConfigPtr) | 2 | 120 | 110 | 1 | 10 | 6 | 2 | 169 | 1095 | 8103.96 | 37 | 299847 | 16658.1 | 1.49329 | 45.2621 | 7.04752 | 52.3096 | 347 | 1 |
| LiteEditor/editorsettingsmiscpanel.cpp | 160 | | EditorSettingsMiscPanel | FindAvailableLocales(wxArrayString *) | 1 | 19 | 16 | 1 | 2 | 4 | 2 | 53 | 141 | 807.637 | 26.4808 | 21386.8 | 1188.16 | 0.256828 | 87.5707 | 17.3987 | 104.969 | 16 | 1 |
| LiteEditor/editorsettingsterminal.cpp | 33 | | EditorSettingsTerminal | EditorSettingsTerminal(wxWindow *, OptionsConfigPtr) | 2 | 22 | 21 | 1 | 1 | 5 | 2 | 62 | 164 | 976.488 | 16.3902 | 16004.9 | 889.16 | 0.211697 | 83.9785 | 16.2158 | 100.194 | 21 | 1 |
| LiteEditor/filechecklist.cpp | 29 | | FileCheckList | FileCheckList(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &) | 5 | 11 | 11 | 0 | 0 | 1 | 0 | 30 | 60 | 294.413 | 7.81579 | 2301.07 | 127.837 | 0.0580986 | 102.362 | 0 | 102.362 | 7 | 1 |
| LiteEditor/filechecklist.cpp | 41 | | FileCheckList | OnCheckAll(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 54 | 267.527 | 12.1429 | 3248.54 | 180.474 | 0.0731146 | 107.789 | 0 | 107.789 | 4 | 0 |
| LiteEditor/filechecklist.cpp | 50 | | FileCheckList | OnClearAll(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 54 | 267.527 | 12.1429 | 3248.54 | 180.474 | 0.0731146 | 107.789 | 0 | 107.789 | 4 | 0 |
| LiteEditor/filechecklist.cpp | 59 | | FileCheckList | OnFileSelected(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 120.75 | 0 | 120.75 | 3 | 0 |
| LiteEditor/filechecklist.cpp | 65 | | FileCheckList | OnFileCheckChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 38 | 171.895 | 8.18182 | 1406.42 | 78.1343 | 0.0418429 | 117.933 | 0 | 117.933 | 5 | 0 |
| LiteEditor/filechecklist.cpp | 71 | | FileCheckList | ShowFilePath(size_t) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 7.07143 | 1379.23 | 76.6236 | 0.0413018 | 114.323 | 0 | 114.323 | 6 | 2 |
| LiteEditor/filechecklist.cpp | 78 | | FileCheckList | SetCaption(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/filechecklist.cpp | 80 | | FileCheckList | SetBaseDir(const wxFileName &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 121.302 | 0 | 121.302 | 2 | 0 |
| LiteEditor/filechecklist.cpp | 86 | | FileCheckList | SetFiles(const std::vector<std::pair<wxFileName, bool>> &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 45 | 113 | 620.579 | 15.7115 | 9750.26 | 541.681 | 0.152133 | 94.1179 | 0 | 94.1179 | 12 | 1 |
| LiteEditor/filechecklistbase.cpp | 16 | | FileCheckListBase | FileCheckListBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 74 | 51 | 2 | 21 | 6 | 1 | 110 | 587 | 3980.66 | 29.6092 | 117864 | 6548 | 0.801308 | 56.7903 | 12.5971 | 69.3874 | 76 | 1 |
| LiteEditor/filechecklistbase.cpp | 91 | | FileCheckListBase | ~FileCheckListBase() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 114.544 | 0 | 114.544 | 8 | 0 |
| LiteEditor/filechecklistbase.cpp | 98 | | FilesModifiedDlgBase | FilesModifiedDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 57 | 42 | 2 | 13 | 5 | 1 | 110 | 494 | 3349.99 | 25.814 | 86476.5 | 4804.25 | 0.651845 | 62.1457 | 14.3067 | 76.4524 | 74 | 1 |
| LiteEditor/filechecklistbase.cpp | 156 | | FilesModifiedDlgBase | ~FilesModifiedDlgBase() [override] | 0 | 7 | 6 | 0 | 1 | 1 | 0 | 21 | 62 | 272.324 | 10.4545 | 2847.02 | 158.168 | 0.0669585 | 110.09 | 0 | 110.09 | 12 | 0 |
| LiteEditor/filechecklistbase_liteeditor_bitmaps.cpp | 32 | | | wxCraftertLrKnvInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/filedroptarget.cpp | 28 | | FileDropTarget | FileDropTarget() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 8 | 11 | 33 | 4.5 | 148.5 | 8.25 | 0.00934752 | 130.13 | 0 | 130.13 | 1 | 1 |
| LiteEditor/filedroptarget.cpp | 33 | | FileDropTarget | OnDropFiles(wxCoord, wxCoord, const wxArrayString &) [override] | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 71 | 364.179 | 11.7895 | 4293.48 | 238.527 | 0.0880545 | 104.277 | 0 | 104.277 | 7 | 0 |
| LiteEditor/fileexplorer.cpp | 51 | | FileExplorer | FileExplorer(wxWindow *, const wxString &) | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 31 | 61 | 302.206 | 7.26316 | 2194.97 | 121.943 | 0.0562986 | 107.385 | 0 | 107.385 | 7 | 1 |
| LiteEditor/fileexplorer.cpp | 60 | | FileExplorer | ~FileExplorer() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 7.5 | 571.103 | 31.728 | 0.022945 | 148.24 | 0 | 148.24 | 1 | 0 |
| LiteEditor/fileexplorer.cpp | 62 | | FileExplorer | CreateGUIControls() | 0 | 16 | 15 | 1 | 0 | 1 | 0 | 50 | 138 | 778.852 | 9.91667 | 7723.62 | 429.09 | 0.130244 | 91.2334 | 18.8844 | 110.118 | 23 | 1 |
| LiteEditor/fileexplorer.cpp | 79 | | FileExplorer | OnFolderDropped(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 36 | 70 | 361.895 | 8.90909 | 3224.15 | 179.12 | 0.0727482 | 106.218 | 0 | 106.218 | 8 | 2 |
| LiteEditor/fileexplorer.cpp | 88 | | FileExplorer | OpenFolder(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 3 |
| LiteEditor/fileexplorer.cpp | 90 | | FileExplorer | OnOpenFolder(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 40 | 180.942 | 6.41667 | 1161.05 | 64.5026 | 0.0368224 | 109.823 | 0 | 109.823 | 5 | 1 |
| LiteEditor/filehistory.cpp | 50 | | | GetMRUEntryLabel(int, const wxString &) | 2 | 8 | 6 | 1 | 1 | 1 | 0 | 25 | 45 | 208.974 | 8.25 | 1724.03 | 95.7795 | 0.0479265 | 109.304 | 26.0372 | 135.341 | 7 | 1 |
| LiteEditor/filehistory.cpp | 29 | | FileHistory | GetFiles(wxArrayString &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 39 | 181.11 | 9.54545 | 1728.78 | 96.0434 | 0.0480145 | 114.478 | 0 | 114.478 | 3 | 2 |
| LiteEditor/filehistory.cpp | 36 | | FileHistory | AddFilesToMenuWithoutExt() | 0 | 10 | 9 | 0 | 1 | 3 | 1 | 26 | 56 | 263.225 | 9 | 2369.02 | 131.612 | 0.0592368 | 104.028 | 0 | 104.028 | 9 | 1 |
| LiteEditor/filehistory.cpp | 59 | | FileHistory | AddFilesToMenuWithoutExt(wxMenu *) | 1 | 13 | 11 | 0 | 2 | 4 | 1 | 37 | 81 | 421.966 | 15.3056 | 6458.42 | 358.801 | 0.115601 | 97.0942 | 0 | 97.0942 | 8 | 1 |
| LiteEditor/fileview.cpp | 82 | | FileViewTree | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/fileview.cpp | 82 | | FileViewTree | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/fileview.cpp | 169 | | FileViewTree | [virtual] OnBuildInProgress(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 146.11 | 0 | 146.11 | 3 | 27 |
| LiteEditor/fileview.cpp | 171 | | FileViewTree | FileViewTree(wxWindow *, const wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 60 | 50 | 5 | 5 | 5 | 2 | 123 | 570 | 3957.23 | 26.9381 | 106601 | 5922.25 | 0.749408 | 60.4485 | 21.6227 | 82.0712 | 70 | 2 |
| LiteEditor/fileview.cpp | 232 | | FileViewTree | ~FileViewTree() [override] | 0 | 16 | 15 | 0 | 1 | 1 | 0 | 34 | 164 | 834.344 | 13.3913 | 11173 | 620.72 | 0.166593 | 90.8755 | 0 | 90.8755 | 24 | 0 |
| LiteEditor/fileview.cpp | 249 | | FileViewTree | BuildTree() | 0 | 41 | 30 | 4 | 8 | 5 | 2 | 77 | 244 | 1529.1 | 17.0625 | 26090.2 | 1449.46 | 0.293222 | 71.5615 | 23.2612 | 94.8226 | 36 | 10 |
| LiteEditor/fileview.cpp | 291 | | FileViewTree | GetSingleSelection() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 34 |
| LiteEditor/fileview.cpp | 293 | | FileViewTree | GetIconIndex(const ProjectItem &) | 1 | 26 | 26 | 0 | 0 | 6 | 1 | 47 | 140 | 777.642 | 16.9643 | 13192.1 | 732.897 | 0.186104 | 82.2262 | 0 | 82.2262 | 9 | 11 |
| LiteEditor/fileview.cpp | 320 | | FileViewTree | BuildProjectNode(const wxString &) | 1 | 46 | 34 | 9 | 7 | 4 | 2 | 76 | 259 | 1618.21 | 15.1271 | 24478.9 | 1359.94 | 0.281022 | 69.6328 | 31.6433 | 101.276 | 39 | 1 |
| LiteEditor/fileview.cpp | 371 | | FileViewTree | ShowFileContextMenu() | 0 | 31 | 25 | 2 | 4 | 5 | 3 | 63 | 189 | 1129.71 | 15.3488 | 17339.7 | 963.315 | 0.223309 | 77.6649 | 19.171 | 96.8359 | 27 | 1 |
| LiteEditor/fileview.cpp | 403 | | FileViewTree | ShowVirtualFolderContextMenu(FilewViewTreeItemData *) | 1 | 27 | 19 | 5 | 3 | 3 | 1 | 58 | 158 | 925.561 | 11.4286 | 10577.8 | 587.658 | 0.160624 | 81.3994 | 30.9185 | 112.318 | 27 | 1 |
| LiteEditor/fileview.cpp | 431 | | FileViewTree | ShowProjectContextMenu(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.2 | 607.141 | 33.7301 | 0.0239004 | 116.991 | 0 | 116.991 | 3 | 1 |
| LiteEditor/fileview.cpp | 438 | | FileViewTree | ShowWorkspaceContextMenu() | 0 | 18 | 12 | 4 | 2 | 2 | 1 | 35 | 85 | 435.989 | 9.15909 | 3993.26 | 221.848 | 0.0839004 | 92.1124 | 33.3545 | 125.467 | 14 | 1 |
| LiteEditor/fileview.cpp | 457 | | FileViewTree | [virtual] OnPopupMenu(wxTreeEvent &) | 1 | 30 | 30 | 0 | 0 | 8 | 3 | 52 | 160 | 912.07 | 15.5806 | 14210.6 | 789.48 | 0.195564 | 78.6189 | 0 | 78.6189 | 18 | 1 |
| LiteEditor/fileview.cpp | 488 | | FileViewTree | GetSelectedItemInfo() | 0 | 22 | 18 | 3 | 1 | 3 | 2 | 49 | 140 | 786.059 | 14.3438 | 11275 | 626.391 | 0.167606 | 85.5665 | 27.069 | 112.636 | 21 | 1 |
| LiteEditor/fileview.cpp | 511 | | FileViewTree | DoItemActivated(wxTreeItemId &, wxEvent &) | 2 | 50 | 34 | 10 | 6 | 7 | 2 | 69 | 264 | 1612.65 | 20.5957 | 33213.7 | 1845.21 | 0.344422 | 67.6099 | 31.9355 | 99.5454 | 40 | 1 |
| LiteEditor/fileview.cpp | 562 | | FileViewTree | [virtual] OnOpenInEditor(wxCommandEvent &) | 1 | 21 | 16 | 3 | 2 | 4 | 2 | 61 | 161 | 954.849 | 16.275 | 15540.2 | 863.342 | 0.207579 | 85.0787 | 27.6325 | 112.711 | 21 | 1 |
| LiteEditor/fileview.cpp | 584 | | FileViewTree | [virtual] OnRemoveProject(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 35 | 80 | 410.343 | 10.9474 | 4492.17 | 249.565 | 0.0907506 | 100.176 | 0 | 100.176 | 9 | 1 |
| LiteEditor/fileview.cpp | 596 | | FileViewTree | AddFilesToVirtualFolder(const wxString &, wxArrayString &) | 2 | 31 | 25 | 6 | 4 | 3 | 2 | 59 | 174 | 1023.58 | 17.6923 | 18109.5 | 1006.08 | 0.22987 | 78.6379 | 31.5 | 110.138 | 24 | 4 |
| LiteEditor/fileview.cpp | 628 | | FileViewTree | AddFilesToVirtualFolderIntelligently(const wxString &, wxArrayString &) | 2 | 50 | 36 | 12 | 4 | 11 | 2 | 67 | 272 | 1649.98 | 28.869 | 47633.2 | 2646.29 | 0.438012 | 66.5709 | 34.4079 | 100.979 | 38 | 1 |
| LiteEditor/fileview.cpp | 679 | | FileViewTree | AddFilesToVirtualFolder(wxTreeItemId &, wxArrayString &) | 2 | 39 | 32 | 6 | 5 | 4 | 1 | 72 | 217 | 1338.87 | 26.3023 | 35215.5 | 1956.42 | 0.358125 | 73.2925 | 28.5467 | 101.839 | 27 | 2 |
| LiteEditor/fileview.cpp | 719 | | FileViewTree | [virtual] OnAddExistingItem(wxCommandEvent &) | 1 | 34 | 28 | 1 | 5 | 4 | 2 | 68 | 186 | 1132.27 | 13.68 | 15489.4 | 860.524 | 0.207126 | 76.3867 | 13.1285 | 89.5152 | 31 | 1 |
| LiteEditor/fileview.cpp | 754 | | FileViewTree | [virtual] OnNewItem(wxCommandEvent &) | 1 | 24 | 20 | 1 | 3 | 4 | 1 | 51 | 145 | 822.502 | 11.6667 | 9595.85 | 533.103 | 0.150522 | 83.6913 | 15.5492 | 99.2405 | 23 | 1 |
| LiteEditor/fileview.cpp | 779 | | FileViewTree | [virtual] OnSetActive(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.4 | 477.039 | 26.5022 | 0.0203508 | 120.33 | 0 | 120.33 | 2 | 1 |
| LiteEditor/fileview.cpp | 785 | | FileViewTree | DoSetProjectActive(wxTreeItemId &) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 40 | 99 | 526.871 | 13.5714 | 7150.39 | 397.244 | 0.123718 | 96.1697 | 0 | 96.1697 | 19 | 3 |
| LiteEditor/fileview.cpp | 799 | | FileViewTree | [virtual] OnRemoveVirtualFolder(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 4.4 | 477.039 | 26.5022 | 0.0203508 | 120.33 | 0 | 120.33 | 2 | 1 |
| LiteEditor/fileview.cpp | 805 | | FileViewTree | [virtual] OnRemoveItem(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 3.5 | 239.863 | 13.3257 | 0.0128683 | 148.788 | 0 | 148.788 | 1 | 1 |
| LiteEditor/fileview.cpp | 807 | | FileViewTree | DoRemoveItems() | 0 | 169 | 142 | 16 | 15 | 31 | 4 | 174 | 975 | 7256.87 | 46.7226 | 339060 | 18836.7 | 1.6208 | 34.5392 | 22.9414 | 57.4805 | 138 | 2 |
| LiteEditor/fileview.cpp | 977 | | FileViewTree | DoRemoveVirtualFolder(const wxTreeItemId &) | 1 | 17 | 15 | 0 | 2 | 2 | 1 | 46 | 97 | 535.786 | 12.5357 | 6716.45 | 373.136 | 0.11866 | 91.9665 | 0 | 91.9665 | 15 | 2 |
| LiteEditor/fileview.cpp | 995 | | FileViewTree | [virtual] OnNewVirtualFolder(wxCommandEvent &) | 1 | 16 | 14 | 1 | 1 | 3 | 2 | 45 | 101 | 554.677 | 8.80645 | 4884.74 | 271.374 | 0.0959635 | 92.5385 | 18.8844 | 111.423 | 12 | 1 |
| LiteEditor/fileview.cpp | 1012 | | FileViewTree | DoAddVirtualFolder(wxTreeItemId &, const wxString &) | 2 | 21 | 17 | 5 | 3 | 2 | 1 | 44 | 113 | 616.916 | 14.4815 | 8933.85 | 496.325 | 0.143517 | 87.8101 | 34.2982 | 122.108 | 19 | 3 |
| LiteEditor/fileview.cpp | 1034 | | FileViewTree | GetItemPath(const wxTreeItemId &, const wxChar &) const | 2 | 44 | 35 | 1 | 8 | 8 | 2 | 62 | 220 | 1309.92 | 30.0857 | 39410 | 2189.44 | 0.386026 | 70.532 | 11.5716 | 82.1036 | 28 | 17 |
| LiteEditor/fileview.cpp | 1079 | | FileViewTree | [virtual] OnLocalPrefs(wxCommandEvent &) | 1 | 43 | 29 | 9 | 6 | 8 | 2 | 61 | 255 | 1512.34 | 17.1628 | 25955.9 | 1442 | 0.292216 | 70.1572 | 32.5442 | 102.701 | 42 | 2 |
| LiteEditor/fileview.cpp | 1123 | | FileViewTree | [virtual] OnProjectProperties(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 46 | 210.908 | 5.71429 | 1205.19 | 66.955 | 0.0377499 | 111.189 | 0 | 111.189 | 7 | 1 |
| LiteEditor/fileview.cpp | 1131 | | FileViewTree | DoRemoveProject(const wxString &) | 1 | 17 | 14 | 1 | 2 | 3 | 1 | 37 | 89 | 463.641 | 12.1905 | 5652.01 | 314 | 0.105766 | 92.4886 | 18.3478 | 110.836 | 15 | 2 |
| LiteEditor/fileview.cpp | 1149 | | FileViewTree | [virtual] OnCompareItems(const wxTreeItemId &, const wxTreeItemId &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 25 | 61 | 283.275 | 13 | 3682.58 | 204.588 | 0.0794902 | 103.647 | 23.5268 | 127.174 | 3 | 0 |
| LiteEditor/fileview.cpp | 1160 | | FileViewTree | OnCompareItems(const FilewViewTreeItemData *, const FilewViewTreeItemData *) | 2 | 13 | 11 | 2 | 0 | 5 | 1 | 31 | 113 | 559.824 | 20.2667 | 11345.8 | 630.321 | 0.168307 | 95.3942 | 28.5467 | 123.941 | 13 | 1 |
| LiteEditor/fileview.cpp | 1174 | | FileViewTree | [virtual] OnSaveAsTemplate(wxCommandEvent &) | 1 | 32 | 27 | 1 | 4 | 5 | 4 | 64 | 221 | 1326 | 13.6667 | 18122 | 1006.78 | 0.229976 | 76.3175 | 13.5225 | 89.84 | 34 | 1 |
| LiteEditor/fileview.cpp | 1207 | | FileViewTree | [virtual] OnBuildOrder(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 54 | 256.764 | 6.875 | 1765.25 | 98.0696 | 0.0486874 | 106.095 | 0 | 106.095 | 7 | 1 |
| LiteEditor/fileview.cpp | 1217 | | FileViewTree | [virtual] OnClean(wxCommandEvent &) | 1 | 23 | 20 | 1 | 2 | 5 | 2 | 46 | 137 | 756.728 | 11.375 | 8607.78 | 478.21 | 0.140004 | 84.5842 | 15.872 | 100.456 | 23 | 1 |
| LiteEditor/fileview.cpp | 1241 | | FileViewTree | [virtual] OnBuild(wxCommandEvent &) | 1 | 23 | 20 | 1 | 2 | 5 | 2 | 46 | 137 | 756.728 | 11.375 | 8607.78 | 478.21 | 0.140004 | 84.5842 | 15.872 | 100.456 | 23 | 1 |
| LiteEditor/fileview.cpp | 1265 | | FileViewTree | [virtual] OnCompileItem(wxCommandEvent &) | 1 | 19 | 19 | 0 | 0 | 4 | 3 | 54 | 159 | 915.027 | 14.75 | 13496.6 | 749.814 | 0.188957 | 86.9215 | 0 | 86.9215 | 27 | 1 |
| LiteEditor/fileview.cpp | 1285 | | FileViewTree | [virtual] OnPreprocessItem(wxCommandEvent &) | 1 | 19 | 19 | 0 | 0 | 4 | 3 | 55 | 161 | 930.799 | 15.5694 | 14492 | 805.112 | 0.198137 | 86.8327 | 0 | 86.8327 | 27 | 1 |
| LiteEditor/fileview.cpp | 1305 | | FileViewTree | [virtual] OnStopBuild(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/fileview.cpp | 1311 | | FileViewTree | [virtual] OnItemActivated(wxTreeEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 31 | 66 | 326.977 | 10.7059 | 3500.58 | 194.476 | 0.076849 | 101.357 | 0 | 101.357 | 6 | 1 |
| LiteEditor/fileview.cpp | 1323 | | FileViewTree | GetMultiSelection(wxArrayTreeItemIds &) | 1 | 15 | 14 | 1 | 0 | 3 | 2 | 28 | 65 | 312.478 | 7.875 | 2460.76 | 136.709 | 0.0607564 | 96.568 | 19.4709 | 116.039 | 6 | 5 |
| LiteEditor/fileview.cpp | 1339 | | FileViewTree | [virtual] OnRetagProject(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 54 | 262.331 | 8.125 | 2131.44 | 118.413 | 0.055207 | 105.983 | 0 | 105.983 | 6 | 1 |
| LiteEditor/fileview.cpp | 1349 | | FileViewTree | [virtual] OnRetagWorkspace(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 4.36364 | 537.556 | 29.8642 | 0.0220374 | 119.666 | 0 | 119.666 | 3 | 0 |
| LiteEditor/fileview.cpp | 1355 | | FileViewTree | [virtual] OnItemBeginDrag(wxTreeEvent &) | 1 | 30 | 23 | 5 | 2 | 12 | 3 | 54 | 192 | 1104.94 | 25.6 | 28286.4 | 1571.47 | 0.309455 | 76.7014 | 29.5564 | 106.258 | 21 | 1 |
| LiteEditor/fileview.cpp | 1386 | | FileViewTree | [virtual] OnItemEndDrag(wxTreeEvent &) | 1 | 14 | 10 | 2 | 2 | 3 | 1 | 26 | 58 | 272.626 | 8.14286 | 2219.95 | 123.331 | 0.056725 | 98.3952 | 27.6325 | 126.028 | 6 | 1 |
| LiteEditor/fileview.cpp | 1401 | | FileViewTree | [virtual] OnBuildProjectOnly(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 30 | 65 | 318.948 | 7.52632 | 2400.5 | 133.361 | 0.0597604 | 100.306 | 0 | 100.306 | 9 | 1 |
| LiteEditor/fileview.cpp | 1414 | | FileViewTree | [virtual] OnCleanProjectOnly(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 30 | 65 | 318.948 | 7.52632 | 2400.5 | 133.361 | 0.0597604 | 100.306 | 0 | 100.306 | 9 | 1 |
| LiteEditor/fileview.cpp | 1427 | | FileViewTree | ExpandToPath(const wxString &, const wxFileName &) | 2 | 33 | 31 | 1 | 1 | 7 | 3 | 59 | 210 | 1235.36 | 23.3194 | 28807.8 | 1600.43 | 0.313246 | 75.7272 | 13.3211 | 89.0483 | 40 | 7 |
| LiteEditor/fileview.cpp | 1461 | | FileViewTree | FindItemByPath(wxTreeItemId &, const wxString &, const wxString &) | 3 | 73 | 63 | 3 | 8 | 14 | 4 | 84 | 396 | 2531.36 | 33.6316 | 85133.6 | 4729.64 | 0.645079 | 57.5247 | 15.4459 | 72.9706 | 48 | 1 |
| LiteEditor/fileview.cpp | 1535 | | FileViewTree | [virtual] ItemByFullPath(const wxString &) | 1 | 22 | 19 | 1 | 2 | 5 | 2 | 47 | 134 | 744.315 | 17.4074 | 12956.6 | 719.811 | 0.183882 | 85.3903 | 16.2158 | 101.606 | 18 | 6 |
| LiteEditor/fileview.cpp | 1558 | | FileViewTree | [virtual] OnImportDirectory(wxCommandEvent &) | 1 | 35 | 28 | 1 | 6 | 5 | 1 | 71 | 195 | 1199.2 | 15.2941 | 18340.7 | 1018.93 | 0.231823 | 75.3884 | 12.944 | 88.3324 | 26 | 1 |
| LiteEditor/fileview.cpp | 1594 | | FileViewTree | DoImportFolder(ProjectPtr, const wxString &, const wxArrayString &, const wxString &, bool) | 5 | 120 | 81 | 21 | 19 | 35 | 3 | 132 | 725 | 5107.19 | 41.4706 | 211798 | 11766.6 | 1.18439 | 40.9929 | 30.1826 | 71.1755 | 126 | 2 |
| LiteEditor/fileview.cpp | 1715 | | FileViewTree | [virtual] OnReconcileProject(wxCommandEvent &) | 1 | 14 | 12 | 1 | 1 | 4 | 2 | 40 | 91 | 484.295 | 11.4565 | 5548.34 | 308.241 | 0.104469 | 95.1773 | 20.1155 | 115.293 | 11 | 1 |
| LiteEditor/fileview.cpp | 1730 | | FileViewTree | RedefineProjFiles(ProjectPtr, const wxString &, std::vector<wxString> &) | 3 | 55 | 34 | 10 | 11 | 3 | 2 | 82 | 294 | 1869.12 | 25 | 46728 | 2596 | 0.432444 | 66.2184 | 30.6787 | 96.8971 | 60 | 1 |
| LiteEditor/fileview.cpp | 1786 | | FileViewTree | DoAddItem(ProjectPtr, const FileViewItem &) | 2 | 15 | 8 | 5 | 2 | 2 | 1 | 26 | 48 | 225.621 | 11.0833 | 2500.63 | 138.924 | 0.0614109 | 98.4915 | 38.9925 | 137.484 | 5 | 2 |
| LiteEditor/fileview.cpp | 1802 | | FileViewTree | [virtual] OnRunPremakeStep(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 52 | 247.254 | 6.875 | 1699.87 | 94.4373 | 0.0474777 | 106.291 | 0 | 106.291 | 6 | 1 |
| LiteEditor/fileview.cpp | 1812 | | FileViewTree | [virtual] OnRenameItem(wxCommandEvent &) | 1 | 46 | 34 | 9 | 7 | 8 | 6 | 76 | 275 | 1718.18 | 16.9643 | 29147.7 | 1619.32 | 0.315705 | 68.4011 | 31.6433 | 100.044 | 43 | 1 |
| LiteEditor/fileview.cpp | 1859 | | FileViewTree | [virtual] OnRenameVirtualFolder(wxCommandEvent &) | 1 | 33 | 27 | 3 | 3 | 6 | 2 | 53 | 178 | 1019.57 | 15.5833 | 15888.3 | 882.683 | 0.210667 | 76.9555 | 22.5149 | 99.4704 | 48 | 1 |
| LiteEditor/fileview.cpp | 1893 | | FileViewTree | [virtual] OnReBuild(wxCommandEvent &) | 1 | 30 | 24 | 2 | 4 | 7 | 3 | 49 | 163 | 915.198 | 13.0147 | 11911 | 661.724 | 0.173851 | 78.8311 | 19.4709 | 98.302 | 28 | 1 |
| LiteEditor/fileview.cpp | 1924 | | FileViewTree | DoGetItemByText(const wxTreeItemId &, const wxString &) | 2 | 20 | 18 | 0 | 2 | 5 | 2 | 30 | 99 | 485.782 | 16.5 | 8015.41 | 445.3 | 0.133504 | 89.1532 | 0 | 89.1532 | 12 | 3 |
| LiteEditor/fileview.cpp | 1945 | | FileViewTree | CreateVirtualDirectory(const wxString &, const wxString &) | 2 | 40 | 32 | 3 | 5 | 7 | 3 | 55 | 224 | 1295.02 | 26.3333 | 34102.3 | 1894.57 | 0.350538 | 72.3655 | 20.5825 | 92.948 | 28 | 1 |
| LiteEditor/fileview.cpp | 1986 | | FileViewTree | MarkActive(const wxString &) | 1 | 7 | 6 | 1 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.36364 | 978.289 | 54.3494 | 0.0328491 | 112.833 | 27.6325 | 140.466 | 4 | 1 |
| LiteEditor/fileview.cpp | 1994 | | FileViewTree | CreateAndAddFile(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 7.72727 | 1187.92 | 65.9957 | 0.0373884 | 118.514 | 0 | 118.514 | 2 | 1 |
| LiteEditor/fileview.cpp | 2000 | | FileViewTree | DoAddNewItem(wxTreeItemId &, const wxString &, const wxString &) | 3 | 26 | 21 | 5 | 4 | 2 | 1 | 49 | 143 | 802.904 | 16.2581 | 13053.7 | 725.203 | 0.184799 | 82.98 | 31.415 | 114.395 | 20 | 2 |
| LiteEditor/fileview.cpp | 2027 | | FileViewTree | [virtual] OnRebuildProjectOnly(wxCommandEvent &) | 1 | 24 | 20 | 1 | 3 | 5 | 2 | 46 | 137 | 756.728 | 11.375 | 8607.78 | 478.21 | 0.140004 | 83.8947 | 15.5492 | 99.4439 | 23 | 1 |
| LiteEditor/fileview.cpp | 2052 | | FileViewTree | [virtual] OnLocalWorkspaceSettings(wxCommandEvent &) | 1 | 11 | 10 | 1 | 0 | 3 | 2 | 30 | 78 | 382.737 | 9.17647 | 3512.18 | 195.121 | 0.0770188 | 100.538 | 22.5149 | 123.053 | 11 | 1 |
| LiteEditor/fileview.cpp | 2064 | | FileViewTree | [virtual] OnRetagInProgressUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 123.652 | 0 | 123.652 | 3 | 2 |
| LiteEditor/fileview.cpp | 2069 | | FileViewTree | [virtual] OnOpenWithDefaultApplication(wxCommandEvent &) | 1 | 37 | 30 | 1 | 6 | 9 | 4 | 72 | 226 | 1394.4 | 22.0745 | 30780.7 | 1710.04 | 0.327389 | 72.784 | 12.5971 | 85.381 | 25 | 1 |
| LiteEditor/fileview.cpp | 2107 | | FileViewTree | GetSelectedProject() const | 0 | 33 | 25 | 5 | 3 | 9 | 2 | 52 | 208 | 1185.69 | 27.3621 | 32443 | 1802.39 | 0.339072 | 75.4806 | 28.3567 | 103.837 | 25 | 3 |
| LiteEditor/fileview.cpp | 2141 | | FileViewTree | [virtual] OnBuildTree(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 5 | 500 | 27.7778 | 0.0209987 | 120.75 | 0 | 120.75 | 2 | 2 |
| LiteEditor/fileview.cpp | 2147 | | FileViewTree | OnBuildProjectOnlyInternal(wxCommandEvent &) | 1 | 23 | 20 | 1 | 2 | 5 | 1 | 44 | 144 | 786.158 | 12.3667 | 9722.16 | 540.12 | 0.15184 | 84.3858 | 15.872 | 100.258 | 25 | 2 |
| LiteEditor/fileview.cpp | 2171 | | FileViewTree | OnCleanProjectOnlyInternal(wxCommandEvent &) | 1 | 24 | 20 | 1 | 3 | 5 | 1 | 44 | 144 | 786.158 | 12.3667 | 9722.16 | 540.12 | 0.15184 | 83.6963 | 15.5492 | 99.2455 | 25 | 2 |
| LiteEditor/fileview.cpp | 2196 | | FileViewTree | [virtual] OnExcludeFromBuild(wxCommandEvent &) | 1 | 27 | 25 | 0 | 2 | 7 | 5 | 59 | 175 | 1029.46 | 18.4324 | 18975.5 | 1054.19 | 0.237141 | 79.9261 | 0 | 79.9261 | 24 | 1 |
| LiteEditor/fileview.cpp | 2224 | | FileViewTree | [virtual] OnExcludeFromBuildUI(wxUpdateUIEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 16 | 23 | 92 | 4.5 | 414 | 23 | 0.0185159 | 121.184 | 31.9355 | 153.119 | 3 | 1 |
| LiteEditor/fileview.cpp | 2230 | | FileViewTree | IsFileExcludedFromBuild(const wxTreeItemId &) const | 1 | 17 | 17 | 0 | 0 | 6 | 4 | 44 | 123 | 671.51 | 12 | 8058.12 | 447.673 | 0.133978 | 89.8724 | 0 | 89.8724 | 16 | 1 |
| LiteEditor/fileview.cpp | 2248 | | FileViewTree | [virtual] OnSelectionChanged(wxTreeEvent &) | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 42 | 106 | 571.586 | 14.0435 | 8027.05 | 445.947 | 0.133634 | 94.3155 | 0 | 94.3155 | 14 | 1 |
| LiteEditor/fileview.cpp | 2263 | | FileViewTree | DoGetProjectIconIndex(const wxString &, int &, bool &) | 3 | 15 | 13 | 1 | 1 | 2 | 1 | 36 | 78 | 403.254 | 11.6 | 4677.75 | 259.875 | 0.0932331 | 95.4718 | 19.4709 | 114.943 | 7 | 1 |
| LiteEditor/fileview.cpp | 2279 | | FileViewTree | [virtual] OnRenameProject(wxCommandEvent &) | 1 | 49 | 35 | 6 | 8 | 5 | 2 | 70 | 254 | 1556.84 | 19.7083 | 30682.7 | 1704.59 | 0.326694 | 68.5804 | 25.797 | 94.3774 | 39 | 1 |
| LiteEditor/fileview.cpp | 2329 | | FileViewTree | OnFolderDropped(clCommandEvent &) | 1 | 113 | 83 | 14 | 17 | 11 | 3 | 141 | 660 | 4712.1 | 28.6 | 134766 | 7487.01 | 0.876192 | 47.9053 | 25.9335 | 73.8387 | 112 | 3 |
| LiteEditor/fileview.cpp | 2443 | | FileViewTree | FolderDropped(const wxArrayString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.2 | 585.457 | 32.5254 | 0.0233279 | 117.18 | 0 | 117.18 | 3 | 1 |
| LiteEditor/fileview.cpp | 2450 | | FileViewTree | [virtual] OnOpenShellFromFilePath(wxCommandEvent &) | 1 | 19 | 18 | 1 | 0 | 5 | 3 | 50 | 160 | 903.017 | 13.6515 | 12327.6 | 684.864 | 0.177881 | 86.7602 | 17.3987 | 104.159 | 24 | 1 |
| LiteEditor/fileview.cpp | 2470 | | FileViewTree | [virtual] OnOpenFileExplorerFromFilePath(wxCommandEvent &) | 1 | 17 | 17 | 0 | 0 | 5 | 3 | 48 | 150 | 837.744 | 13.4355 | 11255.5 | 625.306 | 0.167413 | 88.9522 | 0 | 88.9522 | 22 | 1 |
| LiteEditor/fileview.cpp | 2488 | | FileViewTree | CreateProjectContextMenu(wxMenu &, const wxString &, bool) | 3 | 135 | 103 | 12 | 22 | 9 | 3 | 146 | 1017 | 7312.05 | 29.7717 | 217692 | 12094 | 1.20626 | 43.1987 | 22.2816 | 65.4803 | 213 | 2 |
| LiteEditor/fileview.cpp | 2624 | | FileViewTree | UnselectAllProject() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 7.5 | 1766.7 | 98.1502 | 0.0487141 | 106.543 | 0 | 106.543 | 5 | 1 |
| LiteEditor/fileview.cpp | 2634 | | FileViewTree | AddWorkspaceFolder(const wxString &) | 1 | 31 | 30 | 1 | 0 | 5 | 2 | 61 | 205 | 1215.8 | 23.1282 | 28119.3 | 1562.18 | 0.308235 | 77.283 | 13.7333 | 91.0163 | 29 | 2 |
| LiteEditor/fileview.cpp | 2666 | | FileViewTree | DoClear() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 15 | 30 | 117.207 | 4.375 | 512.779 | 28.4877 | 0.021355 | 114.474 | 0 | 114.474 | 4 | 1 |
| LiteEditor/fileview.cpp | 2674 | | FileViewTree | ShowWorkspaceFolderContextMenu() | 0 | 15 | 13 | 0 | 2 | 1 | 0 | 32 | 127 | 635 | 11.1364 | 7071.59 | 392.866 | 0.122807 | 93.3407 | 0 | 93.3407 | 24 | 1 |
| LiteEditor/fileview.cpp | 2690 | | FileViewTree | OnWorkspaceFolderDelete(wxCommandEvent &) | 1 | 41 | 35 | 1 | 5 | 8 | 2 | 75 | 332 | 2067.97 | 30.7755 | 63642.8 | 3535.71 | 0.531347 | 69.3017 | 11.9795 | 81.2812 | 45 | 1 |
| LiteEditor/fileview.cpp | 2732 | | FileViewTree | OnWorkspaceNewWorkspaceFolder(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 30 | 59 | 289.507 | 8.02941 | 2324.57 | 129.143 | 0.0584934 | 105.47 | 0 | 105.47 | 9 | 2 |
| LiteEditor/fileview.cpp | 2742 | | FileViewTree | OnWorkspaceFolderNewFolder(wxCommandEvent &) | 1 | 17 | 13 | 1 | 3 | 2 | 1 | 46 | 104 | 574.45 | 11.8929 | 6831.86 | 379.548 | 0.120016 | 91.6042 | 18.3478 | 109.952 | 16 | 1 |
| LiteEditor/fileview.cpp | 2760 | | FileViewTree | DoBindEvents() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 87 | 435 | 11.6667 | 5075 | 281.944 | 0.0984395 | 101.646 | 0 | 101.646 | 8 | 1 |
| LiteEditor/fileview.cpp | 2771 | | FileViewTree | DoUnbindEvents() | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 32 | 89 | 445 | 12.0556 | 5364.72 | 298.04 | 0.102151 | 99.9841 | 0 | 99.9841 | 8 | 0 |
| LiteEditor/fileview.cpp | 2783 | | FileViewTree | OnNewProject(wxCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 4 | 2 | 39 | 92 | 486.257 | 11.9773 | 5824.03 | 323.557 | 0.107902 | 97.6535 | 0 | 97.6535 | 11 | 2 |
| LiteEditor/fileview.cpp | 2796 | | FileViewTree | DoFilesEndDrag(wxTreeItemId &) | 1 | 64 | 48 | 13 | 8 | 11 | 2 | 69 | 285 | 1740.93 | 31.4146 | 54690.7 | 3038.37 | 0.480272 | 62.2928 | 32.1425 | 94.4352 | 36 | 1 |
| LiteEditor/fileview.cpp | 2861 | | FileViewTree | DoProjectsEndDrag(wxTreeItemId &) | 1 | 28 | 22 | 5 | 3 | 5 | 1 | 55 | 189 | 1092.68 | 20 | 21853.5 | 1214.09 | 0.260551 | 79.4871 | 30.4442 | 109.931 | 20 | 1 |
| LiteEditor/fileview.cpp | 2890 | | FileViewTree | [virtual] OnSetBgColourVirtualFolder(wxCommandEvent &) | 1 | 21 | 15 | 4 | 2 | 3 | 1 | 39 | 106 | 560.253 | 10.08 | 5647.35 | 313.741 | 0.105708 | 88.0811 | 31.2887 | 119.37 | 15 | 1 |
| LiteEditor/fileview.cpp | 2912 | | FileViewTree | [virtual] OnClearBgColourVirtualFolder(wxCommandEvent &) | 1 | 18 | 12 | 3 | 3 | 2 | 1 | 33 | 79 | 398.507 | 9.425 | 3755.93 | 208.663 | 0.0805422 | 92.5798 | 29.5564 | 122.136 | 12 | 1 |
| LiteEditor/fileview.cpp | 2931 | | FileViewTree | OnAddProjectToWorkspaceFolder(wxCommandEvent &) | 1 | 33 | 29 | 1 | 3 | 4 | 2 | 73 | 193 | 1194.64 | 15.5294 | 18552 | 1030.67 | 0.2336 | 76.5915 | 13.3211 | 89.9126 | 28 | 2 |
| LiteEditor/fileview.cpp | 2965 | | FileViewTree | DoSetItemBackgroundColour(const wxTreeItemId &, const FolderColour::List_t &, const ProjectItem &) | 3 | 24 | 22 | 2 | 0 | 7 | 2 | 45 | 141 | 774.351 | 16.0893 | 12458.8 | 692.153 | 0.179141 | 83.315 | 21.6227 | 104.938 | 14 | 3 |
| LiteEditor/fileview.cpp | 2990 | | FileViewTree | OnItemExpanding(wxTreeEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 5.85 | 770.362 | 42.7979 | 0.0280119 | 116.365 | 0 | 116.365 | 3 | 4 |
| LiteEditor/fileview.cpp | 2997 | | FileViewTree | DoAddChildren(const wxTreeItemId &) | 1 | 81 | 63 | 14 | 12 | 13 | 2 | 108 | 482 | 3255.86 | 30.5976 | 99621.2 | 5534.51 | 0.71633 | 54.7612 | 30.0224 | 84.7836 | 77 | 1 |
| LiteEditor/fileview.cpp | 3079 | | FileViewTree | GetItemProject(const wxTreeItemId &) const | 1 | 12 | 12 | 0 | 0 | 5 | 2 | 36 | 91 | 470.463 | 13.8684 | 6524.58 | 362.477 | 0.11639 | 97.5952 | 0 | 97.5952 | 14 | 2 |
| LiteEditor/fileview.cpp | 3092 | | FileViewTree | ItemData(const wxTreeItemId &) const | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 24 | 43 | 197.153 | 10.0455 | 1980.5 | 110.028 | 0.0525688 | 111.77 | 0 | 111.77 | 2 | 6 |
| LiteEditor/fileview.cpp | 3100 | | FileViewTree | DoBuildSubTreeIfNeeded(const wxTreeItemId &) | 1 | 16 | 12 | 2 | 2 | 5 | 2 | 36 | 82 | 423.934 | 13.4211 | 5689.64 | 316.091 | 0.106235 | 93.4763 | 26.0372 | 119.513 | 8 | 3 |
| LiteEditor/fileview.cpp | 3117 | | FileViewTree | ExcludeFileFromBuildUI(const wxTreeItemId &, bool) | 2 | 21 | 20 | 0 | 1 | 6 | 1 | 50 | 147 | 829.647 | 18.4655 | 15319.9 | 851.103 | 0.205612 | 85.3495 | 0 | 85.3495 | 14 | 4 |
| LiteEditor/fileview.cpp | 3139 | | FileViewTree | OnBuildConfigChanged(wxCommandEvent &) | 1 | 43 | 36 | 4 | 3 | 10 | 3 | 78 | 266 | 1671.92 | 21.934 | 36671.8 | 2037.32 | 0.367931 | 69.1756 | 22.7557 | 91.9313 | 35 | 2 |
| LiteEditor/fileview.cpp | 3183 | | FileViewTree | [virtual] OnTreeKeyDown(wxTreeEvent &) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 21 | 41 | 180.085 | 7.7 | 1386.65 | 77.0364 | 0.04145 | 111.78 | 0 | 111.78 | 4 | 1 |
| LiteEditor/fileview.cpp | 3191 | | FileViewTree | OnFindInFilesShowing(clFindInFilesEvent &) | 1 | 36 | 36 | 0 | 0 | 10 | 3 | 69 | 218 | 1331.66 | 23.7857 | 31674.4 | 1759.69 | 0.333696 | 73.2373 | 0 | 73.2373 | 32 | 2 |
| LiteEditor/fileview.cpp | 3228 | | FileViewTree | [virtual] OnPinProject(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 51 | 242.499 | 6.53125 | 1583.82 | 87.9902 | 0.0452915 | 108.3 | 0 | 108.3 | 6 | 1 |
| LiteEditor/fileview.cpp | 3237 | | FileViewTree | [virtual] OnBuildParentProject(wxCommandEvent &) | 1 | 14 | 11 | 1 | 2 | 1 | 1 | 32 | 73 | 365 | 6.81818 | 2488.64 | 138.258 | 0.0612143 | 97.3378 | 20.1155 | 117.453 | 13 | 1 |
| LiteEditor/fileview.cpp | 3252 | | FileViewTree | OnActiveProjectChanged(clProjectSettingsEvent &) | 1 | 16 | 11 | 2 | 3 | 2 | 1 | 33 | 76 | 383.374 | 10.3158 | 3954.8 | 219.711 | 0.0833608 | 94.6892 | 26.0372 | 120.726 | 24 | 2 |
| LiteEditor/fileview.cpp | 3269 | | FileViewTree | DoSetProjectActiveUI(wxTreeItemId &) | 1 | 17 | 15 | 1 | 2 | 3 | 1 | 41 | 92 | 492.895 | 12.9545 | 6385.23 | 354.735 | 0.114726 | 92.1704 | 18.3478 | 110.518 | 9 | 1 |
| LiteEditor/findinfiles_dlg.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| LiteEditor/findinfiles_dlg.cpp | 27 | | FindInFilesDialogBase | FindInFilesDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 313 | 243 | 2 | 68 | 9 | 1 | 219 | 2466 | 19172.6 | 60.4308 | 1.15862e+06 | 64367.6 | 3.6771 | 24.5631 | 6.17601 | 30.7391 | 375 | 1 |
| LiteEditor/findinfiles_dlg.cpp | 341 | | FindInFilesDialogBase | ~FindInFilesDialogBase() [override] | 0 | 19 | 19 | 0 | 0 | 1 | 0 | 44 | 232 | 1266.59 | 13.6667 | 17310 | 961.669 | 0.223054 | 85.9209 | 0 | 85.9209 | 16 | 0 |
| LiteEditor/findinfiles_dlg.cpp | 361 | | FindInFilesLocationsDlgBase | FindInFilesLocationsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 71 | 53 | 2 | 16 | 5 | 1 | 107 | 588 | 3963.98 | 25.7616 | 102119 | 5673.26 | 0.728253 | 57.7126 | 12.8546 | 70.5671 | 82 | 1 |
| LiteEditor/findinfiles_dlg.cpp | 433 | | FindInFilesLocationsDlgBase | ~FindInFilesLocationsDlgBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 50 | 216.096 | 10.3889 | 2245 | 124.722 | 0.0571509 | 113.79 | 0 | 113.79 | 3 | 0 |
| LiteEditor/findinfiles_dlg_formbuilder_bitmaps.cpp | 34 | | | wxCABC4InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/findinfilesdlg.cpp | 53 | {anonymous} | | UpdateComboBox(wxComboBox *, const wxArrayString &, const wxString &) | 3 | 16 | 16 | 0 | 0 | 3 | 0 | 48 | 108 | 603.176 | 14.0862 | 8496.46 | 472.026 | 0.138794 | 92.1026 | 0 | 92.1026 | 4 | 4 |
| LiteEditor/findinfilesdlg.cpp | 557 | {anonymous} | | GetComboBoxStrings(wxComboBox *) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 29 | 64 | 310.911 | 10.9688 | 3410.3 | 189.461 | 0.0755221 | 101.849 | 0 | 101.849 | 7 | 1 |
| LiteEditor/findinfilesdlg.cpp | 71 | | FindInFilesDialog | FindInFilesDialog(wxWindow *, wxWindow *) | 2 | 107 | 85 | 10 | 13 | 7 | 3 | 130 | 598 | 4199.38 | 31.7059 | 133145 | 7396.94 | 0.869151 | 50.3082 | 22.8047 | 73.1129 | 66 | 1 |
| LiteEditor/findinfilesdlg.cpp | 179 | | FindInFilesDialog | ~FindInFilesDialog() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 181 | | FindInFilesDialog | DoSearchReplace() | 0 | 10 | 9 | 1 | 0 | 2 | 0 | 29 | 62 | 301.195 | 6.72222 | 2024.7 | 112.483 | 0.0533481 | 103.558 | 23.5268 | 127.085 | 10 | 1 |
| LiteEditor/findinfilesdlg.cpp | 192 | | FindInFilesDialog | DoSearch() | 0 | 12 | 9 | 2 | 1 | 2 | 0 | 29 | 62 | 301.195 | 6.72222 | 2024.7 | 112.483 | 0.0533481 | 100.604 | 29.5564 | 130.161 | 10 | 1 |
| LiteEditor/findinfilesdlg.cpp | 205 | | FindInFilesDialog | DoGetSearchData() | 0 | 165 | 131 | 18 | 19 | 39 | 4 | 168 | 1172 | 8663.8 | 44.8029 | 388163 | 21564.6 | 1.77373 | 32.1658 | 24.4822 | 56.648 | 173 | 2 |
| LiteEditor/findinfilesdlg.cpp | 371 | | FindInFilesDialog | [virtual] OnClose(wxCloseEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 373 | | FindInFilesDialog | OnAddPath(wxCommandEvent &) [override] | 1 | 59 | 49 | 3 | 7 | 8 | 2 | 93 | 465 | 3040.71 | 30.5571 | 92915.4 | 5161.97 | 0.683813 | 61.4007 | 17.1136 | 78.5143 | 70 | 0 |
| LiteEditor/findinfilesdlg.cpp | 433 | | FindInFilesDialog | ShowDialog() | 0 | 19 | 15 | 2 | 2 | 3 | 2 | 39 | 100 | 528.54 | 9.8 | 5179.69 | 287.761 | 0.0997887 | 90.0055 | 24.0864 | 114.092 | 11 | 1 |
| LiteEditor/findinfilesdlg.cpp | 453 | | FindInFilesDialog | DoSaveOpenFiles() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 19 | 35 | 148.677 | 5 | 743.387 | 41.2993 | 0.0273541 | 115.504 | 0 | 115.504 | 4 | 2 |
| LiteEditor/findinfilesdlg.cpp | 460 | | FindInFilesDialog | OnFindWhatUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 41 | 187.983 | 7.5 | 1409.88 | 78.3264 | 0.0419114 | 117.238 | 0 | 117.238 | 5 | 0 |
| LiteEditor/findinfilesdlg.cpp | 466 | | FindInFilesDialog | OnUseDiffColourForCommentsUI(wxUpdateUIEvent &) | 1 | 4 | 3 | 1 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 129.389 | 34.9714 | 164.361 | 0 | 0 |
| LiteEditor/findinfilesdlg.cpp | 471 | | FindInFilesDialog | OnFind(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/findinfilesdlg.cpp | 477 | | FindInFilesDialog | OnReplace(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/findinfilesdlg.cpp | 483 | | FindInFilesDialog | OnButtonClose(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 3.5 | 213.212 | 11.8451 | 0.0118965 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 485 | | FindInFilesDialog | GetSearchFlags() | 0 | 15 | 15 | 0 | 0 | 6 | 1 | 27 | 76 | 361.371 | 9.28125 | 3353.98 | 186.332 | 0.0746883 | 95.1221 | 0 | 95.1221 | 5 | 2 |
| LiteEditor/findinfilesdlg.cpp | 501 | | FindInFilesDialog | SetSearchPaths(const wxString &, bool) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 29 | 50 | 242.899 | 6.31579 | 1534.1 | 85.2277 | 0.0443385 | 110.684 | 0 | 110.684 | 4 | 1 |
| LiteEditor/findinfilesdlg.cpp | 509 | | FindInFilesDialog | DoAppendSearchPath(const wxString &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 34 | 73 | 371.385 | 10.5 | 3899.54 | 216.641 | 0.0825824 | 100.924 | 0 | 100.924 | 8 | 2 |
| LiteEditor/findinfilesdlg.cpp | 521 | | FindInFilesDialog | OnReplaceUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 41 | 187.983 | 7.5 | 1409.88 | 78.3264 | 0.0419114 | 117.238 | 0 | 117.238 | 5 | 0 |
| LiteEditor/findinfilesdlg.cpp | 527 | | FindInFilesDialog | [virtual] OnLookInKeyDown(wxKeyEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 529 | | FindInFilesDialog | DoAddProjectFiles(const wxString &, wxArrayString &) | 2 | 18 | 18 | 0 | 0 | 5 | 3 | 45 | 138 | 757.876 | 13.5172 | 10244.4 | 569.133 | 0.15723 | 88.5473 | 0 | 88.5473 | 20 | 2 |
| LiteEditor/findinfilesdlg.cpp | 548 | | FindInFilesDialog | GetPathsAsArray() const | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 6.25 | 947.629 | 52.6461 | 0.0321591 | 115.632 | 0 | 115.632 | 4 | 3 |
| LiteEditor/findinfilesdlg.cpp | 570 | | FindInFilesDialog | SaveFindReplaceData() | 0 | 43 | 32 | 3 | 8 | 6 | 1 | 65 | 234 | 1409.23 | 13.5 | 19024.7 | 1056.93 | 0.237551 | 70.9844 | 19.8936 | 90.878 | 30 | 3 |
| LiteEditor/findinfilesdlg.cpp | 614 | | FindInFilesDialog | SetFileMask(const wxString &) | 1 | 11 | 10 | 1 | 0 | 3 | 2 | 27 | 57 | 271.029 | 10.2143 | 2768.36 | 153.798 | 0.0657195 | 102.333 | 22.5149 | 124.847 | 4 | 0 |
| LiteEditor/findinfilesdlg.cpp | 626 | | FindInFilesDialog | OnFindEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 2 | 0 |
| LiteEditor/findinfilesdlg.cpp | 632 | | FindInFilesDialog | OnReplaceEnter(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 4.5 | 359.795 | 19.9886 | 0.0168623 | 121.914 | 0 | 121.914 | 2 | 0 |
| LiteEditor/findinfilesdlg.cpp | 638 | | FindInFilesDialog | DoSelectAll() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| LiteEditor/findinfilesdlg.cpp | 640 | | FindInFilesDialog | OnATTN(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 646 | | FindInFilesDialog | OnBUG(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 652 | | FindInFilesDialog | OnFIXME(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 658 | | FindInFilesDialog | OnTODO(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 122.177 | 0 | 122.177 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 664 | | FindInFilesDialog | OnRegex(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/findinfilesdlg.cpp | 670 | | FindInFilesDialog | SetPresets() | 0 | 31 | 24 | 2 | 5 | 7 | 1 | 34 | 121 | 615.583 | 11.4524 | 7049.89 | 391.661 | 0.122556 | 80.362 | 19.171 | 99.533 | 18 | 4 |
| LiteEditor/findreplacedlg.cpp | 33 | | FindReplaceData | SetReplaceString(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 35 | 72 | 369.308 | 8.08696 | 2986.58 | 165.921 | 0.0691292 | 100.954 | 0 | 100.954 | 8 | 0 |
| LiteEditor/findreplacedlg.cpp | 45 | | FindReplaceData | SetFindString(const wxString &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 35 | 72 | 369.308 | 8.08696 | 2986.58 | 165.921 | 0.0691292 | 100.954 | 0 | 100.954 | 8 | 0 |
| LiteEditor/findreplacedlg.cpp | 57 | | FindReplaceData | GetReplaceString() const | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 19 | 33 | 140.182 | 5.55556 | 778.787 | 43.2659 | 0.0282157 | 111.15 | 0 | 111.15 | 4 | 0 |
| LiteEditor/findreplacedlg.cpp | 66 | | FindReplaceData | GetFindString() const | 0 | 9 | 8 | 0 | 1 | 2 | 1 | 19 | 33 | 140.182 | 5.55556 | 778.787 | 43.2659 | 0.0282157 | 109.242 | 0 | 109.242 | 4 | 0 |
| LiteEditor/findreplacedlg.cpp | 76 | | FindReplaceData | TruncateArray(wxArrayString &, size_t) | 2 | 6 | 6 | 0 | 0 | 3 | 1 | 24 | 47 | 215.493 | 10.6364 | 2292.06 | 127.337 | 0.0579469 | 113.344 | 0 | 113.344 | 4 | 4 |
| LiteEditor/findreplacedlg.cpp | 82 | | FindReplaceData | FromJSON(const JSONItem &) [override] | 1 | 20 | 18 | 0 | 2 | 2 | 1 | 51 | 183 | 1038.05 | 10.3125 | 10704.9 | 594.718 | 0.161908 | 85.8946 | 0 | 85.8946 | 40 | 0 |
| LiteEditor/findreplacedlg.cpp | 103 | | FindReplaceData | ToJSON() const [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 34 | 96 | 488.396 | 8.75 | 4273.47 | 237.415 | 0.0877807 | 97.024 | 0 | 97.024 | 19 | 0 |
| LiteEditor/findreplacedlg.cpp | 117 | | FindReplaceData | GetFindStringArr() const | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 31 | 79 | 391.382 | 15.4667 | 6053.37 | 336.298 | 0.110716 | 101.736 | 0 | 101.736 | 9 | 0 |
| LiteEditor/findreplacedlg.cpp | 128 | | FindReplaceData | GetReplaceStringArr() const | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 31 | 79 | 391.382 | 15.4667 | 6053.37 | 336.298 | 0.110716 | 101.736 | 0 | 101.736 | 9 | 0 |
| LiteEditor/findreplacedlg.cpp | 139 | | FindReplaceData | FindReplaceData() | 0 | 8 | 8 | 1 | 0 | 1 | 0 | 25 | 42 | 195.042 | 5.66667 | 1105.24 | 61.4021 | 0.0356327 | 109.662 | 26.0372 | 135.7 | 7 | 1 |
| LiteEditor/findreplacedlg.cpp | 148 | | FindReplaceData | GetWhere() const | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 19 | 28 | 118.942 | 6.1875 | 735.953 | 40.8863 | 0.0271714 | 114.167 | 0 | 114.167 | 4 | 0 |
| LiteEditor/findreplacedlg.cpp | 156 | | FindReplaceData | SetWhereOptions(const wxArrayString &) | 1 | 14 | 13 | 0 | 1 | 4 | 2 | 36 | 81 | 418.764 | 12.8 | 5360.18 | 297.788 | 0.102094 | 95.9333 | 0 | 95.9333 | 9 | 0 |
| LiteEditor/findresultstab.cpp | 543 | | EditorDeltasHolder | GetChanges() | 0 | 18 | 10 | 10 | 0 | 2 | 1 | 35 | 97 | 497.54 | 17.9444 | 8928.09 | 496.005 | 0.143456 | 91.4257 | 45.7337 | 137.159 | 12 | 1 |
| LiteEditor/findresultstab.cpp | 55 | | FindResultsTab | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/findresultstab.cpp | 55 | | FindResultsTab | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/findresultstab.cpp | 59 | | FindResultsTab | FindResultsTab(wxWindow *, wxWindowID, const wxString &) | 3 | 28 | 23 | 1 | 4 | 1 | 0 | 67 | 287 | 1740.97 | 14.5283 | 25293.3 | 1405.18 | 0.287221 | 77.9849 | 14.4303 | 92.4151 | 53 | 2 |
| LiteEditor/findresultstab.cpp | 88 | | FindResultsTab | ~FindResultsTab() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 76 | 369.207 | 7.94444 | 2933.14 | 162.952 | 0.0683021 | 104.436 | 0 | 104.436 | 14 | 0 |
| LiteEditor/findresultstab.cpp | 98 | | FindResultsTab | [virtual] SetStyles(wxStyledTextCtrl *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 5.33333 | 365.506 | 20.3059 | 0.0170402 | 148.788 | 0 | 148.788 | 2 | 3 |
| LiteEditor/findresultstab.cpp | 100 | | FindResultsTab | AppendLine(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 39 | 178.814 | 5.71429 | 1021.79 | 56.7662 | 0.0338159 | 109.884 | 0 | 109.884 | 3 | 6 |
| LiteEditor/findresultstab.cpp | 109 | | FindResultsTab | Clear() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 18 | 38 | 158.457 | 5.2 | 823.977 | 45.7765 | 0.0292969 | 110.743 | 0 | 110.743 | 6 | 4 |
| LiteEditor/findresultstab.cpp | 118 | | FindResultsTab | [virtual] OnFindInFiles(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 54 | 262.331 | 6.35294 | 1666.57 | 92.5874 | 0.0468556 | 104.276 | 0 | 104.276 | 8 | 2 |
| LiteEditor/findresultstab.cpp | 129 | | FindResultsTab | [virtual] OnSearchStart(wxCommandEvent &) | 1 | 27 | 22 | 2 | 3 | 5 | 1 | 57 | 190 | 1108.25 | 13.4634 | 14920.8 | 828.934 | 0.202026 | 80.0027 | 20.4627 | 100.465 | 51 | 3 |
| LiteEditor/findresultstab.cpp | 157 | | FindResultsTab | [virtual] OnSearchMatch(wxCommandEvent &) | 1 | 32 | 28 | 0 | 4 | 6 | 3 | 71 | 254 | 1562.04 | 20.6531 | 32260.8 | 1792.27 | 0.337802 | 75.2356 | 0 | 75.2356 | 37 | 3 |
| LiteEditor/findresultstab.cpp | 190 | | FindResultsTab | [virtual] OnSearchEnded(wxCommandEvent &) | 1 | 41 | 31 | 5 | 5 | 10 | 3 | 77 | 257 | 1610.56 | 20.6731 | 33295.3 | 1849.74 | 0.344986 | 70.1416 | 25.7497 | 95.8913 | 29 | 3 |
| LiteEditor/findresultstab.cpp | 232 | | FindResultsTab | [virtual] OnSearchCancel(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 3.5 | 259.808 | 14.4338 | 0.0135721 | 148.373 | 0 | 148.373 | 3 | 2 |
| LiteEditor/findresultstab.cpp | 234 | | FindResultsTab | OnClearAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 30 | 125.098 | 4.4 | 550.43 | 30.5795 | 0.0223879 | 116.632 | 0 | 116.632 | 4 | 0 |
| LiteEditor/findresultstab.cpp | 241 | | FindResultsTab | OnClearAllUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 6.11111 | 686.706 | 38.1504 | 0.0259453 | 145.987 | 0 | 145.987 | 2 | 0 |
| LiteEditor/findresultstab.cpp | 243 | | FindResultsTab | OnRepeatOutput(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 24 | 43 | 197.153 | 6.76923 | 1334.58 | 74.1432 | 0.0404056 | 111.77 | 0 | 111.77 | 5 | 0 |
| LiteEditor/findresultstab.cpp | 251 | | FindResultsTab | OnRepeatOutputUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 146.723 | 0 | 146.723 | 2 | 0 |
| LiteEditor/findresultstab.cpp | 253 | | FindResultsTab | OnMouseDClick(wxStyledTextEvent &) [override] | 1 | 17 | 14 | 1 | 2 | 3 | 2 | 37 | 94 | 489.689 | 11.8696 | 5812.39 | 322.911 | 0.107758 | 92.2043 | 18.3478 | 110.552 | 13 | 0 |
| LiteEditor/findresultstab.cpp | 271 | | FindResultsTab | GetSearchData() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 4.5 | 216.476 | 12.0264 | 0.0120176 | 150.628 | 0 | 150.628 | 0 | 1 |
| LiteEditor/findresultstab.cpp | 273 | | FindResultsTab | NextMatch() | 0 | 25 | 16 | 5 | 4 | 4 | 2 | 47 | 114 | 633.223 | 13.6552 | 8646.77 | 480.376 | 0.140426 | 84.3899 | 31.9355 | 116.325 | 15 | 1 |
| LiteEditor/findresultstab.cpp | 299 | | FindResultsTab | PrevMatch() | 0 | 24 | 16 | 5 | 3 | 4 | 2 | 47 | 120 | 666.551 | 14.2759 | 9515.59 | 528.644 | 0.149682 | 84.7845 | 32.4818 | 117.266 | 16 | 1 |
| LiteEditor/findresultstab.cpp | 324 | | FindResultsTab | DoOpenSearchResult(const SearchResult &, wxStyledTextCtrl *, int) | 3 | 69 | 54 | 11 | 4 | 12 | 4 | 109 | 465 | 3147.21 | 33.6076 | 105770 | 5876.11 | 0.745511 | 57.7653 | 28.9929 | 86.7581 | 51 | 4 |
| LiteEditor/findresultstab.cpp | 394 | | FindResultsTab | [virtual] OnStopSearch(wxCommandEvent &) | 1 | 11 | 7 | 3 | 1 | 1 | 0 | 22 | 43 | 191.756 | 4.85714 | 931.384 | 51.7436 | 0.0317905 | 104.592 | 36.1812 | 140.773 | 7 | 1 |
| LiteEditor/findresultstab.cpp | 406 | | FindResultsTab | [virtual] OnStopSearchUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| LiteEditor/findresultstab.cpp | 408 | | FindResultsTab | [virtual] OnHoldOpenUpdateUI(wxUpdateUIEvent &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 120 | 620.391 | 15.2105 | 9436.47 | 524.249 | 0.148851 | 91.9562 | 0 | 91.9562 | 20 | 1 |
| LiteEditor/findresultstab.cpp | 425 | | FindResultsTab | [virtual] OnStyleNeeded(wxStyledTextEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 26 | 42 | 197.418 | 13.2222 | 2610.31 | 145.017 | 0.0631937 | 111.533 | 0 | 111.533 | 2 | 1 |
| LiteEditor/findresultstab.cpp | 433 | | FindResultsTab | StyleText(wxStyledTextCtrl *, wxStyledTextEvent &, bool) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 7 | 877.351 | 48.7417 | 0.0305488 | 123.191 | 0 | 123.191 | 2 | 1 |
| LiteEditor/findresultstab.cpp | 438 | | FindResultsTab | OnThemeChanged(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 3 |
| LiteEditor/findresultstab.cpp | 444 | | FindResultsTab | [virtual] OnRecentSearches(wxCommandEvent &) | 1 | 31 | 27 | 1 | 3 | 5 | 1 | 71 | 209 | 1285.3 | 18.27 | 23482.4 | 1304.58 | 0.273342 | 76.9939 | 13.7333 | 90.7273 | 23 | 1 |
| LiteEditor/findresultstab.cpp | 476 | | FindResultsTab | SaveSearchData() | 0 | 17 | 13 | 2 | 2 | 2 | 1 | 31 | 78 | 386.427 | 9.35 | 3613.1 | 200.728 | 0.0784871 | 93.6658 | 25.3357 | 119.002 | 10 | 1 |
| LiteEditor/findresultstab.cpp | 494 | | FindResultsTab | LoadSearch(const History &) | 1 | 16 | 14 | 1 | 1 | 2 | 1 | 39 | 92 | 486.257 | 11.875 | 5774.3 | 320.795 | 0.107286 | 93.453 | 18.8844 | 112.337 | 11 | 1 |
| LiteEditor/findresultstab.cpp | 511 | | FindResultsTab | [virtual] OnRecentSearchesUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 146.076 | 0 | 146.076 | 2 | 1 |
| LiteEditor/findresultstab.cpp | 513 | | FindResultsTab | ResetStyler() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 2 | 0 |
| LiteEditor/findresultstab.cpp | 515 | | FindResultsTab | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/findresultstab.cpp | 521 | | FindResultsTab | UnbindSearchEvents(wxEvtHandler *) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 78 | 386.427 | 14.4 | 5564.55 | 309.142 | 0.104672 | 102.262 | 0 | 102.262 | 4 | 1 |
| LiteEditor/findresultstab.cpp | 532 | | FindResultsTab | BindSearchEvents(wxEvtHandler *) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 71 | 341.322 | 11.2667 | 3845.56 | 213.642 | 0.0818186 | 106.752 | 0 | 106.752 | 4 | 1 |
| LiteEditor/findusagetab.cpp | 54 | | FindUsageItemData | FindUsageItemData(const LSP::Location *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 127.091 | 0 | 127.091 | 0 | 1 |
| LiteEditor/findusagetab.cpp | 60 | | FindUsageTab | FindUsageTab(wxWindow *) | 1 | 37 | 31 | 2 | 4 | 1 | 2 | 72 | 273 | 1684.39 | 16.1667 | 27231 | 1512.83 | 0.301708 | 73.6415 | 17.6221 | 91.2636 | 31 | 1 |
| LiteEditor/findusagetab.cpp | 98 | | FindUsageTab | ~FindUsageTab() [override] | 0 | 12 | 10 | 0 | 2 | 1 | 0 | 29 | 122 | 592.674 | 12.5278 | 7424.88 | 412.494 | 0.126864 | 97.3144 | 0 | 97.3144 | 11 | 0 |
| LiteEditor/findusagetab.cpp | 111 | | FindUsageTab | Clear() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.44444 | 490.496 | 27.2498 | 0.0207317 | 117.284 | 0 | 117.284 | 4 | 5 |
| LiteEditor/findusagetab.cpp | 118 | | FindUsageTab | OnClearAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/findusagetab.cpp | 124 | | FindUsageTab | OnClearAllUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 27 | 42 | 199.705 | 9.15385 | 1828.07 | 101.56 | 0.0498357 | 116.924 | 0 | 116.924 | 4 | 0 |
| LiteEditor/findusagetab.cpp | 130 | | FindUsageTab | InitialiseView(const std::vector<LSP::Location> &) | 1 | 25 | 20 | 3 | 2 | 4 | 2 | 53 | 181 | 1036.75 | 23.9531 | 24833.5 | 1379.64 | 0.283729 | 81.8262 | 25.5633 | 107.389 | 18 | 1 |
| LiteEditor/findusagetab.cpp | 156 | | FindUsageTab | OnThemeChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/findusagetab.cpp | 162 | | FindUsageTab | UpdateStyle() | 0 | 20 | 15 | 1 | 4 | 2 | 0 | 50 | 132 | 744.989 | 12.2353 | 9115.16 | 506.398 | 0.145453 | 87.6196 | 16.9762 | 104.596 | 28 | 3 |
| LiteEditor/findusagetab.cpp | 183 | | FindUsageTab | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/findusagetab.cpp | 189 | | FindUsageTab | DoAddFileEntries(const wxString &, const std::vector<const LSP::Location *> &) | 2 | 15 | 13 | 1 | 1 | 4 | 2 | 44 | 115 | 627.835 | 16.2692 | 10214.4 | 567.466 | 0.156923 | 92.7097 | 19.4709 | 112.181 | 10 | 1 |
| LiteEditor/findusagetab.cpp | 205 | | FindUsageTab | OnReferences(LSPEvent &) | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 20 | 35 | 151.267 | 5.31818 | 804.468 | 44.6927 | 0.0288327 | 110.984 | 26.0372 | 137.021 | 7 | 2 |
| LiteEditor/findusagetab.cpp | 214 | | FindUsageTab | OnReferencesInProgress(LSPEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/findusagetab.cpp | 220 | | FindUsageTab | OnItemActivated(wxTreeEvent &) | 1 | 43 | 33 | 5 | 5 | 5 | 2 | 72 | 267 | 1647.37 | 19.58 | 32255.5 | 1791.97 | 0.337765 | 70.4025 | 25.202 | 95.6045 | 42 | 4 |
| LiteEditor/findusagetab.cpp | 264 | | FindUsageTab | OnItemExpanding(wxTreeEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 21 | 40 | 175.693 | 6.36364 | 1118.04 | 62.1136 | 0.0359075 | 108.068 | 0 | 108.068 | 5 | 2 |
| LiteEditor/findusagetab.cpp | 274 | | FindUsageTab | DoExpandItem(const wxTreeItemId &) | 1 | 64 | 48 | 7 | 9 | 9 | 3 | 96 | 396 | 2607.65 | 29.4412 | 76772.1 | 4265.12 | 0.602117 | 60.6518 | 24.5112 | 85.1631 | 58 | 2 |
| LiteEditor/foldermodel.cpp | 17 | | FolderModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| LiteEditor/foldermodel.cpp | 31 | | FolderModel | FolderModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| LiteEditor/foldermodel.cpp | 36 | | FolderModel | ~FolderModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| LiteEditor/foldermodel.cpp | 44 | | FolderModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 3 |
| LiteEditor/foldermodel.cpp | 64 | | FolderModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| LiteEditor/foldermodel.cpp | 69 | | FolderModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| LiteEditor/foldermodel.cpp | 77 | | FolderModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| LiteEditor/foldermodel.cpp | 90 | | FolderModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| LiteEditor/foldermodel.cpp | 99 | | FolderModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| LiteEditor/foldermodel.cpp | 106 | | FolderModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| LiteEditor/foldermodel.cpp | 125 | | FolderModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| LiteEditor/foldermodel.cpp | 162 | | FolderModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 3 |
| LiteEditor/foldermodel.cpp | 169 | | FolderModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| LiteEditor/foldermodel.cpp | 179 | | FolderModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 1 |
| LiteEditor/foldermodel.cpp | 188 | | FolderModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 3 |
| LiteEditor/foldermodel.cpp | 217 | | FolderModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 0 |
| LiteEditor/foldermodel.cpp | 228 | | FolderModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 1 |
| LiteEditor/foldermodel.cpp | 238 | | FolderModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| LiteEditor/foldermodel.cpp | 243 | | FolderModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 6 |
| LiteEditor/foldermodel.cpp | 252 | | FolderModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| LiteEditor/foldermodel.cpp | 260 | | FolderModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| LiteEditor/foldermodel.cpp | 269 | | FolderModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| LiteEditor/foldermodel.cpp | 279 | | FolderModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 1 |
| LiteEditor/foldermodel.cpp | 291 | | FolderModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 3 |
| LiteEditor/foldermodel.cpp | 303 | | FolderModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| LiteEditor/frame.cpp | 138 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 14 | 14 | 0 | 0 | 3 | 0 | 25 | 51 | 236.837 | 5.89286 | 1395.64 | 77.5358 | 0.0416289 | 99.1269 | 0 | 99.1269 | 0 | 4 |
| LiteEditor/frame.cpp | 187 | {anonymous} | | IsDebuggerRunning() | 0 | 7 | 7 | 0 | 0 | 3 | 0 | 27 | 54 | 256.764 | 8.82143 | 2265.02 | 125.835 | 0.0574902 | 109.936 | 0 | 109.936 | 8 | 5 |
| LiteEditor/frame.cpp | 195 | {anonymous} | | IsCaptionsVisible(clDockingManager &) | 1 | 11 | 11 | 0 | 0 | 5 | 2 | 35 | 80 | 410.343 | 12.75 | 5231.87 | 290.659 | 0.100458 | 99.7157 | 0 | 99.7157 | 6 | 2 |
| LiteEditor/frame.cpp | 724 | {anonymous} | | GetWindowFromEvent(MainBook *, wxEvent &) | 2 | 13 | 12 | 1 | 0 | 5 | 1 | 33 | 89 | 448.951 | 19.6786 | 8834.72 | 490.818 | 0.142454 | 96.5419 | 20.8285 | 117.37 | 6 | 6 |
| LiteEditor/frame.cpp | 738 | {anonymous} | | GetEditorFromEvent(MainBook *, wxEvent &) | 2 | 6 | 5 | 1 | 0 | 1 | 0 | 22 | 34 | 151.621 | 9.38889 | 1423.55 | 79.0861 | 0.042182 | 115.632 | 29.5564 | 145.189 | 1 | 10 |
| LiteEditor/frame.cpp | 745 | {anonymous} | | GetIEditorFromEvent(MainBook *, wxEvent &) | 2 | 10 | 9 | 1 | 0 | 2 | 1 | 27 | 56 | 266.274 | 13.0909 | 3485.76 | 193.654 | 0.0766321 | 104.199 | 23.5268 | 127.725 | 1 | 2 |
| LiteEditor/frame.cpp | 1240 | {anonymous} | | GetBestXButtonSize(wxWindow *) | 1 | 16 | 16 | 0 | 0 | 2 | 1 | 41 | 93 | 498.252 | 10.6296 | 5296.24 | 294.235 | 0.10128 | 93.3263 | 0 | 93.3263 | 9 | 2 |
| LiteEditor/frame.cpp | 1558 | {anonymous} | | load_bitmap_from_bundle(const wxString &, int, wxWindow *) | 3 | 9 | 9 | 0 | 0 | 2 | 0 | 45 | 93 | 510.742 | 10 | 5107.42 | 283.746 | 0.0988583 | 102.518 | 0 | 102.518 | 15 | 1 |
| LiteEditor/frame.cpp | 1568 | {anonymous} | | add_main_toolbar_item(wxToolBar *, const wxString &, const wxString &, const wxString &, int) | 5 | 10 | 8 | 1 | 1 | 1 | 0 | 33 | 78 | 393.463 | 10 | 3934.63 | 218.59 | 0.0830771 | 102.398 | 23.5268 | 125.925 | 6 | 29 |
| LiteEditor/frame.cpp | 1579 | {anonymous} | | is_main_toolbar_hidden(int) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5 | 521.241 | 28.9578 | 0.0215893 | 146.607 | 0 | 146.607 | 0 | 1 |
| LiteEditor/frame.cpp | 1840 | {anonymous} | | CurrentSTC(clMainFrame *) | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 21 | 38 | 166.908 | 8.66667 | 1446.54 | 80.3631 | 0.0426349 | 112.636 | 0 | 112.636 | 2 | 1 |
| LiteEditor/frame.cpp | 5946 | {anonymous} | | ShowNavDialog(Notebook *) | 1 | 15 | 13 | 0 | 2 | 5 | 1 | 35 | 91 | 466.765 | 11.3684 | 5306.38 | 294.799 | 0.101409 | 94.0213 | 0 | 94.0213 | 12 | 2 |
| LiteEditor/frame.cpp | 5963 | {anonymous} | | ShowNavDialog(clAuiBook *) | 1 | 15 | 13 | 0 | 2 | 5 | 1 | 34 | 87 | 442.609 | 11.5556 | 5114.6 | 284.144 | 0.0989509 | 94.2976 | 0 | 94.2976 | 11 | 0 |
| LiteEditor/frame.cpp | 6135 | {anonymous} | | SortFunc(const wxString &, const wxString &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 7.5 | 781.861 | 43.4367 | 0.0282899 | 146.607 | 0 | 146.607 | 1 | 1 |
| LiteEditor/frame.cpp | 214 | | clMainFrame | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/frame.cpp | 214 | | clMainFrame | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/frame.cpp | 760 | | clMainFrame | clMainFrame(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 27 | 18 | 4 | 5 | 4 | 1 | 57 | 147 | 857.435 | 16.2162 | 13904.3 | 772.464 | 0.192743 | 81.5669 | 28.0786 | 109.646 | 14 | 1 |
| LiteEditor/frame.cpp | 788 | | clMainFrame | ~clMainFrame() [override] | 0 | 102 | 81 | 8 | 14 | 2 | 1 | 121 | 853 | 5901.79 | 21.5802 | 127362 | 7075.65 | 0.843797 | 50.4638 | 21.0189 | 71.4826 | 135 | 0 |
| LiteEditor/frame.cpp | 891 | | clMainFrame | Construct() | 0 | 117 | 86 | 13 | 19 | 2 | 1 | 142 | 923 | 6599.22 | 21.0159 | 138688 | 7704.91 | 0.893111 | 47.6603 | 24.6875 | 72.3479 | 145 | 1 |
| LiteEditor/frame.cpp | 1009 | | clMainFrame | PostConstruct() | 0 | 18 | 13 | 1 | 4 | 2 | 0 | 35 | 87 | 446.248 | 8.34783 | 3725.2 | 206.955 | 0.0801023 | 91.9914 | 17.8544 | 109.846 | 11 | 1 |
| LiteEditor/frame.cpp | 1028 | | clMainFrame | [static] Initialize(bool) | 1 | 11 | 11 | 0 | 0 | 1 | 0 | 26 | 42 | 197.418 | 6.96667 | 1375.35 | 76.4083 | 0.0412244 | 104.44 | 0 | 104.44 | 3 | 1 |
| LiteEditor/frame.cpp | 1040 | | clMainFrame | AddKeyboardAccelerators() | 0 | 195 | 194 | 0 | 1 | 1 | 0 | 472 | 1970 | 17498.8 | 8.2321 | 144052 | 8002.89 | 0.915992 | 34.544 | 0 | 34.544 | 419 | 1 |
| LiteEditor/frame.cpp | 1236 | | clMainFrame | [static] Get() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 5.33333 | 221.404 | 12.3002 | 0.0121993 | 151.395 | 0 | 151.395 | 0 | 405 |
| LiteEditor/frame.cpp | 1258 | | clMainFrame | CreateGUIControls() | 0 | 237 | 154 | 38 | 47 | 13 | 1 | 260 | 1218 | 9771.24 | 30.1878 | 294972 | 16387.3 | 1.47706 | 31.654 | 29.0652 | 60.7192 | 183 | 1 |
| LiteEditor/frame.cpp | 1496 | | clMainFrame | DoShowToolbars(bool, bool) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5.2 | 628.825 | 34.9347 | 0.0244661 | 116.808 | 0 | 116.808 | 3 | 4 |
| LiteEditor/frame.cpp | 1503 | | clMainFrame | OnEditMenuOpened(wxMenuEvent &) | 1 | 25 | 19 | 5 | 2 | 4 | 2 | 38 | 126 | 661.239 | 13.3696 | 8840.48 | 491.138 | 0.142516 | 84.1648 | 31.9355 | 116.1 | 15 | 1 |
| LiteEditor/frame.cpp | 1529 | | clMainFrame | OnNativeTBUnRedoDropdown(wxCommandEvent &) | 1 | 26 | 24 | 1 | 1 | 5 | 2 | 47 | 149 | 827.634 | 18.8889 | 15633.1 | 868.505 | 0.208405 | 82.1323 | 14.9585 | 97.0907 | 19 | 1 |
| LiteEditor/frame.cpp | 1584 | | clMainFrame | DoCreateToolBar(int) | 1 | 96 | 63 | 18 | 15 | 5 | 1 | 146 | 683 | 4910.65 | 21.1693 | 103955 | 5775.28 | 0.736957 | 51.7119 | 31.0814 | 82.7934 | 166 | 2 |
| LiteEditor/frame.cpp | 1681 | | clMainFrame | StartSetupWizard(bool) | 1 | 42 | 33 | 4 | 6 | 6 | 3 | 71 | 231 | 1420.59 | 17.22 | 24462.6 | 1359.03 | 0.280897 | 71.3238 | 23.0043 | 94.3281 | 38 | 2 |
| LiteEditor/frame.cpp | 1724 | | clMainFrame | Bootstrap() | 0 | 25 | 19 | 3 | 3 | 5 | 2 | 44 | 144 | 786.158 | 14.4815 | 11384.7 | 632.485 | 0.168692 | 83.035 | 25.5633 | 108.598 | 26 | 1 |
| LiteEditor/frame.cpp | 1750 | | clMainFrame | OnQuit(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 18 | 68.5324 | 3.5 | 239.863 | 13.3257 | 0.0128683 | 148.788 | 0 | 148.788 | 1 | 1 |
| LiteEditor/frame.cpp | 1752 | | clMainFrame | OnTBUnRedoMenu(wxCommandEvent &) | 1 | 11 | 10 | 2 | 1 | 3 | 1 | 27 | 76 | 361.371 | 10.6786 | 3858.93 | 214.385 | 0.0820081 | 100.837 | 30.6787 | 131.515 | 11 | 4 |
| LiteEditor/frame.cpp | 1764 | | clMainFrame | OnTBUnRedo(wxCommandEvent &) | 1 | 4 | 4 | 1 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 127.091 | 34.9714 | 162.062 | 1 | 4 |
| LiteEditor/frame.cpp | 1773 | | clMainFrame | IsEditorEvent(wxEvent &) | 1 | 64 | 53 | 7 | 4 | 19 | 2 | 58 | 224 | 1312.19 | 27.0667 | 35516.5 | 1973.14 | 0.360163 | 61.9229 | 24.5112 | 86.4342 | 8 | 2 |
| LiteEditor/frame.cpp | 1848 | | clMainFrame | DispatchCommandEvent(wxCommandEvent &) | 1 | 30 | 28 | 0 | 2 | 7 | 2 | 71 | 242 | 1488.24 | 19.4062 | 28881.1 | 1604.51 | 0.313777 | 76.3028 | 0 | 76.3028 | 32 | 65 |
| LiteEditor/frame.cpp | 1879 | | clMainFrame | DispatchUpdateUIEvent(wxUpdateUIEvent &) | 1 | 23 | 18 | 2 | 3 | 5 | 2 | 37 | 106 | 552.202 | 15.6316 | 8631.79 | 479.544 | 0.140264 | 86.2226 | 22.0554 | 108.278 | 13 | 23 |
| LiteEditor/frame.cpp | 1903 | | clMainFrame | OnFileExistUpdateUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 2 | 23 | 36 | 162.848 | 7.63636 | 1243.57 | 69.0871 | 0.0385471 | 115.261 | 0 | 115.261 | 5 | 42 |
| LiteEditor/frame.cpp | 1910 | | clMainFrame | OnAbout(wxCommandEvent &) | 1 | 40 | 32 | 4 | 4 | 2 | 1 | 74 | 241 | 1496.48 | 12.3305 | 18452.3 | 1025.13 | 0.232762 | 72.7636 | 23.5268 | 96.2904 | 47 | 1 |
| LiteEditor/frame.cpp | 1951 | | clMainFrame | OnClose(wxCloseEvent &) | 1 | 32 | 21 | 5 | 6 | 4 | 1 | 47 | 138 | 766.533 | 12.4667 | 9556.11 | 530.895 | 0.150107 | 79.3973 | 28.7405 | 108.138 | 23 | 1 |
| LiteEditor/frame.cpp | 1984 | | clMainFrame | LoadSession(const wxString &) | 1 | 26 | 20 | 2 | 4 | 6 | 3 | 44 | 128 | 698.807 | 13.2222 | 9239.78 | 513.321 | 0.146775 | 82.7821 | 20.8285 | 103.611 | 20 | 1 |
| LiteEditor/frame.cpp | 2011 | | clMainFrame | OnSave(wxCommandEvent &) | 1 | 13 | 10 | 1 | 2 | 2 | 1 | 29 | 59 | 286.621 | 8.53125 | 2445.23 | 135.846 | 0.0605005 | 99.5654 | 20.8285 | 120.394 | 7 | 1 |
| LiteEditor/frame.cpp | 2025 | | clMainFrame | OnSaveAs(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 38 | 169.458 | 6.5 | 1101.48 | 61.1933 | 0.0355519 | 112.327 | 0 | 112.327 | 3 | 1 |
| LiteEditor/frame.cpp | 2033 | | clMainFrame | OnFileLoadTabGroup(wxCommandEvent &) | 1 | 46 | 35 | 5 | 7 | 8 | 2 | 86 | 298 | 1915.03 | 20.7097 | 39659.6 | 2203.31 | 0.387654 | 67.8371 | 24.4418 | 92.2788 | 44 | 1 |
| LiteEditor/frame.cpp | 2080 | | clMainFrame | OnFileReload(wxCommandEvent &) | 1 | 16 | 14 | 1 | 1 | 3 | 2 | 45 | 103 | 565.661 | 12.3333 | 6976.48 | 387.582 | 0.121704 | 92.4365 | 18.8844 | 111.321 | 18 | 1 |
| LiteEditor/frame.cpp | 2097 | | clMainFrame | OnCloseWorkspace(wxCommandEvent &) | 1 | 15 | 11 | 2 | 2 | 2 | 1 | 31 | 71 | 351.748 | 7.89474 | 2776.96 | 154.275 | 0.0658554 | 96.1824 | 26.7997 | 122.982 | 12 | 2 |
| LiteEditor/frame.cpp | 2113 | | clMainFrame | OnSwitchWorkspace(wxCommandEvent &) | 1 | 64 | 45 | 11 | 8 | 9 | 2 | 64 | 280 | 1680 | 16.0957 | 27040.9 | 1502.27 | 0.300303 | 62.938 | 29.9504 | 92.8884 | 46 | 5 |
| LiteEditor/frame.cpp | 2178 | | clMainFrame | OnCompleteWordRefreshList(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/frame.cpp | 2180 | | clMainFrame | OnCodeComplete(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 45 | 208.974 | 6.67857 | 1395.64 | 77.5358 | 0.0416289 | 109.074 | 0 | 109.074 | 4 | 1 |
| LiteEditor/frame.cpp | 2189 | | clMainFrame | OnFunctionCalltip(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 7 | 1248.64 | 69.3689 | 0.0386519 | 109.897 | 0 | 109.897 | 4 | 1 |
| LiteEditor/frame.cpp | 2199 | | clMainFrame | OnFileNew(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 120.962 | 0 | 120.962 | 3 | 1 |
| LiteEditor/frame.cpp | 2205 | | clMainFrame | OnFileOpen(wxCommandEvent &) | 1 | 34 | 29 | 2 | 3 | 5 | 2 | 65 | 188 | 1132.21 | 16.2273 | 18372.6 | 1020.7 | 0.232091 | 76.157 | 18.3478 | 94.5048 | 28 | 1 |
| LiteEditor/frame.cpp | 2240 | | clMainFrame | OnFileClose(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 43 | 194.513 | 7.33333 | 1426.43 | 79.2461 | 0.0422389 | 111.61 | 0 | 111.61 | 4 | 1 |
| LiteEditor/frame.cpp | 2248 | | clMainFrame | OnFileSaveAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 6.1875 | 709.669 | 39.4261 | 0.0265206 | 120.037 | 0 | 120.037 | 3 | 1 |
| LiteEditor/frame.cpp | 2254 | | clMainFrame | OnFileSaveTabGroup(wxCommandEvent &) | 1 | 70 | 58 | 3 | 10 | 12 | 3 | 113 | 417 | 2844.01 | 26.2048 | 74526.9 | 4140.38 | 0.59032 | 58.0589 | 15.7622 | 73.8211 | 66 | 1 |
| LiteEditor/frame.cpp | 2325 | | clMainFrame | OnCompleteWordUpdateUI(wxUpdateUIEvent &) | 1 | 8 | 6 | 1 | 1 | 1 | 2 | 22 | 34 | 151.621 | 6.5 | 985.534 | 54.7519 | 0.0330111 | 110.972 | 26.0372 | 137.009 | 5 | 3 |
| LiteEditor/frame.cpp | 2334 | | clMainFrame | OnWorkspaceOpen(wxUpdateUIEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 38 | 91 | 477.561 | 10.4348 | 4983.25 | 276.847 | 0.0972495 | 96.6806 | 0 | 96.6806 | 5 | 11 |
| LiteEditor/frame.cpp | 2349 | | clMainFrame | OnProjectNewWorkspace(wxCommandEvent &) | 1 | 35 | 31 | 3 | 1 | 6 | 2 | 59 | 215 | 1264.77 | 13.3953 | 16942 | 941.223 | 0.219882 | 74.8816 | 21.9083 | 96.7899 | 33 | 3 |
| LiteEditor/frame.cpp | 2386 | | clMainFrame | OnProjectNewProject(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 29.5564 | 147.037 | 3 | 2 |
| LiteEditor/frame.cpp | 2393 | | clMainFrame | OnProjectAddProject(wxCommandEvent &) | 1 | 20 | 17 | 2 | 1 | 2 | 1 | 42 | 84 | 452.955 | 10.1538 | 4599.23 | 255.513 | 0.0921868 | 90.207 | 23.5268 | 113.734 | 12 | 1 |
| LiteEditor/frame.cpp | 2414 | | clMainFrame | OnReconcileProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/frame.cpp | 2420 | | clMainFrame | OnEditLuaScript(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 73 | 374.438 | 9.33333 | 3494.75 | 194.153 | 0.0767638 | 102.426 | 0 | 102.426 | 10 | 1 |
| LiteEditor/frame.cpp | 2431 | | clMainFrame | OnCtagsOptions(wxCommandEvent &) | 1 | 38 | 25 | 4 | 9 | 6 | 1 | 59 | 188 | 1105.94 | 16.4103 | 18148.7 | 1008.26 | 0.230202 | 74.2472 | 24.0864 | 98.3335 | 23 | 1 |
| LiteEditor/frame.cpp | 2470 | | clMainFrame | RegisterDockWindow(int, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 29 | 58 | 281.763 | 8.82353 | 2486.14 | 138.119 | 0.0611734 | 112.41 | 0 | 112.41 | 10 | 4 |
| LiteEditor/frame.cpp | 2477 | | clMainFrame | OnToggleMainTBars(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/frame.cpp | 2483 | | clMainFrame | OnTogglePluginTBars(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/frame.cpp | 2489 | | clMainFrame | ToggleToolBars(bool) | 1 | 38 | 31 | 3 | 4 | 9 | 4 | 54 | 200 | 1150.98 | 21.6364 | 24903 | 1383.5 | 0.284258 | 73.3496 | 21.0835 | 94.4331 | 19 | 2 |
| LiteEditor/frame.cpp | 2528 | | clMainFrame | OnViewPane(wxCommandEvent &) | 1 | 18 | 15 | 3 | 0 | 4 | 4 | 36 | 95 | 491.143 | 12.4 | 6090.17 | 338.343 | 0.111164 | 91.033 | 29.5564 | 120.589 | 24 | 1 |
| LiteEditor/frame.cpp | 2547 | | clMainFrame | OnViewPaneUI(wxUpdateUIEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 2 | 33 | 59 | 297.619 | 9.58333 | 2852.18 | 158.455 | 0.0670395 | 107.235 | 0 | 107.235 | 8 | 1 |
| LiteEditor/frame.cpp | 2556 | | clMainFrame | ViewPane(const wxString &, bool) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 32 | 142.702 | 5.83333 | 832.427 | 46.246 | 0.0294969 | 122.516 | 0 | 122.516 | 3 | 2 |
| LiteEditor/frame.cpp | 2561 | | clMainFrame | ViewPaneUI(const wxString &, wxUpdateUIEvent &) | 2 | 8 | 8 | 0 | 0 | 2 | 2 | 27 | 52 | 247.254 | 6.875 | 1699.87 | 94.4373 | 0.0474777 | 108.199 | 0 | 108.199 | 6 | 1 |
| LiteEditor/frame.cpp | 2570 | | clMainFrame | OnViewOptions(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 21 | 38 | 166.908 | 5.90909 | 986.275 | 54.7931 | 0.0330276 | 108.334 | 0 | 108.334 | 3 | 1 |
| LiteEditor/frame.cpp | 2580 | | clMainFrame | OnTogglePanes(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/frame.cpp | 2586 | | clMainFrame | OnAddEnvironmentVariable(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 116.991 | 0 | 116.991 | 3 | 1 |
| LiteEditor/frame.cpp | 2593 | | clMainFrame | OnAdvanceSettings(wxCommandEvent &) | 1 | 24 | 21 | 2 | 1 | 6 | 4 | 46 | 137 | 756.728 | 15.1071 | 11432 | 635.111 | 0.169158 | 83.6647 | 21.6227 | 105.287 | 16 | 1 |
| LiteEditor/frame.cpp | 2618 | | clMainFrame | OnBuildEnded(clBuildEvent &) | 1 | 38 | 30 | 6 | 2 | 8 | 1 | 55 | 165 | 953.924 | 16.9853 | 16202.7 | 900.149 | 0.213437 | 74.5561 | 28.8719 | 103.428 | 21 | 2 |
| LiteEditor/frame.cpp | 2658 | | clMainFrame | BuildProject(const wxString &) | 1 | 36 | 28 | 3 | 5 | 7 | 2 | 63 | 217 | 1297.07 | 14.413 | 18694.7 | 1038.6 | 0.234796 | 74.0641 | 21.6227 | 95.6868 | 46 | 2 |
| LiteEditor/frame.cpp | 2695 | | clMainFrame | OnBuildProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 119.762 | 0 | 119.762 | 4 | 1 |
| LiteEditor/frame.cpp | 2701 | | clMainFrame | OnBuildCustomTarget(wxCommandEvent &) | 1 | 23 | 20 | 1 | 2 | 5 | 3 | 51 | 178 | 1009.69 | 15 | 15145.4 | 841.41 | 0.204048 | 83.0845 | 15.872 | 98.9565 | 33 | 2 |
| LiteEditor/frame.cpp | 2725 | | clMainFrame | OnBuildAndRunProject(wxCommandEvent &) | 1 | 35 | 27 | 2 | 6 | 7 | 2 | 57 | 202 | 1178.24 | 14.439 | 17012.7 | 945.149 | 0.220493 | 75.0201 | 18.0961 | 93.1162 | 33 | 1 |
| LiteEditor/frame.cpp | 2761 | | clMainFrame | OnRebuildProject(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 119.762 | 0 | 119.762 | 4 | 1 |
| LiteEditor/frame.cpp | 2767 | | clMainFrame | OnBuildProjectUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 30 | 76 | 372.924 | 11.5 | 4288.62 | 238.257 | 0.0879881 | 102.217 | 0 | 102.217 | 11 | 3 |
| LiteEditor/frame.cpp | 2778 | | clMainFrame | OnStopExecutedProgramUI(wxUpdateUIEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 2 | 38 | 82 | 430.33 | 10.1087 | 4350.08 | 241.671 | 0.0888266 | 98.7488 | 0 | 98.7488 | 13 | 1 |
| LiteEditor/frame.cpp | 2791 | | clMainFrame | OnStopBuildUI(wxUpdateUIEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 33 | 81 | 408.596 | 12.2353 | 4999.29 | 277.738 | 0.097458 | 100.198 | 0 | 100.198 | 11 | 1 |
| LiteEditor/frame.cpp | 2803 | | clMainFrame | OnStopBuild(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 6.875 | 1306.18 | 72.5655 | 0.0398303 | 109.569 | 0 | 109.569 | 4 | 1 |
| LiteEditor/frame.cpp | 2812 | | clMainFrame | OnStopExecutedProgram(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 29 | 65 | 315.769 | 7.76471 | 2451.85 | 136.214 | 0.0606096 | 98.8318 | 0 | 98.8318 | 8 | 1 |
| LiteEditor/frame.cpp | 2826 | | clMainFrame | OnCleanProject(wxCommandEvent &) | 1 | 15 | 12 | 1 | 2 | 2 | 1 | 31 | 75 | 371.565 | 7.7 | 2861.05 | 158.947 | 0.0671783 | 95.8974 | 19.4709 | 115.368 | 12 | 1 |
| LiteEditor/frame.cpp | 2842 | | clMainFrame | OnCleanProjectUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 30 | 75 | 368.017 | 11.5 | 4232.19 | 235.122 | 0.0872146 | 102.286 | 0 | 102.286 | 11 | 1 |
| LiteEditor/frame.cpp | 2853 | | clMainFrame | ExecuteNoDebug(bool) | 1 | 48 | 35 | 8 | 6 | 9 | 2 | 52 | 218 | 1242.7 | 15.1111 | 18778.5 | 1043.25 | 0.235497 | 69.1663 | 29.5564 | 98.7227 | 37 | 2 |
| LiteEditor/frame.cpp | 2902 | | clMainFrame | OnExecuteNoDebug(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 1 |
| LiteEditor/frame.cpp | 2908 | | clMainFrame | OnExecuteNoDebugUI(wxUpdateUIEvent &) | 1 | 15 | 14 | 0 | 1 | 3 | 2 | 40 | 101 | 537.515 | 12.1957 | 6555.34 | 364.186 | 0.116755 | 93.7474 | 0 | 93.7474 | 16 | 1 |
| LiteEditor/frame.cpp | 2924 | | clMainFrame | OnTimer(wxTimerEvent &) | 1 | 50 | 29 | 13 | 8 | 6 | 1 | 64 | 214 | 1284 | 11.7553 | 15093.8 | 838.546 | 0.203585 | 69.025 | 35.5154 | 104.54 | 40 | 1 |
| LiteEditor/frame.cpp | 2975 | | clMainFrame | UpdateParserSearchPathsFromDefaultCompiler() | 0 | 37 | 23 | 7 | 7 | 2 | 1 | 48 | 154 | 860.084 | 13.3824 | 11510 | 639.442 | 0.169926 | 76.9066 | 31.1994 | 108.106 | 27 | 3 |
| LiteEditor/frame.cpp | 3013 | | clMainFrame | OnFileCloseAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 120.638 | 0 | 120.638 | 3 | 1 |
| LiteEditor/frame.cpp | 3019 | | clMainFrame | OnQuickOutline(wxCommandEvent &) | 1 | 10 | 8 | 1 | 1 | 1 | 1 | 27 | 52 | 247.254 | 6.875 | 1699.87 | 94.4373 | 0.0474777 | 104.814 | 23.5268 | 128.341 | 6 | 1 |
| LiteEditor/frame.cpp | 3030 | | clMainFrame | CreateRecentlyOpenedFilesMenu() | 0 | 21 | 19 | 1 | 1 | 5 | 3 | 51 | 137 | 777.122 | 15.1406 | 11766.1 | 653.673 | 0.172438 | 85.9196 | 16.583 | 102.503 | 15 | 1 |
| LiteEditor/frame.cpp | 3052 | | clMainFrame | CreateRecentlyOpenedWorkspacesMenu() | 0 | 28 | 24 | 3 | 1 | 6 | 3 | 62 | 185 | 1101.53 | 17.6707 | 19464.8 | 1081.38 | 0.241201 | 79.2151 | 24.2819 | 103.497 | 23 | 2 |
| LiteEditor/frame.cpp | 3081 | | clMainFrame | OnRecentFile(wxCommandEvent &) | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 40 | 101 | 537.515 | 11.7 | 6288.92 | 349.385 | 0.11357 | 96.2956 | 0 | 96.2956 | 13 | 1 |
| LiteEditor/frame.cpp | 3095 | | clMainFrame | OnRecentWorkspace(wxCommandEvent &) | 1 | 17 | 14 | 0 | 3 | 2 | 1 | 46 | 107 | 591.021 | 11.2 | 6619.44 | 367.746 | 0.117515 | 91.4563 | 0 | 91.4563 | 15 | 1 |
| LiteEditor/frame.cpp | 3113 | | clMainFrame | OnBackwardForward(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 27 | 81 | 385.146 | 10 | 3851.46 | 213.97 | 0.0819022 | 102.049 | 0 | 102.049 | 11 | 2 |
| LiteEditor/frame.cpp | 3124 | | clMainFrame | OnBackwardForwardUI(wxUpdateUIEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 2 | 28 | 85 | 408.625 | 9.75 | 3984.1 | 221.339 | 0.0837719 | 100.198 | 0 | 100.198 | 13 | 2 |
| LiteEditor/frame.cpp | 3136 | | clMainFrame | CreateWelcomePage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 3.5 | 200.758 | 11.1532 | 0.0114286 | 149.713 | 0 | 149.713 | 2 | 1 |
| LiteEditor/frame.cpp | 3138 | | clMainFrame | OnImportMSVS(wxCommandEvent &) | 1 | 32 | 28 | 1 | 3 | 3 | 2 | 60 | 148 | 874.22 | 11.4545 | 10013.8 | 556.322 | 0.154862 | 78.9438 | 13.5225 | 92.4663 | 27 | 2 |
| LiteEditor/frame.cpp | 3171 | | clMainFrame | OnDebug(wxCommandEvent &) | 1 | 89 | 56 | 18 | 15 | 15 | 3 | 83 | 376 | 2397.01 | 18.8889 | 45276.9 | 2515.39 | 0.423445 | 54.3678 | 32.0846 | 86.4524 | 65 | 1 |
| LiteEditor/frame.cpp | 3261 | | clMainFrame | OnDebugUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 20 | 31 | 133.98 | 5.5 | 736.889 | 40.9383 | 0.0271944 | 119.229 | 0 | 119.229 | 5 | 1 |
| LiteEditor/frame.cpp | 3267 | | clMainFrame | OnDebugRestart(wxCommandEvent &) | 1 | 13 | 12 | 0 | 1 | 5 | 1 | 36 | 88 | 454.953 | 8.90909 | 4053.22 | 225.179 | 0.0847381 | 96.4728 | 0 | 96.4728 | 13 | 1 |
| LiteEditor/frame.cpp | 3281 | | clMainFrame | OnDebugRestartUI(wxUpdateUIEvent &) | 1 | 10 | 8 | 0 | 2 | 4 | 2 | 34 | 77 | 391.735 | 8.66667 | 3395.03 | 188.613 | 0.0752965 | 101.731 | 0 | 101.731 | 13 | 1 |
| LiteEditor/frame.cpp | 3292 | | clMainFrame | OnDebugStop(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 6.07143 | 1364.03 | 75.7792 | 0.0409978 | 106.789 | 0 | 106.789 | 7 | 1 |
| LiteEditor/frame.cpp | 3302 | | clMainFrame | OnDebugStopUI(wxUpdateUIEvent &) | 1 | 10 | 8 | 0 | 2 | 3 | 2 | 32 | 67 | 335 | 8.55263 | 2865.13 | 159.174 | 0.0672422 | 102.775 | 0 | 102.775 | 11 | 1 |
| LiteEditor/frame.cpp | 3313 | | clMainFrame | OnDebugManageBreakpointsUI(wxUpdateUIEvent &) | 1 | 14 | 13 | 0 | 1 | 4 | 1 | 39 | 140 | 739.956 | 15.3043 | 11324.5 | 629.142 | 0.168097 | 92.973 | 0 | 92.973 | 20 | 4 |
| LiteEditor/frame.cpp | 3328 | | clMainFrame | OnDebugCmd(wxCommandEvent &) | 1 | 44 | 34 | 1 | 9 | 10 | 1 | 54 | 232 | 1335.13 | 15.3846 | 20540.5 | 1141.14 | 0.250008 | 69.9728 | 11.5716 | 81.5445 | 26 | 7 |
| LiteEditor/frame.cpp | 3373 | | clMainFrame | OnDebugCmdUI(wxUpdateUIEvent &) | 1 | 14 | 12 | 0 | 2 | 10 | 2 | 43 | 148 | 803.087 | 14.1964 | 11401 | 633.387 | 0.168852 | 91.1673 | 0 | 91.1673 | 25 | 4 |
| LiteEditor/frame.cpp | 3388 | | clMainFrame | OnDebuggerSettings(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 8.4 | 1423.45 | 79.0806 | 0.04218 | 112.557 | 0 | 112.557 | 4 | 1 |
| LiteEditor/frame.cpp | 3396 | | clMainFrame | OnIdle(wxIdleEvent &) | 1 | 11 | 11 | 0 | 0 | 3 | 3 | 23 | 43 | 194.513 | 7.63636 | 1485.37 | 82.5207 | 0.0433946 | 104.057 | 0 | 104.057 | 13 | 1 |
| LiteEditor/frame.cpp | 3408 | | clMainFrame | OnLinkClicked(wxHtmlLinkEvent &) | 1 | 26 | 25 | 0 | 1 | 8 | 1 | 57 | 178 | 1038.25 | 18.3784 | 19081.4 | 1060.08 | 0.238023 | 80.2633 | 0 | 80.2633 | 30 | 1 |
| LiteEditor/frame.cpp | 3435 | | clMainFrame | OnStartPageEvent(wxCommandEvent &) | 1 | 21 | 17 | 0 | 4 | 6 | 1 | 43 | 137 | 743.398 | 13.9259 | 10352.5 | 575.139 | 0.158335 | 85.9203 | 0 | 85.9203 | 17 | 1 |
| LiteEditor/frame.cpp | 3457 | | clMainFrame | SetFrameFlag(bool, int) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 51 | 230.702 | 11.7 | 2699.21 | 149.956 | 0.0646204 | 108.559 | 0 | 108.559 | 4 | 2 |
| LiteEditor/frame.cpp | 3466 | | clMainFrame | CompleteInitialization() | 0 | 226 | 164 | 27 | 36 | 12 | 2 | 247 | 1172 | 9315.49 | 32.8538 | 306049 | 17002.7 | 1.51381 | 32.9023 | 25.5122 | 58.4144 | 194 | 1 |
| LiteEditor/frame.cpp | 3693 | | clMainFrame | RestoreFrameSizeAndPosition() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 29 | 62 | 301.195 | 7.41176 | 2232.39 | 124.021 | 0.0569366 | 103.558 | 0 | 103.558 | 8 | 1 |
| LiteEditor/frame.cpp | 3704 | | clMainFrame | OnAppActivated(wxActivateEvent &) | 1 | 50 | 32 | 10 | 8 | 8 | 2 | 62 | 202 | 1202.75 | 18.975 | 22822.1 | 1267.9 | 0.268194 | 68.9049 | 31.9355 | 100.84 | 21 | 2 |
| LiteEditor/frame.cpp | 3755 | | clMainFrame | OnCompileFileProject(wxCommandEvent &) | 1 | 20 | 15 | 1 | 4 | 1 | 1 | 44 | 139 | 758.861 | 9.5625 | 7256.61 | 403.145 | 0.12494 | 87.7537 | 16.9762 | 104.73 | 22 | 1 |
| LiteEditor/frame.cpp | 3776 | | clMainFrame | OnCompileFile(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 5 | 2 | 36 | 93 | 480.803 | 10.7143 | 5151.46 | 286.192 | 0.0994258 | 98.8917 | 0 | 98.8917 | 12 | 1 |
| LiteEditor/frame.cpp | 3788 | | clMainFrame | OnCompileFileUI(wxUpdateUIEvent &) | 1 | 15 | 15 | 0 | 0 | 7 | 2 | 40 | 117 | 622.666 | 13.5 | 8405.99 | 466.999 | 0.137807 | 92.0627 | 0 | 92.0627 | 16 | 2 |
| LiteEditor/frame.cpp | 3804 | | clMainFrame | OnDebugAttach(wxCommandEvent &) | 1 | 7 | 6 | 1 | 0 | 1 | 0 | 22 | 33 | 147.161 | 5.83333 | 858.441 | 47.6911 | 0.0301083 | 113.29 | 27.6325 | 140.923 | 3 | 1 |
| LiteEditor/frame.cpp | 3812 | | clMainFrame | OnCloseAllButThis(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 50 | 235.022 | 9 | 2115.2 | 117.511 | 0.0549262 | 108.463 | 0 | 108.463 | 5 | 1 |
| LiteEditor/frame.cpp | 3821 | | clMainFrame | GetWorkspaceTab() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 5.625 | 374.67 | 20.815 | 0.0173238 | 148.936 | 0 | 148.936 | 2 | 17 |
| LiteEditor/frame.cpp | 3823 | | clMainFrame | GetFileExplorer() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 5.625 | 374.67 | 20.815 | 0.0173238 | 148.936 | 0 | 148.936 | 2 | 4 |
| LiteEditor/frame.cpp | 3825 | | clMainFrame | OnFileCloseUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 2 | 23 | 36 | 162.848 | 6.875 | 1119.58 | 62.199 | 0.0359404 | 115.261 | 0 | 115.261 | 5 | 1 |
| LiteEditor/frame.cpp | 3832 | | clMainFrame | OnConvertEol(wxCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 4 | 2 | 34 | 88 | 447.697 | 10.85 | 4857.51 | 269.862 | 0.0956066 | 95.5859 | 0 | 95.5859 | 8 | 3 |
| LiteEditor/frame.cpp | 3847 | | clMainFrame | OnViewDisplayEOL(wxCommandEvent &) | 1 | 15 | 14 | 0 | 1 | 2 | 1 | 33 | 69 | 348.063 | 13.2812 | 4622.71 | 256.817 | 0.0925004 | 96.2372 | 0 | 96.2372 | 5 | 1 |
| LiteEditor/frame.cpp | 3863 | | clMainFrame | OnViewDisplayEOL_UI(wxUpdateUIEvent &) | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 35 | 76 | 389.826 | 12.1765 | 4746.7 | 263.705 | 0.094147 | 97.5062 | 0 | 97.5062 | 8 | 1 |
| LiteEditor/frame.cpp | 3877 | | clMainFrame | OnCopyFileName(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 1 | 27 | 48 | 228.235 | 7.6 | 1734.58 | 96.3657 | 0.0481218 | 108.845 | 0 | 108.845 | 5 | 1 |
| LiteEditor/frame.cpp | 3886 | | clMainFrame | OnCopyFilePath(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 1 | 27 | 48 | 228.235 | 7.6 | 1734.58 | 96.3657 | 0.0481218 | 108.845 | 0 | 108.845 | 5 | 1 |
| LiteEditor/frame.cpp | 3895 | | clMainFrame | OnCopyFilePathOnly(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 28 | 49 | 235.56 | 7.5 | 1766.7 | 98.1502 | 0.0487141 | 110.844 | 0 | 110.844 | 5 | 1 |
| LiteEditor/frame.cpp | 3903 | | clMainFrame | OnWorkspaceMenuUI(wxUpdateUIEvent &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 25 | 70 | 325.07 | 11.4545 | 3723.53 | 206.863 | 0.0800784 | 98.6808 | 0 | 98.6808 | 9 | 1 |
| LiteEditor/frame.cpp | 3917 | | clMainFrame | OnManagePlugins(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 33 | 144.946 | 6.05 | 876.926 | 48.7181 | 0.0305389 | 113.139 | 0 | 113.139 | 3 | 1 |
| LiteEditor/frame.cpp | 3925 | | clMainFrame | OnCppContextMenu(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 22 | 40 | 178.377 | 7 | 1248.64 | 69.3689 | 0.0386519 | 112.06 | 0 | 112.06 | 5 | 17 |
| LiteEditor/frame.cpp | 3933 | | clMainFrame | OnConfigureAccelerators(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 1 |
| LiteEditor/frame.cpp | 3939 | | clMainFrame | OnHighlightWordUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| LiteEditor/frame.cpp | 3941 | | clMainFrame | OnHighlightWord(wxCommandEvent &) | 1 | 19 | 15 | 1 | 3 | 2 | 1 | 35 | 103 | 528.316 | 13.5 | 7132.27 | 396.237 | 0.123509 | 90.2377 | 17.3987 | 107.636 | 17 | 1 |
| LiteEditor/frame.cpp | 3961 | | clMainFrame | OnShowNavBar(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.5 | 784.43 | 43.5794 | 0.0283519 | 118.904 | 0 | 118.904 | 5 | 1 |
| LiteEditor/frame.cpp | 3967 | | clMainFrame | OnShowNavBarUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 18 | 28 | 116.758 | 5 | 583.79 | 32.4328 | 0.0232836 | 119.945 | 0 | 119.945 | 5 | 1 |
| LiteEditor/frame.cpp | 3973 | | clMainFrame | OnSingleInstanceOpenFiles(clCommandEvent &) | 1 | 25 | 21 | 1 | 3 | 4 | 3 | 49 | 141 | 791.674 | 16.7833 | 13286.9 | 738.163 | 0.186994 | 83.2286 | 15.2452 | 98.4739 | 16 | 2 |
| LiteEditor/frame.cpp | 3999 | | clMainFrame | OnSingleInstanceRaise(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| LiteEditor/frame.cpp | 4005 | | clMainFrame | OnNewVersionAvailable(wxCommandEvent &) | 1 | 28 | 27 | 1 | 0 | 7 | 4 | 64 | 179 | 1074 | 18.9103 | 20309.6 | 1128.31 | 0.24813 | 79.1167 | 14.4303 | 93.547 | 35 | 2 |
| LiteEditor/frame.cpp | 4034 | | clMainFrame | OnDetachWorkspaceViewTab(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/frame.cpp | 4036 | | clMainFrame | OnHideOutputViewTab(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 32 | 71 | 355 | 7.07143 | 2510.36 | 139.464 | 0.06157 | 104.64 | 0 | 104.64 | 12 | 1 |
| LiteEditor/frame.cpp | 4046 | | clMainFrame | OnHideWorkspaceViewTab(wxCommandEvent &) | 1 | 9 | 8 | 0 | 1 | 1 | 0 | 32 | 71 | 355 | 7.07143 | 2510.36 | 139.464 | 0.06157 | 104.64 | 0 | 104.64 | 12 | 1 |
| LiteEditor/frame.cpp | 4056 | | clMainFrame | OnNewDetachedPane(wxCommandEvent &) | 1 | 13 | 11 | 1 | 1 | 2 | 1 | 35 | 78 | 400.084 | 8.86364 | 3546.2 | 197.011 | 0.0775153 | 97.8311 | 20.8285 | 118.66 | 9 | 1 |
| LiteEditor/frame.cpp | 4070 | | clMainFrame | OnDestroyDetachedPane(wxCommandEvent &) | 1 | 18 | 13 | 2 | 3 | 2 | 1 | 37 | 92 | 479.27 | 9.20833 | 4413.28 | 245.182 | 0.0896849 | 91.6202 | 24.6875 | 116.308 | 12 | 1 |
| LiteEditor/frame.cpp | 4089 | | clMainFrame | OnDockablePaneClosed(wxAuiManagerEvent &) | 1 | 14 | 14 | 0 | 0 | 3 | 1 | 41 | 100 | 535.755 | 12.913 | 6918.23 | 384.346 | 0.121025 | 94.8821 | 0 | 94.8821 | 10 | 1 |
| LiteEditor/frame.cpp | 4104 | | clMainFrame | OnFunctionCalltipUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 2 | 26 | 38 | 178.617 | 8.86364 | 1583.19 | 87.9552 | 0.0452795 | 114.55 | 0 | 114.55 | 5 | 1 |
| LiteEditor/frame.cpp | 4111 | | clMainFrame | OnReloadWorkspace(wxCommandEvent &) | 1 | 19 | 15 | 2 | 3 | 4 | 1 | 38 | 92 | 482.809 | 10.5455 | 5091.44 | 282.858 | 0.098652 | 90.2461 | 24.0864 | 114.332 | 13 | 1 |
| LiteEditor/frame.cpp | 4131 | | clMainFrame | OnReloadWorkspaceUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 2 | 19 | 30 | 127.438 | 4.95 | 630.817 | 35.0454 | 0.0245178 | 119.489 | 0 | 119.489 | 5 | 0 |
| LiteEditor/frame.cpp | 4137 | | clMainFrame | RebuildProject(const wxString &) | 1 | 42 | 30 | 7 | 5 | 9 | 2 | 56 | 225 | 1306.65 | 16.6 | 21690.5 | 1205.03 | 0.259254 | 71.0686 | 29.5564 | 100.625 | 38 | 2 |
| LiteEditor/frame.cpp | 4180 | | clMainFrame | OnBatchBuildUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 4 | 2 | 32 | 86 | 430 | 13 | 5590 | 310.556 | 0.104991 | 101.246 | 0 | 101.246 | 13 | 1 |
| LiteEditor/frame.cpp | 4191 | | clMainFrame | OnBatchBuild(wxCommandEvent &) | 1 | 15 | 11 | 3 | 1 | 3 | 2 | 34 | 75 | 381.56 | 11.1111 | 4239.55 | 235.531 | 0.0873156 | 95.5294 | 31.9355 | 127.465 | 9 | 1 |
| LiteEditor/frame.cpp | 4207 | | clMainFrame | SetFrameTitle(clEditor *) | 1 | 57 | 44 | 3 | 10 | 10 | 2 | 77 | 324 | 2030.44 | 20.3509 | 41321.2 | 2295.62 | 0.398407 | 63.5993 | 17.3987 | 80.998 | 59 | 6 |
| LiteEditor/frame.cpp | 4265 | | clMainFrame | OnBuildWorkspace(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 117.48 | 29.5564 | 147.037 | 3 | 1 |
| LiteEditor/frame.cpp | 4272 | | clMainFrame | OnBuildWorkspaceUI(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 4 | 2 | 29 | 81 | 393.496 | 12.3214 | 4848.44 | 269.358 | 0.0954875 | 103.415 | 0 | 103.415 | 13 | 1 |
| LiteEditor/frame.cpp | 4282 | | clMainFrame | OnDetachDebuggerViewTab(wxCommandEvent &) | 1 | 20 | 16 | 1 | 3 | 2 | 0 | 44 | 122 | 666.051 | 12.5714 | 8373.21 | 465.178 | 0.137449 | 88.202 | 16.9762 | 105.178 | 17 | 1 |
| LiteEditor/frame.cpp | 4303 | | clMainFrame | OnCleanWorkspace(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/frame.cpp | 4309 | | clMainFrame | OnCleanWorkspaceUI(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 4 | 2 | 29 | 81 | 393.496 | 12.3214 | 4848.44 | 269.358 | 0.0954875 | 103.415 | 0 | 103.415 | 13 | 1 |
| LiteEditor/frame.cpp | 4319 | | clMainFrame | OnReBuildWorkspace(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/frame.cpp | 4325 | | clMainFrame | OnReBuildWorkspaceUI(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 4 | 2 | 29 | 81 | 393.496 | 12.3214 | 4848.44 | 269.358 | 0.0954875 | 103.415 | 0 | 103.415 | 13 | 1 |
| LiteEditor/frame.cpp | 4335 | | clMainFrame | OnOpenShellFromFilePath(wxCommandEvent &) | 1 | 20 | 15 | 2 | 3 | 3 | 1 | 35 | 75 | 384.696 | 9.33333 | 3590.5 | 199.472 | 0.0781595 | 90.8264 | 23.5268 | 114.353 | 11 | 1 |
| LiteEditor/frame.cpp | 4356 | | clMainFrame | OnSyntaxHighlight(wxCommandEvent &) | 1 | 8 | 7 | 1 | 0 | 3 | 1 | 23 | 41 | 185.466 | 7.09091 | 1315.12 | 73.0624 | 0.0400119 | 109.464 | 26.0372 | 135.501 | 4 | 1 |
| LiteEditor/frame.cpp | 4365 | | clMainFrame | OnStartQuickDebug(clDebugEvent &) | 1 | 92 | 66 | 11 | 16 | 15 | 2 | 124 | 555 | 3859.58 | 24.24 | 93556.2 | 5197.57 | 0.686953 | 51.3538 | 25.5214 | 76.8752 | 90 | 2 |
| LiteEditor/frame.cpp | 4458 | | clMainFrame | OnQuickDebug(wxCommandEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 118.118 | 29.5564 | 147.674 | 2 | 2 |
| LiteEditor/frame.cpp | 4465 | | clMainFrame | OnDebugCoreDump(wxCommandEvent &) | 1 | 97 | 71 | 9 | 17 | 9 | 4 | 135 | 549 | 3885.17 | 26.6916 | 103701 | 5761.19 | 0.735758 | 51.8421 | 22.7285 | 74.5706 | 92 | 1 |
| LiteEditor/frame.cpp | 4563 | | clMainFrame | OnQuickDebugUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 2 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 31.9355 | 153.35 | 3 | 2 |
| LiteEditor/frame.cpp | 4569 | | clMainFrame | OnShowWhitespaceUI(wxUpdateUIEvent &) | 1 | 14 | 14 | 0 | 0 | 5 | 2 | 36 | 143 | 739.299 | 13.2826 | 9819.82 | 545.546 | 0.152856 | 92.7476 | 0 | 92.7476 | 24 | 4 |
| LiteEditor/frame.cpp | 4584 | | clMainFrame | OnShowWhitespace(wxCommandEvent &) | 1 | 18 | 15 | 1 | 2 | 5 | 1 | 38 | 139 | 729.462 | 11.96 | 8724.36 | 484.687 | 0.141265 | 88.746 | 17.8544 | 106.6 | 25 | 4 |
| LiteEditor/frame.cpp | 4603 | | clMainFrame | OnNextTab(wxCommandEvent &) | 1 | 12 | 10 | 0 | 2 | 2 | 1 | 32 | 74 | 370 | 10.5 | 3885 | 215.833 | 0.082377 | 99.5343 | 0 | 99.5343 | 10 | 1 |
| LiteEditor/frame.cpp | 4616 | | clMainFrame | OnPrevTab(wxCommandEvent &) | 1 | 17 | 13 | 0 | 4 | 3 | 2 | 34 | 81 | 412.084 | 11.4474 | 4717.28 | 262.071 | 0.0937576 | 93.1016 | 0 | 93.1016 | 10 | 1 |
| LiteEditor/frame.cpp | 4634 | | clMainFrame | OnNextPrevTab_UI(wxUpdateUIEvent &) | 1 | 12 | 11 | 0 | 1 | 3 | 2 | 31 | 59 | 292.298 | 12.4615 | 3642.48 | 202.36 | 0.0789121 | 100.53 | 0 | 100.53 | 6 | 2 |
| LiteEditor/frame.cpp | 4647 | | clMainFrame | OnIncrementalSearch(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 120.638 | 0 | 120.638 | 3 | 1 |
| LiteEditor/frame.cpp | 4653 | | clMainFrame | OnIncrementalReplace(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 120.638 | 0 | 120.638 | 3 | 1 |
| LiteEditor/frame.cpp | 4659 | | clMainFrame | OnRetagWorkspace(wxCommandEvent &) | 1 | 24 | 20 | 1 | 3 | 6 | 1 | 46 | 151 | 834.058 | 18.6481 | 15553.6 | 864.091 | 0.207698 | 83.1588 | 15.5492 | 98.7079 | 16 | 2 |
| LiteEditor/frame.cpp | 4684 | | clMainFrame | OnShowBuiltInTerminal(wxCommandEvent &) | 1 | 17 | 15 | 2 | 0 | 4 | 2 | 35 | 124 | 636.031 | 11.625 | 7393.86 | 410.77 | 0.12651 | 90.6147 | 25.3357 | 115.95 | 23 | 1 |
| LiteEditor/frame.cpp | 4702 | | clMainFrame | OnShowFullScreen(wxCommandEvent &) | 1 | 15 | 11 | 1 | 3 | 2 | 1 | 29 | 55 | 267.189 | 7.93333 | 2119.7 | 117.761 | 0.0550041 | 97.6122 | 19.4709 | 117.083 | 6 | 1 |
| LiteEditor/frame.cpp | 4718 | | clMainFrame | OnReloadExternallModified(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 5 | 604.639 | 33.5911 | 0.0238347 | 116.808 | 0 | 116.808 | 4 | 2 |
| LiteEditor/frame.cpp | 4725 | | clMainFrame | OnReloadExternallModifiedNoPrompt(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.0625 | 517.32 | 28.74 | 0.0214808 | 120.638 | 0 | 120.638 | 3 | 2 |
| LiteEditor/frame.cpp | 4731 | | clMainFrame | ReloadExternallyModifiedProjectFiles() | 0 | 60 | 41 | 11 | 8 | 10 | 3 | 77 | 264 | 1654.43 | 21.4118 | 35424.3 | 1968.02 | 0.359539 | 63.8333 | 30.787 | 94.6203 | 39 | 2 |
| LiteEditor/frame.cpp | 4792 | | clMainFrame | SaveLayoutAndSession() | 0 | 69 | 50 | 11 | 8 | 6 | 2 | 92 | 422 | 2752.94 | 20.7042 | 56997.6 | 3166.53 | 0.493685 | 59.8413 | 28.9929 | 88.8341 | 74 | 2 |
| LiteEditor/frame.cpp | 4862 | | clMainFrame | SaveGeneralSettings() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 4.5 | 404.659 | 22.481 | 0.0182364 | 147.375 | 0 | 147.375 | 3 | 1 |
| LiteEditor/frame.cpp | 4864 | | clMainFrame | OnNextFiFMatch(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.44444 | 508.662 | 28.259 | 0.0212405 | 120.048 | 0 | 120.048 | 4 | 1 |
| LiteEditor/frame.cpp | 4870 | | clMainFrame | OnPreviousFiFMatch(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.44444 | 508.662 | 28.259 | 0.0212405 | 120.048 | 0 | 120.048 | 4 | 1 |
| LiteEditor/frame.cpp | 4876 | | clMainFrame | OnNextFiFMatchUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 2 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 1 |
| LiteEditor/frame.cpp | 4878 | | clMainFrame | OnPreviousFiFMatchUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 2 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 1 |
| LiteEditor/frame.cpp | 4880 | | clMainFrame | OnFindResourceXXX(wxCommandEvent &) | 1 | 43 | 32 | 6 | 6 | 9 | 3 | 74 | 245 | 1521.32 | 19.3922 | 29501.6 | 1638.98 | 0.318255 | 69.8964 | 27.3464 | 97.2429 | 32 | 1 |
| LiteEditor/frame.cpp | 4924 | | clMainFrame | OnCheckForUpdate(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 47 | 228.325 | 9.91667 | 2264.22 | 125.79 | 0.0574767 | 110.776 | 0 | 110.776 | 5 | 1 |
| LiteEditor/frame.cpp | 4932 | | clMainFrame | OnShowActiveProjectSettings(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 41 | 182.837 | 6 | 1097.02 | 60.9456 | 0.0354559 | 109.768 | 0 | 109.768 | 5 | 1 |
| LiteEditor/frame.cpp | 4941 | | clMainFrame | OnShowActiveProjectSettingsUI(wxUpdateUIEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 2 | 27 | 54 | 256.764 | 7.6 | 1951.41 | 108.411 | 0.0520528 | 110.166 | 0 | 110.166 | 9 | 2 |
| LiteEditor/frame.cpp | 4949 | | clMainFrame | StartTimer() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 17 | 66.4171 | 4.5 | 298.877 | 16.6043 | 0.0149007 | 148.951 | 0 | 148.951 | 1 | 1 |
| LiteEditor/frame.cpp | 4951 | | clMainFrame | SelectBestEnvSet() | 0 | 62 | 42 | 10 | 11 | 13 | 4 | 63 | 303 | 1811.12 | 18.7234 | 33910.3 | 1883.9 | 0.34922 | 62.1416 | 29.14 | 91.2816 | 59 | 13 |
| LiteEditor/frame.cpp | 5014 | | clMainFrame | OnWorkspaceEditorPreferences(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.44444 | 508.662 | 28.259 | 0.0212405 | 123.663 | 0 | 123.663 | 4 | 1 |
| LiteEditor/frame.cpp | 5019 | | clMainFrame | OnWorkspaceSettings(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4.44444 | 508.662 | 28.259 | 0.0212405 | 123.663 | 0 | 123.663 | 4 | 1 |
| LiteEditor/frame.cpp | 5024 | | clMainFrame | OnGotoCodeLiteDownloadPage(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 4.88889 | 539.545 | 29.9747 | 0.0220918 | 117.284 | 0 | 117.284 | 3 | 1 |
| LiteEditor/frame.cpp | 5031 | | clMainFrame | DoSuggestRestart() | 0 | 17 | 16 | 0 | 1 | 2 | 1 | 38 | 73 | 383.099 | 8.80435 | 3372.93 | 187.385 | 0.0749694 | 93.7108 | 0 | 93.7108 | 7 | 5 |
| LiteEditor/frame.cpp | 5049 | | clMainFrame | OnRestoreDefaultLayout(wxCommandEvent &) | 1 | 37 | 25 | 3 | 9 | 4 | 3 | 71 | 190 | 1168.45 | 16.5312 | 19316 | 1073.11 | 0.23997 | 74.8533 | 21.348 | 96.2013 | 29 | 1 |
| LiteEditor/frame.cpp | 5087 | | clMainFrame | SetAUIManagerFlags() | 0 | 9 | 8 | 1 | 0 | 3 | 0 | 28 | 40 | 192.294 | 7.8 | 1499.89 | 83.3275 | 0.043677 | 107.368 | 24.6875 | 132.056 | 1 | 2 |
| LiteEditor/frame.cpp | 5097 | | clMainFrame | UpdateAUI() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 122.863 | 0 | 122.863 | 2 | 2 |
| LiteEditor/frame.cpp | 5103 | | clMainFrame | OnRetagWorkspaceUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 2 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 2 | 2 |
| LiteEditor/frame.cpp | 5105 | | clMainFrame | OnViewWordWrap(wxCommandEvent &) | 1 | 10 | 8 | 0 | 2 | 1 | 2 | 26 | 63 | 296.128 | 7.1875 | 2128.42 | 118.245 | 0.0551548 | 103.876 | 0 | 103.876 | 13 | 1 |
| LiteEditor/frame.cpp | 5116 | | clMainFrame | OnViewWordWrapUI(wxUpdateUIEvent &) | 1 | 14 | 13 | 0 | 1 | 3 | 2 | 38 | 83 | 435.578 | 12.15 | 5292.27 | 294.015 | 0.101229 | 95.9586 | 0 | 95.9586 | 11 | 0 |
| LiteEditor/frame.cpp | 5131 | | clMainFrame | OnGrepWord(wxCommandEvent &) | 1 | 61 | 53 | 3 | 6 | 8 | 3 | 93 | 368 | 2406.41 | 20.8643 | 50208 | 2789.34 | 0.453657 | 62.0772 | 16.842 | 78.9192 | 63 | 2 |
| LiteEditor/frame.cpp | 5193 | | clMainFrame | OnGrepWordUI(wxUpdateUIEvent &) | 1 | 12 | 10 | 2 | 0 | 5 | 2 | 35 | 91 | 466.765 | 12.2105 | 5699.44 | 316.636 | 0.106357 | 97.6362 | 29.5564 | 127.193 | 14 | 2 |
| LiteEditor/frame.cpp | 5206 | | clMainFrame | OnWebSearchSelection(wxCommandEvent &) | 1 | 19 | 16 | 0 | 3 | 4 | 2 | 37 | 94 | 489.689 | 10.9091 | 5342.06 | 296.781 | 0.101863 | 90.1725 | 0 | 90.1725 | 14 | 1 |
| LiteEditor/frame.cpp | 5226 | | clMainFrame | OnWebSearchSelectionUI(wxUpdateUIEvent &) | 1 | 7 | 6 | 0 | 1 | 2 | 2 | 26 | 45 | 211.52 | 7.28571 | 1541.07 | 85.6152 | 0.0444728 | 111.174 | 0 | 111.174 | 7 | 1 |
| LiteEditor/frame.cpp | 5236 | | clMainFrame | OnFileSaveUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| LiteEditor/frame.cpp | 5238 | | clMainFrame | OnActivateEditor(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 40 | 183.399 | 10.8333 | 1986.82 | 110.379 | 0.0526806 | 111.916 | 0 | 111.916 | 2 | 1 |
| LiteEditor/frame.cpp | 5246 | | clMainFrame | OnActiveEditorChanged(wxCommandEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 31.9355 | 153.715 | 2 | 2 |
| LiteEditor/frame.cpp | 5252 | | clMainFrame | OnLoadSession(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 119.762 | 0 | 119.762 | 4 | 2 |
| LiteEditor/frame.cpp | 5258 | | clMainFrame | OnShowBuildMenu(wxCommandEvent &) | 1 | 17 | 12 | 3 | 2 | 2 | 1 | 30 | 70 | 343.482 | 7.81579 | 2684.59 | 149.144 | 0.0643868 | 94.2784 | 30.2908 | 124.569 | 9 | 1 |
| LiteEditor/frame.cpp | 5276 | | clMainFrame | DoCreateBuildDropDownMenu(wxMenu *) | 1 | 28 | 22 | 2 | 4 | 6 | 3 | 58 | 219 | 1282.9 | 20.2632 | 25995.6 | 1444.2 | 0.292513 | 78.4225 | 20.1155 | 98.5381 | 45 | 46 |
| LiteEditor/frame.cpp | 5305 | | clMainFrame | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 31 | 129.268 | 4.4 | 568.778 | 31.5988 | 0.0228827 | 116.462 | 0 | 116.462 | 4 | 2 |
| LiteEditor/frame.cpp | 5312 | | clMainFrame | OnIncrementalSearchUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 2 | 17 | 28 | 114.449 | 5.625 | 643.775 | 35.7653 | 0.0248524 | 117.095 | 0 | 117.095 | 4 | 3 |
| LiteEditor/frame.cpp | 5319 | | clMainFrame | OnBuildProjectOnly(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 4 | 1 |
| LiteEditor/frame.cpp | 5325 | | clMainFrame | OnCleanProjectOnly(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.8 | 560.438 | 31.1354 | 0.0226585 | 119.945 | 0 | 119.945 | 4 | 1 |
| LiteEditor/frame.cpp | 5331 | | clMainFrame | OnFileSaveAllUI(wxUpdateUIEvent &) | 1 | 24 | 20 | 1 | 3 | 7 | 3 | 49 | 147 | 825.362 | 17.931 | 14799.6 | 822.2 | 0.20093 | 82.9833 | 15.5492 | 98.5324 | 15 | 1 |
| LiteEditor/frame.cpp | 5356 | | clMainFrame | OnShowDebuggerWindow(wxCommandEvent &) | 1 | 48 | 36 | 2 | 10 | 10 | 1 | 53 | 293 | 1678.28 | 17.0625 | 28635.7 | 1590.87 | 0.311997 | 67.3738 | 15.5492 | 82.923 | 36 | 9 |
| LiteEditor/frame.cpp | 5405 | | clMainFrame | OnShowDebuggerWindowUI(wxUpdateUIEvent &) | 1 | 45 | 32 | 3 | 10 | 10 | 1 | 42 | 213 | 1148.56 | 15.2 | 17458.2 | 969.898 | 0.224325 | 70.3915 | 19.4709 | 89.8624 | 19 | 9 |
| LiteEditor/frame.cpp | 5451 | | clMainFrame | OnThemeChanged(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/frame.cpp | 5453 | | clMainFrame | OnChangeActiveBookmarkType(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 7.94444 | 1236.07 | 68.6706 | 0.038392 | 112.771 | 0 | 112.771 | 3 | 1 |
| LiteEditor/frame.cpp | 5461 | | clMainFrame | OnSettingsChanged(wxCommandEvent &) | 1 | 15 | 12 | 1 | 2 | 2 | 1 | 40 | 96 | 510.905 | 8.88462 | 4539.2 | 252.178 | 0.0913828 | 94.2414 | 19.4709 | 113.712 | 19 | 2 |
| LiteEditor/frame.cpp | 5477 | | clMainFrame | OnDetachEditor(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/frame.cpp | 5479 | | clMainFrame | OnDetachEditorUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.55556 | 613.59 | 34.0883 | 0.0240693 | 146.306 | 0 | 146.306 | 3 | 1 |
| LiteEditor/frame.cpp | 5481 | | clMainFrame | OnShowStatusBar(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 45 | 203.56 | 6.15385 | 1252.68 | 69.5933 | 0.0387351 | 114.1 | 0 | 114.1 | 8 | 1 |
| LiteEditor/frame.cpp | 5488 | | clMainFrame | OnShowStatusBarUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 146.923 | 0 | 146.923 | 3 | 1 |
| LiteEditor/frame.cpp | 5490 | | clMainFrame | OnShowToolbar(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 43 | 197.153 | 6.76923 | 1334.58 | 74.1432 | 0.0404056 | 114.267 | 0 | 114.267 | 7 | 1 |
| LiteEditor/frame.cpp | 5497 | | clMainFrame | OnShowToolbarUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 146.923 | 0 | 146.923 | 3 | 1 |
| LiteEditor/frame.cpp | 5499 | | clMainFrame | ShowOrHideCaptions() | 0 | 8 | 7 | 1 | 0 | 1 | 0 | 22 | 40 | 178.377 | 4.84615 | 864.444 | 48.0246 | 0.0302485 | 110.127 | 26.0372 | 136.164 | 7 | 3 |
| LiteEditor/frame.cpp | 5508 | | clMainFrame | OnOpenFileExplorerFromFilePath(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 24 | 40 | 183.399 | 6.76923 | 1241.47 | 68.9704 | 0.0385037 | 114.643 | 0 | 114.643 | 4 | 1 |
| LiteEditor/frame.cpp | 5515 | | clMainFrame | OnSwitchWorkspaceUI(wxUpdateUIEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 2 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 118.461 | 29.5564 | 148.018 | 3 | 2 |
| LiteEditor/frame.cpp | 5522 | | clMainFrame | OnSplitSelection(wxCommandEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 21 | 34 | 149.339 | 5.90909 | 882.457 | 49.0254 | 0.0306672 | 113.214 | 0 | 113.214 | 3 | 1 |
| LiteEditor/frame.cpp | 5530 | | clMainFrame | OnSplitSelectionUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 23 | 36 | 162.848 | 7.63636 | 1243.57 | 69.0871 | 0.0385471 | 117.984 | 0 | 117.984 | 4 | 1 |
| LiteEditor/frame.cpp | 5536 | | clMainFrame | OnProjectRenamed(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5 | 583.79 | 32.4328 | 0.0232836 | 119.945 | 0 | 119.945 | 4 | 2 |
| LiteEditor/frame.cpp | 5542 | | clMainFrame | OnShowTabBar(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 41 | 182.837 | 6.25 | 1142.73 | 63.485 | 0.0364341 | 117.612 | 0 | 117.612 | 7 | 2 |
| LiteEditor/frame.cpp | 5548 | | clMainFrame | OnShowTabBarUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.5 | 689.348 | 38.2971 | 0.0260118 | 145.649 | 0 | 145.649 | 4 | 1 |
| LiteEditor/frame.cpp | 5550 | | clMainFrame | OnRunSetupWizard(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.11111 | 898.001 | 49.8889 | 0.0310263 | 113.068 | 0 | 113.068 | 4 | 1 |
| LiteEditor/frame.cpp | 5558 | | clMainFrame | OnCloseTabsToTheRight(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 8 | 1613.91 | 89.6615 | 0.0458632 | 111.42 | 0 | 111.42 | 4 | 1 |
| LiteEditor/frame.cpp | 5566 | | clMainFrame | OnMarkEditorReadonly(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 1 | 24 | 48 | 220.078 | 8.03846 | 1769.09 | 98.2828 | 0.0487579 | 109.034 | 0 | 109.034 | 6 | 1 |
| LiteEditor/frame.cpp | 5575 | | clMainFrame | OnMarkEditorReadonlyUI(wxUpdateUIEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 24 | 40 | 183.399 | 8 | 1467.19 | 81.5104 | 0.0430397 | 112.146 | 0 | 112.146 | 4 | 1 |
| LiteEditor/frame.cpp | 5583 | | clMainFrame | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 27 | 57 | 271.029 | 8 | 2168.23 | 120.457 | 0.0558404 | 105.813 | 24.6875 | 130.501 | 9 | 2 |
| LiteEditor/frame.cpp | 5593 | | clMainFrame | OnFileOpenFolder(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 67 | 322.093 | 7.875 | 2536.48 | 140.916 | 0.0619964 | 104.916 | 0 | 104.916 | 12 | 1 |
| LiteEditor/frame.cpp | 5603 | | clMainFrame | OnNewWorkspaceUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 123.749 | 0 | 123.749 | 3 | 3 |
| LiteEditor/frame.cpp | 5608 | | clMainFrame | OnNewProjectUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 21 | 40 | 175.693 | 6.36364 | 1118.04 | 62.1136 | 0.0359075 | 117.59 | 0 | 117.59 | 6 | 1 |
| LiteEditor/frame.cpp | 5614 | | clMainFrame | OnDebugStarted(clDebugEvent &) | 1 | 13 | 11 | 1 | 1 | 3 | 1 | 35 | 113 | 579.609 | 8.02083 | 4648.95 | 258.275 | 0.09285 | 95.6736 | 20.8285 | 116.502 | 20 | 2 |
| LiteEditor/frame.cpp | 5628 | | clMainFrame | OnDebugEnded(clDebugEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 37 | 159.911 | 5.31818 | 850.438 | 47.2465 | 0.0299208 | 115.355 | 0 | 115.355 | 5 | 2 |
| LiteEditor/frame.cpp | 5635 | | clMainFrame | OnPrint(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 35 | 143.061 | 5.625 | 804.719 | 44.7066 | 0.0288387 | 115.704 | 0 | 115.704 | 5 | 1 |
| LiteEditor/frame.cpp | 5642 | | clMainFrame | OnPageSetup(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 17 | 35 | 143.061 | 5.625 | 804.719 | 44.7066 | 0.0288387 | 115.704 | 0 | 115.704 | 5 | 1 |
| LiteEditor/frame.cpp | 5649 | | clMainFrame | OnRecentWorkspaceUI(wxUpdateUIEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 120.134 | 31.9355 | 152.069 | 3 | 1 |
| LiteEditor/frame.cpp | 5655 | | clMainFrame | OnToggleReverseDebugging(wxCommandEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 49 | 215.224 | 7.27273 | 1565.26 | 86.959 | 0.0449369 | 108.92 | 26.0372 | 134.958 | 7 | 1 |
| LiteEditor/frame.cpp | 5664 | | clMainFrame | OnToggleReverseDebuggingUI(wxUpdateUIEvent &) | 1 | 12 | 12 | 0 | 0 | 5 | 1 | 37 | 99 | 515.736 | 13.6 | 7014.01 | 389.667 | 0.12214 | 97.1174 | 0 | 97.1174 | 12 | 1 |
| LiteEditor/frame.cpp | 5677 | | clMainFrame | OnToggleReverseDebuggingRecording(wxCommandEvent &) | 1 | 8 | 7 | 1 | 0 | 2 | 1 | 21 | 49 | 215.224 | 7.27273 | 1565.26 | 86.959 | 0.0449369 | 108.92 | 26.0372 | 134.958 | 7 | 1 |
| LiteEditor/frame.cpp | 5686 | | clMainFrame | OnToggleReverseDebuggingRecordingUI(wxUpdateUIEvent &) | 1 | 12 | 12 | 0 | 0 | 6 | 1 | 39 | 110 | 581.394 | 13.5227 | 7862.04 | 436.78 | 0.131796 | 96.2643 | 0 | 96.2643 | 15 | 1 |
| LiteEditor/frame.cpp | 5699 | | clMainFrame | OnCopyFilePathRelativeToWorkspace(wxCommandEvent &) | 1 | 12 | 10 | 0 | 2 | 1 | 1 | 35 | 86 | 441.118 | 8.08696 | 3567.3 | 198.184 | 0.0778226 | 98.8501 | 0 | 98.8501 | 13 | 1 |
| LiteEditor/frame.cpp | 5712 | | clMainFrame | OnCopyFilePathRelativeToWorkspaceUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 21 | 34 | 149.339 | 5.45455 | 814.575 | 45.2542 | 0.0290736 | 122.05 | 0 | 122.05 | 5 | 1 |
| LiteEditor/frame.cpp | 5717 | | clMainFrame | InitializeLogo() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 38 | 166.908 | 5.90909 | 986.275 | 54.7931 | 0.0330276 | 112.406 | 0 | 112.406 | 6 | 1 |
| LiteEditor/frame.cpp | 5725 | | clMainFrame | OnDuplicateTab(wxCommandEvent &) | 1 | 19 | 12 | 4 | 3 | 2 | 1 | 38 | 123 | 645.495 | 13.0435 | 8419.5 | 467.75 | 0.137955 | 89.196 | 32.6227 | 121.819 | 19 | 1 |
| LiteEditor/frame.cpp | 5745 | | clMainFrame | DoShowCaptions(bool) | 1 | 19 | 18 | 1 | 0 | 9 | 3 | 38 | 169 | 886.9 | 28.5 | 25276.6 | 1404.26 | 0.287095 | 85.9339 | 17.3987 | 103.333 | 18 | 3 |
| LiteEditor/frame.cpp | 5765 | | clMainFrame | OnToggleMinimalView(wxCommandEvent &) | 1 | 36 | 28 | 6 | 3 | 6 | 2 | 44 | 184 | 1004.54 | 14.5714 | 14637.5 | 813.195 | 0.199461 | 75.6231 | 29.5564 | 105.179 | 30 | 1 |
| LiteEditor/frame.cpp | 5802 | | clMainFrame | OnToggleMinimalViewUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 24 | 35 | 160.474 | 7 | 1123.32 | 62.4064 | 0.0360202 | 118.291 | 0 | 118.291 | 4 | 1 |
| LiteEditor/frame.cpp | 5808 | | clMainFrame | OnDebugStepInstUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 118.834 | 0 | 118.834 | 4 | 1 |
| LiteEditor/frame.cpp | 5814 | | clMainFrame | OnDebugJumpToCursorUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 118.834 | 0 | 118.834 | 4 | 1 |
| LiteEditor/frame.cpp | 5820 | | clMainFrame | OnDebugRunToCursorUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 118.834 | 0 | 118.834 | 4 | 1 |
| LiteEditor/frame.cpp | 5826 | | clMainFrame | OnDebugInterruptUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 118.834 | 0 | 118.834 | 4 | 1 |
| LiteEditor/frame.cpp | 5832 | | clMainFrame | OnDebugShowCursorUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 2 | 20 | 32 | 138.302 | 4.90909 | 678.936 | 37.7186 | 0.0257492 | 118.834 | 0 | 118.834 | 4 | 1 |
| LiteEditor/frame.cpp | 5838 | | clMainFrame | OnDebugRunToCursor(wxCommandEvent &) | 1 | 19 | 17 | 1 | 1 | 6 | 1 | 47 | 133 | 738.76 | 11.871 | 8769.8 | 487.211 | 0.141755 | 87.5742 | 17.3987 | 104.973 | 18 | 1 |
| LiteEditor/frame.cpp | 5858 | | clMainFrame | OnDebugJumpToCursor(wxCommandEvent &) | 1 | 13 | 11 | 1 | 1 | 6 | 1 | 39 | 97 | 512.684 | 11.1304 | 5706.4 | 317.022 | 0.106444 | 95.6216 | 20.8285 | 116.45 | 12 | 1 |
| LiteEditor/frame.cpp | 5872 | | clMainFrame | GetTheApp() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 9.42857 | 1361.76 | 75.6536 | 0.0409525 | 115.885 | 0 | 115.885 | 1 | 7 |
| LiteEditor/frame.cpp | 5879 | | clMainFrame | OnEnvironmentVariablesModified(clCommandEvent &) | 1 | 18 | 17 | 1 | 0 | 4 | 4 | 37 | 103 | 536.574 | 11.9318 | 6402.3 | 355.683 | 0.114931 | 90.5729 | 17.8544 | 108.427 | 14 | 2 |
| LiteEditor/frame.cpp | 5898 | | clMainFrame | OnWordComplete(wxCommandEvent &) | 1 | 31 | 26 | 2 | 4 | 3 | 1 | 61 | 183 | 1085.32 | 12.2667 | 13313.3 | 739.629 | 0.187242 | 78.3333 | 19.171 | 97.5043 | 22 | 1 |
| LiteEditor/frame.cpp | 5930 | | clMainFrame | OnGotoAnything(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 4.44444 | 472.329 | 26.2405 | 0.0202166 | 120.434 | 0 | 120.434 | 3 | 1 |
| LiteEditor/frame.cpp | 5936 | | clMainFrame | OnVersionCheckError(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 28 | 118.942 | 4.95 | 588.763 | 32.709 | 0.0234156 | 119.848 | 0 | 119.848 | 9 | 1 |
| LiteEditor/frame.cpp | 5980 | | clMainFrame | OnMainBookNavigating(wxCommandEvent &) | 1 | 15 | 12 | 1 | 2 | 3 | 2 | 28 | 77 | 370.166 | 9.96667 | 3689.32 | 204.962 | 0.0795872 | 95.687 | 19.4709 | 115.158 | 11 | 2 |
| LiteEditor/frame.cpp | 5996 | | clMainFrame | OnMainBookMovePage(wxCommandEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 5.5 | 689.348 | 38.2971 | 0.0260118 | 123.191 | 0 | 123.191 | 4 | 2 |
| LiteEditor/frame.cpp | 6001 | | clMainFrame | OnFindNext(wxCommandEvent &) | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 46 | 123 | 679.398 | 13.5 | 9171.87 | 509.549 | 0.146055 | 91.4838 | 0 | 91.4838 | 17 | 1 |
| LiteEditor/frame.cpp | 6018 | | clMainFrame | OnFindPrevious(wxCommandEvent &) | 1 | 16 | 15 | 0 | 1 | 3 | 1 | 46 | 123 | 679.398 | 13.5 | 9171.87 | 509.549 | 0.146055 | 91.4838 | 0 | 91.4838 | 17 | 1 |
| LiteEditor/frame.cpp | 6035 | | clMainFrame | OnCustomiseToolbar(wxCommandEvent &) | 1 | 18 | 17 | 0 | 1 | 5 | 2 | 56 | 135 | 783.993 | 17.625 | 13817.9 | 767.66 | 0.191943 | 88.3711 | 0 | 88.3711 | 17 | 1 |
| LiteEditor/frame.cpp | 6054 | | clMainFrame | OnInfobarButton(wxCommandEvent &) | 1 | 14 | 14 | 1 | 0 | 2 | 1 | 37 | 88 | 458.432 | 9.20833 | 4221.39 | 234.522 | 0.0870661 | 95.9227 | 20.1155 | 116.038 | 13 | 2 |
| LiteEditor/frame.cpp | 6069 | | clMainFrame | OnShowMenuBar(wxCommandEvent &) | 1 | 16 | 15 | 1 | 0 | 1 | 0 | 37 | 77 | 401.128 | 10.5682 | 4239.19 | 235.511 | 0.0873107 | 94.6838 | 18.8844 | 113.568 | 9 | 1 |
| LiteEditor/frame.cpp | 6086 | | clMainFrame | OnShowMenuBarUI(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 0 | 28 | 53 | 254.79 | 10.3846 | 2645.89 | 146.994 | 0.0637667 | 105.905 | 0 | 105.905 | 3 | 1 |
| LiteEditor/frame.cpp | 6096 | | clMainFrame | Raise() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 14 | 46.507 | 3.75 | 174.401 | 9.68896 | 0.0104051 | 150.804 | 0 | 150.804 | 1 | 3 |
| LiteEditor/frame.cpp | 6098 | | clMainFrame | OnReportIssue(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 3.9375 | 338.434 | 18.8019 | 0.0161881 | 121.537 | 0 | 121.537 | 3 | 1 |
| LiteEditor/frame.cpp | 6104 | | clMainFrame | DoShowMenuBar(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 2 |
| LiteEditor/frame.cpp | 6106 | | clMainFrame | OnSysColoursChanged(clCommandEvent &) | 1 | 24 | 20 | 4 | 2 | 2 | 0 | 47 | 148 | 822.079 | 9.6 | 7891.96 | 438.442 | 0.13213 | 84.154 | 29.5564 | 113.71 | 12 | 2 |
| LiteEditor/frame.cpp | 6131 | | clMainFrame | DoSysColoursChanged() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 13 | 44.9726 | 3.5 | 157.404 | 8.74467 | 0.00971754 | 150.979 | 0 | 150.979 | 1 | 2 |
| LiteEditor/frame.cpp | 6138 | | clMainFrame | OnSetActivePoject(wxCommandEvent &) | 1 | 22 | 17 | 1 | 4 | 3 | 1 | 54 | 130 | 748.135 | 14.1143 | 10559.4 | 586.633 | 0.160437 | 85.8237 | 16.2158 | 102.04 | 14 | 1 |
| LiteEditor/frame.cpp | 6161 | | clMainFrame | OnSetActivePojectUI(wxUpdateUIEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 24 | 45 | 206.323 | 7.19231 | 1483.94 | 82.4412 | 0.0433667 | 113.8 | 0 | 113.8 | 6 | 1 |
| LiteEditor/frame.cpp | 6168 | | clMainFrame | UpdateMainToolbarOrientation(int) | 1 | 14 | 10 | 2 | 2 | 2 | 1 | 29 | 52 | 252.615 | 10.7143 | 2706.59 | 150.366 | 0.0647382 | 99.0216 | 27.6325 | 126.654 | 4 | 4 |
| LiteEditor/frame.cpp | 6183 | | clMainFrame | OnMainToolBarPlaceTop(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/frame.cpp | 6189 | | clMainFrame | OnMainToolBarHide(wxCommandEvent &) | 1 | 12 | 9 | 2 | 1 | 2 | 1 | 28 | 46 | 221.138 | 8 | 1769.11 | 98.2837 | 0.0487582 | 102.211 | 29.5564 | 131.767 | 5 | 2 |
| LiteEditor/frame.cpp | 6202 | | clMainFrame | OnMainToolBarPlaceBottom(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/frame.cpp | 6208 | | clMainFrame | OnMainToolBarPlaceLeft(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/frame.cpp | 6214 | | clMainFrame | OnMainToolBarPlaceRight(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/frame.cpp | 6220 | | clMainFrame | OnMainToolBarHideUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5 | 500.391 | 27.7995 | 0.0210096 | 146.819 | 0 | 146.819 | 1 | 2 |
| LiteEditor/frame.cpp | 6221 | | clMainFrame | OnMainToolBarPlaceTopUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 1 | 2 |
| LiteEditor/frame.cpp | 6222 | | clMainFrame | OnMainToolBarPlaceBottomUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 1 | 2 |
| LiteEditor/frame.cpp | 6223 | | clMainFrame | OnMainToolBarPlaceLeftUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 1 | 2 |
| LiteEditor/frame.cpp | 6224 | | clMainFrame | OnMainToolBarPlaceRightUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 1 | 2 |
| LiteEditor/frame.cpp | 6226 | | clMainFrame | OnAiPromptEditor(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 116.991 | 0 | 116.991 | 3 | 1 |
| LiteEditor/frame.cpp | 6233 | | clMainFrame | OnAiShowChatBox(wxCommandEvent &) | 1 | 17 | 16 | 1 | 0 | 3 | 2 | 42 | 87 | 469.132 | 9.23077 | 4330.45 | 240.58 | 0.0885592 | 92.4274 | 18.3478 | 110.775 | 12 | 1 |
| LiteEditor/frame.cpp | 6251 | | clMainFrame | OnAiChooseEndpoint(wxCommandEvent &) | 1 | 32 | 29 | 1 | 2 | 6 | 2 | 53 | 179 | 1025.3 | 12.6316 | 12951.1 | 719.507 | 0.18383 | 77.4248 | 13.5225 | 90.9474 | 21 | 1 |
| LiteEditor/frame.cpp | 6284 | | clMainFrame | OnAiConfigureEndpoint(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 35 | 79 | 405.213 | 10.5 | 4254.74 | 236.374 | 0.0875241 | 99.0616 | 0 | 99.0616 | 11 | 3 |
| LiteEditor/frame.cpp | 6297 | | clMainFrame | OnAiAddNewSseMCPServer(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 70 | 350 | 9.33333 | 3266.67 | 181.481 | 0.0733864 | 101.233 | 0 | 101.233 | 10 | 1 |
| LiteEditor/frame.cpp | 6309 | | clMainFrame | OnAiAddNewMCPServer(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 32 | 70 | 350 | 9.33333 | 3266.67 | 181.481 | 0.0733864 | 101.233 | 0 | 101.233 | 10 | 1 |
| LiteEditor/frame.cpp | 6321 | | clMainFrame | OnAiSettings(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 119.945 | 0 | 119.945 | 3 | 1 |
| LiteEditor/frame.cpp | 6327 | | clMainFrame | OnAiAvailableUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 4.4 | 513.735 | 28.5408 | 0.0213815 | 146.017 | 0 | 146.017 | 3 | 3 |
| LiteEditor/frame.cpp | 6329 | | clMainFrame | OnShowMiniMap(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 0 | 22 | 34 | 151.621 | 6.5 | 985.534 | 54.7519 | 0.0330111 | 112.905 | 0 | 112.905 | 1 | 1 |
| LiteEditor/frame.cpp | 6337 | | clMainFrame | OnShowMiniMapUI(wxUpdateUIEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 0 | 25 | 52 | 241.481 | 10.8182 | 2612.38 | 145.132 | 0.0632271 | 104.707 | 0 | 104.707 | 2 | 1 |
| LiteEditor/free_text_dialog.cpp | 41 | | FreeTextDialog | FreeTextDialog(wxWindow *, const wxString &, int, const wxString &, wxPoint, wxSize, int) | 7 | 34 | 25 | 0 | 9 | 1 | 0 | 67 | 267 | 1619.65 | 16.1538 | 26163.5 | 1453.53 | 0.293771 | 75.2152 | 0 | 75.2152 | 30 | 1 |
| LiteEditor/generalinfo.cpp | 28 | | GeneralInfo | GeneralInfo() | 0 | 12 | 11 | 1 | 0 | 1 | 0 | 29 | 86 | 417.786 | 9.47368 | 3957.98 | 219.888 | 0.0834054 | 99.1327 | 21.6227 | 120.755 | 14 | 1 |
| LiteEditor/generalinfo.cpp | 41 | | GeneralInfo | DeSerialize(Archive &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 6.92308 | 1451.03 | 80.6128 | 0.0427231 | 113.949 | 0 | 113.949 | 6 | 0 |
| LiteEditor/generalinfo.cpp | 48 | | GeneralInfo | Serialize(Archive &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 6.92308 | 1451.03 | 80.6128 | 0.0427231 | 113.949 | 0 | 113.949 | 8 | 0 |
| LiteEditor/generic_context.cpp | 34 | | ContextGeneric | ContextGeneric(clEditor *, const wxString &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.66667 | 821.266 | 45.6259 | 0.0292326 | 116.712 | 0 | 116.712 | 3 | 4 |
| LiteEditor/generic_context.cpp | 41 | | ContextGeneric | NewInstance(clEditor *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 6.66667 | 613.333 | 34.0741 | 0.0240626 | 147.257 | 0 | 147.257 | 2 | 0 |
| LiteEditor/generic_context.cpp | 43 | | ContextGeneric | ApplySettings() [override] | 0 | 25 | 22 | 2 | 1 | 5 | 2 | 52 | 174 | 991.877 | 15.0571 | 14934.8 | 829.713 | 0.202152 | 81.8263 | 21.2145 | 103.041 | 33 | 1 |
| LiteEditor/generic_context.cpp | 69 | | ContextGeneric | ProcessIdleActions() [override] | 0 | 96 | 73 | 8 | 15 | 18 | 4 | 86 | 581 | 3733.66 | 48.9667 | 182825 | 10156.9 | 1.07375 | 50.1468 | 21.6227 | 71.7696 | 74 | 1 |
| LiteEditor/importfilesdialog_liteeditor_bitmaps.cpp | 34 | | | wxC945BInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/importfilesdialog_new.cpp | 16 | | ImportFilesDialogNewBase | ImportFilesDialogNewBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 102 | 75 | 2 | 25 | 8 | 1 | 162 | 966 | 7090.3 | 31.2174 | 221341 | 12296.7 | 1.2197 | 48.1297 | 10.7617 | 58.8914 | 150 | 1 |
| LiteEditor/importfilesdialog_new.cpp | 119 | | ImportFilesDialogNewBase | ~ImportFilesDialogNewBase() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 26 | 80 | 376.035 | 9.375 | 3525.33 | 195.852 | 0.0772109 | 106.249 | 0 | 106.249 | 16 | 0 |
| LiteEditor/importfilessettings.cpp | 27 | | ImportFilesSettings | ImportFilesSettings() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 17 | 60.9444 | 4.2 | 255.966 | 14.2204 | 0.013438 | 123.325 | 0 | 123.325 | 1 | 3 |
| LiteEditor/importfilessettings.cpp | 33 | | ImportFilesSettings | DeSerialize(Archive &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 6.92308 | 1451.03 | 80.6128 | 0.0427231 | 113.949 | 0 | 113.949 | 6 | 0 |
| LiteEditor/importfilessettings.cpp | 40 | | ImportFilesSettings | Serialize(Archive &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 47 | 209.593 | 6.92308 | 1451.03 | 80.6128 | 0.0427231 | 113.949 | 0 | 113.949 | 6 | 0 |
| LiteEditor/listctrlpanel_formbuilder_bitmaps.cpp | 69 | | | wxCF3AAInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 2 |
| LiteEditor/listctrlpanelbase.cpp | 62 | | DebuggerBtImgList | DebuggerBtImgList() | 0 | 25 | 23 | 1 | 1 | 5 | 3 | 45 | 142 | 779.843 | 15.3333 | 11957.6 | 664.311 | 0.174304 | 83.0769 | 15.2452 | 98.3222 | 18 | 0 |
| LiteEditor/listctrlpanelbase.cpp | 88 | | DebuggerBtImgList | ~DebuggerBtImgList() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/listctrlpanelbase.cpp | 14 | | ListCtrlPanelBase | ListCtrlPanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 39 | 32 | 2 | 5 | 3 | 1 | 81 | 315 | 1997.05 | 18.3871 | 36720 | 2040 | 0.368254 | 71.4433 | 17.1835 | 88.6268 | 49 | 1 |
| LiteEditor/listctrlpanelbase.cpp | 54 | | ListCtrlPanelBase | ~ListCtrlPanelBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 112.047 | 0 | 112.047 | 8 | 0 |
| LiteEditor/localstable.cpp | 42 | | LocalsTable | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/localstable.cpp | 42 | | LocalsTable | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/localstable.cpp | 47 | | LocalsTable | LocalsTable(wxWindow *) | 1 | 21 | 17 | 1 | 3 | 1 | 0 | 45 | 114 | 626.071 | 9.70968 | 6078.95 | 337.719 | 0.111028 | 87.9635 | 16.583 | 104.546 | 20 | 2 |
| LiteEditor/localstable.cpp | 69 | | LocalsTable | UpdateLocals(const LocalVariables &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 1 | 1 |
| LiteEditor/localstable.cpp | 71 | | LocalsTable | UpdateFuncArgs(const LocalVariables &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 4.44444 | 381.497 | 21.1943 | 0.0175337 | 147.617 | 0 | 147.617 | 1 | 1 |
| LiteEditor/localstable.cpp | 73 | | LocalsTable | Initialize() | 0 | 18 | 15 | 1 | 2 | 2 | 1 | 41 | 100 | 535.755 | 9.05357 | 4850.5 | 269.472 | 0.0955146 | 91.0409 | 17.8544 | 108.895 | 13 | 1 |
| LiteEditor/localstable.cpp | 92 | | LocalsTable | OnCreateVariableObj(const DebuggerEventData &) | 1 | 29 | 21 | 3 | 5 | 4 | 3 | 61 | 181 | 1073.46 | 18.7805 | 20160.2 | 1120.01 | 0.246912 | 79.2409 | 23.8955 | 103.136 | 19 | 1 |
| LiteEditor/localstable.cpp | 122 | | LocalsTable | OnListChildren(const DebuggerEventData &) | 1 | 48 | 35 | 5 | 8 | 10 | 5 | 88 | 302 | 1950.75 | 27.2213 | 53101.9 | 2950.11 | 0.470926 | 66.5915 | 23.9713 | 90.5628 | 30 | 1 |
| LiteEditor/localstable.cpp | 171 | | LocalsTable | OnVariableObjUpdate(const DebuggerEventData &) | 1 | 21 | 17 | 2 | 2 | 4 | 2 | 48 | 119 | 664.611 | 12.25 | 8141.48 | 452.304 | 0.134901 | 86.9629 | 23.0043 | 109.967 | 12 | 1 |
| LiteEditor/localstable.cpp | 193 | | LocalsTable | OnItemExpanding(wxTreeEvent &) [override] | 1 | 54 | 42 | 8 | 7 | 11 | 3 | 73 | 327 | 2024.07 | 29.6327 | 59978.6 | 3332.15 | 0.510752 | 64.2616 | 28.0786 | 92.3402 | 40 | 1 |
| LiteEditor/localstable.cpp | 248 | | LocalsTable | DoClearNonVariableObjectEntries(wxArrayString &, size_t, std::map<wxString, wxString> &) | 3 | 28 | 24 | 1 | 3 | 6 | 3 | 60 | 204 | 1205.01 | 24.2432 | 29213.2 | 1622.96 | 0.316178 | 78.7482 | 14.4303 | 93.1785 | 22 | 1 |
| LiteEditor/localstable.cpp | 277 | | LocalsTable | DoUpdateLocals(const LocalVariables &, size_t) | 2 | 79 | 52 | 13 | 14 | 14 | 4 | 101 | 468 | 3116.04 | 38.662 | 120472 | 6692.91 | 0.813087 | 55.1645 | 29.3942 | 84.5587 | 57 | 2 |
| LiteEditor/localstable.cpp | 357 | | LocalsTable | UpdateFrameInfo() | 0 | 10 | 10 | 0 | 0 | 3 | 1 | 33 | 93 | 469.129 | 9.75 | 4574 | 254.111 | 0.0918494 | 101.024 | 0 | 101.024 | 19 | 0 |
| LiteEditor/localstable.cpp | 368 | | LocalsTable | OnRefresh(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 35 | 153.731 | 6.6 | 1014.63 | 56.3681 | 0.0336576 | 110.67 | 0 | 110.67 | 3 | 1 |
| LiteEditor/localstable.cpp | 377 | | LocalsTable | OnRefreshUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/localstable.cpp | 379 | | LocalsTable | OnItemRightClick(wxTreeEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 42 | 195.042 | 5.0625 | 987.4 | 54.8556 | 0.0330527 | 114.323 | 0 | 114.323 | 7 | 0 |
| LiteEditor/localstable.cpp | 386 | | LocalsTable | OnEditValue(wxCommandEvent &) | 1 | 27 | 22 | 1 | 4 | 6 | 2 | 51 | 156 | 884.898 | 15.2727 | 13514.8 | 750.823 | 0.189126 | 80.943 | 14.6873 | 95.6302 | 19 | 1 |
| LiteEditor/localstable.cpp | 414 | | LocalsTable | OnEditValueUI(wxUpdateUIEvent &) | 1 | 12 | 11 | 0 | 1 | 5 | 1 | 38 | 89 | 467.066 | 13.95 | 6515.56 | 361.976 | 0.116282 | 97.6329 | 0 | 97.6329 | 7 | 1 |
| LiteEditor/localstable.cpp | 427 | | LocalsTable | UpdateFuncReturnValue(const wxString &) | 1 | 33 | 24 | 3 | 6 | 3 | 1 | 54 | 184 | 1058.9 | 17.4595 | 18487.8 | 1027.1 | 0.233061 | 77.4487 | 22.5149 | 99.9636 | 24 | 1 |
| LiteEditor/localstable.cpp | 461 | | LocalsTable | OnStackSelected(clCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 4 | 1 | 32 | 69 | 345 | 8.21053 | 2832.63 | 157.368 | 0.0667327 | 104.099 | 0 | 104.099 | 9 | 1 |
| LiteEditor/localstable.cpp | 471 | | LocalsTable | OnSortItems(wxCommandEvent &) [override] | 1 | 8 | 6 | 2 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.625 | 574.799 | 31.9333 | 0.0230439 | 113.024 | 34.9714 | 147.995 | 2 | 0 |
| LiteEditor/localstable.cpp | 480 | | LocalsTable | SetSortingFunction() | 0 | 12 | 11 | 1 | 0 | 2 | 2 | 33 | 84 | 423.729 | 16.9643 | 7188.26 | 399.348 | 0.124154 | 98.8292 | 21.6227 | 120.452 | 8 | 2 |
| LiteEditor/mainbook.cpp | 635 | | | IsFileExists(const wxFileName &) | 1 | 12 | 8 | 3 | 1 | 1 | 0 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 104.881 | 34.9714 | 139.853 | 1 | 2 |
| LiteEditor/mainbook.cpp | 128 | {anonymous} | | create_platform_filepath(const wxString &) | 1 | 10 | 10 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 9 | 1691.85 | 93.9917 | 0.0473282 | 106.239 | 0 | 106.239 | 1 | 3 |
| LiteEditor/mainbook.cpp | 141 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 14 | 14 | 0 | 0 | 3 | 0 | 25 | 51 | 236.837 | 5.89286 | 1395.64 | 77.5358 | 0.0416289 | 99.1269 | 0 | 99.1269 | 0 | 1 |
| LiteEditor/mainbook.cpp | 157 | | MainBook | MainBook(wxWindow *) | 1 | 11 | 11 | 0 | 0 | 2 | 0 | 33 | 61 | 307.708 | 7.475 | 2300.12 | 127.784 | 0.0580825 | 101.903 | 0 | 101.903 | 5 | 1 |
| LiteEditor/mainbook.cpp | 169 | | MainBook | CreateGuiControls() | 0 | 33 | 29 | 1 | 3 | 4 | 1 | 72 | 280 | 1727.58 | 22.66 | 39146.9 | 2174.83 | 0.384306 | 74.6733 | 13.3211 | 87.9944 | 9 | 1 |
| LiteEditor/mainbook.cpp | 203 | | MainBook | ConnectEvents() | 0 | 30 | 26 | 1 | 3 | 1 | 0 | 62 | 384 | 2286.41 | 12.5962 | 28800 | 1600 | 0.313189 | 75.45 | 13.9543 | 89.4043 | 37 | 1 |
| LiteEditor/mainbook.cpp | 234 | | MainBook | ~MainBook() [override] | 0 | 37 | 34 | 0 | 3 | 3 | 1 | 73 | 451 | 2791.61 | 14.8525 | 41462.3 | 2303.46 | 0.399314 | 70.5544 | 0 | 70.5544 | 43 | 0 |
| LiteEditor/mainbook.cpp | 272 | | MainBook | OnMouseDClick(wxBookCtrlEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 2 |
| LiteEditor/mainbook.cpp | 278 | | MainBook | OnPageClosing(wxBookCtrlEvent &) | 1 | 29 | 25 | 2 | 2 | 6 | 2 | 53 | 159 | 910.739 | 16.7344 | 15240.7 | 846.703 | 0.204903 | 79.6357 | 19.7854 | 99.421 | 16 | 2 |
| LiteEditor/mainbook.cpp | 308 | | MainBook | OnPageClosed(wxBookCtrlEvent &) | 1 | 23 | 18 | 2 | 3 | 5 | 1 | 49 | 130 | 729.912 | 17.5185 | 12787 | 710.388 | 0.182274 | 84.7718 | 22.0554 | 106.827 | 12 | 2 |
| LiteEditor/mainbook.cpp | 332 | | MainBook | OnProjectFileAdded(clCommandEvent &) | 1 | 14 | 14 | 0 | 0 | 4 | 3 | 46 | 115 | 635.21 | 11.4667 | 7283.74 | 404.652 | 0.125251 | 93.7667 | 0 | 93.7667 | 12 | 2 |
| LiteEditor/mainbook.cpp | 347 | | MainBook | OnProjectFileRemoved(clCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 4 | 2 | 43 | 97 | 526.348 | 12.0962 | 6366.78 | 353.71 | 0.114505 | 98.6511 | 0 | 98.6511 | 11 | 2 |
| LiteEditor/mainbook.cpp | 359 | | MainBook | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 6 | 6 | 1 | 0 | 1 | 0 | 19 | 32 | 135.934 | 6.11111 | 830.706 | 46.1503 | 0.0294562 | 116.2 | 29.5564 | 145.757 | 3 | 2 |
| LiteEditor/mainbook.cpp | 366 | | MainBook | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 10 | 10 | 1 | 0 | 2 | 1 | 30 | 58 | 284.6 | 10 | 2846 | 158.111 | 0.0669425 | 103.852 | 23.5268 | 127.379 | 9 | 2 |
| LiteEditor/mainbook.cpp | 377 | | MainBook | [static] AskUserToSave(clEditor *) | 1 | 26 | 22 | 2 | 3 | 7 | 1 | 54 | 135 | 776.91 | 16.3226 | 12681.2 | 704.51 | 0.181267 | 82.0011 | 20.8285 | 102.83 | 17 | 1 |
| LiteEditor/mainbook.cpp | 404 | | MainBook | ClearFileHistory() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 50 | 229.248 | 8.03846 | 1842.8 | 102.378 | 0.0501031 | 108.592 | 0 | 108.592 | 4 | 1 |
| LiteEditor/mainbook.cpp | 413 | | MainBook | GetRecentlyOpenedFiles(wxArrayString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 147.144 | 0 | 147.144 | 3 | 1 |
| LiteEditor/mainbook.cpp | 415 | | MainBook | ShowNavBar(bool) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 15 | 23 | 89.8585 | 5.14286 | 462.129 | 25.6739 | 0.0199245 | 118.123 | 0 | 118.123 | 1 | 2 |
| LiteEditor/mainbook.cpp | 422 | | MainBook | SaveSession(SessionEntry &, wxArrayInt *) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.625 | 505.824 | 28.1013 | 0.0211614 | 147.375 | 0 | 147.375 | 1 | 4 |
| LiteEditor/mainbook.cpp | 424 | | MainBook | DoRestoreSession(const SessionEntry &) | 1 | 48 | 39 | 4 | 6 | 7 | 3 | 81 | 287 | 1819.54 | 24.4211 | 44435 | 2468.61 | 0.418179 | 67.6436 | 21.6227 | 89.2663 | 21 | 1 |
| LiteEditor/mainbook.cpp | 473 | | MainBook | RestoreSession(const SessionEntry &) | 1 | 8 | 7 | 1 | 1 | 2 | 1 | 23 | 41 | 185.466 | 7.63636 | 1416.29 | 78.6826 | 0.0420384 | 109.694 | 26.0372 | 135.731 | 5 | 4 |
| LiteEditor/mainbook.cpp | 482 | | MainBook | GetActiveEditor() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 33 | 137.608 | 9.1 | 1252.23 | 69.5682 | 0.0387259 | 113.409 | 0 | 113.409 | 2 | 71 |
| LiteEditor/mainbook.cpp | 490 | | MainBook | GetAllTabs(clTab::Vec_t &) | 1 | 22 | 19 | 1 | 2 | 3 | 2 | 46 | 129 | 712.539 | 16.3929 | 11680.6 | 648.92 | 0.171602 | 86.0772 | 16.2158 | 102.293 | 16 | 4 |
| LiteEditor/mainbook.cpp | 513 | | MainBook | GetAllEditors() | 0 | 14 | 12 | 1 | 1 | 3 | 2 | 31 | 80 | 396.336 | 17.6071 | 6978.34 | 387.686 | 0.121725 | 96.4495 | 20.1155 | 116.565 | 7 | 28 |
| LiteEditor/mainbook.cpp | 528 | | MainBook | FindEditorIndexByFullPath(const wxString &) | 1 | 48 | 39 | 6 | 3 | 14 | 4 | 62 | 271 | 1613.59 | 31.5789 | 50955.4 | 2830.85 | 0.458148 | 66.6582 | 26.0372 | 92.6954 | 20 | 1 |
| LiteEditor/mainbook.cpp | 577 | | MainBook | FindEditor(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 29 | 47 | 228.325 | 11.3333 | 2587.68 | 143.76 | 0.062828 | 108.613 | 0 | 108.613 | 2 | 53 |
| LiteEditor/mainbook.cpp | 586 | | MainBook | FindPage(const wxString &) | 1 | 14 | 13 | 0 | 1 | 5 | 2 | 41 | 106 | 567.901 | 17.619 | 10005.9 | 555.881 | 0.15478 | 94.1192 | 0 | 94.1192 | 9 | 3 |
| LiteEditor/mainbook.cpp | 601 | | MainBook | NewEditor() | 0 | 33 | 24 | 3 | 6 | 6 | 0 | 51 | 156 | 884.898 | 20.8621 | 18460.8 | 1025.6 | 0.232834 | 77.6921 | 22.5149 | 100.207 | 11 | 3 |
| LiteEditor/mainbook.cpp | 648 | | MainBook | OpenRemoteFile(const wxString &, const wxString &, const wxString &, const wxString &) | 4 | 44 | 32 | 4 | 8 | 6 | 1 | 71 | 231 | 1420.59 | 22.7234 | 32280.7 | 1793.37 | 0.337941 | 70.5702 | 22.5149 | 93.0851 | 35 | 1 |
| LiteEditor/mainbook.cpp | 693 | | MainBook | OpenFile(const wxString &, const wxString &, int, long, OF_extra, bool, int, const wxString &) | 8 | 153 | 114 | 24 | 20 | 35 | 4 | 150 | 795 | 5746.91 | 42.1522 | 242245 | 13458 | 1.29533 | 36.4435 | 28.7896 | 65.2331 | 84 | 67 |
| LiteEditor/mainbook.cpp | 847 | | MainBook | AddBookPage(wxWindow *, const wxString &, const wxString &, int, bool, int) | 6 | 20 | 18 | 1 | 1 | 5 | 2 | 40 | 134 | 713.138 | 23.0714 | 16453.1 | 914.062 | 0.215631 | 87.1568 | 16.9762 | 104.133 | 8 | 6 |
| LiteEditor/mainbook.cpp | 868 | | MainBook | SelectPage(wxWindow *) | 1 | 16 | 15 | 0 | 1 | 5 | 1 | 35 | 76 | 389.826 | 15.4375 | 6017.93 | 334.33 | 0.110283 | 93.9124 | 0 | 93.9124 | 4 | 10 |
| LiteEditor/mainbook.cpp | 885 | | MainBook | UserSelectFiles(std::vector<std::pair<wxFileName, bool>> &, const wxString &, const wxString &, bool) | 4 | 16 | 15 | 0 | 1 | 2 | 1 | 42 | 103 | 555.409 | 13.5385 | 7519.38 | 417.743 | 0.127938 | 92.7616 | 0 | 92.7616 | 9 | 5 |
| LiteEditor/mainbook.cpp | 902 | | MainBook | SaveAll(bool, bool) | 2 | 34 | 28 | 3 | 4 | 9 | 3 | 61 | 222 | 1316.62 | 24.5132 | 32274.6 | 1793.03 | 0.337898 | 74.4523 | 22.2054 | 96.6577 | 28 | 4 |
| LiteEditor/mainbook.cpp | 937 | | MainBook | ReloadExternallyModified(bool) | 1 | 110 | 76 | 17 | 18 | 18 | 3 | 99 | 563 | 3732.33 | 32.9392 | 122940 | 6829.99 | 0.824152 | 47.9433 | 28.6033 | 76.5466 | 70 | 4 |
| LiteEditor/mainbook.cpp | 1048 | | MainBook | ClosePage(wxWindow *) | 1 | 10 | 10 | 0 | 0 | 4 | 1 | 32 | 67 | 335 | 15.4286 | 5168.57 | 287.143 | 0.0996458 | 102.545 | 0 | 102.545 | 4 | 48 |
| LiteEditor/mainbook.cpp | 1059 | | MainBook | CloseAllButThis(wxWindow *) | 1 | 41 | 35 | 1 | 5 | 10 | 2 | 72 | 230 | 1419.08 | 26.6395 | 37803.7 | 2100.21 | 0.375464 | 70.7997 | 11.9795 | 82.7792 | 28 | 1 |
| LiteEditor/mainbook.cpp | 1101 | | MainBook | CloseAll(bool) | 1 | 63 | 41 | 9 | 13 | 7 | 2 | 75 | 262 | 1631.95 | 20.5673 | 33564.8 | 1864.71 | 0.346845 | 63.8041 | 27.6325 | 91.4365 | 37 | 7 |
| LiteEditor/mainbook.cpp | 1165 | | MainBook | GetPageTitle(wxWindow *) const | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 39 | 181.11 | 7.84615 | 1421.02 | 78.9456 | 0.042132 | 111.981 | 0 | 111.981 | 3 | 1 |
| LiteEditor/mainbook.cpp | 1173 | | MainBook | SetPageTitle(wxWindow *, const wxString &) | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 30 | 65 | 318.948 | 11.375 | 3628.03 | 201.557 | 0.0787033 | 98.7797 | 0 | 98.7797 | 4 | 2 |
| LiteEditor/mainbook.cpp | 1187 | | MainBook | ApplySettingsChanges() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 25 | 56 | 260.056 | 6.33333 | 1647.02 | 91.5012 | 0.0464884 | 102.777 | 0 | 102.777 | 8 | 4 |
| LiteEditor/mainbook.cpp | 1199 | | MainBook | ApplyTabLabelChanges() | 0 | 16 | 12 | 2 | 2 | 4 | 2 | 45 | 117 | 642.547 | 19.1304 | 12292.2 | 682.9 | 0.177541 | 91.5438 | 26.0372 | 117.581 | 16 | 1 |
| LiteEditor/mainbook.cpp | 1216 | | MainBook | UnHighlightAll() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 12 | 2884.41 | 160.245 | 0.0675435 | 110.509 | 0 | 110.509 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1224 | | MainBook | DelAllBreakpointMarkers() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 12 | 2884.41 | 160.245 | 0.0675435 | 110.509 | 0 | 110.509 | 4 | 0 |
| LiteEditor/mainbook.cpp | 1232 | | MainBook | SetViewEOL(bool) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 30 | 53 | 260.065 | 12 | 3120.78 | 173.377 | 0.0711849 | 110.099 | 0 | 110.099 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1240 | | MainBook | HighlightWord(bool) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 30 | 53 | 260.065 | 12 | 3120.78 | 173.377 | 0.0711849 | 110.099 | 0 | 110.099 | 4 | 2 |
| LiteEditor/mainbook.cpp | 1248 | | MainBook | ShowWhitespace(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 31 | 53 | 262.572 | 11.2 | 2940.81 | 163.378 | 0.0684211 | 110.05 | 0 | 110.05 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1256 | | MainBook | UpdateColours() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 50 | 240.368 | 12 | 2884.41 | 160.245 | 0.0675435 | 110.509 | 0 | 110.509 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1264 | | MainBook | UpdateBreakpoints() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 64 | 320 | 11 | 3520 | 195.556 | 0.0771331 | 106.858 | 0 | 106.858 | 7 | 1 |
| LiteEditor/mainbook.cpp | 1273 | | MainBook | MarkEditorReadOnly(clEditor *) | 1 | 17 | 14 | 2 | 1 | 5 | 1 | 36 | 76 | 392.914 | 10.7368 | 4218.66 | 234.37 | 0.0870285 | 92.8893 | 25.3357 | 118.225 | 8 | 5 |
| LiteEditor/mainbook.cpp | 1291 | | MainBook | GetBookStyle() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 0 | 1 |
| LiteEditor/mainbook.cpp | 1293 | | MainBook | DoSelectPage(wxWindow *) | 1 | 32 | 25 | 2 | 5 | 5 | 2 | 55 | 166 | 959.706 | 17.3333 | 16634.9 | 924.161 | 0.217216 | 77.9986 | 18.8844 | 96.883 | 20 | 1 |
| LiteEditor/mainbook.cpp | 1326 | | MainBook | OnPageChanged(wxBookCtrlEvent &) | 1 | 22 | 19 | 2 | 1 | 6 | 2 | 48 | 114 | 636.686 | 12.6 | 8022.24 | 445.68 | 0.13358 | 85.9725 | 22.5149 | 108.487 | 9 | 2 |
| LiteEditor/mainbook.cpp | 1476 | | MainBook | DoUpdateNotebookTheme() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 8 | 8 | 24 | 2.5 | 60 | 3.33333 | 0.00510873 | 154.244 | 0 | 154.244 | 0 | 3 |
| LiteEditor/mainbook.cpp | 1477 | | MainBook | GetCurrentPage() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 5.625 | 333.04 | 18.5022 | 0.0160156 | 149.549 | 0 | 149.549 | 1 | 8 |
| LiteEditor/mainbook.cpp | 1478 | | MainBook | GetCurrentPageIndex() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1480 | | MainBook | OnClosePage(wxBookCtrlEvent &) | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 32 | 61 | 305 | 9.70588 | 2960.29 | 164.461 | 0.068723 | 100.309 | 0 | 100.309 | 4 | 2 |
| LiteEditor/mainbook.cpp | 1493 | | MainBook | OnDebugEnded(clDebugEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1495 | | MainBook | DoHandleFrameMenu(clEditor *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1497 | | MainBook | OnPageChanging(wxBookCtrlEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 22 | 37 | 164.999 | 7.8 | 1286.99 | 71.4996 | 0.0394393 | 110.302 | 0 | 110.302 | 3 | 2 |
| LiteEditor/mainbook.cpp | 1506 | | MainBook | SetViewWordWrap(bool) | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 35 | 57 | 292.369 | 12.1765 | 3560.02 | 197.779 | 0.0777166 | 109.261 | 0 | 109.261 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1514 | | MainBook | OnInitDone(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 22 | 36 | 160.54 | 6.6 | 1059.56 | 58.8645 | 0.0346441 | 108.537 | 24.6875 | 133.224 | 3 | 2 |
| LiteEditor/mainbook.cpp | 1524 | | MainBook | GetPage(size_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 6 | 445.386 | 24.7436 | 0.0194403 | 148.373 | 0 | 148.373 | 1 | 3 |
| LiteEditor/mainbook.cpp | 1526 | | MainBook | ClosePage(const wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 23 | 53 | 239.749 | 12 | 2876.99 | 159.833 | 0.0674275 | 104.744 | 0 | 104.744 | 4 | 2 |
| LiteEditor/mainbook.cpp | 1537 | | MainBook | GetPageCount() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1539 | | MainBook | OnWorkspaceReloadEnded(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/mainbook.cpp | 1545 | | MainBook | OnWorkspaceReloadStarted(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 0 |
| LiteEditor/mainbook.cpp | 1551 | | MainBook | ClosePageVoid(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/mainbook.cpp | 1553 | | MainBook | CloseAllButThisVoid(wxWindow *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/mainbook.cpp | 1555 | | MainBook | CloseAllVoid(bool) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 5.5 | 831.971 | 46.2206 | 0.0294861 | 112.917 | 0 | 112.917 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1563 | | MainBook | GetFilesModifiedDlg() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 29 | 120.928 | 9 | 1088.35 | 60.4639 | 0.0352688 | 116.578 | 0 | 116.578 | 2 | 2 |
| LiteEditor/mainbook.cpp | 1570 | | MainBook | CreateSession(SessionEntry &, wxArrayInt *) | 2 | 50 | 38 | 3 | 9 | 8 | 2 | 82 | 315 | 2002.63 | 25.8772 | 51822.4 | 2879.02 | 0.46333 | 66.2537 | 18.5216 | 84.7753 | 44 | 2 |
| LiteEditor/mainbook.cpp | 1621 | | MainBook | ShowTabBar(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 1 |
| LiteEditor/mainbook.cpp | 1623 | | MainBook | CloseTabsToTheRight(wxWindow *) | 1 | 42 | 34 | 3 | 5 | 10 | 3 | 57 | 229 | 1335.73 | 30.0781 | 40176.3 | 2232.02 | 0.391014 | 70.7241 | 20.1155 | 90.8397 | 21 | 1 |
| LiteEditor/mainbook.cpp | 1666 | | MainBook | ShowNavigationDialog() | 0 | 16 | 14 | 0 | 2 | 5 | 1 | 37 | 99 | 515.736 | 12.325 | 6356.44 | 353.136 | 0.114381 | 92.457 | 0 | 92.457 | 13 | 0 |
| LiteEditor/mainbook.cpp | 1683 | | MainBook | MovePage(bool) | 1 | 20 | 16 | 2 | 2 | 7 | 1 | 36 | 117 | 604.881 | 25.9 | 15666.4 | 870.357 | 0.208701 | 87.553 | 23.5268 | 111.08 | 7 | 1 |
| LiteEditor/mainbook.cpp | 1704 | | MainBook | OnThemeChanged(clCommandEvent &) | 1 | 13 | 12 | 1 | 0 | 3 | 0 | 28 | 63 | 302.863 | 8.625 | 2612.2 | 145.122 | 0.0632241 | 99.0488 | 20.8285 | 119.877 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1718 | | MainBook | OnEditorSettingsChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/mainbook.cpp | 1724 | | MainBook | OnTabDClicked(wxBookCtrlEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 120.134 | 0 | 120.134 | 3 | 2 |
| LiteEditor/mainbook.cpp | 1730 | | MainBook | DoOpenImageViewer(const wxFileName &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 30 | 61 | 299.32 | 10.9375 | 3273.82 | 181.879 | 0.0734934 | 109.598 | 0 | 109.598 | 6 | 2 |
| LiteEditor/mainbook.cpp | 1738 | | MainBook | OnTabLabelContextMenu(wxBookCtrlEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 28 | 58 | 278.827 | 12.6667 | 3531.8 | 196.211 | 0.0773054 | 103.959 | 23.5268 | 127.486 | 5 | 2 |
| LiteEditor/mainbook.cpp | 1749 | | MainBook | ClosePage(IEditor *, bool) | 2 | 8 | 8 | 0 | 0 | 3 | 1 | 35 | 67 | 343.662 | 15.3333 | 5269.48 | 292.749 | 0.100939 | 106.257 | 0 | 106.257 | 3 | 2 |
| LiteEditor/mainbook.cpp | 1758 | | MainBook | DoOpenFile(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 3 | 1 | 27 | 46 | 218.725 | 11.875 | 2597.36 | 144.298 | 0.0629844 | 110.77 | 0 | 110.77 | 4 | 0 |
| LiteEditor/mainbook.cpp | 1766 | | MainBook | OnColoursAndFontsChanged(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/mainbook.cpp | 1772 | | MainBook | DoUpdateEditorsThemes() | 0 | 26 | 21 | 2 | 3 | 7 | 1 | 59 | 176 | 1035.35 | 22.0606 | 22840.3 | 1268.91 | 0.268337 | 80.5079 | 20.8285 | 101.336 | 12 | 2 |
| LiteEditor/mainbook.cpp | 1799 | | MainBook | OnSettingsChanged(wxCommandEvent &) | 1 | 11 | 10 | 0 | 1 | 2 | 0 | 31 | 69 | 341.84 | 8.66667 | 2962.61 | 164.589 | 0.0687588 | 101.356 | 0 | 101.356 | 12 | 2 |
| LiteEditor/mainbook.cpp | 1811 | | MainBook | OpenFile(const BrowseRecord &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 29 | 58 | 281.763 | 12.8571 | 3622.67 | 201.259 | 0.0786257 | 105.611 | 24.6875 | 130.299 | 2 | 1 |
| LiteEditor/mainbook.cpp | 1821 | | MainBook | DoShowTabLabelContextMenu(size_t) | 1 | 19 | 15 | 1 | 3 | 2 | 1 | 40 | 114 | 606.7 | 11.5769 | 7023.72 | 390.206 | 0.122252 | 89.5183 | 17.3987 | 106.917 | 16 | 1 |
| LiteEditor/mainbook.cpp | 1841 | | MainBook | InitWelcomePage() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/mainbook.cpp | 1847 | | MainBook | DoShowWindow(wxWindow *, bool) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 5.5 | 528 | 29.3333 | 0.0217755 | 120.962 | 0 | 120.962 | 2 | 0 |
| LiteEditor/mainbook.cpp | 1853 | | MainBook | ShowWelcomePage(bool) | 1 | 21 | 20 | 0 | 1 | 4 | 1 | 27 | 113 | 537.302 | 14.8571 | 7982.78 | 443.488 | 0.133142 | 88.0686 | 0 | 88.0686 | 11 | 7 |
| LiteEditor/mainbook.cpp | 1875 | | MainBook | ShowQuickBarForPlugins() | 0 | 7 | 6 | 1 | 0 | 2 | 1 | 13 | 20 | 74.0088 | 4.8 | 355.242 | 19.7357 | 0.0167197 | 116.634 | 27.6325 | 144.267 | 1 | 0 |
| LiteEditor/mainbook.cpp | 1883 | | MainBook | ShowQuickBar(bool) | 1 | 21 | 16 | 2 | 3 | 5 | 3 | 24 | 84 | 385.137 | 12.4091 | 4779.2 | 265.511 | 0.0945763 | 89.57 | 23.0043 | 112.574 | 10 | 4 |
| LiteEditor/mainbook.cpp | 1905 | | MainBook | ShowQuickBar(const wxString &, bool) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 6.15385 | 1169.17 | 64.9537 | 0.0369939 | 111.732 | 0 | 111.732 | 4 | 3 |
| LiteEditor/mainbook.cpp | 1913 | | MainBook | OnEditorChanged(wxCommandEvent &) | 1 | 18 | 16 | 0 | 2 | 6 | 1 | 40 | 95 | 505.583 | 17.6842 | 8940.84 | 496.713 | 0.143592 | 90.4223 | 0 | 90.4223 | 5 | 2 |
| LiteEditor/mainbook.cpp | 1932 | | MainBook | OnAllEditorClosed(wxCommandEvent &) | 1 | 12 | 11 | 0 | 1 | 3 | 0 | 27 | 50 | 237.744 | 6.8 | 1616.66 | 89.8145 | 0.0459154 | 101.604 | 0 | 101.604 | 2 | 2 |
| LiteEditor/mainbook.cpp | 1945 | | MainBook | SetFindBar(FindAndReplaceDialog *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 57 | 271.029 | 10.7692 | 2918.77 | 162.154 | 0.0680788 | 107.721 | 0 | 107.721 | 4 | 1 |
| LiteEditor/mainbook.cpp | 1954 | | MainBook | ShowQuickBarToolBar(bool) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 114.669 | 0 | 114.669 | 2 | 0 |
| LiteEditor/mainbook.cpp | 1962 | | MainBook | SetPageTitle(wxWindow *, const wxFileName &, bool) | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 6.13636 | 822.149 | 45.6749 | 0.0292536 | 122.844 | 0 | 122.844 | 2 | 4 |
| LiteEditor/mainbook.cpp | 1967 | | MainBook | CreateLabel(const wxFileName &, bool) const | 2 | 20 | 19 | 0 | 1 | 8 | 1 | 47 | 128 | 710.987 | 14.2759 | 10150 | 563.887 | 0.156263 | 86.4825 | 0 | 86.4825 | 14 | 3 |
| LiteEditor/mainbook.cpp | 1988 | | MainBook | GetBitmapIndexOrAdd(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 121.911 | 0 | 121.911 | 1 | 2 |
| LiteEditor/mainbook.cpp | 1994 | | MainBook | GetWelcomePage(bool) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 32 | 65 | 325 | 14.1429 | 4596.43 | 255.357 | 0.0921494 | 102.932 | 0 | 102.932 | 5 | 5 |
| LiteEditor/mainbook.cpp | 2005 | | MainBook | OpenFileAsync(const wxString &, std::function<void (IEditor *)> &&) | 2 | 39 | 32 | 4 | 4 | 7 | 2 | 69 | 226 | 1380.53 | 19.4255 | 26817.5 | 1489.86 | 0.298646 | 72.4432 | 23.8017 | 96.2448 | 40 | 2 |
| LiteEditor/mainbook.cpp | 2045 | | MainBook | push_callback(std::function<void (IEditor *)> &&, const wxString &) | 2 | 9 | 8 | 1 | 0 | 2 | 1 | 36 | 73 | 377.405 | 14 | 5283.66 | 293.537 | 0.10112 | 104.092 | 24.6875 | 128.779 | 8 | 2 |
| LiteEditor/mainbook.cpp | 2055 | | MainBook | has_callbacks(const wxString &) const | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 40 | 185.754 | 9.20833 | 1710.49 | 95.0271 | 0.0476751 | 117.3 | 0 | 117.3 | 3 | 1 |
| LiteEditor/mainbook.cpp | 2061 | | MainBook | execute_callbacks_for_file(const wxString &) | 1 | 22 | 17 | 2 | 4 | 4 | 1 | 36 | 89 | 460.123 | 14.3158 | 6587.03 | 365.946 | 0.117131 | 88.1213 | 22.5149 | 110.636 | 8 | 1 |
| LiteEditor/mainbook.cpp | 2084 | | MainBook | OnIdle(wxIdleEvent &) | 1 | 27 | 19 | 3 | 5 | 7 | 1 | 48 | 112 | 625.516 | 10.2 | 6380.26 | 354.459 | 0.114667 | 82.5168 | 24.6875 | 107.204 | 10 | 2 |
| LiteEditor/mainbook.cpp | 2112 | | MainBook | OnEditorModified(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/mainbook.cpp | 2114 | | MainBook | OnEditorSaved(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 4 |
| LiteEditor/mainbook.cpp | 2116 | | MainBook | OnSessionLoaded(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/mainbook.cpp | 2118 | | MainBook | OnHideWelcomePage(clCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/manageperspectivesbasedlg.cpp | 37 | | ManagePerspectivesBaseDlg | ManagePerspectivesBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 53 | 36 | 1 | 16 | 1 | 0 | 85 | 459 | 2941.91 | 20.4643 | 60204.1 | 3344.67 | 0.512031 | 64.9198 | 10.5598 | 75.4796 | 57 | 0 |
| LiteEditor/manageperspectivesbasedlg.cpp | 91 | | ManagePerspectivesBaseDlg | ~ManagePerspectivesBaseDlg() [override] | 0 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 80 | 361.885 | 11.5385 | 4175.6 | 231.978 | 0.0864353 | 104.54 | 24.6875 | 129.228 | 16 | 0 |
| LiteEditor/manageperspectivesbasedlg.cpp | 101 | | SavePerspectiveDlgBase | SavePerspectiveDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 35 | 25 | 0 | 10 | 1 | 0 | 72 | 307 | 1894.17 | 18.2857 | 34636.2 | 1924.23 | 0.354187 | 73.9314 | 0 | 73.9314 | 34 | 0 |
| LiteEditor/manageperspectivesbasedlg.cpp | 137 | | SavePerspectiveDlgBase | ~SavePerspectiveDlgBase() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| LiteEditor/manager.cpp | 1739 | | | DebugMessage(const wxString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 4.36364 | 556.092 | 30.894 | 0.0225412 | 123.104 | 0 | 123.104 | 4 | 8 |
| LiteEditor/manager.cpp | 116 | {anonymous} | | DoGetTemplateTypes(const wxString &) | 1 | 61 | 55 | 0 | 6 | 14 | 2 | 64 | 351 | 2106 | 40.3684 | 85015.9 | 4723.11 | 0.644484 | 61.3906 | 0 | 61.3906 | 42 | 1 |
| LiteEditor/manager.cpp | 253 | | Manager | Manager() | 0 | 49 | 42 | 3 | 4 | 2 | 0 | 77 | 369 | 2312.44 | 16.2623 | 37605.7 | 2089.2 | 0.374151 | 67.213 | 18.7004 | 85.9134 | 46 | 39 |
| LiteEditor/manager.cpp | 303 | | Manager | ~Manager() [override] | 0 | 64 | 55 | 4 | 6 | 4 | 1 | 89 | 443 | 2868.75 | 17.5903 | 50462.1 | 2803.45 | 0.455186 | 61.3056 | 18.8844 | 80.19 | 65 | 0 |
| LiteEditor/manager.cpp | 370 | | Manager | IsWorkspaceOpen() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.5 | 607.454 | 33.7474 | 0.0239086 | 123.848 | 0 | 123.848 | 3 | 35 |
| LiteEditor/manager.cpp | 375 | | Manager | CreateWorkspace(const wxString &, const wxString &) | 2 | 15 | 10 | 2 | 3 | 2 | 1 | 36 | 75 | 387.744 | 11.4286 | 4431.36 | 246.187 | 0.0899298 | 95.6758 | 26.7997 | 122.476 | 10 | 3 |
| LiteEditor/manager.cpp | 391 | | Manager | OpenWorkspace(const wxString &) | 1 | 32 | 24 | 4 | 4 | 5 | 2 | 52 | 164 | 934.872 | 13.6 | 12714.3 | 706.348 | 0.181582 | 78.1349 | 26.0372 | 104.172 | 27 | 7 |
| LiteEditor/manager.cpp | 424 | | Manager | ReloadWorkspace() | 0 | 15 | 12 | 1 | 2 | 2 | 1 | 24 | 94 | 430.986 | 11.4231 | 4923.19 | 273.511 | 0.0964665 | 95.126 | 19.4709 | 114.597 | 18 | 2 |
| LiteEditor/manager.cpp | 440 | | Manager | DoSetupWorkspace(const wxString &) | 1 | 35 | 23 | 6 | 6 | 2 | 1 | 64 | 195 | 1170 | 12 | 14040 | 780 | 0.193995 | 76.2066 | 29.917 | 106.124 | 38 | 2 |
| LiteEditor/manager.cpp | 476 | | Manager | CloseWorkspace() | 0 | 54 | 33 | 11 | 10 | 6 | 1 | 64 | 265 | 1590 | 13.4694 | 21416.3 | 1189.8 | 0.257064 | 66.6667 | 32.1805 | 98.8472 | 47 | 3 |
| LiteEditor/manager.cpp | 531 | | Manager | AddToRecentlyOpenedWorkspaces(const wxString &) | 1 | 14 | 6 | 6 | 2 | 1 | 0 | 22 | 40 | 178.377 | 5.53846 | 987.936 | 54.8853 | 0.0330647 | 101.061 | 42.4525 | 143.514 | 5 | 2 |
| LiteEditor/manager.cpp | 546 | | Manager | ClearWorkspaceHistory() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 50 | 229.248 | 8.03846 | 1842.8 | 102.378 | 0.0501031 | 108.592 | 0 | 108.592 | 4 | 1 |
| LiteEditor/manager.cpp | 555 | | Manager | GetRecentlyOpenedWorkspaces(wxArrayString &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 124.686 | 0 | 124.686 | 3 | 2 |
| LiteEditor/manager.cpp | 562 | | Manager | CreateProject(ProjectData &, const wxString &) | 2 | 130 | 92 | 20 | 18 | 11 | 4 | 164 | 712 | 5238.58 | 32.515 | 170333 | 9462.92 | 1.02426 | 45.0842 | 28.5467 | 73.6309 | 147 | 2 |
| LiteEditor/manager.cpp | 693 | | Manager | AddProject(const wxString &) | 1 | 27 | 20 | 2 | 5 | 3 | 1 | 50 | 139 | 784.496 | 15.9355 | 12501.3 | 694.518 | 0.179549 | 82.2592 | 20.4627 | 102.722 | 20 | 3 |
| LiteEditor/manager.cpp | 721 | | Manager | ReconcileProject(const wxString &) | 1 | 17 | 15 | 1 | 2 | 3 | 2 | 33 | 92 | 464.084 | 9.14286 | 4243.06 | 235.725 | 0.0873637 | 92.4836 | 18.3478 | 110.831 | 13 | 2 |
| LiteEditor/manager.cpp | 739 | | Manager | ImportMSVSSolution(const wxString &, const wxString &) | 2 | 28 | 23 | 2 | 3 | 3 | 1 | 60 | 158 | 933.289 | 12.4535 | 11622.7 | 645.706 | 0.171034 | 80.767 | 20.1155 | 100.883 | 29 | 1 |
| LiteEditor/manager.cpp | 768 | | Manager | RemoveProject(const wxString &, bool) | 2 | 41 | 35 | 1 | 5 | 7 | 2 | 70 | 231 | 1415.86 | 21.913 | 31025.9 | 1723.66 | 0.329126 | 71.5016 | 11.9795 | 83.481 | 34 | 2 |
| LiteEditor/manager.cpp | 810 | | Manager | GetProjectList(wxArrayString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 22 | 85.9516 | 5.14286 | 442.037 | 24.5576 | 0.0193427 | 147.61 | 0 | 147.61 | 2 | 8 |
| LiteEditor/manager.cpp | 812 | | Manager | GetProject(const wxString &) const | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 31 | 78 | 386.427 | 14.0625 | 5434.13 | 301.896 | 0.10303 | 94.418 | 0 | 94.418 | 17 | 34 |
| LiteEditor/manager.cpp | 829 | | Manager | GetActiveProjectName() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 4.8 | 337.48 | 18.7489 | 0.0161576 | 148.655 | 0 | 148.655 | 2 | 22 |
| LiteEditor/manager.cpp | 831 | | Manager | SetActiveProject(const wxString &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 33 | 137.608 | 5.2 | 715.559 | 39.7533 | 0.0266671 | 119.09 | 0 | 119.09 | 4 | 1 |
| LiteEditor/manager.cpp | 837 | | Manager | GetWorkspaceBuildMatrix() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4 | 312.551 | 17.364 | 0.0153518 | 125.648 | 0 | 125.648 | 2 | 9 |
| LiteEditor/manager.cpp | 842 | | Manager | SetWorkspaceBuildMatrix(BuildMatrixPtr) | 1 | 9 | 7 | 1 | 1 | 1 | 0 | 23 | 49 | 221.655 | 5.33333 | 1182.16 | 65.6754 | 0.0372674 | 107.089 | 24.6875 | 131.777 | 10 | 5 |
| LiteEditor/manager.cpp | 853 | | Manager | GetWorkspaceFiles(wxArrayString &) | 1 | 34 | 29 | 2 | 3 | 7 | 2 | 54 | 179 | 1030.12 | 16.7647 | 17269.7 | 959.43 | 0.222708 | 76.1883 | 18.3478 | 94.5361 | 22 | 2 |
| LiteEditor/manager.cpp | 888 | | Manager | GetWorkspaceFiles(std::vector<wxFileName> &, bool) | 2 | 28 | 28 | 0 | 0 | 6 | 3 | 62 | 211 | 1256.34 | 17.0116 | 21372.3 | 1187.35 | 0.256712 | 78.5313 | 0 | 78.5313 | 27 | 4 |
| LiteEditor/manager.cpp | 917 | | Manager | RetagWorkspace(TagsManager::RetagType) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 28 | 75 | 360.552 | 9.53333 | 3437.26 | 190.959 | 0.0759195 | 98.1421 | 0 | 98.1421 | 9 | 2 |
| LiteEditor/manager.cpp | 931 | | Manager | RetagFile(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/manager.cpp | 935 | | Manager | AddVirtualDirectory(const wxString &, bool) | 2 | 15 | 14 | 0 | 1 | 3 | 1 | 36 | 81 | 418.764 | 10.1818 | 4263.78 | 236.877 | 0.087648 | 95.0456 | 0 | 95.0456 | 8 | 1 |
| LiteEditor/manager.cpp | 951 | | Manager | RemoveVirtualDirectory(const wxString &) | 1 | 30 | 25 | 2 | 3 | 4 | 1 | 66 | 209 | 1263.28 | 16.7766 | 21193.5 | 1177.42 | 0.255278 | 77.845 | 19.4709 | 97.3159 | 31 | 1 |
| LiteEditor/manager.cpp | 982 | | Manager | AddNewFileToProject(const wxString &, const wxString &, bool) | 3 | 18 | 14 | 1 | 3 | 4 | 1 | 35 | 94 | 482.153 | 11.3333 | 5464.4 | 303.578 | 0.103413 | 91.129 | 17.8544 | 108.983 | 10 | 1 |
| LiteEditor/manager.cpp | 1001 | | Manager | AddFileToProject(const wxString &, const wxString &, bool) | 3 | 28 | 20 | 4 | 4 | 3 | 1 | 46 | 133 | 734.634 | 14.4 | 10578.7 | 587.707 | 0.160633 | 82.0116 | 27.6325 | 109.644 | 18 | 1 |
| LiteEditor/manager.cpp | 1030 | | Manager | AddFilesToProject(const wxArrayString &, const wxString &, wxArrayString &) | 3 | 78 | 62 | 10 | 7 | 14 | 4 | 102 | 446 | 2975.9 | 38.1714 | 113594 | 6310.8 | 0.781838 | 55.6101 | 26.3344 | 81.9446 | 63 | 2 |
| LiteEditor/manager.cpp | 1109 | | Manager | RemoveFile(const wxString &, const wxString &, wxString &, bool) | 4 | 35 | 29 | 1 | 5 | 3 | 1 | 64 | 222 | 1332 | 16.6304 | 22151.7 | 1230.65 | 0.262916 | 75.3023 | 12.944 | 88.2462 | 34 | 2 |
| LiteEditor/manager.cpp | 1145 | | Manager | RenameFile(const wxString &, const wxString &, const wxString &) | 3 | 121 | 79 | 23 | 19 | 16 | 4 | 131 | 629 | 4424.02 | 33.549 | 148422 | 8245.65 | 0.934423 | 45.9752 | 31.2614 | 77.2366 | 93 | 1 |
| LiteEditor/manager.cpp | 1267 | | Manager | MoveFileToVD(const wxString &, const wxString &, const wxString &) | 3 | 32 | 22 | 7 | 3 | 3 | 1 | 49 | 147 | 825.362 | 15.6719 | 12935 | 718.61 | 0.183677 | 79.2428 | 33.1406 | 112.383 | 20 | 1 |
| LiteEditor/manager.cpp | 1300 | | Manager | RetagProject(const wxString &, bool) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 35 | 153.731 | 5.625 | 864.737 | 48.041 | 0.0302553 | 115.56 | 0 | 115.56 | 4 | 3 |
| LiteEditor/manager.cpp | 1307 | | Manager | GetProjectFiles(const wxString &, wxArrayString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 37 | 167.372 | 7.33333 | 1227.39 | 68.1885 | 0.0382121 | 112.391 | 0 | 112.391 | 4 | 1 |
| LiteEditor/manager.cpp | 1315 | | Manager | GetProjectNameByFile(const wxString &, bool) | 2 | 6 | 6 | 1 | 0 | 1 | 0 | 17 | 29 | 118.536 | 7.875 | 933.474 | 51.8597 | 0.0318381 | 116.912 | 29.5564 | 146.469 | 2 | 3 |
| LiteEditor/manager.cpp | 1321 | | Manager | GetProjectNameByFile(wxString &, bool) | 2 | 46 | 34 | 12 | 4 | 11 | 3 | 56 | 206 | 1196.32 | 23.7 | 28352.7 | 1575.15 | 0.309938 | 69.5936 | 35.5619 | 105.155 | 33 | 8 |
| LiteEditor/manager.cpp | 1370 | | Manager | GetProjectCwd(const wxString &) const | 1 | 12 | 11 | 0 | 1 | 2 | 1 | 31 | 67 | 331.931 | 10.7059 | 3553.62 | 197.423 | 0.0776234 | 100.099 | 0 | 100.099 | 10 | 6 |
| LiteEditor/manager.cpp | 1383 | | Manager | GetProjectSettings(const wxString &) const | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 54 | 259.597 | 9.53333 | 2474.83 | 137.49 | 0.0609876 | 102.787 | 0 | 102.787 | 13 | 9 |
| LiteEditor/manager.cpp | 1395 | | Manager | SetProjectSettings(const wxString &, ProjectSettingsPtr) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 55 | 267.189 | 9.34375 | 2496.55 | 138.697 | 0.061344 | 102.637 | 0 | 102.637 | 13 | 4 |
| LiteEditor/manager.cpp | 1407 | | Manager | SetProjectGlobalSettings(const wxString &, BuildConfigCommonPtr) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 55 | 267.189 | 9.34375 | 2496.55 | 138.697 | 0.061344 | 102.637 | 0 | 102.637 | 13 | 1 |
| LiteEditor/manager.cpp | 1419 | | Manager | GetProjectExecutionCommand(const wxString &, wxString &, bool) | 3 | 66 | 53 | 3 | 10 | 8 | 1 | 80 | 366 | 2313.83 | 18.8889 | 43705.6 | 2428.09 | 0.41359 | 61.005 | 16.2158 | 77.2208 | 83 | 3 |
| LiteEditor/manager.cpp | 1488 | | Manager | IsPaneVisible(const wxString &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 29 | 53 | 257.473 | 9.10714 | 2344.84 | 130.269 | 0.058833 | 107.758 | 0 | 107.758 | 5 | 17 |
| LiteEditor/manager.cpp | 1497 | | Manager | ShowOutputPane(const wxString &, bool, bool) | 3 | 6 | 5 | 1 | 0 | 1 | 0 | 20 | 34 | 146.946 | 9.16667 | 1347 | 74.8334 | 0.0406559 | 115.795 | 29.5564 | 145.352 | 2 | 7 |
| LiteEditor/manager.cpp | 1504 | | Manager | ShowDebuggerPane(bool) | 1 | 36 | 28 | 4 | 4 | 8 | 3 | 59 | 242 | 1423.6 | 22.5641 | 32122.2 | 1784.57 | 0.336834 | 73.3501 | 24.6875 | 98.0376 | 27 | 1 |
| LiteEditor/manager.cpp | 1541 | | Manager | ShowWorkspacePane(wxString, bool) | 2 | 18 | 15 | 2 | 1 | 6 | 1 | 49 | 144 | 808.518 | 15.0968 | 12206 | 678.112 | 0.17671 | 87.9809 | 24.6875 | 112.668 | 17 | 5 |
| LiteEditor/manager.cpp | 1560 | | Manager | ShowSecondarySideBarPane(wxString, bool) | 2 | 16 | 13 | 2 | 1 | 5 | 1 | 45 | 118 | 648.039 | 11.25 | 7290.43 | 405.024 | 0.125328 | 91.2695 | 26.0372 | 117.307 | 14 | 1 |
| LiteEditor/manager.cpp | 1577 | | Manager | HidePane(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 3 | 1 | 34 | 76 | 386.647 | 10.15 | 3924.47 | 218.026 | 0.082934 | 105.644 | 0 | 105.644 | 8 | 8 |
| LiteEditor/manager.cpp | 1586 | | Manager | ShowPane(const wxString &, bool) | 2 | 8 | 8 | 0 | 0 | 3 | 1 | 35 | 75 | 384.696 | 10.5 | 4039.31 | 224.406 | 0.0845441 | 105.67 | 0 | 105.67 | 8 | 1 |
| LiteEditor/manager.cpp | 1595 | | Manager | TogglePanes() | 0 | 23 | 19 | 1 | 3 | 6 | 3 | 46 | 160 | 883.77 | 16.1207 | 14247 | 791.499 | 0.195897 | 83.5472 | 15.872 | 99.4192 | 22 | 2 |
| LiteEditor/manager.cpp | 1621 | | Manager | UpdateMenuAccelerators() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 122.863 | 31.9355 | 154.799 | 2 | 2 |
| LiteEditor/manager.cpp | 1629 | | Manager | IsProgramRunning() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 5 |
| LiteEditor/manager.cpp | 1631 | | Manager | ExecuteNoDebug(const wxString &) | 1 | 75 | 56 | 11 | 8 | 9 | 2 | 93 | 409 | 2674.52 | 20 | 53490.3 | 2971.68 | 0.473219 | 57.9508 | 27.9548 | 85.9056 | 85 | 1 |
| LiteEditor/manager.cpp | 1707 | | Manager | KillProgram() | 0 | 6 | 6 | 0 | 0 | 2 | 1 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 118 | 0 | 118 | 2 | 2 |
| LiteEditor/manager.cpp | 1714 | | Manager | OnProcessOutput(clProcessEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 4.90909 | 721.369 | 40.0761 | 0.0268113 | 122.364 | 0 | 122.364 | 5 | 2 |
| LiteEditor/manager.cpp | 1719 | | Manager | OnProcessEnd(clProcessEvent &) | 1 | 17 | 11 | 3 | 3 | 2 | 1 | 35 | 97 | 497.54 | 6.6 | 3283.77 | 182.431 | 0.0736422 | 92.3516 | 30.2908 | 122.642 | 18 | 2 |
| LiteEditor/manager.cpp | 1744 | | Manager | UpdateDebuggerPane() | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 25 | 52 | 241.481 | 5.34375 | 1290.41 | 71.6895 | 0.0395091 | 108.552 | 0 | 108.552 | 9 | 5 |
| LiteEditor/manager.cpp | 1753 | | Manager | DoUpdateDebuggerTabControl(wxWindow *) | 1 | 72 | 46 | 13 | 13 | 22 | 3 | 66 | 375 | 2266.65 | 22.125 | 50149.6 | 2786.09 | 0.453305 | 56.4825 | 30.5879 | 87.0704 | 50 | 1 |
| LiteEditor/manager.cpp | 1826 | | Manager | SetMemory(const wxString &, size_t, const wxString &) | 3 | 7 | 7 | 0 | 0 | 4 | 1 | 30 | 61 | 299.32 | 10.9375 | 3273.82 | 181.879 | 0.0734934 | 108.908 | 0 | 108.908 | 5 | 1 |
| LiteEditor/manager.cpp | 1835 | | Manager | DbgStart(long) | 1 | 353 | 247 | 55 | 53 | 50 | 4 | 257 | 1812 | 14506.2 | 42.1586 | 611561 | 33975.6 | 2.40162 | 14.6351 | 28.705 | 43.3401 | 359 | 2 |
| LiteEditor/manager.cpp | 2189 | | Manager | OnDebuggerStopping(clDebugEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/manager.cpp | 2191 | | Manager | OnDebuggerStopped(clDebugEvent &) | 1 | 39 | 21 | 9 | 9 | 2 | 1 | 49 | 161 | 903.968 | 10.2 | 9220.48 | 512.249 | 0.146571 | 75.795 | 33.8695 | 109.664 | 35 | 2 |
| LiteEditor/manager.cpp | 2231 | | Manager | DbgStop() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 62 | 298.056 | 7.875 | 2347.19 | 130.4 | 0.0588723 | 102.068 | 0 | 102.068 | 14 | 9 |
| LiteEditor/manager.cpp | 2243 | | Manager | DbgMarkDebuggerLine(const wxString &, int) | 2 | 16 | 14 | 1 | 1 | 2 | 1 | 42 | 92 | 496.093 | 12.75 | 6325.19 | 351.399 | 0.114006 | 93.3489 | 18.8844 | 112.233 | 10 | 1 |
| LiteEditor/manager.cpp | 2260 | | Manager | DbgUnMarkDebuggerLine() | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 3.5 | 293.166 | 16.287 | 0.0147103 | 121.672 | 31.9355 | 153.607 | 3 | 4 |
| LiteEditor/manager.cpp | 2266 | | Manager | DbgDoSimpleCommand(int) | 1 | 48 | 46 | 1 | 1 | 12 | 2 | 54 | 342 | 1968.17 | 23.5 | 46252 | 2569.56 | 0.429503 | 66.0853 | 11.0874 | 77.1727 | 58 | 2 |
| LiteEditor/manager.cpp | 2315 | | Manager | DbgSetFrame(int, int) | 2 | 12 | 11 | 1 | 0 | 5 | 2 | 36 | 83 | 429.104 | 9.54545 | 4095.99 | 227.555 | 0.0853332 | 98.0737 | 21.6227 | 119.696 | 10 | 1 |
| LiteEditor/manager.cpp | 2328 | | Manager | DbgSetThread(long) | 1 | 9 | 8 | 1 | 0 | 4 | 1 | 26 | 53 | 249.123 | 8.14286 | 2028.58 | 112.699 | 0.0534162 | 105.792 | 24.6875 | 130.479 | 6 | 1 |
| LiteEditor/manager.cpp | 2340 | | Manager | UpdateAddLine(const wxString &, const bool) | 2 | 12 | 10 | 2 | 1 | 4 | 2 | 35 | 64 | 328.274 | 11.6471 | 3823.43 | 212.413 | 0.0815043 | 99.6965 | 29.5564 | 129.253 | 5 | 4 |
| LiteEditor/manager.cpp | 2353 | | Manager | UpdateGotControl(const DebuggerEventData &) | 1 | 144 | 110 | 23 | 18 | 34 | 2 | 128 | 709 | 4963 | 33.2475 | 165007 | 9167.07 | 1.0028 | 38.4182 | 29.0167 | 67.435 | 101 | 1 |
| LiteEditor/manager.cpp | 2498 | | Manager | UpdateLostControl() | 0 | 14 | 9 | 3 | 2 | 1 | 0 | 26 | 66 | 310.229 | 5.55882 | 1724.51 | 95.806 | 0.0479353 | 98.1833 | 32.8615 | 131.045 | 14 | 1 |
| LiteEditor/manager.cpp | 2513 | | Manager | UpdateTypeResolved(const wxString &, const wxString &) | 2 | 82 | 56 | 15 | 12 | 15 | 4 | 107 | 443 | 2986.47 | 24.8476 | 74206.5 | 4122.58 | 0.588627 | 54.5515 | 30.758 | 85.3096 | 65 | 2 |
| LiteEditor/manager.cpp | 2596 | | Manager | UpdateAsciiViewer(const wxString &, const wxString &) | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 38 | 166.908 | 6 | 1001.45 | 55.636 | 0.0333655 | 121.701 | 0 | 121.701 | 4 | 1 |
| LiteEditor/manager.cpp | 2601 | | Manager | UpdateRemoteTargetConnected(const wxString &) | 1 | 33 | 24 | 5 | 4 | 7 | 3 | 60 | 180 | 1063.24 | 15.061 | 16013.4 | 889.635 | 0.211772 | 76.5074 | 28.3567 | 104.864 | 28 | 1 |
| LiteEditor/manager.cpp | 2637 | | Manager | IsBuildInProgress() const | 0 | 6 | 6 | 0 | 0 | 3 | 0 | 24 | 43 | 197.153 | 6.76923 | 1334.58 | 74.1432 | 0.0404056 | 113.807 | 0 | 113.807 | 6 | 23 |
| LiteEditor/manager.cpp | 2644 | | Manager | StopBuild() | 0 | 15 | 12 | 1 | 2 | 4 | 1 | 30 | 74 | 363.11 | 7.33333 | 2662.81 | 147.934 | 0.0640381 | 95.5571 | 19.4709 | 115.028 | 11 | 3 |
| LiteEditor/manager.cpp | 2660 | | Manager | PushQueueCommand(const QueueCommand &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 19 |
| LiteEditor/manager.cpp | 2662 | | Manager | ProcessCommandQueue() | 0 | 38 | 29 | 2 | 7 | 10 | 1 | 41 | 131 | 701.839 | 12.48 | 8758.95 | 486.609 | 0.141638 | 75.6918 | 17.3987 | 93.0905 | 13 | 19 |
| LiteEditor/manager.cpp | 2701 | | Manager | BuildWorkspace() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 3 | 210.925 | 11.7181 | 0.0118113 | 122.582 | 0 | 122.582 | 2 | 1 |
| LiteEditor/manager.cpp | 2707 | | Manager | CleanWorkspace() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 13 | 19 | 70.3084 | 3 | 210.925 | 11.7181 | 0.0118113 | 122.582 | 0 | 122.582 | 2 | 1 |
| LiteEditor/manager.cpp | 2713 | | Manager | RebuildWorkspace() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 26 | 98.9912 | 3.75 | 371.217 | 20.6232 | 0.0172173 | 117.849 | 0 | 117.849 | 3 | 1 |
| LiteEditor/manager.cpp | 2720 | | Manager | RunCustomPreMakeCommand(const wxString &) | 1 | 23 | 20 | 3 | 2 | 5 | 1 | 39 | 105 | 554.967 | 14.6818 | 8147.93 | 452.663 | 0.134972 | 86.1967 | 26.5382 | 112.735 | 15 | 1 |
| LiteEditor/manager.cpp | 2744 | | Manager | CompileFile(const wxString &, const wxString &, bool) | 3 | 48 | 42 | 1 | 5 | 13 | 2 | 75 | 254 | 1582.12 | 23.6122 | 37357.4 | 2075.41 | 0.372503 | 66.9906 | 11.0874 | 78.078 | 35 | 3 |
| LiteEditor/manager.cpp | 2793 | | Manager | IsBuildEndedSuccessfully() const | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 17 | 28 | 114.449 | 4 | 457.796 | 25.4331 | 0.0197998 | 120.048 | 31.9355 | 151.984 | 4 | 4 |
| LiteEditor/manager.cpp | 2799 | | Manager | DoBuildProject(const QueueCommand &) | 1 | 24 | 19 | 1 | 4 | 7 | 2 | 46 | 111 | 613.115 | 13.0185 | 7981.85 | 443.436 | 0.133132 | 84.5291 | 15.5492 | 100.078 | 15 | 1 |
| LiteEditor/manager.cpp | 2824 | | Manager | DoCleanProject(const QueueCommand &) | 1 | 12 | 11 | 0 | 1 | 4 | 1 | 26 | 54 | 253.824 | 10.5 | 2665.15 | 148.064 | 0.0640757 | 101.034 | 0 | 101.034 | 5 | 1 |
| LiteEditor/manager.cpp | 2837 | | Manager | DoCustomBuild(const QueueCommand &) | 1 | 22 | 18 | 1 | 3 | 6 | 2 | 47 | 111 | 616.559 | 11.7931 | 7271.15 | 403.953 | 0.125107 | 86.1395 | 16.2158 | 102.355 | 16 | 1 |
| LiteEditor/manager.cpp | 2860 | | Manager | DoCmdWorkspace(int) | 1 | 49 | 42 | 4 | 3 | 14 | 4 | 66 | 336 | 2030.92 | 29.4 | 59708.9 | 3317.16 | 0.509219 | 65.1281 | 21.4157 | 86.5438 | 49 | 4 |
| LiteEditor/manager.cpp | 2910 | | Manager | DbgClearWatches() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 1 |
| LiteEditor/manager.cpp | 2912 | | Manager | DebuggerUpdate(const DebuggerEventData &) [override] | 1 | 208 | 153 | 22 | 33 | 57 | 1 | 165 | 1148 | 8456.54 | 40.7279 | 344417 | 19134.3 | 1.63783 | 24.3999 | 24.1392 | 48.5391 | 115 | 0 |
| LiteEditor/manager.cpp | 3121 | | Manager | DbgRestoreWatches() | 0 | 17 | 16 | 1 | 0 | 3 | 2 | 44 | 112 | 611.456 | 12.2778 | 7507.33 | 417.074 | 0.127801 | 91.0496 | 18.3478 | 109.397 | 17 | 2 |
| LiteEditor/manager.cpp | 3139 | | Manager | DoRestartCodeLite(bool) | 1 | 42 | 33 | 7 | 5 | 5 | 1 | 77 | 228 | 1428.83 | 23.76 | 33948.9 | 1886.05 | 0.349486 | 71.5238 | 29.5564 | 101.08 | 21 | 2 |
| LiteEditor/manager.cpp | 3182 | | Manager | OnRestart(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 3 |
| LiteEditor/manager.cpp | 3183 | | Manager | OnForcedRestart(clCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 3 |
| LiteEditor/manager.cpp | 3185 | | Manager | DoShowQuickWatchDialog(const DebuggerEventData &) | 1 | 68 | 47 | 11 | 10 | 13 | 3 | 87 | 375 | 2416.1 | 27.619 | 66730.5 | 3707.25 | 0.548397 | 59.1464 | 29.1772 | 88.3236 | 36 | 1 |
| LiteEditor/manager.cpp | 3254 | | Manager | UpdateParserPaths(bool) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 6 |
| LiteEditor/manager.cpp | 3256 | | Manager | DoSaveAllFilesBeforeBuild() | 0 | 10 | 9 | 1 | 0 | 2 | 1 | 22 | 47 | 209.593 | 7.8 | 1634.83 | 90.8238 | 0.0462587 | 105.443 | 23.5268 | 128.97 | 9 | 3 |
| LiteEditor/manager.cpp | 3267 | | Manager | GetDebuggerTip() | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 9.28571 | 1404.63 | 78.0348 | 0.0418074 | 112.917 | 0 | 112.917 | 3 | 25 |
| LiteEditor/manager.cpp | 3275 | | Manager | OnProjectSettingsModified(clProjectSettingsEvent &) | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5 | 562.94 | 31.2744 | 0.0227258 | 117.18 | 29.5564 | 146.736 | 3 | 2 |
| LiteEditor/manager.cpp | 3282 | | Manager | GetActiveProjectAndConf(wxString &, wxString &) | 2 | 17 | 15 | 0 | 2 | 3 | 1 | 31 | 84 | 416.152 | 11.5294 | 4797.99 | 266.555 | 0.0948241 | 93.0505 | 0 | 93.0505 | 12 | 1 |
| LiteEditor/manager.cpp | 3300 | | Manager | UpdatePreprocessorFile(clEditor *) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/manager.cpp | 3302 | | Manager | DbgCanInteract() | 0 | 11 | 8 | 3 | 0 | 2 | 1 | 21 | 39 | 171.3 | 5.90909 | 1012.23 | 56.235 | 0.0336045 | 104.948 | 36.1812 | 141.13 | 5 | 26 |
| LiteEditor/manager.cpp | 3314 | | Manager | OnBuildEnded(clBuildEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/manager.cpp | 3316 | | Manager | DbgContinue() | 0 | 10 | 9 | 1 | 0 | 3 | 1 | 27 | 76 | 361.371 | 9.2 | 3324.62 | 184.701 | 0.0742517 | 102.381 | 23.5268 | 125.907 | 12 | 2 |
| LiteEditor/manager.cpp | 3327 | | Manager | OnBuildStarting(clBuildEvent &) | 1 | 73 | 51 | 12 | 11 | 9 | 3 | 83 | 319 | 2033.64 | 20.5574 | 41806.3 | 2322.57 | 0.401519 | 59.8131 | 29.3808 | 89.1939 | 56 | 2 |
| LiteEditor/manager.cpp | 3401 | | Manager | StartTTY(const wxString &, wxString &) | 2 | 15 | 15 | 0 | 0 | 2 | 1 | 31 | 74 | 366.611 | 12.6562 | 4639.91 | 257.773 | 0.0927297 | 95.9672 | 0 | 95.9672 | 6 | 2 |
| LiteEditor/manager.cpp | 3417 | | Manager | OnProjectRenamed(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 35 | 151.267 | 5.5 | 831.971 | 46.2206 | 0.0294861 | 112.917 | 0 | 112.917 | 4 | 2 |
| LiteEditor/manager.cpp | 3425 | | Manager | OnFindInFilesDismissed(clFindInFilesEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 65 | 305.529 | 8.06667 | 2464.6 | 136.922 | 0.0608195 | 107.098 | 0 | 107.098 | 11 | 2 |
| LiteEditor/manager.cpp | 3434 | | Manager | IsDebuggerViewVisible(const wxString &) | 1 | 15 | 13 | 1 | 1 | 4 | 3 | 33 | 79 | 398.507 | 10.8333 | 4317.16 | 239.842 | 0.088378 | 95.0734 | 19.4709 | 114.544 | 8 | 2 |
| LiteEditor/manager.cpp | 3450 | | Manager | ShowNewProjectWizard(const wxString &) | 1 | 34 | 27 | 3 | 4 | 5 | 2 | 57 | 192 | 1119.91 | 14.439 | 16170.5 | 898.36 | 0.213154 | 76.2137 | 22.2054 | 98.4191 | 24 | 2 |
| LiteEditor/manager.cpp | 3485 | | Manager | OnUpdateDebuggerActiveView(clDebugEvent &) | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 20 | 38 | 164.233 | 5.5 | 903.283 | 50.1824 | 0.0311478 | 108.418 | 0 | 108.418 | 4 | 2 |
| LiteEditor/manager.cpp | 3495 | | Manager | OnDebuggerSetMemory(clDebugEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 55 | 252.173 | 7.19231 | 1813.71 | 100.761 | 0.0495743 | 106.188 | 0 | 106.188 | 7 | 2 |
| LiteEditor/manager.cpp | 3505 | | Manager | OnHideGdbTooltip(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 18 | 33 | 137.608 | 6.25 | 860.047 | 47.7804 | 0.0301458 | 113.409 | 0 | 113.409 | 4 | 2 |
| LiteEditor/manager.cpp | 3513 | | Manager | OnFindInFilesShowing(clFindInFilesEvent &) | 1 | 13 | 12 | 1 | 0 | 2 | 1 | 30 | 74 | 363.11 | 7.81579 | 2837.99 | 157.666 | 0.0668169 | 98.3354 | 20.8285 | 119.164 | 13 | 2 |
| LiteEditor/manager.cpp | 3527 | | Manager | OnDebuggerAtFileLine(clDebugEvent &) | 1 | 32 | 30 | 1 | 1 | 7 | 3 | 56 | 182 | 1056.94 | 19.7353 | 20859 | 1158.83 | 0.252585 | 77.0368 | 13.5225 | 90.5593 | 17 | 2 |
| LiteEditor/menu_event_handlers.cpp | 293 | | BookmarkHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 19 | 18 | 2 | 1 | 7 | 1 | 43 | 149 | 808.513 | 21 | 16978.8 | 943.266 | 0.2202 | 86.8751 | 24.0864 | 110.961 | 15 | 0 |
| LiteEditor/menu_event_handlers.cpp | 313 | | BookmarkHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 120.638 | 0 | 120.638 | 2 | 0 |
| LiteEditor/menu_event_handlers.cpp | 214 | | BraceMatchHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 13 | 12 | 0 | 1 | 3 | 1 | 35 | 69 | 353.921 | 16.9231 | 5989.42 | 332.746 | 0.109935 | 98.2386 | 0 | 98.2386 | 4 | 0 |
| LiteEditor/menu_event_handlers.cpp | 228 | | BraceMatchHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 5 | 5 | 0 | 0 | 2 | 0 | 28 | 43 | 206.716 | 11.3333 | 2342.78 | 130.155 | 0.0587986 | 116.744 | 0 | 116.744 | 2 | 0 |
| LiteEditor/menu_event_handlers.cpp | 408 | | DebuggerMenuHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 55 | 44 | 2 | 9 | 14 | 1 | 64 | 353 | 2118 | 28.2857 | 59909.1 | 3328.29 | 0.510357 | 63.0384 | 14.5571 | 77.5955 | 52 | 0 |
| LiteEditor/menu_event_handlers.cpp | 464 | | DebuggerMenuHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 120.638 | 0 | 120.638 | 2 | 0 |
| LiteEditor/menu_event_handlers.cpp | 40 | | EditHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 139 | 114 | 8 | 22 | 40 | 3 | 141 | 880 | 6282.81 | 41.9439 | 263526 | 14640.3 | 1.37013 | 36.3845 | 18.158 | 54.5426 | 107 | 0 |
| LiteEditor/menu_event_handlers.cpp | 180 | | EditHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 30 | 27 | 0 | 3 | 16 | 1 | 55 | 265 | 1532.06 | 30.9062 | 47350.2 | 2630.57 | 0.436275 | 74.0819 | 0 | 74.0819 | 26 | 0 |
| LiteEditor/menu_event_handlers.cpp | 237 | | FindReplaceHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 17 | 15 | 0 | 2 | 6 | 2 | 42 | 151 | 814.24 | 20 | 16284.8 | 904.711 | 0.214158 | 88.8702 | 0 | 88.8702 | 18 | 0 |
| LiteEditor/menu_event_handlers.cpp | 255 | | FindReplaceHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 120.638 | 0 | 120.638 | 2 | 0 |
| LiteEditor/menu_event_handlers.cpp | 372 | | FoldHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 17 | 16 | 0 | 1 | 5 | 1 | 39 | 108 | 570.823 | 17.8947 | 10214.7 | 567.485 | 0.156927 | 90.9471 | 0 | 90.9471 | 11 | 0 |
| LiteEditor/menu_event_handlers.cpp | 390 | | FoldHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 17 | 15 | 2 | 1 | 3 | 1 | 37 | 95 | 494.898 | 18.8235 | 9315.73 | 517.54 | 0.147579 | 92.1493 | 25.3357 | 117.485 | 8 | 0 |
| LiteEditor/menu_event_handlers.cpp | 322 | | GotoDefinitionHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 10 | 10 | 0 | 0 | 3 | 1 | 32 | 58 | 290 | 13.1538 | 3814.62 | 211.923 | 0.081379 | 103.525 | 0 | 103.525 | 3 | 0 |
| LiteEditor/menu_event_handlers.cpp | 333 | | GotoDefinitionHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 9 | 9 | 0 | 0 | 3 | 1 | 35 | 68 | 348.791 | 16 | 5580.66 | 310.037 | 0.104874 | 104.272 | 0 | 104.272 | 5 | 0 |
| LiteEditor/menu_event_handlers.cpp | 265 | | GotoHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 18 | 16 | 0 | 2 | 3 | 1 | 49 | 122 | 684.995 | 15.8621 | 10865.4 | 603.635 | 0.163522 | 89.533 | 0 | 89.533 | 16 | 0 |
| LiteEditor/menu_event_handlers.cpp | 284 | | GotoHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 120.638 | 0 | 120.638 | 2 | 0 |
| LiteEditor/menu_event_handlers.cpp | 347 | | WordWrapHandler | ProcessUpdateUIEvent(wxWindow *, wxUpdateUIEvent &) [override] | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 34 | 64 | 325.598 | 16.9615 | 5522.64 | 306.813 | 0.104146 | 101.609 | 0 | 101.609 | 4 | 0 |
| LiteEditor/menu_event_handlers.cpp | 359 | | WordWrapHandler | ProcessCommandEvent(wxWindow *, wxCommandEvent &) [override] | 2 | 9 | 8 | 0 | 1 | 3 | 1 | 33 | 52 | 262.308 | 13.8462 | 3631.96 | 201.776 | 0.0787601 | 105.753 | 0 | 105.753 | 2 | 0 |
| LiteEditor/menumanager.cpp | 29 | | MenuManager | MenuManager() | 0 | 63 | 63 | 1 | 0 | 1 | 0 | 82 | 934 | 5937.95 | 18.973 | 112661 | 6258.92 | 0.777547 | 58.4678 | 9.69716 | 68.165 | 229 | 1 |
| LiteEditor/menumanager.cpp | 93 | | MenuManager | PushHandler(MenuEventHandlerPtr) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 6.42857 | 551.807 | 30.656 | 0.0224252 | 125.159 | 0 | 125.159 | 4 | 60 |
| LiteEditor/menumanager.cpp | 98 | | MenuManager | GetHandler(int) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 40 | 185.754 | 7.84615 | 1457.46 | 80.9698 | 0.0428492 | 111.849 | 0 | 111.849 | 6 | 2 |
| LiteEditor/messagepane_liteeditor_bitmaps.cpp | 34 | | | wxC2A73InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 0 |
| LiteEditor/movefuncimplbasedlg.cpp | 16 | | MoveFuncImplBaseDlg | MoveFuncImplBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 106 | 77 | 9 | 20 | 7 | 1 | 142 | 828 | 5919.99 | 40.0354 | 237009 | 13167.2 | 1.2766 | 48.6746 | 21.8119 | 70.4865 | 111 | 1 |
| LiteEditor/movefuncimplbasedlg.cpp | 123 | | MoveFuncImplBaseDlg | ~MoveFuncImplBaseDlg() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 114.544 | 0 | 114.544 | 8 | 0 |
| LiteEditor/movefuncimplbasedlg_liteeditor_bitmaps.cpp | 34 | | | wxCrafterRzeI25InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/movefuncimpldlg.cpp | 38 | | MoveFuncImplDlg | MoveFuncImplDlg(wxWindow *, const wxString &, const wxString &) | 3 | 21 | 18 | 1 | 2 | 3 | 1 | 53 | 153 | 876.372 | 14.4 | 12619.8 | 701.097 | 0.180681 | 85.7546 | 16.583 | 102.338 | 23 | 1 |
| LiteEditor/movefuncimpldlg.cpp | 60 | | MoveFuncImplDlg | SetText(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 5.14286 | 381.759 | 21.2088 | 0.0175417 | 148.373 | 0 | 148.373 | 1 | 0 |
| LiteEditor/movefuncimpldlg.cpp | 62 | | MoveFuncImplDlg | GetText() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 5 | 268.872 | 14.9373 | 0.013886 | 150.049 | 0 | 150.049 | 1 | 1 |
| LiteEditor/movefuncimpldlg.cpp | 64 | | MoveFuncImplDlg | SetFileName(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 0 |
| LiteEditor/movefuncimpldlg.cpp | 66 | | MoveFuncImplDlg | GetFileName() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 4 | 222.026 | 12.3348 | 0.0122222 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/movefuncimpldlg.cpp | 68 | | MoveFuncImplDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/movefuncimpldlg.cpp | 74 | | MoveFuncImplDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 11 | 10 | 1 | 0 | 2 | 1 | 34 | 67 | 340.86 | 8.4 | 2863.22 | 159.068 | 0.0672123 | 101.37 | 22.5149 | 123.885 | 13 | 0 |
| LiteEditor/new_configuration_dlg.cpp | 51 | | NewConfigurationDlg | NewConfigurationDlg(wxWindow *, const wxString &, int, wxString, wxPoint, wxSize, int) | 7 | 71 | 56 | 1 | 14 | 3 | 2 | 103 | 530 | 3543.85 | 22.0407 | 78108.8 | 4339.38 | 0.609086 | 58.7552 | 9.14107 | 67.8962 | 76 | 1 |
| LiteEditor/new_configuration_dlg.cpp | 123 | | NewConfigurationDlg | OnButtonOK(wxCommandEvent &) | 1 | 30 | 25 | 1 | 4 | 3 | 1 | 63 | 178 | 1063.96 | 15.814 | 16825.3 | 934.742 | 0.218871 | 78.9679 | 13.9543 | 92.9222 | 36 | 1 |
| LiteEditor/new_item_base_dlg.cpp | 14 | | NewItemBaseDlg | NewItemBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 91 | 68 | 2 | 21 | 8 | 1 | 124 | 769 | 5347.78 | 32.1089 | 171711 | 9539.52 | 1.02978 | 51.445 | 11.3827 | 62.8277 | 108 | 1 |
| LiteEditor/new_item_base_dlg.cpp | 106 | | NewItemBaseDlg | ~NewItemBaseDlg() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 44 | 193.262 | 7.27273 | 1405.54 | 78.0856 | 0.0418255 | 114.37 | 0 | 114.37 | 8 | 0 |
| LiteEditor/new_item_dlg.cpp | 40 | | NewItemDlg | NewItemDlg(wxWindow *, const wxString &) | 2 | 10 | 10 | 0 | 0 | 1 | 0 | 33 | 64 | 322.841 | 8.45 | 2728.01 | 151.556 | 0.0650793 | 103.427 | 0 | 103.427 | 9 | 1 |
| LiteEditor/new_item_dlg.cpp | 51 | | NewItemDlg | OnBrowseButton(wxCommandEvent &) [override] | 1 | 8 | 8 | 1 | 0 | 2 | 1 | 27 | 48 | 228.235 | 7.89286 | 1801.42 | 100.079 | 0.0493502 | 108.615 | 26.0372 | 134.652 | 6 | 0 |
| LiteEditor/new_item_dlg.cpp | 60 | | NewItemDlg | GetFileName() const | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 6.1875 | 708.153 | 39.3418 | 0.0264828 | 120.048 | 0 | 120.048 | 4 | 1 |
| LiteEditor/new_item_dlg.cpp | 66 | | NewItemDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 25 | 42 | 195.042 | 6.92308 | 1350.29 | 75.0161 | 0.0407221 | 120.661 | 0 | 120.661 | 7 | 0 |
| LiteEditor/new_item_dlg_formbuilder_bitmaps.cpp | 34 | | | wxC6B33InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 50 | | | DoNothing(wxShowEvent &) | 1 | 5 | 3 | 2 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 2.5 | 83.0482 | 4.61379 | 0.00634501 | 126.481 | 41.5192 | 168 | 0 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 57 | | DisplayVariableDlg | DisplayVariableDlg(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 3 | 0 | 37 | 66 | 343.824 | 9.52381 | 3274.51 | 181.917 | 0.0735038 | 99.6858 | 0 | 99.6858 | 7 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 70 | | DisplayVariableDlg | ~DisplayVariableDlg() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 7.7 | 677.6 | 37.6444 | 0.0257155 | 125.03 | 0 | 125.03 | 1 | 0 |
| LiteEditor/new_quick_watch_dlg.cpp | 75 | | DisplayVariableDlg | OnItemExpanding(wxTreeEvent &) [override] | 1 | 26 | 23 | 2 | 1 | 6 | 5 | 50 | 158 | 891.729 | 16.5938 | 14797.1 | 822.063 | 0.200908 | 81.5144 | 20.8285 | 102.343 | 17 | 0 |
| LiteEditor/new_quick_watch_dlg.cpp | 102 | | DisplayVariableDlg | BuildTree(const VariableObjChildren &, IDebugger *) | 2 | 24 | 18 | 2 | 4 | 2 | 1 | 52 | 113 | 644.15 | 14.6875 | 9460.95 | 525.608 | 0.149108 | 85.4223 | 21.6227 | 107.045 | 9 | 2 |
| LiteEditor/new_quick_watch_dlg.cpp | 127 | | DisplayVariableDlg | AddItems(const wxString &, const VariableObjChildren &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 53 | 260.065 | 9.17647 | 2386.48 | 132.582 | 0.0595275 | 107.936 | 0 | 107.936 | 6 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 136 | | DisplayVariableDlg | DoAddChildren(wxTreeItemId &, const VariableObjChildren &) | 2 | 43 | 30 | 6 | 7 | 12 | 3 | 74 | 261 | 1620.67 | 31.3478 | 50804.4 | 2822.47 | 0.457242 | 68.8775 | 27.3464 | 96.2239 | 29 | 2 |
| LiteEditor/new_quick_watch_dlg.cpp | 180 | | DisplayVariableDlg | OnBtnCancel(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/new_quick_watch_dlg.cpp | 186 | | DisplayVariableDlg | UpdateValue(const wxString &, const wxString &) | 2 | 25 | 22 | 1 | 2 | 5 | 2 | 47 | 140 | 777.642 | 15.8667 | 12338.6 | 685.477 | 0.177987 | 83.0916 | 15.2452 | 98.3369 | 15 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 212 | | DisplayVariableDlg | OnCloseEvent(wxCloseEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/new_quick_watch_dlg.cpp | 218 | | DisplayVariableDlg | DoCleanUp() | 0 | 12 | 12 | 0 | 0 | 3 | 1 | 29 | 67 | 325.485 | 9.75 | 3173.48 | 176.304 | 0.0719839 | 99.9709 | 0 | 99.9709 | 8 | 3 |
| LiteEditor/new_quick_watch_dlg.cpp | 231 | | DisplayVariableDlg | HideDialog() | 0 | 6 | 5 | 1 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 3 | 193.588 | 10.7549 | 0.0111549 | 120.074 | 29.5564 | 149.631 | 2 | 6 |
| LiteEditor/new_quick_watch_dlg.cpp | 238 | | DisplayVariableDlg | ShowDialog(bool) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 21 | 79.9545 | 3.375 | 269.846 | 14.9915 | 0.0139195 | 121.914 | 0 | 121.914 | 2 | 2 |
| LiteEditor/new_quick_watch_dlg.cpp | 244 | | DisplayVariableDlg | OnItemMenu(wxTreeEvent &) | 1 | 29 | 21 | 2 | 6 | 3 | 1 | 44 | 177 | 966.319 | 15.8667 | 15332.3 | 851.793 | 0.205723 | 80.0176 | 19.7854 | 99.803 | 34 | 2 |
| LiteEditor/new_quick_watch_dlg.cpp | 274 | | DisplayVariableDlg | DoGetItemPath(const wxTreeItemId &) | 1 | 45 | 34 | 4 | 7 | 7 | 3 | 65 | 237 | 1427.3 | 27.5 | 39250.8 | 2180.6 | 0.384985 | 69.9517 | 22.2816 | 92.2333 | 32 | 3 |
| LiteEditor/new_quick_watch_dlg.cpp | 320 | | DisplayVariableDlg | IsFakeItem(const wxTreeItemId &) | 1 | 16 | 13 | 1 | 3 | 4 | 2 | 32 | 72 | 360 | 13.5 | 4860 | 270 | 0.0956393 | 94.5563 | 18.8844 | 113.441 | 4 | 3 |
| LiteEditor/new_quick_watch_dlg.cpp | 337 | | DisplayVariableDlg | OnMenuSelection(wxCommandEvent &) | 1 | 20 | 18 | 0 | 2 | 6 | 2 | 53 | 189 | 1082.58 | 13.6216 | 14746.5 | 819.247 | 0.200449 | 84.7562 | 0 | 84.7562 | 30 | 3 |
| LiteEditor/new_quick_watch_dlg.cpp | 358 | | DisplayVariableDlg | OnCreateVariableObjError(const DebuggerEventData &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 360 | | DisplayVariableDlg | DoEditItem(const wxTreeItemId &) | 1 | 64 | 45 | 5 | 14 | 9 | 3 | 78 | 316 | 1986.19 | 21.3684 | 42441.7 | 2357.87 | 0.405577 | 62.0674 | 20.9804 | 83.0478 | 40 | 1 |
| LiteEditor/new_quick_watch_dlg.cpp | 42 | | QWTreeData | QWTreeData(const VariableObjChild &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 2 |
| LiteEditor/new_quick_watch_dlg.cpp | 46 | | QWTreeData | ~QWTreeData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/new_virtual_folder.cpp | 16 | | NewVirtualFolderDlgBase | NewVirtualFolderDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 81 | 58 | 2 | 21 | 7 | 1 | 119 | 665 | 4585.05 | 32.4632 | 148845 | 8269.18 | 0.936201 | 54.361 | 12.0518 | 66.4128 | 88 | 1 |
| LiteEditor/new_virtual_folder.cpp | 98 | | NewVirtualFolderDlgBase | ~NewVirtualFolderDlgBase() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 26 | 80 | 376.035 | 9.375 | 3525.33 | 195.852 | 0.0772109 | 106.249 | 0 | 106.249 | 16 | 0 |
| LiteEditor/new_virtual_folder_liteeditor_bitmaps.cpp | 32 | | | wxCD0C8InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/new_workspace_dlg_liteeditor_bitmaps.cpp | 34 | | | wxCE428InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/newquickwatch.cpp | 14 | | clDebuggerEditItemDlgBase | clDebuggerEditItemDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 65 | 49 | 1 | 15 | 7 | 1 | 102 | 531 | 3543.06 | 28.2405 | 100058 | 5558.76 | 0.718421 | 59.2666 | 9.54867 | 68.8153 | 74 | 1 |
| LiteEditor/newquickwatch.cpp | 80 | | clDebuggerEditItemDlgBase | ~clDebuggerEditItemDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/newquickwatch_liteeditor_bitmaps.cpp | 34 | | | wxCB786InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/newworkspacebasedlg.cpp | 14 | | NewWorkspaceBase | NewWorkspaceBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 134 | 100 | 2 | 32 | 8 | 1 | 147 | 1102 | 7934.04 | 39.6935 | 314930 | 17496.1 | 1.54296 | 43.1246 | 9.40681 | 52.5314 | 165 | 1 |
| LiteEditor/newworkspacebasedlg.cpp | 149 | | NewWorkspaceBase | ~NewWorkspaceBase() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 29 | 116 | 563.526 | 11.5789 | 6525.04 | 362.502 | 0.116395 | 95.0794 | 0 | 95.0794 | 24 | 0 |
| LiteEditor/newworkspacedlg.cpp | 36 | | NewWorkspaceDlg | NewWorkspaceDlg(wxWindow *) | 1 | 14 | 12 | 0 | 2 | 1 | 0 | 34 | 83 | 422.259 | 9.90476 | 4182.38 | 232.354 | 0.0865289 | 96.58 | 0 | 96.58 | 15 | 1 |
| LiteEditor/newworkspacedlg.cpp | 51 | | NewWorkspaceDlg | ~NewWorkspaceDlg() [override] | 0 | 15 | 14 | 2 | 0 | 4 | 2 | 39 | 123 | 650.104 | 17.3864 | 11303 | 627.942 | 0.167883 | 92.5285 | 26.7997 | 119.328 | 17 | 0 |
| LiteEditor/newworkspacedlg.cpp | 67 | | NewWorkspaceDlg | OnWorkspacePathUpdated(wxCommandEvent &) [override] | 1 | 11 | 9 | 2 | 0 | 3 | 2 | 30 | 64 | 314.041 | 7 | 2198.29 | 122.127 | 0.0563553 | 101.567 | 30.6787 | 132.245 | 9 | 0 |
| LiteEditor/newworkspacedlg.cpp | 79 | | NewWorkspaceDlg | OnWorkspaceDirPicker(wxCommandEvent &) [override] | 1 | 17 | 14 | 1 | 2 | 4 | 3 | 48 | 113 | 631.101 | 12.6 | 7951.87 | 441.771 | 0.132798 | 90.6551 | 18.3478 | 109.003 | 18 | 0 |
| LiteEditor/newworkspacedlg.cpp | 97 | | NewWorkspaceDlg | OnButtonCreate(wxCommandEvent &) [override] | 1 | 17 | 13 | 2 | 2 | 3 | 1 | 41 | 94 | 503.61 | 10.56 | 5318.12 | 295.451 | 0.101559 | 92.0586 | 25.3357 | 117.394 | 16 | 0 |
| LiteEditor/newworkspacedlg.cpp | 114 | | NewWorkspaceDlg | OnOKUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 23 | 39 | 176.419 | 6.875 | 1212.88 | 67.3822 | 0.0379103 | 117.568 | 0 | 117.568 | 5 | 0 |
| LiteEditor/newworkspacedlg.cpp | 120 | | NewWorkspaceDlg | OnWorkspaceNameUpdated(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 117.896 | 0 | 117.896 | 2 | 0 |
| LiteEditor/newworkspacedlg.cpp | 127 | | NewWorkspaceDlg | DoUpdateFilePath() | 0 | 34 | 27 | 1 | 6 | 6 | 1 | 47 | 186 | 1033.15 | 18.6207 | 19238 | 1068.78 | 0.239324 | 76.403 | 13.1285 | 89.5315 | 33 | 2 |
| LiteEditor/openwindowspanel.cpp | 46 | | OpenWindowsPanel | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/openwindowspanel.cpp | 46 | | OpenWindowsPanel | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/openwindowspanel.cpp | 64 | | OpenWindowsPanel | OpenWindowsPanel(wxWindow *, const wxString &) | 2 | 26 | 22 | 1 | 3 | 1 | 0 | 75 | 231 | 1438.86 | 13.2632 | 19083.8 | 1060.21 | 0.238043 | 80.1765 | 14.9585 | 95.135 | 34 | 1 |
| LiteEditor/openwindowspanel.cpp | 91 | | OpenWindowsPanel | ~OpenWindowsPanel() [override] | 0 | 21 | 19 | 1 | 1 | 1 | 0 | 45 | 234 | 1285.09 | 13.1029 | 16838.5 | 935.473 | 0.218985 | 84.2241 | 16.583 | 100.807 | 34 | 0 |
| LiteEditor/openwindowspanel.cpp | 117 | | OpenWindowsPanel | OnActivePageChanged(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 1 | 1 | 20 | 38 | 164.233 | 5.31818 | 873.422 | 48.5235 | 0.0304575 | 110.556 | 0 | 110.556 | 4 | 1 |
| LiteEditor/openwindowspanel.cpp | 126 | | OpenWindowsPanel | OnActiveEditorChanged(wxCommandEvent &) | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 21 | 44 | 193.262 | 6.36364 | 1229.85 | 68.3249 | 0.0382631 | 105.865 | 0 | 105.865 | 5 | 3 |
| LiteEditor/openwindowspanel.cpp | 137 | | OpenWindowsPanel | OnAllEditorsClosed(wxCommandEvent &) | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 16 | 25 | 100 | 4.5 | 450 | 25 | 0.0195743 | 115.299 | 0 | 115.299 | 2 | 2 |
| LiteEditor/openwindowspanel.cpp | 145 | | OpenWindowsPanel | OnCloseSelectedFiles(wxCommandEvent &) | 1 | 32 | 25 | 3 | 4 | 8 | 2 | 55 | 195 | 1127.37 | 24 | 27056.8 | 1503.15 | 0.30042 | 76.4714 | 22.8376 | 99.309 | 18 | 1 |
| LiteEditor/openwindowspanel.cpp | 178 | | OpenWindowsPanel | OnSaveSelectedFiles(wxCommandEvent &) | 1 | 13 | 11 | 0 | 2 | 3 | 1 | 32 | 66 | 330 | 11.0294 | 3639.71 | 202.206 | 0.078872 | 98.6025 | 0 | 98.6025 | 8 | 1 |
| LiteEditor/openwindowspanel.cpp | 192 | | OpenWindowsPanel | DoSaveItem(wxDataViewItem) | 1 | 12 | 12 | 0 | 0 | 4 | 3 | 32 | 75 | 375 | 9.72222 | 3645.83 | 202.546 | 0.0789605 | 99.0045 | 0 | 99.0045 | 5 | 1 |
| LiteEditor/openwindowspanel.cpp | 205 | | OpenWindowsPanel | DoSelectItem(IEditor *) | 1 | 14 | 14 | 0 | 0 | 4 | 3 | 40 | 99 | 526.871 | 14.3182 | 7543.83 | 419.102 | 0.128215 | 94.7391 | 0 | 94.7391 | 7 | 2 |
| LiteEditor/openwindowspanel.cpp | 220 | | OpenWindowsPanel | OnSortItems(wxCommandEvent &) | 1 | 14 | 12 | 0 | 2 | 2 | 1 | 32 | 68 | 340 | 8.94444 | 3041.11 | 168.951 | 0.0699681 | 97.4768 | 0 | 97.4768 | 9 | 2 |
| LiteEditor/openwindowspanel.cpp | 235 | | OpenWindowsPanel | OnSortItemsUpdateUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 5.4 | 665.225 | 36.957 | 0.0254014 | 119.666 | 0 | 119.666 | 3 | 2 |
| LiteEditor/openwindowspanel.cpp | 241 | | OpenWindowsPanel | SortAlphabetically() | 0 | 18 | 15 | 1 | 2 | 2 | 1 | 45 | 106 | 582.136 | 13.0536 | 7598.96 | 422.164 | 0.128839 | 90.6091 | 17.8544 | 108.464 | 12 | 2 |
| LiteEditor/openwindowspanel.cpp | 260 | | OpenWindowsPanel | SortByEditorOrder() | 0 | 13 | 10 | 1 | 2 | 2 | 1 | 26 | 46 | 216.22 | 5.9375 | 1283.81 | 71.3226 | 0.0393742 | 101.031 | 20.8285 | 121.86 | 6 | 2 |
| LiteEditor/openwindowspanel.cpp | 274 | | OpenWindowsPanel | OnTabActivated(wxDataViewEvent &) [override] | 1 | 15 | 13 | 0 | 2 | 2 | 1 | 40 | 97 | 516.227 | 11.6667 | 6022.65 | 334.592 | 0.110341 | 94.1875 | 0 | 94.1875 | 9 | 0 |
| LiteEditor/openwindowspanel.cpp | 290 | | OpenWindowsPanel | OnTabSelected(wxDataViewEvent &) [override] | 1 | 22 | 19 | 1 | 2 | 4 | 2 | 49 | 127 | 713.068 | 12.7742 | 9108.87 | 506.048 | 0.145386 | 85.8433 | 16.2158 | 102.059 | 11 | 0 |
| LiteEditor/openwindowspanel.cpp | 313 | | OpenWindowsPanel | AppendEditor(const clTab &) | 1 | 21 | 17 | 1 | 3 | 3 | 1 | 55 | 151 | 872.985 | 15.0811 | 13165.6 | 731.42 | 0.185854 | 85.7748 | 16.583 | 102.358 | 16 | 2 |
| LiteEditor/openwindowspanel.cpp | 335 | | OpenWindowsPanel | Clear() | 0 | 10 | 10 | 0 | 0 | 2 | 1 | 33 | 73 | 368.241 | 11.25 | 4142.71 | 230.15 | 0.0859808 | 102.513 | 0 | 102.513 | 6 | 5 |
| LiteEditor/openwindowspanel.cpp | 346 | | OpenWindowsPanel | PopulateView() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 14 | 25 | 95.1839 | 4 | 380.735 | 21.152 | 0.0175103 | 113.163 | 0 | 113.163 | 2 | 4 |
| LiteEditor/openwindowspanel.cpp | 355 | | OpenWindowsPanel | OnMenu(wxDataViewEvent &) [override] | 1 | 17 | 15 | 1 | 1 | 3 | 1 | 37 | 94 | 489.689 | 11.5909 | 5675.94 | 315.33 | 0.106065 | 92.2043 | 18.3478 | 110.552 | 12 | 0 |
| LiteEditor/openwindowspanel.cpp | 373 | | OpenWindowsPanel | DoSelectItem(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 38 | 85 | 446.074 | 14.4 | 6423.46 | 356.859 | 0.115184 | 98.332 | 0 | 98.332 | 4 | 1 |
| LiteEditor/openwindowspanel.cpp | 386 | | OpenWindowsPanel | OnInitDone(wxCommandEvent &) | 1 | 18 | 15 | 1 | 2 | 1 | 0 | 39 | 159 | 840.379 | 14 | 11765.3 | 653.628 | 0.172431 | 88.9299 | 17.8544 | 106.784 | 24 | 2 |
| LiteEditor/openwindowspanel.cpp | 405 | | OpenWindowsPanel | OnIdle(wxIdleEvent &) | 1 | 10 | 9 | 1 | 0 | 5 | 1 | 32 | 54 | 270 | 9.5 | 2565 | 142.5 | 0.0624602 | 103.436 | 23.5268 | 126.963 | 4 | 2 |
| LiteEditor/openwindowspanel.cpp | 416 | | OpenWindowsPanel | OnEditorModified(clCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 29 | 62 | 301.195 | 11.25 | 3388.44 | 188.247 | 0.075199 | 103.328 | 0 | 103.328 | 6 | 2 |
| LiteEditor/openwindowspanel.cpp | 427 | | OpenWindowsPanel | OnEditorSaved(clCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 2 | 1 | 25 | 48 | 222.905 | 9.54545 | 2127.73 | 118.207 | 0.0551429 | 108.738 | 0 | 108.738 | 6 | 2 |
| LiteEditor/openwindowspanel.cpp | 436 | | OpenWindowsPanel | DoMarkModify(IEditor *, const wxString &, bool) | 3 | 19 | 15 | 1 | 3 | 3 | 1 | 59 | 144 | 847.101 | 15.8974 | 13466.7 | 748.152 | 0.188678 | 87.5526 | 17.3987 | 104.951 | 14 | 2 |
| LiteEditor/openwindowspanel.cpp | 456 | | OpenWindowsPanel | PrepareValue(const clTab &, bool *) | 2 | 24 | 21 | 0 | 3 | 5 | 2 | 53 | 147 | 842.004 | 14.4 | 12124.9 | 673.603 | 0.175926 | 83.3394 | 0 | 83.3394 | 16 | 2 |
| LiteEditor/openwindowspanel.cpp | 481 | | OpenWindowsPanel | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/openwindowspanel.cpp | 487 | | OpenWindowsPanel | OnWorkspaceClosing(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 25 | 104.248 | 5.625 | 586.396 | 32.5775 | 0.0233528 | 117.58 | 0 | 117.58 | 2 | 2 |
| LiteEditor/openwindowspanel.cpp | 494 | | OpenWindowsPanel | MarkItemModified(const wxDataViewItem &, bool, bool) | 3 | 14 | 14 | 0 | 0 | 3 | 2 | 39 | 107 | 565.538 | 10.75 | 6079.53 | 337.752 | 0.111035 | 94.6008 | 0 | 94.6008 | 17 | 2 |
| LiteEditor/openwindowspanel.cpp | 509 | | OpenWindowsPanel | OnThemeChanged(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 44 | 196.215 | 5.19231 | 1018.81 | 56.6005 | 0.03375 | 111.794 | 0 | 111.794 | 7 | 2 |
| LiteEditor/openwindowspanel.cpp | 517 | | OpenWindowsPanel | GetDisplayName(const clTab &) const | 1 | 15 | 15 | 0 | 0 | 4 | 2 | 36 | 106 | 548.012 | 13.5714 | 7437.31 | 413.184 | 0.127005 | 93.4168 | 0 | 93.4168 | 17 | 3 |
| LiteEditor/openwindowspanel.cpp | 55 | | TabClientData | TabClientData(const clTab &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 4.66667 | 337.585 | 18.7547 | 0.016161 | 122.434 | 0 | 122.434 | 1 | 1 |
| LiteEditor/openwindowspanel.cpp | 60 | | TabClientData | ~TabClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/openwindowspanel.cpp | 61 | | TabClientData | IsFile() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 5 |
| LiteEditor/openwindowspanelbase.cpp | 14 | | OpenWindowsPanelBase | OpenWindowsPanelBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 33 | 26 | 2 | 5 | 3 | 1 | 80 | 249 | 1574.16 | 14.4836 | 22799.5 | 1266.64 | 0.268017 | 75.3869 | 18.6103 | 93.9972 | 38 | 1 |
| LiteEditor/openwindowspanelbase.cpp | 48 | | OpenWindowsPanelBase | ~OpenWindowsPanelBase() [override] | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 10.4545 | 2847.02 | 158.168 | 0.0669585 | 106.019 | 0 | 106.019 | 12 | 0 |
| LiteEditor/options_base_dlg2.cpp | 14 | | OptionsBaseDlg2 | OptionsBaseDlg2(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 82 | 62 | 2 | 18 | 7 | 1 | 115 | 655 | 4483.8 | 29.125 | 130591 | 7255.03 | 0.857999 | 54.2784 | 11.9795 | 66.2579 | 85 | 1 |
| LiteEditor/options_base_dlg2.cpp | 97 | | OptionsBaseDlg2 | ~OptionsBaseDlg2() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 78 | 357.627 | 10.5769 | 3782.59 | 210.144 | 0.080923 | 106.51 | 0 | 106.51 | 5 | 0 |
| LiteEditor/options_dlg2.cpp | 51 | | PreferencesDialog | PreferencesDialog(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 6 | 562.592 | 31.2551 | 0.0227165 | 118.131 | 0 | 118.131 | 3 | 1 |
| LiteEditor/options_dlg2.cpp | 58 | | PreferencesDialog | OnButtonOK(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 19 | 72.3397 | 3.5 | 253.189 | 14.0661 | 0.0133406 | 122.434 | 0 | 122.434 | 2 | 0 |
| LiteEditor/options_dlg2.cpp | 64 | | PreferencesDialog | OnButtonCancel(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| LiteEditor/options_dlg2.cpp | 66 | | PreferencesDialog | OnButtonApply(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 0 |
| LiteEditor/options_dlg2.cpp | 68 | | PreferencesDialog | DoSave() | 0 | 10 | 6 | 2 | 2 | 1 | 0 | 17 | 34 | 138.974 | 4.2 | 583.69 | 32.4272 | 0.0232809 | 107.81 | 31.9355 | 139.745 | 7 | 2 |
| LiteEditor/options_dlg2.cpp | 79 | | PreferencesDialog | Initialize() | 0 | 25 | 24 | 0 | 1 | 3 | 2 | 63 | 263 | 1572.02 | 21.3953 | 33634 | 1868.56 | 0.347321 | 79.8916 | 0 | 79.8916 | 64 | 1 |
| LiteEditor/optionsdialogbase2_liteeditor_bitmaps.cpp | 34 | | | wxCrafterx2PVqnInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/output_pane.cpp | 58 | | OutputPane | OutputPane(wxWindow *, const wxString &, long) | 3 | 15 | 15 | 0 | 0 | 1 | 0 | 54 | 178 | 1024.37 | 11.55 | 11831.5 | 657.304 | 0.173076 | 90.8541 | 0 | 90.8541 | 26 | 1 |
| LiteEditor/output_pane.cpp | 74 | | OutputPane | ~OutputPane() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 32 | 124 | 620 | 11.2619 | 6982.38 | 387.91 | 0.121772 | 100.034 | 0 | 100.034 | 20 | 0 |
| LiteEditor/output_pane.cpp | 85 | | OutputPane | CreateGUIControls() | 0 | 72 | 56 | 7 | 9 | 5 | 1 | 103 | 530 | 3543.85 | 32.3718 | 114721 | 6373.37 | 0.786997 | 58.0686 | 23.2239 | 81.2925 | 118 | 1 |
| LiteEditor/output_pane.cpp | 158 | | OutputPane | OnEditorFocus(wxCommandEvent &) | 1 | 18 | 14 | 1 | 3 | 5 | 2 | 42 | 115 | 620.117 | 11.3846 | 7059.79 | 392.21 | 0.12267 | 89.5905 | 17.8544 | 107.445 | 16 | 2 |
| LiteEditor/output_pane.cpp | 177 | | OutputPane | OnBuildStarted(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/output_pane.cpp | 183 | | OutputPane | OnBuildEnded(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/output_pane.cpp | 189 | | OutputPane | SaveTabOrder() | 0 | 25 | 25 | 0 | 0 | 5 | 1 | 59 | 155 | 911.81 | 14.0125 | 12776.7 | 709.819 | 0.182176 | 82.264 | 0 | 82.264 | 10 | 1 |
| LiteEditor/output_pane.cpp | 221 | | OutputPane | ApplySavedTabOrder(bool) const | 1 | 62 | 51 | 7 | 4 | 15 | 3 | 105 | 393 | 2638.7 | 36.2609 | 95681.5 | 5315.64 | 0.697318 | 59.7246 | 24.8677 | 84.5923 | 29 | 1 |
| LiteEditor/output_pane.cpp | 284 | | OutputPane | OnSettingsChanged(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 4.875 | 770.852 | 42.8251 | 0.0280237 | 118.368 | 0 | 118.368 | 6 | 2 |
| LiteEditor/output_pane.cpp | 290 | | OutputPane | OnToggleTab(clCommandEvent &) | 1 | 27 | 23 | 3 | 1 | 6 | 2 | 45 | 171 | 939.107 | 17.6071 | 16535 | 918.61 | 0.216346 | 80.6338 | 24.6875 | 105.321 | 14 | 2 |
| LiteEditor/output_pane.cpp | 318 | | OutputPane | OnOutputBookFileListMenu(clContextMenuEvent &) | 1 | 51 | 40 | 4 | 7 | 8 | 2 | 89 | 302 | 1955.67 | 25.6167 | 50097.8 | 2783.21 | 0.452993 | 66.0563 | 21.0189 | 87.0751 | 39 | 1 |
| LiteEditor/output_pane.cpp | 370 | | OutputPane | ShowTab(const wxString &, bool) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 46 | 216.22 | 6.5625 | 1418.95 | 78.8303 | 0.042091 | 111.29 | 0 | 111.29 | 6 | 1 |
| LiteEditor/output_pane.cpp | 378 | | OutputPane | OnPageChanged(wxBookCtrlEvent &) | 1 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 68 | 330.343 | 6.84211 | 2260.24 | 125.569 | 0.0574092 | 105.014 | 0 | 105.014 | 12 | 2 |
| LiteEditor/outputtabwindow.cpp | 42 | | OutputTabWindow | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/outputtabwindow.cpp | 42 | | OutputTabWindow | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/outputtabwindow.cpp | 59 | | OutputTabWindow | OutputTabWindow(wxWindow *, wxWindowID, const wxString &) | 3 | 21 | 21 | 0 | 0 | 1 | 0 | 53 | 177 | 1013.84 | 15.8194 | 16038.4 | 891.023 | 0.211992 | 85.4569 | 0 | 85.4569 | 30 | 2 |
| LiteEditor/outputtabwindow.cpp | 81 | | OutputTabWindow | ~OutputTabWindow() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 29 | 116 | 563.526 | 13.4444 | 7576.29 | 420.905 | 0.128583 | 96.2799 | 0 | 96.2799 | 26 | 0 |
| LiteEditor/outputtabwindow.cpp | 95 | | OutputTabWindow | [static] DefineMarker(wxStyledTextCtrl *, int, int, wxColour, wxColour) | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 8.03571 | 1817.5 | 100.972 | 0.0496435 | 113.553 | 0 | 113.553 | 3 | 8 |
| LiteEditor/outputtabwindow.cpp | 102 | | OutputTabWindow | [static] InitStyle(wxStyledTextCtrl *, int, bool) | 3 | 66 | 51 | 3 | 12 | 3 | 1 | 103 | 486 | 3249.64 | 21.7059 | 70536.3 | 3918.68 | 0.569054 | 60.3888 | 16.2158 | 76.6047 | 68 | 2 |
| LiteEditor/outputtabwindow.cpp | 169 | | OutputTabWindow | CreateGUIControls() | 0 | 48 | 30 | 5 | 13 | 3 | 0 | 87 | 350 | 2255.03 | 22.1136 | 49866.9 | 2770.38 | 0.4516 | 67.4478 | 23.9713 | 91.419 | 65 | 1 |
| LiteEditor/outputtabwindow.cpp | 218 | | OutputTabWindow | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 17 | 40 | 163.499 | 8.57143 | 1401.42 | 77.8564 | 0.0417436 | 108.442 | 0 | 108.442 | 4 | 4 |
| LiteEditor/outputtabwindow.cpp | 228 | | OutputTabWindow | [virtual] AppendText(const wxString &, bool) | 2 | 26 | 16 | 5 | 5 | 5 | 1 | 41 | 115 | 616.118 | 10.8889 | 6708.85 | 372.714 | 0.118571 | 83.667 | 31.415 | 115.082 | 12 | 9 |
| LiteEditor/outputtabwindow.cpp | 255 | | OutputTabWindow | [virtual] OnOutputScrolls(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 0 | 1 |
| LiteEditor/outputtabwindow.cpp | 257 | | OutputTabWindow | [virtual] OnOutputScrollsUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 25 | 102.187 | 5.625 | 574.799 | 31.9333 | 0.0230439 | 120.638 | 0 | 120.638 | 2 | 1 |
| LiteEditor/outputtabwindow.cpp | 263 | | OutputTabWindow | [virtual] OnClearAll(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/outputtabwindow.cpp | 265 | | OutputTabWindow | [virtual] OnClearAllUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 6.72222 | 755.377 | 41.9654 | 0.0276474 | 145.987 | 0 | 145.987 | 2 | 1 |
| LiteEditor/outputtabwindow.cpp | 267 | | OutputTabWindow | [virtual] OnWordWrap(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 3 | 1 | 22 | 32 | 142.702 | 7.2 | 1027.45 | 57.0807 | 0.0339406 | 115.488 | 0 | 115.488 | 2 | 1 |
| LiteEditor/outputtabwindow.cpp | 274 | | OutputTabWindow | [virtual] OnWordWrapUI(wxUpdateUIEvent &) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 24 | 47 | 215.493 | 10.5 | 2262.68 | 125.704 | 0.0574505 | 107.006 | 0 | 107.006 | 4 | 1 |
| LiteEditor/outputtabwindow.cpp | 284 | | OutputTabWindow | [virtual] OnCollapseAll(wxCommandEvent &) | 1 | 22 | 19 | 3 | 0 | 8 | 4 | 40 | 127 | 675.885 | 20.3571 | 13759.1 | 764.394 | 0.191398 | 85.2018 | 27.069 | 112.271 | 5 | 2 |
| LiteEditor/outputtabwindow.cpp | 307 | | OutputTabWindow | [virtual] OnCollapseAllUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 20 | 26 | 112.37 | 6.72222 | 755.377 | 41.9654 | 0.0276474 | 145.987 | 0 | 145.987 | 2 | 1 |
| LiteEditor/outputtabwindow.cpp | 309 | | OutputTabWindow | [virtual] OnRepeatOutput(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/outputtabwindow.cpp | 311 | | OutputTabWindow | [virtual] OnRepeatOutputUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 1 |
| LiteEditor/outputtabwindow.cpp | 313 | | OutputTabWindow | [virtual] OnMouseDClick(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/outputtabwindow.cpp | 315 | | OutputTabWindow | [virtual] OnHotspotClicked(wxStyledTextEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.08333 | 241.762 | 13.4312 | 0.0129361 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/outputtabwindow.cpp | 317 | | OutputTabWindow | [virtual] OnMarginClick(wxStyledTextEvent &) | 1 | 6 | 6 | 0 | 0 | 3 | 1 | 23 | 41 | 185.466 | 8.18182 | 1517.45 | 84.3027 | 0.0440171 | 114.125 | 0 | 114.125 | 4 | 2 |
| LiteEditor/outputtabwindow.cpp | 324 | | OutputTabWindow | [virtual] IsFocused() | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 18 | 27 | 112.588 | 7.85714 | 884.62 | 49.1455 | 0.0307173 | 119.904 | 0 | 119.904 | 1 | 2 |
| LiteEditor/outputtabwindow.cpp | 330 | | OutputTabWindow | [virtual] OnEditUI(wxUpdateUIEvent &) | 1 | 17 | 16 | 0 | 1 | 5 | 1 | 34 | 73 | 371.385 | 14.5385 | 5399.36 | 299.965 | 0.10259 | 93.1823 | 0 | 93.1823 | 6 | 4 |
| LiteEditor/outputtabwindow.cpp | 348 | | OutputTabWindow | [virtual] OnEdit(wxCommandEvent &) | 1 | 18 | 17 | 0 | 1 | 5 | 1 | 31 | 67 | 331.931 | 11.7692 | 3906.57 | 217.032 | 0.0826817 | 92.8404 | 0 | 92.8404 | 5 | 4 |
| LiteEditor/outputtabwindow.cpp | 367 | | OutputTabWindow | [virtual] OnToggleHoldOpen(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 34 | 74 | 376.472 | 10.6579 | 4012.4 | 222.911 | 0.0841683 | 105.783 | 0 | 105.783 | 8 | 1 |
| LiteEditor/outputtabwindow.cpp | 376 | | OutputTabWindow | [virtual] OnThemeChanged(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 43 | 197.153 | 8 | 1577.23 | 87.6237 | 0.0451656 | 111.54 | 0 | 111.54 | 4 | 2 |
| LiteEditor/outputtabwindow.cpp | 384 | | OutputTabWindow | ScrollToBottom() | 0 | 11 | 8 | 2 | 1 | 1 | 1 | 17 | 52 | 212.548 | 6.65 | 1413.44 | 78.5247 | 0.0419821 | 104.056 | 30.6787 | 134.735 | 7 | 3 |
| LiteEditor/perspectivemanager.cpp | 45 | | PerspectiveManager | PerspectiveManager() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 50 | 237.744 | 9.15385 | 2176.28 | 120.904 | 0.0559785 | 106.495 | 0 | 106.495 | 6 | 0 |
| LiteEditor/perspectivemanager.cpp | 55 | | PerspectiveManager | ~PerspectiveManager() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 10 | 16 | 53.1508 | 4.66667 | 248.037 | 13.7798 | 0.013159 | 124.037 | 0 | 124.037 | 2 | 0 |
| LiteEditor/perspectivemanager.cpp | 61 | | PerspectiveManager | DeleteAllPerspectives() | 0 | 13 | 12 | 0 | 1 | 2 | 2 | 37 | 80 | 416.756 | 9.13043 | 3805.17 | 211.398 | 0.0812446 | 97.6188 | 0 | 97.6188 | 15 | 1 |
| LiteEditor/perspectivemanager.cpp | 75 | | PerspectiveManager | LoadPerspective(const wxString &) | 1 | 16 | 14 | 1 | 1 | 3 | 1 | 33 | 90 | 453.995 | 10.4 | 4721.55 | 262.308 | 0.0938142 | 93.58 | 18.8844 | 112.464 | 16 | 7 |
| LiteEditor/perspectivemanager.cpp | 92 | | PerspectiveManager | SavePerspective(const wxString &, bool) | 2 | 21 | 18 | 0 | 3 | 4 | 1 | 41 | 120 | 642.906 | 10.4464 | 6716.07 | 373.115 | 0.118656 | 87.1355 | 0 | 87.1355 | 18 | 6 |
| LiteEditor/perspectivemanager.cpp | 114 | | PerspectiveManager | DoGetPathFromName(const wxString &) const | 1 | 13 | 11 | 0 | 2 | 2 | 1 | 28 | 71 | 341.322 | 12.5667 | 4289.28 | 238.293 | 0.0879971 | 98.6571 | 0 | 98.6571 | 12 | 3 |
| LiteEditor/perspectivemanager.cpp | 128 | | PerspectiveManager | SavePerspectiveIfNotExists(const wxString &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 39 | 176.419 | 8.18182 | 1443.43 | 80.1904 | 0.0425738 | 112.117 | 0 | 112.117 | 3 | 1 |
| LiteEditor/perspectivemanager.cpp | 136 | | PerspectiveManager | DoEnsureDebuggerPanesAreVisible() | 0 | 39 | 33 | 3 | 3 | 4 | 1 | 50 | 330 | 1862.47 | 28.7059 | 53463.9 | 2970.22 | 0.473063 | 71.5761 | 20.8285 | 92.4046 | 41 | 1 |
| LiteEditor/perspectivemanager.cpp | 176 | | PerspectiveManager | OnPaneClosing(wxAuiManagerEvent &) | 1 | 13 | 10 | 2 | 1 | 4 | 1 | 29 | 59 | 286.621 | 9.33333 | 2675.13 | 148.618 | 0.0642355 | 99.1054 | 28.5467 | 127.652 | 7 | 2 |
| LiteEditor/perspectivemanager.cpp | 190 | | PerspectiveManager | ConnectEvents(wxAuiManager *) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 49 | 224.663 | 10.6364 | 2389.6 | 132.756 | 0.0595793 | 108.697 | 0 | 108.697 | 2 | 1 |
| LiteEditor/perspectivemanager.cpp | 199 | | PerspectiveManager | ShowOutputPane(const wxString &, bool, bool) | 3 | 48 | 38 | 5 | 5 | 12 | 3 | 60 | 230 | 1358.58 | 26 | 35323.2 | 1962.4 | 0.358855 | 68.0127 | 23.9713 | 91.984 | 18 | 1 |
| LiteEditor/perspectivemanager.cpp | 248 | | PerspectiveManager | DisconnectEvents() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 20 | 36 | 155.589 | 7.94444 | 1236.07 | 68.6706 | 0.038392 | 110.608 | 0 | 110.608 | 4 | 2 |
| LiteEditor/perspectivemanager.cpp | 257 | | PerspectiveManager | DoShowPane(const wxString &, bool, bool &) | 3 | 15 | 14 | 0 | 1 | 6 | 2 | 38 | 103 | 540.537 | 15.3 | 8270.21 | 459.456 | 0.136319 | 93.0283 | 0 | 93.0283 | 8 | 9 |
| LiteEditor/perspectivemanager.cpp | 273 | | PerspectiveManager | OnAuiRender(wxAuiManagerEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 43 | 194.513 | 6.41667 | 1248.13 | 69.3403 | 0.0386412 | 111.84 | 0 | 111.84 | 5 | 1 |
| LiteEditor/perspectivemanager.cpp | 281 | | PerspectiveManager | GetPerspective(const wxString &, wxString *) const | 2 | 20 | 18 | 0 | 2 | 4 | 1 | 39 | 104 | 549.682 | 15.4286 | 8480.81 | 471.156 | 0.138623 | 88.7406 | 0 | 88.7406 | 18 | 1 |
| LiteEditor/perspectivemanager.cpp | 302 | | PerspectiveManager | SetPerspectiveToCache(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 46 | 202.047 | 8.63636 | 1744.95 | 96.9416 | 0.0483133 | 111.412 | 0 | 111.412 | 4 | 1 |
| LiteEditor/perspectivemanager.cpp | 310 | | PerspectiveManager | FlushCacheToDisk() | 0 | 11 | 10 | 0 | 1 | 2 | 1 | 33 | 68 | 343.019 | 10.075 | 3455.91 | 191.995 | 0.076194 | 101.338 | 0 | 101.338 | 14 | 1 |
| LiteEditor/perspectivemanager.cpp | 322 | | PerspectiveManager | ShowPane(const wxString &, bool) | 2 | 18 | 16 | 0 | 2 | 4 | 1 | 36 | 91 | 470.463 | 12.9737 | 6103.64 | 339.091 | 0.111328 | 91.2566 | 0 | 91.2566 | 6 | 2 |
| LiteEditor/plugindlgbase.cpp | 14 | | PluginMgrDlgBase | PluginMgrDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 102 | 76 | 2 | 24 | 6 | 1 | 144 | 874 | 6266.51 | 31.2686 | 195945 | 10885.8 | 1.12452 | 49.232 | 10.7617 | 59.9936 | 125 | 1 |
| LiteEditor/plugindlgbase.cpp | 117 | | PluginMgrDlgBase | ~PluginMgrDlgBase() [override] | 0 | 13 | 13 | 0 | 0 | 1 | 0 | 29 | 116 | 563.526 | 11.5789 | 6525.04 | 362.502 | 0.116395 | 96.2799 | 0 | 96.2799 | 24 | 0 |
| LiteEditor/plugindlgbase_liteeditor_bitmaps.cpp | 34 | | | wxCEF4InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/pluginmanager.cpp | 1025 | | | find_page_label<>(clNativeNotebook *, wxWindow *, wxString *) | 3 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 66 | 326.977 | 13.9643 | 4566 | 253.667 | 0.0917422 | 102.901 | 0 | 102.901 | 4 | 8 |
| LiteEditor/pluginmanager.cpp | 1025 | | | find_page_label<>(clSideBarCtrl *, wxWindow *, wxString *) | 3 | 10 | 10 | 0 | 0 | 3 | 2 | 31 | 66 | 326.977 | 13.9643 | 4566 | 253.667 | 0.0917422 | 102.901 | 0 | 102.901 | 4 | 8 |
| LiteEditor/pluginmanager.cpp | 1014 | | | find_page<>(clNativeNotebook *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 59 | 289.507 | 13.7308 | 3975.15 | 220.842 | 0.0836465 | 105.24 | 0 | 105.24 | 4 | 2 |
| LiteEditor/pluginmanager.cpp | 1014 | | | find_page<>(clSideBarCtrl *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 30 | 59 | 289.507 | 13.7308 | 3975.15 | 220.842 | 0.0836465 | 105.24 | 0 | 105.24 | 4 | 2 |
| LiteEditor/pluginmanager.cpp | 1048 | | | find_page_index<>(clNativeNotebook *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 53 | 257.473 | 12.3077 | 3168.9 | 176.05 | 0.0719147 | 105.85 | 0 | 105.85 | 3 | 6 |
| LiteEditor/pluginmanager.cpp | 1048 | | | find_page_index<>(clSideBarCtrl *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 3 | 2 | 29 | 53 | 257.473 | 12.3077 | 3168.9 | 176.05 | 0.0719147 | 105.85 | 0 | 105.85 | 3 | 3 |
| LiteEditor/pluginmanager.cpp | 1013 | {anonymous} | | find_page(BookT *, const wxString &) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 33 | 64 | 322.841 | 14.4 | 4648.91 | 258.273 | 0.0928495 | 102.967 | 0 | 102.967 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 1024 | {anonymous} | | find_page_label(BookT *, wxWindow *, wxString *) | 3 | 11 | 11 | 0 | 0 | 3 | 2 | 34 | 71 | 361.21 | 14.625 | 5282.69 | 293.483 | 0.101107 | 100.839 | 0 | 100.839 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 1036 | {anonymous} | | find_page_index(BookT *, wxWindow *) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 30 | 57 | 279.693 | 12.5714 | 3516.14 | 195.341 | 0.0770766 | 103.713 | 0 | 103.713 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 1047 | {anonymous} | | find_page_index(BookT *, const wxString &) | 2 | 10 | 10 | 0 | 0 | 3 | 2 | 32 | 58 | 290 | 13.0333 | 3779.67 | 209.981 | 0.0808812 | 103.525 | 0 | 103.525 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 1058 | {anonymous} | | find_page_label_and_pane_id(wxWindow *) | 1 | 35 | 31 | 1 | 3 | 8 | 2 | 54 | 234 | 1346.64 | 30.0484 | 40464.5 | 2248.03 | 0.392881 | 74.0954 | 12.944 | 87.0394 | 25 | 3 |
| LiteEditor/pluginmanager.cpp | 70 | | PluginManager | [static] Get() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 8.1 | 740.15 | 41.1194 | 0.0272746 | 118.266 | 0 | 118.266 | 2 | 43 |
| LiteEditor/pluginmanager.cpp | 77 | | PluginManager | [virtual] UnLoad() | 0 | 29 | 25 | 2 | 2 | 4 | 2 | 46 | 176 | 972.147 | 18.7586 | 18236.1 | 1013.12 | 0.230941 | 79.7564 | 19.7854 | 99.5417 | 26 | 1 |
| LiteEditor/pluginmanager.cpp | 107 | | PluginManager | PluginManager() | 0 | 9 | 9 | 0 | 0 | 1 | 0 | 16 | 49 | 196 | 7.77778 | 1524.44 | 84.6914 | 0.0441523 | 107.729 | 0 | 107.729 | 6 | 1 |
| LiteEditor/pluginmanager.cpp | 117 | | PluginManager | [virtual] Load() | 0 | 207 | 148 | 28 | 31 | 33 | 4 | 205 | 1215 | 9330.57 | 42.2515 | 394230 | 21901.7 | 1.79217 | 29.4865 | 26.9719 | 56.4584 | 213 | 1 |
| LiteEditor/pluginmanager.cpp | 325 | | PluginManager | GetActiveEditor() [override] | 0 | 11 | 11 | 0 | 0 | 4 | 2 | 26 | 70 | 329.031 | 17 | 5593.52 | 310.751 | 0.105035 | 101.094 | 0 | 101.094 | 6 | 2 |
| LiteEditor/pluginmanager.cpp | 337 | | PluginManager | GetConfigTool() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/pluginmanager.cpp | 339 | | PluginManager | [virtual] HookPopupMenu(wxMenu *, MenuType) | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 37 | 171.823 | 9.54545 | 1640.13 | 91.1181 | 0.0463586 | 114.752 | 0 | 114.752 | 2 | 5 |
| LiteEditor/pluginmanager.cpp | 346 | | PluginManager | GetSelectedTreeItemInfo(TreeType) [override] | 1 | 12 | 12 | 0 | 0 | 3 | 1 | 27 | 64 | 304.313 | 8 | 2434.5 | 135.25 | 0.0603234 | 100.321 | 0 | 100.321 | 9 | 1 |
| LiteEditor/pluginmanager.cpp | 359 | | PluginManager | GetWorkspaceTree() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 361 | | PluginManager | GetFileExplorerTree() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 363 | | PluginManager | GetMainNotebook() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 365 | | PluginManager | OpenFile(const wxString &, const wxString &, const wxString &) [override] | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 79 | 383.78 | 13 | 4989.15 | 277.175 | 0.0973262 | 104.005 | 0 | 104.005 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 375 | | PluginManager | OpenRemoteFile(const wxString &, const wxString &, const wxString &, const wxString &) [override] | 4 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 50 | 226.178 | 10.5417 | 2384.29 | 132.461 | 0.0594911 | 111.055 | 0 | 111.055 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 383 | | PluginManager | OpenFile(const wxString &, const wxString &, int, OF_extra) [override] | 4 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 66 | 323.855 | 10.7059 | 3467.15 | 192.62 | 0.0763591 | 106.796 | 0 | 106.796 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 392 | | PluginManager | GetStartupDirectory() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 394 | | PluginManager | AddProject(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 147.257 | 0 | 147.257 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 396 | | PluginManager | IsWorkspaceOpen() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 398 | | PluginManager | GetTagsManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 149.549 | 0 | 149.549 | 1 | 1 |
| LiteEditor/pluginmanager.cpp | 400 | | PluginManager | GetWorkspace() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 402 | | PluginManager | AddFilesToVirtualFolder(wxTreeItemId &, wxArrayString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 6.36364 | 1034.19 | 57.4551 | 0.0340889 | 121.84 | 0 | 121.84 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 407 | | PluginManager | AddFilesToVirtualFolder(const wxString &, wxArrayString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 121.622 | 0 | 121.622 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 412 | | PluginManager | AddFilesToVirtualFolderIntelligently(const wxString &, wxArrayString &) [override] | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 6.25 | 1059.12 | 58.8397 | 0.0346344 | 118.008 | 0 | 118.008 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 418 | | PluginManager | RedefineProjFiles(ProjectPtr, const wxString &, std::vector<wxString> &) [override] | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 8 | 1825.88 | 101.438 | 0.0497958 | 120.074 | 0 | 120.074 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 423 | | PluginManager | GetToolbarIconSize() [override] | 0 | 9 | 8 | 1 | 0 | 2 | 1 | 20 | 37 | 159.911 | 6 | 959.468 | 53.3038 | 0.0324264 | 108.557 | 24.6875 | 133.244 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 433 | | PluginManager | GetDockingManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 2 |
| LiteEditor/pluginmanager.cpp | 435 | | PluginManager | GetEnv() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 437 | | PluginManager | GetProjectExecutionCommand(const wxString &, wxString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 32 | 135.934 | 8.9375 | 1214.91 | 67.4948 | 0.0379525 | 122.769 | 0 | 122.769 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 442 | | PluginManager | GetTheApp() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 1 | 1 |
| LiteEditor/pluginmanager.cpp | 444 | | PluginManager | ReloadWorkspace() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 4.33333 | 636.764 | 35.3758 | 0.0246716 | 118.749 | 0 | 118.749 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 450 | | PluginManager | GetPlugin(const wxString &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 32 | 53 | 265 | 11.9 | 3153.5 | 175.194 | 0.0716815 | 107.838 | 0 | 107.838 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 459 | | PluginManager | GetOutputWindow() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.25 | 492.268 | 27.3482 | 0.0207816 | 147.158 | 0 | 147.158 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 461 | | PluginManager | SaveAll(bool) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 28 | 114.449 | 7.14286 | 817.493 | 45.4163 | 0.029143 | 146.121 | 0 | 146.121 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 463 | | PluginManager | GetInstallDirectory() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4 | 312.551 | 17.364 | 0.0153518 | 148.106 | 0 | 148.106 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 465 | | PluginManager | CreateVirtualDirectory(const wxString &, const wxString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 39 | 171.3 | 7.27273 | 1245.82 | 69.2123 | 0.0385936 | 121.566 | 0 | 121.566 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 470 | | PluginManager | GetEditorSettings() [override] | 0 | 10 | 8 | 2 | 0 | 2 | 1 | 22 | 50 | 222.972 | 7.5 | 1672.29 | 92.9048 | 0.0469627 | 105.121 | 31.9355 | 137.057 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 481 | | PluginManager | FindAndSelect(const wxString &, const wxString &, int) [override] | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 67 | 328.762 | 9 | 2958.86 | 164.381 | 0.0687007 | 106.717 | 0 | 106.717 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 490 | | PluginManager | GetTagAtCaret(bool, bool) [override] | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 53 | 252.009 | 9.28571 | 2340.08 | 130.005 | 0.0587534 | 110.263 | 0 | 110.263 | 7 | 0 |
| LiteEditor/pluginmanager.cpp | 498 | | PluginManager | AllowToolbar() [override] | 0 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 35 | 162.535 | 9 | 1462.81 | 81.2675 | 0.0429541 | 117.994 | 0 | 117.994 | 3 | 1 |
| LiteEditor/pluginmanager.cpp | 504 | | PluginManager | [virtual] EnableToolbars() | 0 | 14 | 13 | 1 | 0 | 4 | 3 | 35 | 93 | 477.023 | 8.86364 | 4228.16 | 234.898 | 0.0871592 | 95.2559 | 20.1155 | 115.371 | 11 | 1 |
| LiteEditor/pluginmanager.cpp | 519 | | PluginManager | SetStatusMessage(const wxString &, int) [override] | 2 | 6 | 6 | 0 | 0 | 2 | 1 | 20 | 34 | 146.946 | 6.5 | 955.146 | 53.0637 | 0.032329 | 115.565 | 0 | 115.565 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 526 | | PluginManager | ProcessCommandQueue() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 18 | 64.5293 | 4.2 | 271.023 | 15.0568 | 0.0139599 | 149.101 | 0 | 149.101 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 528 | | PluginManager | PushQueueCommand(const QueueCommand &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 23 | 92 | 5 | 460 | 25.5556 | 0.0198633 | 147.257 | 0 | 147.257 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 530 | | PluginManager | StopAndClearQueue() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 18 | 66.6079 | 3.5 | 233.128 | 12.9515 | 0.0126263 | 148.936 | 0 | 148.936 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 532 | | PluginManager | IsBuildInProgress() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 534 | | PluginManager | IsBuildEndedSuccessfully() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 536 | | PluginManager | GetProjectNameByFile(wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 6.75 | 606.545 | 33.6969 | 0.0238847 | 124.921 | 0 | 124.921 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 541 | | PluginManager | GetProjectNameByFile(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 6.42857 | 617.143 | 34.2857 | 0.0241622 | 124.577 | 0 | 124.577 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 546 | | PluginManager | GetBuildManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 548 | | PluginManager | GetBuildSettingsConfigManager() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4 | 236.828 | 13.1571 | 0.0127595 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 550 | | PluginManager | ClosePage(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 146.017 | 0 | 146.017 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 551 | | PluginManager | ClosePage(const wxFileName &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 57 | 271.029 | 8.8 | 2385.05 | 132.503 | 0.0595037 | 112.612 | 0 | 112.612 | 7 | 0 |
| LiteEditor/pluginmanager.cpp | 558 | | PluginManager | FindPage(const wxString &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.11111 | 752.827 | 41.8237 | 0.0275852 | 145.739 | 0 | 145.739 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 560 | | PluginManager | AddPage(wxWindow *, const wxString &, const wxString &, const wxString &, bool) [override] | 5 | 6 | 6 | 0 | 0 | 1 | 0 | 31 | 73 | 361.656 | 10.4211 | 3768.84 | 209.38 | 0.0807267 | 111.112 | 0 | 111.112 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 567 | | PluginManager | SelectPage(wxWindow *) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 146.31 | 0 | 146.31 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 569 | | PluginManager | OpenFile(const BrowseRecord &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 6.11111 | 752.827 | 41.8237 | 0.0275852 | 145.739 | 0 | 145.739 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 571 | | PluginManager | GetNavigationMgr() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 16 | 57.3594 | 5 | 286.797 | 15.9332 | 0.0144965 | 149.713 | 0 | 149.713 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 573 | | PluginManager | [virtual] HookProjectSettingsTab(wxBookCtrlBase *, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 10.7692 | 2355.5 | 130.861 | 0.0590111 | 108.836 | 0 | 108.836 | 2 | 1 |
| LiteEditor/pluginmanager.cpp | 582 | | PluginManager | [virtual] UnHookProjectSettingsTab(wxBookCtrlBase *, const wxString &, const wxString &) | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 10.7692 | 2355.5 | 130.861 | 0.0590111 | 108.836 | 0 | 108.836 | 2 | 1 |
| LiteEditor/pluginmanager.cpp | 591 | | PluginManager | NewEditor() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.25 | 492.268 | 27.3482 | 0.0207816 | 147.158 | 0 | 147.158 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 593 | | PluginManager | IsShutdownInProgress() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 148.24 | 0 | 148.24 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 595 | | PluginManager | GetStdIcons() [override] | 0 | 5 | 4 | 1 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 122.033 | 31.9355 | 153.969 | 2 | 5 |
| LiteEditor/pluginmanager.cpp | 601 | | PluginManager | AddEditorPage(wxWindow *, const wxString &, const wxString &) [override] | 3 | 4 | 4 | 0 | 0 | 1 | 0 | 25 | 46 | 213.617 | 7.85714 | 1678.42 | 93.2457 | 0.0470774 | 120.418 | 0 | 120.418 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 606 | | PluginManager | GetEditorPaneNotebook() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 608 | | PluginManager | GetActivePage() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 610 | | PluginManager | GetPage(size_t) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 146.31 | 0 | 146.31 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 612 | | PluginManager | GetPageTitle(wxWindow *) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.5 | 642.168 | 35.676 | 0.024811 | 123.559 | 0 | 123.559 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 617 | | PluginManager | SetPageTitle(wxWindow *, const wxString &) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 21 | 33 | 144.946 | 6.36364 | 922.387 | 51.2437 | 0.0315855 | 122.435 | 0 | 122.435 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 622 | | PluginManager | GetSelectedProject() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 4.5 | 504 | 28 | 0.0211105 | 123.776 | 0 | 123.776 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 627 | | PluginManager | FindEditor(const wxString &) const [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 30 | 127.438 | 6.66667 | 849.586 | 47.1992 | 0.0299008 | 123.104 | 0 | 123.104 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 632 | | PluginManager | EnableClangCodeCompletion(bool) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 150.049 | 0 | 150.049 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 634 | | PluginManager | GetPageCount() const [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.57143 | 428.642 | 23.8134 | 0.01895 | 147.158 | 0 | 147.158 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 636 | | PluginManager | GetAllEditors(IEditor::List_t &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 62 | 298.056 | 8.625 | 2570.73 | 142.819 | 0.0625533 | 112.118 | 0 | 112.118 | 9 | 0 |
| LiteEditor/pluginmanager.cpp | 643 | | PluginManager | GetAllBreakpoints(clDebuggerBreakpoint::Vec_t &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 36 | 160.54 | 6.5 | 1043.51 | 57.9726 | 0.0342933 | 118.289 | 0 | 118.289 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 649 | | PluginManager | CreateBreakpoint(const wxString &, int) [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 51 | 245.175 | 8.625 | 2114.64 | 117.48 | 0.0549164 | 108.473 | 0 | 108.473 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 658 | | PluginManager | DeleteAllBreakpoints() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 22 | 83.7618 | 3.5 | 293.166 | 16.287 | 0.0147103 | 147.745 | 0 | 147.745 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 660 | | PluginManager | SetBreakpoints(const clDebuggerBreakpoint::Vec_t &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 30 | 68 | 333.669 | 9.55882 | 3189.48 | 177.193 | 0.0722257 | 108.803 | 0 | 108.803 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 668 | | PluginManager | LoadPerspective(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.5 | 619.234 | 34.4019 | 0.0242167 | 123.749 | 0 | 123.749 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 673 | | PluginManager | SavePerspective(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 6.72222 | 842.536 | 46.8075 | 0.0297352 | 123.191 | 0 | 123.191 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 678 | | PluginManager | ProcessEditEvent(wxCommandEvent &, IEditor *) [override] | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 41 | 190.398 | 11.25 | 2141.98 | 118.999 | 0.0553888 | 111.721 | 0 | 111.721 | 1 | 0 |
| LiteEditor/pluginmanager.cpp | 686 | | PluginManager | AppendOutputTabText(eOutputPaneTab, const wxString &, bool) [override] | 3 | 11 | 11 | 0 | 0 | 3 | 1 | 32 | 74 | 370 | 8.89474 | 3291.05 | 182.836 | 0.0737511 | 100.714 | 0 | 100.714 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 698 | | PluginManager | ClearOutputTab(eOutputPaneTab) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 24 | 62 | 284.268 | 7.61538 | 2164.81 | 120.267 | 0.0557817 | 102.085 | 0 | 102.085 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 710 | | PluginManager | AddWorkspaceToRecentlyUsedList(const wxFileName &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 5.90909 | 960.32 | 53.3511 | 0.0324456 | 115.041 | 0 | 115.041 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 717 | | PluginManager | StoreWorkspaceSession(const wxFileName &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 32 | 83 | 415 | 7.85714 | 3260.71 | 181.151 | 0.0732972 | 101.891 | 0 | 101.891 | 13 | 0 |
| LiteEditor/pluginmanager.cpp | 728 | | PluginManager | LoadWorkspaceSession(const wxFileName &) [override] | 1 | 22 | 15 | 4 | 3 | 2 | 1 | 42 | 145 | 781.886 | 11.431 | 8937.77 | 496.543 | 0.143559 | 85.8242 | 30.6787 | 116.503 | 27 | 0 |
| LiteEditor/pluginmanager.cpp | 751 | | PluginManager | OpenFindInFileForPath(const wxString &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 5.2 | 585.457 | 32.5254 | 0.0233279 | 117.18 | 0 | 117.18 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 758 | | PluginManager | OpenFindInFileForPaths(const wxArrayString &) [override] | 1 | 19 | 14 | 4 | 1 | 4 | 1 | 38 | 101 | 530.041 | 11.413 | 6049.38 | 336.077 | 0.110667 | 89.7607 | 32.6227 | 122.383 | 15 | 1 |
| LiteEditor/pluginmanager.cpp | 778 | | PluginManager | ShowOutputPane(const wxString &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 6.875 | 788.522 | 43.8068 | 0.0284504 | 123.652 | 0 | 123.652 | 3 | 1 |
| LiteEditor/pluginmanager.cpp | 783 | | PluginManager | ShowManagementWindow(const wxString &, bool) [override] | 2 | 30 | 29 | 1 | 0 | 7 | 4 | 37 | 163 | 849.141 | 15.8261 | 13438.6 | 746.588 | 0.188414 | 79.2206 | 13.9543 | 93.175 | 16 | 0 |
| LiteEditor/pluginmanager.cpp | 814 | | PluginManager | GetAllTabs(clTab::Vec_t &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.5 | 983.239 | 54.6244 | 0.0329598 | 118.598 | 0 | 118.598 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 820 | | PluginManager | GetStatusBar() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 17 | 31 | 126.711 | 6.42857 | 814.573 | 45.2541 | 0.0290736 | 113.838 | 0 | 113.838 | 2 | 2 |
| LiteEditor/pluginmanager.cpp | 828 | | PluginManager | ToggleSidebarPane(const wxString &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 54 | 247.588 | 9 | 2228.29 | 123.794 | 0.056867 | 108.192 | 0 | 108.192 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 837 | | PluginManager | ShowPane(const wxString &, bool) [override] | 2 | 13 | 12 | 1 | 0 | 4 | 2 | 24 | 77 | 353.042 | 12.5 | 4413.03 | 245.168 | 0.0896815 | 98.0216 | 20.8285 | 118.85 | 8 | 0 |
| LiteEditor/pluginmanager.cpp | 851 | | PluginManager | IsPaneShown(const wxString &, const wxString &) [override] | 2 | 35 | 34 | 0 | 1 | 11 | 2 | 48 | 269 | 1502.35 | 27 | 40563.6 | 2253.53 | 0.393523 | 72.8365 | 0 | 72.8365 | 32 | 0 |
| LiteEditor/pluginmanager.cpp | 887 | | PluginManager | ToggleSecondarySidebarPane(const wxString &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 24 | 54 | 247.588 | 9 | 2228.29 | 123.794 | 0.056867 | 108.192 | 0 | 108.192 | 10 | 0 |
| LiteEditor/pluginmanager.cpp | 896 | | PluginManager | ToggleOutputPane(const wxString &) [override] | 1 | 28 | 22 | 6 | 0 | 5 | 3 | 43 | 154 | 835.645 | 19 | 15877.3 | 882.069 | 0.21057 | 80.8816 | 32.8615 | 113.743 | 23 | 0 |
| LiteEditor/pluginmanager.cpp | 925 | | PluginManager | GetWorkspaceView() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 927 | | PluginManager | ShowToolBar(bool) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 0 | 29 | 58 | 281.763 | 7.33333 | 2066.26 | 114.792 | 0.0540757 | 109.683 | 0 | 109.683 | 9 | 0 |
| LiteEditor/pluginmanager.cpp | 935 | | PluginManager | IsToolBarShown() const [override] | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 18 | 41 | 170.967 | 6.875 | 1175.4 | 65.2999 | 0.0371252 | 110.117 | 26.0372 | 136.155 | 5 | 0 |
| LiteEditor/pluginmanager.cpp | 944 | | PluginManager | CloseEditor(IEditor *, bool) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 32 | 138.302 | 6.5 | 898.961 | 49.9423 | 0.0310484 | 122.679 | 0 | 122.679 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 949 | | PluginManager | GetNavigationBar() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.5 | 432 | 24 | 0.0190488 | 147.035 | 0 | 147.035 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 951 | | PluginManager | GetToolBar() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 953 | | PluginManager | GetInfoBar() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 955 | | PluginManager | DisplayMessage(const wxString &, int, const std::vector<std::pair<wxWindowID, wxString>> &) [override] | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 28 | 51 | 245.175 | 8.625 | 2114.64 | 117.48 | 0.0549164 | 113.133 | 0 | 113.133 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 962 | | PluginManager | GetBreakpoints() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 28 | 116.758 | 5.625 | 656.763 | 36.4868 | 0.0251855 | 123.559 | 0 | 123.559 | 3 | 0 |
| LiteEditor/pluginmanager.cpp | 967 | | PluginManager | ShowBuildMenu(clToolBar *, wxWindowID) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6 | 675.528 | 37.5293 | 0.025663 | 123.749 | 0 | 123.749 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 972 | | PluginManager | ShowBuildMenu(wxAuiToolBar *, wxWindowID) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 27 | 112.588 | 6 | 675.528 | 37.5293 | 0.025663 | 123.749 | 0 | 123.749 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 977 | | PluginManager | GetMenuBar() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.5 | 351.62 | 19.5345 | 0.0166059 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 979 | | PluginManager | OpenFileAndAsyncExecute(const wxString &, std::function<void (IEditor *)> &&) [override] | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 28 | 47 | 225.946 | 8.23333 | 1860.29 | 103.349 | 0.0504195 | 120.126 | 0 | 120.126 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 984 | | PluginManager | SelectEditor(IEditor *) [override] | 1 | 6 | 5 | 1 | 0 | 1 | 0 | 22 | 36 | 160.54 | 5.83333 | 936.481 | 52.0267 | 0.0319064 | 115.335 | 29.5564 | 144.891 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 991 | | PluginManager | BookAddPage(PaneId, wxWindow *, const wxString &, const wxString &) [override] | 4 | 19 | 19 | 0 | 0 | 5 | 1 | 39 | 190 | 1004.23 | 19.375 | 19456.9 | 1080.94 | 0.241135 | 86.2078 | 0 | 86.2078 | 25 | 0 |
| LiteEditor/pluginmanager.cpp | 1095 | | PluginManager | BookGetPage(PaneId, const wxString &) [override] | 2 | 14 | 14 | 0 | 0 | 5 | 1 | 35 | 125 | 641.16 | 15.375 | 9857.84 | 547.658 | 0.15325 | 93.4882 | 0 | 93.4882 | 16 | 3 |
| LiteEditor/pluginmanager.cpp | 1110 | | PluginManager | BookRemovePage(PaneId, const wxString &) [override] | 2 | 36 | 36 | 0 | 0 | 6 | 1 | 51 | 263 | 1491.85 | 32.5806 | 48605.4 | 2700.3 | 0.443951 | 73.5666 | 0 | 73.5666 | 25 | 2 |
| LiteEditor/pluginmanager.cpp | 1147 | | PluginManager | BookDeletePage(wxWindow *) [override] | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 63 | 306.053 | 11.2 | 3427.79 | 190.433 | 0.0757801 | 101.931 | 0 | 101.931 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 1159 | | PluginManager | BookRemovePage(wxWindow *) [override] | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 64 | 307.671 | 12 | 3692.05 | 205.114 | 0.0796264 | 101.903 | 0 | 101.903 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 1171 | | PluginManager | BookRemovePage(PaneId, wxWindow *) [override] | 2 | 23 | 22 | 0 | 1 | 6 | 1 | 39 | 161 | 850.95 | 21.8571 | 18599.3 | 1033.3 | 0.233997 | 83.744 | 0 | 83.744 | 19 | 0 |
| LiteEditor/pluginmanager.cpp | 1195 | | PluginManager | FindPaneId(wxWindow *) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 28 | 49 | 235.56 | 9 | 2120.04 | 117.78 | 0.05501 | 108.451 | 0 | 108.451 | 6 | 0 |
| LiteEditor/pluginmanager.cpp | 1204 | | PluginManager | BookGet(PaneId) [override] | 1 | 14 | 14 | 0 | 0 | 5 | 1 | 29 | 100 | 485.798 | 12.1875 | 5920.66 | 328.926 | 0.109092 | 94.9311 | 0 | 94.9311 | 12 | 0 |
| LiteEditor/pluginmanager.cpp | 1219 | | PluginManager | BookDeletePage(PaneId, wxWindow *) [override] | 2 | 23 | 22 | 0 | 1 | 6 | 1 | 40 | 160 | 851.508 | 20.8636 | 17765.6 | 986.976 | 0.226951 | 83.7405 | 0 | 83.7405 | 19 | 0 |
| LiteEditor/pluginmanager.cpp | 1243 | | PluginManager | BookDeletePage(PaneId, const wxString &) [override] | 2 | 33 | 33 | 0 | 0 | 6 | 1 | 50 | 248 | 1399.68 | 30.6667 | 42923.4 | 2384.63 | 0.408641 | 75.3078 | 0 | 75.3078 | 22 | 2 |
| LiteEditor/pluginmanager.cpp | 1277 | | PluginManager | BookSelectPage(PaneId, const wxString &) [override] | 2 | 26 | 26 | 0 | 0 | 6 | 1 | 44 | 198 | 1080.97 | 23.6111 | 25522.8 | 1417.94 | 0.288956 | 80.5137 | 0 | 80.5137 | 18 | 1 |
| LiteEditor/pluginmanager.cpp | 1304 | | PluginManager | BookSelectPage(PaneId, wxWindow *) [override] | 2 | 20 | 20 | 0 | 0 | 5 | 1 | 39 | 156 | 824.523 | 18.087 | 14913.1 | 828.506 | 0.201956 | 86.4022 | 0 | 86.4022 | 19 | 0 |
| LiteEditor/pluginmanager.cpp | 1325 | | PluginManager | GetBuildOutput() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 4.5 | 504 | 28 | 0.0211105 | 123.776 | 0 | 123.776 | 4 | 0 |
| LiteEditor/pluginmanager.cpp | 1330 | | PluginManager | GetMainPanel() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 5.4 | 411.194 | 22.8441 | 0.0184322 | 148.24 | 0 | 148.24 | 2 | 0 |
| LiteEditor/pluginmanager.cpp | 1332 | | PluginManager | GetEditorFromWindow(wxWindow *) [override] | 1 | 7 | 6 | 0 | 1 | 1 | 1 | 20 | 40 | 172.877 | 9.75 | 1685.55 | 93.6418 | 0.0472107 | 112.453 | 0 | 112.453 | 0 | 0 |
| LiteEditor/pluginmanager.cpp | 1340 | | PluginManager | CreateOrOpenLocalFile(const wxString &) [override] | 1 | 12 | 11 | 1 | 0 | 3 | 2 | 33 | 70 | 353.108 | 9.58333 | 3383.95 | 187.997 | 0.0751325 | 99.5473 | 21.6227 | 121.17 | 9 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 33 | | PluginMgrDlg | PluginMgrDlg(wxWindow *) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 27 | 108 | 6.66667 | 720 | 40 | 0.0267773 | 117.396 | 0 | 117.396 | 3 | 1 |
| LiteEditor/pluginmgrdlg.cpp | 40 | | PluginMgrDlg | Initialize() | 0 | 25 | 20 | 1 | 4 | 3 | 1 | 59 | 158 | 929.458 | 12.5476 | 11662.5 | 647.916 | 0.171424 | 82.6243 | 15.2452 | 97.8695 | 23 | 1 |
| LiteEditor/pluginmgrdlg.cpp | 66 | | PluginMgrDlg | OnItemSelected(wxDataViewEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 30 | 131.77 | 5.90909 | 778.638 | 43.2577 | 0.0282121 | 119.316 | 0 | 119.316 | 3 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 72 | | PluginMgrDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 19 | 17 | 0 | 2 | 4 | 2 | 52 | 127 | 723.956 | 13.7647 | 9965.04 | 553.613 | 0.154359 | 88.1395 | 0 | 88.1395 | 17 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 92 | | PluginMgrDlg | WritePropertyLine(const wxString &, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 45 | 200.674 | 8.33333 | 1672.29 | 92.9048 | 0.0469627 | 111.677 | 0 | 111.677 | 5 | 3 |
| LiteEditor/pluginmgrdlg.cpp | 100 | | PluginMgrDlg | CreateInfoPage(unsigned int) | 1 | 38 | 32 | 1 | 5 | 3 | 1 | 68 | 263 | 1601 | 16.5 | 26416.5 | 1467.59 | 0.295662 | 73.0135 | 12.4338 | 85.4473 | 51 | 2 |
| LiteEditor/pluginmgrdlg.cpp | 139 | | PluginMgrDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 9.91667 | 2097.57 | 116.532 | 0.0546206 | 113.671 | 0 | 113.671 | 3 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 146 | | PluginMgrDlg | OnCheckAllUI(wxUpdateUIEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 35 | 71 | 364.179 | 13.7647 | 5012.82 | 278.49 | 0.0976338 | 99.3868 | 0 | 99.3868 | 4 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 159 | | PluginMgrDlg | OnUncheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 26 | 45 | 211.52 | 9.91667 | 2097.57 | 116.532 | 0.0546206 | 113.671 | 0 | 113.671 | 3 | 0 |
| LiteEditor/pluginmgrdlg.cpp | 166 | | PluginMgrDlg | OnUncheckAllUI(wxUpdateUIEvent &) [override] | 1 | 12 | 12 | 0 | 0 | 3 | 2 | 34 | 70 | 356.122 | 13 | 4629.59 | 257.2 | 0.0925921 | 99.5031 | 0 | 99.5031 | 4 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1782 | | CopyCompilerSettingsDlgBase | CopyCompilerSettingsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 73 | 56 | 1 | 16 | 6 | 1 | 110 | 582 | 3946.75 | 28.023 | 110600 | 6144.43 | 0.768036 | 57.0552 | 9.01637 | 66.0716 | 80 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1856 | | CopyCompilerSettingsDlgBase | ~CopyCompilerSettingsDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1268 | | GlobalSettingsBasePanel | GlobalSettingsBasePanel(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 93 | 75 | 2 | 16 | 3 | 1 | 123 | 714 | 4956.96 | 25.851 | 128142 | 7119 | 0.84724 | 52.6374 | 11.2618 | 63.8992 | 151 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1362 | | GlobalSettingsBasePanel | ~GlobalSettingsBasePanel() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 8 | 1521.32 | 84.5177 | 0.0440919 | 111.957 | 0 | 111.957 | 8 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1024 | | PSBuildEventsBasePage | PSBuildEventsBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 79 | 55 | 9 | 15 | 3 | 1 | 96 | 563 | 3707.33 | 29.2105 | 108293 | 6016.29 | 0.75732 | 56.791 | 24.9695 | 81.7604 | 74 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1104 | | PSBuildEventsBasePage | ~PSBuildEventsBasePage() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 7.5 | 1426.24 | 79.2353 | 0.0422351 | 114.454 | 0 | 114.454 | 8 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 286 | | PSCompilerPageBase | PSCompilerPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 134 | 109 | 2 | 23 | 3 | 1 | 159 | 1043 | 7627.34 | 31.2717 | 238520 | 13251.1 | 1.28202 | 44.4796 | 9.40681 | 53.8864 | 214 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 421 | | PSCompilerPageBase | ~PSCompilerPageBase() [override] | 0 | 15 | 15 | 0 | 0 | 1 | 0 | 29 | 134 | 650.969 | 13.1579 | 8565.39 | 475.855 | 0.139544 | 93.2116 | 0 | 93.2116 | 28 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1517 | | PSCompletionBase | PSCompletionBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 137 | 95 | 16 | 26 | 3 | 1 | 112 | 992 | 6752.9 | 43.3696 | 292870 | 16270.6 | 1.47004 | 44.7541 | 25.2519 | 70.006 | 132 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1655 | | PSCompletionBase | ~PSCompletionBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 21 | 62 | 272.324 | 10 | 2723.24 | 151.291 | 0.0650033 | 107.927 | 0 | 107.927 | 12 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1111 | | PSCustomBuildBasePage | PSCustomBuildBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 121 | 92 | 2 | 27 | 4 | 1 | 129 | 1021 | 7158.46 | 41.5327 | 297310 | 16517.2 | 1.48486 | 46.2327 | 9.89288 | 56.1256 | 166 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1233 | | PSCustomBuildBasePage | ~PSCustomBuildBasePage() [override] | 0 | 34 | 34 | 0 | 0 | 1 | 0 | 42 | 296 | 1596.13 | 17.6562 | 28181.6 | 1565.64 | 0.30869 | 75.2912 | 0 | 75.2912 | 64 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1370 | | PSCustomMakefileBasePage | PSCustomMakefileBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 129 | 95 | 11 | 23 | 4 | 1 | 137 | 944 | 6700.54 | 40.354 | 270394 | 15021.9 | 1.39383 | 45.5393 | 21.8555 | 67.3949 | 133 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1500 | | PSCustomMakefileBasePage | ~PSCustomMakefileBasePage() [override] | 0 | 16 | 16 | 0 | 0 | 1 | 0 | 28 | 134 | 644.186 | 13.8889 | 8947.02 | 497.057 | 0.143658 | 92.2205 | 0 | 92.2205 | 28 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 520 | | PSDebuggerPageBase | PSDebuggerPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 272 | 197 | 16 | 59 | 6 | 1 | 186 | 2191 | 16518.3 | 62.2975 | 1.02905e+06 | 57169.4 | 3.39758 | 28.3024 | 18.3478 | 46.6502 | 328 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 793 | | PSDebuggerPageBase | ~PSDebuggerPageBase() [override] | 0 | 38 | 38 | 0 | 0 | 1 | 0 | 45 | 332 | 1823.3 | 18.1429 | 33079.8 | 1837.77 | 0.343495 | 72.7974 | 0 | 72.7974 | 72 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 899 | | PSEnvironmentBasePage | PSEnvironmentBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 113 | 79 | 9 | 25 | 3 | 1 | 119 | 880 | 6067.44 | 35.8586 | 217570 | 12087.2 | 1.20581 | 48.4307 | 21.1706 | 69.6013 | 123 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1013 | | PSEnvironmentBasePage | ~PSEnvironmentBasePage() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 25 | 80 | 371.508 | 9.66667 | 3591.25 | 199.514 | 0.0781704 | 102.697 | 0 | 102.697 | 16 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 135 | | PSGeneralPageBase | PSGeneralPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 137 | 111 | 2 | 24 | 3 | 1 | 162 | 1046 | 7677.48 | 28.9437 | 222214 | 12345.2 | 1.22291 | 44.0869 | 9.30446 | 53.3913 | 223 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 273 | | PSGeneralPageBase | ~PSGeneralPageBase() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 28 | 98 | 471.121 | 10.2778 | 4842.07 | 269.004 | 0.095404 | 98.5079 | 0 | 98.5079 | 20 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 437 | | PSLinkPageBase | PSLinkPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 69 | 56 | 2 | 11 | 3 | 1 | 118 | 565 | 3888.69 | 23.4897 | 91344.2 | 5074.68 | 0.676082 | 58.7352 | 13.0352 | 71.7704 | 108 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 507 | | PSLinkPageBase | ~PSLinkPageBase() [override] | 0 | 12 | 12 | 0 | 0 | 1 | 0 | 28 | 116 | 557.653 | 11.9444 | 6660.86 | 370.048 | 0.118005 | 97.6311 | 0 | 97.6311 | 24 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 832 | | PSResourcesPageBase | PSResourcesPageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 57 | 47 | 2 | 8 | 3 | 1 | 106 | 426 | 2866.09 | 19.0698 | 54655.7 | 3036.43 | 0.480068 | 63.4169 | 14.3067 | 77.7236 | 80 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 890 | | PSResourcesPageBase | ~PSResourcesPageBase() [override] | 0 | 8 | 8 | 0 | 0 | 1 | 0 | 24 | 80 | 366.797 | 10.3571 | 3798.97 | 211.054 | 0.0811564 | 106.378 | 0 | 106.378 | 16 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 1664 | | ProjectCustomBuildTragetDlgBase | ProjectCustomBuildTragetDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 111 | 82 | 9 | 20 | 7 | 1 | 132 | 834 | 5875.02 | 34.8889 | 204973 | 11387.4 | 1.1588 | 47.9676 | 21.348 | 69.3156 | 114 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 1776 | | ProjectCustomBuildTragetDlgBase | ~ProjectCustomBuildTragetDlgBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 26 | 106.274 | 6.42857 | 683.19 | 37.955 | 0.0258567 | 120.434 | 0 | 120.434 | 4 | 0 |
| LiteEditor/project_settings_base_dlg.cpp | 14 | | ProjectSettingsBaseDlg | ProjectSettingsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 102 | 80 | 2 | 20 | 8 | 1 | 124 | 819 | 5695.49 | 33.8168 | 192603 | 10700.2 | 1.1117 | 49.2688 | 10.7617 | 60.0305 | 120 | 1 |
| LiteEditor/project_settings_base_dlg.cpp | 117 | | ProjectSettingsBaseDlg | ~ProjectSettingsBaseDlg() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 33 | 134 | 675.949 | 11.087 | 7494.22 | 416.345 | 0.127653 | 90.9881 | 0 | 90.9881 | 28 | 0 |
| LiteEditor/project_settings_dlg.cpp | 402 | | GlobalSettingsPanel | GlobalSettingsPanel(wxWindow *, const wxString &, ProjectSettingsDlg *, PSGeneralPage *) | 4 | 11 | 11 | 0 | 0 | 1 | 0 | 32 | 66 | 330 | 7.5 | 2475 | 137.5 | 0.0609905 | 101.769 | 0 | 101.769 | 6 | 1 |
| LiteEditor/project_settings_dlg.cpp | 414 | | GlobalSettingsPanel | Clear() [override] | 0 | 9 | 9 | 0 | 0 | 4 | 2 | 26 | 67 | 314.929 | 11.0833 | 3490.47 | 193.915 | 0.076701 | 104.573 | 0 | 104.573 | 9 | 1 |
| LiteEditor/project_settings_dlg.cpp | 424 | | GlobalSettingsPanel | Load(BuildConfigPtr) [override] | 1 | 20 | 19 | 0 | 1 | 2 | 1 | 48 | 152 | 848.914 | 9.33333 | 7923.2 | 440.178 | 0.132479 | 86.9406 | 0 | 86.9406 | 43 | 0 |
| LiteEditor/project_settings_dlg.cpp | 445 | | GlobalSettingsPanel | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 25 | 19 | 1 | 5 | 2 | 1 | 46 | 153 | 845.105 | 10.0588 | 8500.76 | 472.265 | 0.138841 | 83.349 | 15.2452 | 98.5943 | 35 | 0 |
| LiteEditor/project_settings_dlg.cpp | 471 | | GlobalSettingsPanel | OnCustomEditorClicked(wxCommandEvent &) [override] | 1 | 27 | 25 | 0 | 2 | 13 | 2 | 55 | 203 | 1173.62 | 15.5897 | 18296.4 | 1016.47 | 0.231449 | 77.8646 | 0 | 77.8646 | 22 | 0 |
| LiteEditor/project_settings_dlg.cpp | 499 | | GlobalSettingsPanel | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 1 | 0 |
| LiteEditor/project_settings_dlg.cpp | 506 | | IProjectSettingsPage | [virtual] PopupAddOptionDlg(wxTextCtrl *) | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 29 | 60 | 291.479 | 10.1786 | 2966.84 | 164.824 | 0.0688242 | 105.435 | 0 | 105.435 | 7 | 0 |
| LiteEditor/project_settings_dlg.cpp | 516 | | IProjectSettingsPage | [virtual] PopupAddOptionDlg(wxString &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 59 | 289.507 | 10.8571 | 3143.21 | 174.623 | 0.0715256 | 103.764 | 0 | 103.764 | 7 | 4 |
| LiteEditor/project_settings_dlg.cpp | 527 | | IProjectSettingsPage | [virtual] SelectChoiceWithGlobalSettings(wxChoice *, const wxString &) | 2 | 17 | 14 | 0 | 3 | 4 | 1 | 30 | 113 | 554.479 | 23.4286 | 12990.6 | 721.702 | 0.184204 | 91.3282 | 0 | 91.3282 | 11 | 0 |
| LiteEditor/project_settings_dlg.cpp | 545 | | IProjectSettingsPage | [virtual] PopupAddOptionCheckDlg(wxTextCtrl *, const wxString &, const Compiler::CmpCmdLineOptions &) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 34 | 68 | 345.947 | 11.5556 | 3997.62 | 222.09 | 0.0839613 | 102.837 | 0 | 102.837 | 5 | 0 |
| LiteEditor/project_settings_dlg.cpp | 556 | | IProjectSettingsPage | [virtual] PopupAddOptionCheckDlg(wxString &, const wxString &, const Compiler::CmpCmdLineOptions &) | 3 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 61 | 302.206 | 11.25 | 3399.82 | 188.879 | 0.0753672 | 103.54 | 0 | 103.54 | 4 | 4 |
| LiteEditor/project_settings_dlg.cpp | 567 | | IProjectSettingsPage | [virtual] SelectChoiceWithGlobalSettings(wxPGProperty *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 29 | 65 | 315.769 | 9.16667 | 2894.55 | 160.808 | 0.0677016 | 105.249 | 0 | 105.249 | 7 | 4 |
| LiteEditor/project_settings_dlg.cpp | 58 | | ProjectSettingsDlg | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/project_settings_dlg.cpp | 58 | | ProjectSettingsDlg | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/project_settings_dlg.cpp | 61 | | ProjectSettingsDlg | ProjectSettingsDlg(wxWindow *, WorkspaceTab *, const wxString &, const wxString &, const wxString &) | 5 | 34 | 29 | 1 | 4 | 1 | 0 | 67 | 188 | 1140.42 | 11.2941 | 12880.1 | 715.561 | 0.183158 | 77.0393 | 13.1285 | 90.1678 | 22 | 1 |
| LiteEditor/project_settings_dlg.cpp | 96 | | ProjectSettingsDlg | BuildTree() | 0 | 21 | 17 | 1 | 3 | 1 | 0 | 49 | 262 | 1471.05 | 18.2 | 26773.2 | 1487.4 | 0.298318 | 83.5213 | 16.583 | 100.104 | 51 | 1 |
| LiteEditor/project_settings_dlg.cpp | 118 | | ProjectSettingsDlg | ~ProjectSettingsDlg() [override] | 0 | 9 | 8 | 1 | 1 | 1 | 0 | 29 | 69 | 335.201 | 7.33333 | 2458.14 | 136.563 | 0.0607132 | 104.938 | 24.6875 | 129.626 | 11 | 0 |
| LiteEditor/project_settings_dlg.cpp | 128 | | ProjectSettingsDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 13 | 10 | 1 | 2 | 1 | 0 | 30 | 56 | 274.786 | 6.66667 | 1831.91 | 101.773 | 0.0499054 | 100.015 | 20.8285 | 120.843 | 7 | 0 |
| LiteEditor/project_settings_dlg.cpp | 142 | | ProjectSettingsDlg | OnButtonApply(wxCommandEvent &) [override] | 1 | 11 | 8 | 2 | 1 | 1 | 0 | 25 | 51 | 236.837 | 5.66667 | 1342.07 | 74.5597 | 0.0405568 | 103.494 | 30.6787 | 134.172 | 7 | 0 |
| LiteEditor/project_settings_dlg.cpp | 154 | | ProjectSettingsDlg | SaveValues() | 0 | 29 | 24 | 2 | 3 | 5 | 2 | 55 | 163 | 942.362 | 17.4286 | 16424 | 912.445 | 0.215377 | 79.6882 | 19.7854 | 99.4736 | 20 | 4 |
| LiteEditor/project_settings_dlg.cpp | 184 | | ProjectSettingsDlg | LoadValues(const wxString &) | 1 | 38 | 32 | 5 | 2 | 8 | 3 | 66 | 211 | 1275.37 | 20.0581 | 25581.5 | 1421.19 | 0.289398 | 73.046 | 26.6419 | 99.6879 | 24 | 3 |
| LiteEditor/project_settings_dlg.cpp | 223 | | ProjectSettingsDlg | ClearValues() | 0 | 14 | 13 | 0 | 1 | 4 | 2 | 32 | 76 | 380 | 14.7333 | 5598.67 | 311.037 | 0.1051 | 96.4384 | 0 | 96.4384 | 3 | 2 |
| LiteEditor/project_settings_dlg.cpp | 238 | | ProjectSettingsDlg | OnButtonHelp(wxCommandEvent &) [override] | 1 | 13 | 11 | 0 | 2 | 1 | 0 | 38 | 73 | 383.099 | 8.75 | 3352.11 | 186.229 | 0.0746606 | 98.2867 | 0 | 98.2867 | 8 | 0 |
| LiteEditor/project_settings_dlg.cpp | 252 | | ProjectSettingsDlg | OnButtonApplyUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 148.106 | 0 | 148.106 | 2 | 0 |
| LiteEditor/project_settings_dlg.cpp | 254 | | ProjectSettingsDlg | OnConfigurationChanged(wxCommandEvent &) [override] | 1 | 19 | 16 | 0 | 3 | 3 | 2 | 40 | 84 | 447.042 | 9.33333 | 4172.39 | 231.8 | 0.0863911 | 90.8763 | 0 | 90.8763 | 13 | 0 |
| LiteEditor/project_settings_dlg.cpp | 274 | | ProjectSettingsDlg | [virtual] OnProjectSelected(wxCommandEvent &) | 1 | 36 | 25 | 4 | 7 | 4 | 2 | 57 | 140 | 816.605 | 12.973 | 10593.8 | 588.544 | 0.160785 | 77.1602 | 24.6875 | 101.848 | 26 | 2 |
| LiteEditor/project_settings_dlg.cpp | 311 | | ProjectSettingsDlg | DoGetAllBuildConfigs() | 0 | 28 | 23 | 0 | 5 | 4 | 1 | 49 | 146 | 819.748 | 12.3529 | 10126.3 | 562.572 | 0.15602 | 81.2115 | 0 | 81.2115 | 23 | 2 |
| LiteEditor/project_settings_dlg.cpp | 340 | | ProjectSettingsDlg | [virtual] OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.95 | 546.708 | 30.3727 | 0.0222869 | 114.783 | 0 | 114.783 | 2 | 2 |
| LiteEditor/project_settings_dlg.cpp | 348 | | ProjectSettingsDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 4.95 | 546.708 | 30.3727 | 0.0222869 | 114.783 | 0 | 114.783 | 2 | 0 |
| LiteEditor/project_settings_dlg.cpp | 356 | | ProjectSettingsDlg | ShowHideDisabledMessage() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 36 | 158.123 | 6.05 | 956.647 | 53.147 | 0.0323628 | 110.523 | 0 | 110.523 | 4 | 2 |
| LiteEditor/project_settings_dlg.cpp | 365 | | ProjectSettingsDlg | ShowCustomProjectMessage(bool) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 21 | 37 | 162.516 | 5.90909 | 960.32 | 53.3511 | 0.0324456 | 110.381 | 0 | 110.381 | 4 | 2 |
| LiteEditor/project_settings_dlg.cpp | 374 | | ProjectSettingsDlg | OnPageChanged(wxBookCtrlEvent &) [override] | 1 | 22 | 17 | 2 | 4 | 10 | 2 | 45 | 123 | 675.498 | 17.25 | 11652.3 | 647.352 | 0.171325 | 84.7448 | 22.5149 | 107.26 | 7 | 0 |
| LiteEditor/project_settings_liteeditor_bitmaps.cpp | 34 | | | wxCA3F0InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 14 |
| LiteEditor/ps_build_events_page.cpp | 30 | | PSBuildEventsPage | PSBuildEventsPage(wxWindow *, bool, ProjectSettingsDlg *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 32 | 133.438 | 5.6 | 747.251 | 41.5139 | 0.0274488 | 116.297 | 0 | 116.297 | 1 | 2 |
| LiteEditor/ps_build_events_page.cpp | 37 | | PSBuildEventsPage | OnStcEvtVModified(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/ps_build_events_page.cpp | 43 | | PSBuildEventsPage | Load(BuildConfigPtr) [override] | 1 | 27 | 25 | 0 | 2 | 5 | 2 | 54 | 160 | 920.782 | 16.0143 | 14745.7 | 819.204 | 0.200442 | 80.9663 | 0 | 80.9663 | 32 | 0 |
| LiteEditor/ps_build_events_page.cpp | 71 | | PSBuildEventsPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 18 | 16 | 0 | 2 | 3 | 1 | 52 | 123 | 701.154 | 12.9706 | 9094.38 | 505.243 | 0.145232 | 89.4118 | 0 | 89.4118 | 16 | 0 |
| LiteEditor/ps_build_events_page.cpp | 90 | | PSBuildEventsPage | Clear() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 4.375 | 211.89 | 11.7717 | 0.0118473 | 150.593 | 0 | 150.593 | 1 | 1 |
| LiteEditor/ps_build_events_page.cpp | 91 | | PSBuildEventsPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_compiler_page.cpp | 38 | | PSCompilerPage | PSCompilerPage(wxWindow *, const wxString &, ProjectSettingsDlg *, PSGeneralPage *) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 53 | 254.79 | 7.11765 | 1813.5 | 100.75 | 0.0495706 | 106.365 | 0 | 106.365 | 4 | 1 |
| LiteEditor/ps_compiler_page.cpp | 48 | | PSCompilerPage | Load(BuildConfigPtr) [override] | 1 | 14 | 14 | 0 | 0 | 1 | 0 | 40 | 135 | 718.46 | 8.16667 | 5867.43 | 325.968 | 0.108437 | 93.8163 | 0 | 93.8163 | 39 | 0 |
| LiteEditor/ps_compiler_page.cpp | 63 | | PSCompilerPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 14 | 14 | 0 | 0 | 1 | 0 | 46 | 148 | 817.487 | 7.63889 | 6244.69 | 346.927 | 0.113037 | 93.1448 | 0 | 93.1448 | 35 | 0 |
| LiteEditor/ps_compiler_page.cpp | 78 | | PSCompilerPage | Clear() [override] | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 29 | 74 | 359.491 | 11.25 | 4044.27 | 224.682 | 0.0846133 | 102.178 | 0 | 102.178 | 10 | 0 |
| LiteEditor/ps_compiler_page.cpp | 89 | | PSCompilerPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_compiler_page.cpp | 91 | | PSCompilerPage | OnPropertyChanged(wxPropertyGridEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 1 | 0 |
| LiteEditor/ps_compiler_page.cpp | 93 | | PSCompilerPage | OnUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/ps_compiler_page.cpp | 95 | | PSCompilerPage | OnCustomEditorClicked(wxCommandEvent &) [override] | 1 | 28 | 26 | 0 | 2 | 10 | 2 | 63 | 209 | 1249.25 | 15.4 | 19238.5 | 1068.8 | 0.239327 | 77.6407 | 0 | 77.6407 | 27 | 0 |
| LiteEditor/ps_compiler_page.cpp | 124 | | PSCompilerPage | OnCompilerNeeded(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 148.531 | 0 | 148.531 | 1 | 0 |
| LiteEditor/ps_compiler_page.cpp | 125 | | PSCompilerPage | OnCopyCompilerSettings(wxCommandEvent &) [override] | 1 | 29 | 25 | 0 | 4 | 2 | 1 | 66 | 211 | 1275.37 | 14.625 | 18652.2 | 1036.24 | 0.234441 | 78.8047 | 0 | 78.8047 | 51 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 40 | | PSCustomBuildPage | PSCustomBuildPage(wxWindow *, const wxString &, ProjectSettingsDlg *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 6.13636 | 901.711 | 50.0951 | 0.0311117 | 115.795 | 0 | 115.795 | 1 | 1 |
| LiteEditor/ps_custom_build_page.cpp | 47 | | PSCustomBuildPage | OnCustomBuildEnabled(wxCommandEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 124.465 | 0 | 124.465 | 3 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 52 | | PSCustomBuildPage | OnCustomBuildEnabledUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 5.0625 | 496.627 | 27.5904 | 0.0209041 | 124.465 | 0 | 124.465 | 3 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 57 | | PSCustomBuildPage | OnCmdEvtVModified(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 20 | 80 | 4.5 | 360 | 20 | 0.0168687 | 147.983 | 0 | 147.983 | 2 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 59 | | PSCustomBuildPage | OnBrowseCustomBuildWD(wxCommandEvent &) [override] | 1 | 25 | 19 | 2 | 4 | 4 | 1 | 49 | 125 | 701.839 | 9.92647 | 6966.78 | 387.043 | 0.121591 | 83.855 | 21.2145 | 105.069 | 20 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 85 | | PSCustomBuildPage | OnNewTarget(wxCommandEvent &) [override] | 1 | 18 | 17 | 0 | 1 | 3 | 2 | 53 | 139 | 796.181 | 13.1324 | 10455.7 | 580.874 | 0.159385 | 88.7509 | 0 | 88.7509 | 26 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 104 | | PSCustomBuildPage | OnEditTarget(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 21 | 35 | 153.731 | 5.625 | 864.737 | 48.041 | 0.0302553 | 113.063 | 0 | 113.063 | 5 | 1 |
| LiteEditor/ps_custom_build_page.cpp | 112 | | PSCustomBuildPage | OnEditTargetUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 37 | 169.644 | 6.34615 | 1076.58 | 59.8102 | 0.0350142 | 117.772 | 0 | 117.772 | 4 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 118 | | PSCustomBuildPage | OnDeleteTarget(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 27 | 56 | 266.274 | 8 | 2130.19 | 118.344 | 0.0551854 | 105.905 | 0 | 105.905 | 7 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 128 | | PSCustomBuildPage | OnDeleteTargetUI(wxUpdateUIEvent &) [override] | 1 | 16 | 16 | 0 | 0 | 6 | 1 | 42 | 103 | 555.409 | 12.9231 | 7177.59 | 398.755 | 0.124031 | 91.8416 | 0 | 91.8416 | 13 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 145 | | PSCustomBuildPage | DoEditTarget(wxDataViewItem) | 1 | 18 | 17 | 0 | 1 | 2 | 1 | 46 | 131 | 723.587 | 12.5806 | 9103.19 | 505.733 | 0.145325 | 89.478 | 0 | 89.478 | 17 | 1 |
| LiteEditor/ps_custom_build_page.cpp | 164 | | PSCustomBuildPage | DoUpdateTarget(wxDataViewItem, const wxString &, const wxString &) | 3 | 8 | 7 | 0 | 1 | 1 | 1 | 27 | 57 | 271.029 | 8.23529 | 2232 | 124 | 0.05693 | 107.951 | 0 | 107.951 | 6 | 1 |
| LiteEditor/ps_custom_build_page.cpp | 173 | | PSCustomBuildPage | OnCustomBuildCBEnabledUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 24 | 98.0991 | 4 | 392.396 | 21.7998 | 0.0178661 | 124.465 | 0 | 124.465 | 3 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 178 | | PSCustomBuildPage | GetDlg() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 4 | 172.078 | 9.5599 | 0.0103125 | 151.209 | 0 | 151.209 | 0 | 7 |
| LiteEditor/ps_custom_build_page.cpp | 180 | | PSCustomBuildPage | GetTargetCommand(const wxString &) | 1 | 13 | 13 | 0 | 0 | 3 | 2 | 34 | 82 | 417.172 | 16.5 | 6883.34 | 382.408 | 0.120618 | 97.3836 | 0 | 97.3836 | 9 | 6 |
| LiteEditor/ps_custom_build_page.cpp | 194 | | PSCustomBuildPage | Load(BuildConfigPtr) [override] | 1 | 47 | 36 | 1 | 10 | 3 | 2 | 54 | 279 | 1605.61 | 20.9615 | 33656.1 | 1869.79 | 0.347473 | 69.5551 | 11.2027 | 80.7578 | 60 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 242 | | PSCustomBuildPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 24 | 21 | 1 | 2 | 3 | 2 | 59 | 189 | 1111.82 | 16.9024 | 18792.5 | 1044.03 | 0.235614 | 82.354 | 15.5492 | 97.9032 | 35 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 267 | | PSCustomBuildPage | Clear() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 31 | 131.686 | 4 | 526.743 | 29.2635 | 0.0217409 | 116.365 | 0 | 116.365 | 4 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 273 | | PSCustomBuildPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 275 | | PSCustomBuildPage | OnTargetActivated(wxDataViewEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 24 | 96 | 4.27778 | 410.667 | 22.8148 | 0.0184164 | 118.009 | 0 | 118.009 | 3 | 0 |
| LiteEditor/ps_custom_build_page.cpp | 281 | | PSCustomBuildPage | OnEnableTableUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 28 | | PSCustomMakefileRulesPage | PSCustomMakefileRulesPage(wxWindow *, ProjectSettingsDlg *) | 2 | 7 | 7 | 2 | 0 | 1 | 0 | 22 | 38 | 169.458 | 7.5 | 1270.94 | 70.6077 | 0.0391106 | 112.557 | 36.8317 | 149.388 | 3 | 1 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 36 | | PSCustomMakefileRulesPage | OnProjectCustumBuildUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 41 | | PSCustomMakefileRulesPage | OnCmdEvtVModified(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 47 | | PSCustomMakefileRulesPage | OnStcEvtVModified(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 53 | | PSCustomMakefileRulesPage | Load(BuildConfigPtr) [override] | 1 | 19 | 13 | 2 | 4 | 1 | 0 | 29 | 96 | 466.366 | 12.2222 | 5700.03 | 316.668 | 0.106365 | 91.1162 | 24.0864 | 115.203 | 20 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 73 | | PSCustomMakefileRulesPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 23 | 18 | 2 | 3 | 2 | 1 | 37 | 119 | 619.925 | 15.3409 | 9510.21 | 528.345 | 0.149625 | 86.3111 | 22.0554 | 108.366 | 20 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 97 | | PSCustomMakefileRulesPage | Clear() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 20 | 71.6993 | 4.9 | 351.326 | 19.5181 | 0.0165966 | 122.48 | 0 | 122.48 | 2 | 0 |
| LiteEditor/ps_custom_makefile_rules_page.cpp | 102 | | PSCustomMakefileRulesPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/ps_debugger_page.cpp | 36 | | PSDebuggerPage | PSDebuggerPage(wxWindow *, ProjectSettingsDlg *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 121.085 | 0 | 121.085 | 1 | 1 |
| LiteEditor/ps_debugger_page.cpp | 42 | | PSDebuggerPage | OnCmdEvtVModified(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/ps_debugger_page.cpp | 48 | | PSDebuggerPage | OnStcEvtVModified(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/ps_debugger_page.cpp | 54 | | PSDebuggerPage | OnRemoteDebugUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_debugger_page.cpp | 56 | | PSDebuggerPage | Load(BuildConfigPtr) [override] | 1 | 18 | 17 | 0 | 1 | 2 | 1 | 54 | 152 | 874.743 | 11.3462 | 9924.97 | 551.387 | 0.153945 | 88.4915 | 0 | 88.4915 | 30 | 0 |
| LiteEditor/ps_debugger_page.cpp | 75 | | PSDebuggerPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 21 | 20 | 0 | 1 | 3 | 2 | 52 | 161 | 917.771 | 12.7703 | 11720.2 | 651.121 | 0.171989 | 85.5146 | 0 | 85.5146 | 30 | 0 |
| LiteEditor/ps_debugger_page.cpp | 97 | | PSDebuggerPage | Clear() [override] | 0 | 10 | 10 | 0 | 0 | 1 | 0 | 20 | 51 | 220.418 | 5.66667 | 1249.04 | 69.391 | 0.03866 | 105.411 | 0 | 105.411 | 7 | 1 |
| LiteEditor/ps_debugger_page.cpp | 108 | | PSDebuggerPage | OnBrowseForDebuggerPath(wxCommandEvent &) [override] | 1 | 18 | 17 | 0 | 1 | 4 | 3 | 43 | 115 | 624.02 | 10.1379 | 6326.28 | 351.46 | 0.114019 | 89.7878 | 0 | 89.7878 | 18 | 0 |
| LiteEditor/ps_debugger_page.cpp | 126 | | PSDebuggerPage | OnAddDebuggerSearchPath(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 35 | 62 | 318.016 | 9.68421 | 3079.73 | 171.096 | 0.0705592 | 103.275 | 0 | 103.275 | 7 | 0 |
| LiteEditor/ps_debugger_page.cpp | 137 | | PSDebuggerPage | OnDeleteDebuggerSearchPath(wxCommandEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 35 | 75 | 384.696 | 11.7895 | 4535.37 | 251.965 | 0.0913314 | 99.1018 | 0 | 99.1018 | 8 | 0 |
| LiteEditor/ps_debugger_page.cpp | 150 | | PSDebuggerPage | OnDeleteDebuggerSearchPathUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/ps_debugger_page.cpp | 155 | | PSDebuggerPage | OnItemActivated(wxDataViewEvent &) [override] | 1 | 16 | 13 | 0 | 3 | 3 | 2 | 36 | 104 | 537.672 | 10.7391 | 5774.13 | 320.785 | 0.107284 | 92.7004 | 0 | 92.7004 | 16 | 0 |
| LiteEditor/ps_debugger_page.cpp | 172 | | PSDebuggerPage | DoAddPath(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 29 | 44 | 213.751 | 7.71875 | 1649.89 | 91.6607 | 0.0465424 | 111.349 | 0 | 111.349 | 5 | 1 |
| LiteEditor/ps_debugger_page.cpp | 180 | | PSDebuggerPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_environment_page.cpp | 32 | | PSEnvironmentPage | PSEnvironmentPage(wxWindow *, ProjectSettingsDlg *) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 5.71429 | 535.802 | 29.7668 | 0.0219895 | 121.085 | 0 | 121.085 | 1 | 1 |
| LiteEditor/ps_environment_page.cpp | 38 | | PSEnvironmentPage | OnCmdEvtVModified(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/ps_environment_page.cpp | 44 | | PSEnvironmentPage | OnStcEvtVModified(wxStyledTextEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/ps_environment_page.cpp | 50 | | PSEnvironmentPage | Load(BuildConfigPtr) [override] | 1 | 28 | 21 | 3 | 4 | 5 | 1 | 57 | 193 | 1125.75 | 14.1071 | 15881.1 | 882.282 | 0.210603 | 79.332 | 24.2819 | 103.614 | 32 | 0 |
| LiteEditor/ps_environment_page.cpp | 79 | | PSEnvironmentPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 16 | 14 | 1 | 1 | 3 | 1 | 34 | 94 | 478.222 | 11.1429 | 5328.75 | 296.042 | 0.101694 | 93.3097 | 18.8844 | 112.194 | 20 | 0 |
| LiteEditor/ps_environment_page.cpp | 96 | | PSEnvironmentPage | Clear() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 20 | 71.6993 | 4.9 | 351.326 | 19.5181 | 0.0165966 | 122.48 | 0 | 122.48 | 2 | 0 |
| LiteEditor/ps_environment_page.cpp | 102 | | PSEnvironmentPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_general_page.cpp | 44 | | PSGeneralPage | PSGeneralPage(wxWindow *, const wxString &, const wxString &, ProjectSettingsDlg *) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 27 | 54 | 256.764 | 7.90625 | 2030.04 | 112.78 | 0.0534419 | 106.325 | 0 | 106.325 | 5 | 1 |
| LiteEditor/ps_general_page.cpp | 54 | | PSGeneralPage | OnProjectCustumBuildUI(wxUpdateUIEvent &) [override] | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 121.302 | 31.9355 | 153.238 | 2 | 0 |
| LiteEditor/ps_general_page.cpp | 60 | | PSGeneralPage | Load(BuildConfigPtr) [override] | 1 | 83 | 68 | 5 | 10 | 8 | 1 | 115 | 548 | 3751.33 | 25.0753 | 94065.6 | 5225.87 | 0.689444 | 54.7795 | 18.5569 | 73.3364 | 112 | 0 |
| LiteEditor/ps_general_page.cpp | 144 | | PSGeneralPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 26 | 22 | 2 | 2 | 2 | 1 | 55 | 190 | 1098.46 | 10.6047 | 11648.8 | 647.154 | 0.17129 | 81.3502 | 20.8285 | 102.179 | 49 | 0 |
| LiteEditor/ps_general_page.cpp | 171 | | PSGeneralPage | Clear() [override] | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 29 | 74 | 359.491 | 11.25 | 4044.27 | 224.682 | 0.0846133 | 102.178 | 0 | 102.178 | 10 | 1 |
| LiteEditor/ps_general_page.cpp | 182 | | PSGeneralPage | OnValueChanging(wxPropertyGridEvent &) [override] | 1 | 28 | 24 | 5 | 0 | 6 | 2 | 58 | 191 | 1118.87 | 18.9474 | 21199.7 | 1177.76 | 0.255328 | 79.1339 | 30.4442 | 109.578 | 31 | 0 |
| LiteEditor/ps_general_page.cpp | 211 | | PSGeneralPage | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 24 | 22 | 1 | 1 | 4 | 2 | 60 | 149 | 880.127 | 12.7439 | 11216.2 | 623.125 | 0.167023 | 83.3392 | 15.5492 | 98.8884 | 24 | 0 |
| LiteEditor/ps_general_page.cpp | 236 | | PSGeneralPage | GetPropertyAsBool(wxPGProperty *) const | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 33 | 147.161 | 7.5 | 1103.71 | 61.3172 | 0.0355999 | 115.788 | 0 | 115.788 | 2 | 3 |
| LiteEditor/ps_general_page.cpp | 243 | | PSGeneralPage | GetPropertyAsString(wxPGProperty *) const | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 6.875 | 688.038 | 38.2243 | 0.0259789 | 120.746 | 0 | 120.746 | 2 | 12 |
| LiteEditor/ps_general_page.cpp | 249 | | PSGeneralPage | OnProjectEnabled(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 6.5 | 983.239 | 54.6244 | 0.0329598 | 115.644 | 0 | 115.644 | 4 | 0 |
| LiteEditor/ps_general_page.cpp | 256 | | PSGeneralPage | OnCustomEditorClicked(wxCommandEvent &) [override] | 1 | 24 | 22 | 0 | 2 | 5 | 2 | 51 | 166 | 941.623 | 15.25 | 14359.7 | 797.764 | 0.196929 | 82.758 | 0 | 82.758 | 27 | 0 |
| LiteEditor/ps_linker_page.cpp | 32 | | PSLinkerPage | PSLinkerPage(wxWindow *, ProjectSettingsDlg *, PSGeneralPage *) | 3 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 43 | 194.513 | 6.53846 | 1271.82 | 70.6565 | 0.0391287 | 111.84 | 0 | 111.84 | 3 | 1 |
| LiteEditor/ps_linker_page.cpp | 40 | | PSLinkerPage | OnLinkerNotNeededUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| LiteEditor/ps_linker_page.cpp | 42 | | PSLinkerPage | Load(BuildConfigPtr) [override] | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 26 | 66 | 310.229 | 6.61765 | 2052.99 | 114.055 | 0.0538438 | 107.249 | 0 | 107.249 | 18 | 0 |
| LiteEditor/ps_linker_page.cpp | 51 | | PSLinkerPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 8 | 8 | 0 | 0 | 1 | 0 | 28 | 69 | 331.707 | 6.39474 | 2121.18 | 117.843 | 0.0550297 | 106.901 | 0 | 106.901 | 15 | 0 |
| LiteEditor/ps_linker_page.cpp | 60 | | PSLinkerPage | Clear() [override] | 0 | 10 | 10 | 0 | 0 | 4 | 2 | 29 | 74 | 359.491 | 11.25 | 4044.27 | 224.682 | 0.0846133 | 102.178 | 0 | 102.178 | 10 | 0 |
| LiteEditor/ps_linker_page.cpp | 71 | | PSLinkerPage | OnCustomEditorClicked(wxCommandEvent &) [override] | 1 | 21 | 19 | 0 | 2 | 6 | 2 | 47 | 138 | 766.533 | 13.1613 | 10088.6 | 560.476 | 0.155632 | 85.761 | 0 | 85.761 | 15 | 0 |
| LiteEditor/ps_linker_page.cpp | 92 | | PSLinkerPage | OnCheckLinkerNeeded(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 23 | 94.0116 | 5.0625 | 475.934 | 26.4408 | 0.0203194 | 121.071 | 0 | 121.071 | 2 | 0 |
| LiteEditor/ps_linker_page.cpp | 98 | | PSLinkerPage | OnProjectCustumBuildUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 147.04 | 0 | 147.04 | 2 | 0 |
| LiteEditor/ps_linker_page.cpp | 100 | | PSLinkerPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 147.375 | 0 | 147.375 | 2 | 0 |
| LiteEditor/ps_linker_page.cpp | 102 | | PSLinkerPage | OnPropertyChanged(wxPropertyGridEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 5.625 | 562.94 | 31.2744 | 0.0227258 | 120.746 | 0 | 120.746 | 2 | 0 |
| LiteEditor/ps_resources_page.cpp | 30 | | PSResourcesPage | PSResourcesPage(wxWindow *, ProjectSettingsDlg *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 34 | 146.946 | 6.5 | 955.146 | 53.0637 | 0.032329 | 115.795 | 0 | 115.795 | 3 | 1 |
| LiteEditor/ps_resources_page.cpp | 37 | | PSResourcesPage | Load(BuildConfigPtr) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 43 | 188.87 | 5.23077 | 987.934 | 54.8852 | 0.0330646 | 114.49 | 0 | 114.49 | 11 | 0 |
| LiteEditor/ps_resources_page.cpp | 44 | | PSResourcesPage | Save(BuildConfigPtr, ProjectSettingsPtr) [override] | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 46 | 205.134 | 5.42857 | 1113.58 | 61.8658 | 0.0358119 | 114.06 | 0 | 114.06 | 9 | 0 |
| LiteEditor/ps_resources_page.cpp | 51 | | PSResourcesPage | Clear() [override] | 0 | 9 | 9 | 0 | 0 | 4 | 2 | 26 | 67 | 314.929 | 11.0833 | 3490.47 | 193.915 | 0.076701 | 104.573 | 0 | 104.573 | 9 | 0 |
| LiteEditor/ps_resources_page.cpp | 61 | | PSResourcesPage | OnCustomEditorClicked(wxCommandEvent &) [override] | 1 | 13 | 12 | 0 | 1 | 4 | 2 | 33 | 70 | 353.108 | 9.57895 | 3382.4 | 187.911 | 0.0751096 | 98.0206 | 0 | 98.0206 | 6 | 0 |
| LiteEditor/ps_resources_page.cpp | 75 | | PSResourcesPage | OnValueChanged(wxPropertyGridEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4.5 | 324 | 18 | 0.0157244 | 126.073 | 0 | 126.073 | 1 | 0 |
| LiteEditor/ps_resources_page.cpp | 80 | | PSResourcesPage | OnResourcesEnabledUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 18 | 23 | 95.9083 | 5.625 | 539.484 | 29.9713 | 0.0220901 | 124.582 | 0 | 124.582 | 2 | 0 |
| LiteEditor/ps_resources_page.cpp | 85 | | PSResourcesPage | OnProjectEnabledUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/quickdebug_formbuilder_bitmaps.cpp | 34 | | | wxCrafterSFKMcrInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/quickdebugbase.cpp | 14 | | QuickDebugBase | QuickDebugBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 423 | 298 | 16 | 109 | 16 | 1 | 225 | 3493 | 27293.5 | 88.6875 | 2.4206e+06 | 134478 | 6.00934 | 16.2377 | 14.838 | 31.0756 | 517 | 1 |
| LiteEditor/quickdebugbase.cpp | 438 | | QuickDebugBase | ~QuickDebugBase() [override] | 0 | 23 | 23 | 0 | 0 | 1 | 0 | 38 | 188 | 986.61 | 12.8571 | 12685 | 704.722 | 0.181303 | 84.1248 | 0 | 84.1248 | 40 | 0 |
| LiteEditor/quickdebugdlg.cpp | 45 | | QuickDebugDlg | QuickDebugDlg(wxWindow *) | 1 | 31 | 28 | 1 | 2 | 7 | 2 | 54 | 185 | 1064.65 | 13.0946 | 13941.2 | 774.512 | 0.193084 | 77.5133 | 13.7333 | 91.2466 | 31 | 1 |
| LiteEditor/quickdebugdlg.cpp | 77 | | QuickDebugDlg | Initialize() | 0 | 72 | 60 | 1 | 11 | 13 | 2 | 103 | 462 | 3089.16 | 26.4423 | 81684.6 | 4538.03 | 0.627536 | 56.9426 | 9.07808 | 66.0207 | 63 | 1 |
| LiteEditor/quickdebugdlg.cpp | 150 | | QuickDebugDlg | OnButtonBrowseExe(wxCommandEvent &) [override] | 1 | 19 | 16 | 2 | 1 | 3 | 1 | 39 | 103 | 544.396 | 10.36 | 5639.95 | 313.33 | 0.105616 | 89.8518 | 24.0864 | 113.938 | 18 | 0 |
| LiteEditor/quickdebugdlg.cpp | 170 | | QuickDebugDlg | OnButtonDebug(wxCommandEvent &) [override] | 1 | 56 | 46 | 5 | 5 | 2 | 1 | 87 | 450 | 2899.32 | 17.3958 | 50436.2 | 2802.01 | 0.45503 | 63.8737 | 22.3277 | 86.2014 | 81 | 0 |
| LiteEditor/quickdebugdlg.cpp | 227 | | QuickDebugDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/quickdebugdlg.cpp | 233 | | QuickDebugDlg | GetStartupCmds() | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 41 | 187.983 | 7.5 | 1409.88 | 78.3264 | 0.0419114 | 114.514 | 0 | 114.514 | 5 | 2 |
| LiteEditor/quickdebugdlg.cpp | 240 | | QuickDebugDlg | OnButtonBrowseWD(wxCommandEvent &) [override] | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 36 | 91 | 470.463 | 9.32609 | 4387.58 | 243.754 | 0.0893365 | 94.4403 | 0 | 94.4403 | 14 | 0 |
| LiteEditor/quickdebugdlg.cpp | 255 | | QuickDebugDlg | OnSelectAlternateDebugger(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 29 | 50 | 242.899 | 7.3125 | 1776.2 | 98.6777 | 0.0488885 | 110.454 | 0 | 110.454 | 7 | 0 |
| LiteEditor/quickdebugdlg.cpp | 263 | | QuickDebugDlg | OnDebugOverSshUI(wxUpdateUIEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 0 | 21 | 32 | 140.554 | 8.9375 | 1256.2 | 69.789 | 0.0388078 | 111.136 | 0 | 111.136 | 1 | 0 |
| LiteEditor/quickdebugdlg.cpp | 272 | | QuickDebugDlg | OnDebuggerChanged(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 38 | 169.458 | 5.53846 | 938.539 | 52.141 | 0.0319531 | 112.557 | 0 | 112.557 | 6 | 0 |
| LiteEditor/quickdebugdlg.cpp | 280 | | QuickDebugDlg | UpdateDebuggerExecutable(const QuickDebugInfo &) | 1 | 13 | 10 | 2 | 1 | 3 | 1 | 30 | 71 | 348.389 | 8.33333 | 2903.24 | 161.291 | 0.0678372 | 98.3206 | 28.5467 | 126.867 | 9 | 2 |
| LiteEditor/quickdebugdlg.cpp | 294 | | QuickDebugDlg | OnRemoteBrowedDebuggee(wxCommandEvent &) [override] | 1 | 13 | 12 | 1 | 0 | 3 | 1 | 38 | 71 | 372.603 | 8.80435 | 3280.53 | 182.251 | 0.0735938 | 97.9712 | 20.8285 | 118.8 | 9 | 0 |
| LiteEditor/quickdebugdlg.cpp | 308 | | QuickDebugDlg | OnRemoteBrowseDebugger(wxCommandEvent &) [override] | 1 | 11 | 11 | 0 | 0 | 3 | 1 | 38 | 71 | 372.603 | 8.80435 | 3280.53 | 182.251 | 0.0735938 | 100.677 | 0 | 100.677 | 9 | 0 |
| LiteEditor/quickdebugdlg.cpp | 320 | | QuickDebugDlg | OnRemoteBrowseWD(wxCommandEvent &) [override] | 1 | 12 | 11 | 1 | 0 | 3 | 1 | 36 | 67 | 346.385 | 7.95455 | 2755.34 | 153.074 | 0.0655131 | 99.6472 | 21.6227 | 121.27 | 9 | 0 |
| LiteEditor/quickdebugdlg.cpp | 333 | | QuickDebugDlg | SetComboBoxValue(wxComboBox *, const wxString &) | 2 | 11 | 10 | 1 | 0 | 2 | 1 | 29 | 62 | 301.195 | 12.1333 | 3654.5 | 203.028 | 0.0790856 | 102.014 | 22.5149 | 124.529 | 4 | 2 |
| LiteEditor/quickfindbarbase.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| LiteEditor/quickfindbarbase.cpp | 212 | | FindAndReplaceDialogFrameBase | FindAndReplaceDialogFrameBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 116 | 91 | 2 | 23 | 7 | 1 | 146 | 1095 | 7872.86 | 38.5203 | 303265 | 16848.1 | 1.50462 | 45.7317 | 10.101 | 55.8327 | 139 | 1 |
| LiteEditor/quickfindbarbase.cpp | 329 | | FindAndReplaceDialogFrameBase | ~FindAndReplaceDialogFrameBase() [override] | 0 | 25 | 25 | 0 | 0 | 1 | 0 | 44 | 316 | 1725.18 | 18.5 | 31915.8 | 1773.1 | 0.33539 | 79.8682 | 0 | 79.8682 | 22 | 0 |
| LiteEditor/quickfindbarbase.cpp | 106 | | QuickFindBarImages | QuickFindBarImages() | 0 | 103 | 95 | 1 | 7 | 23 | 3 | 51 | 676 | 3834.56 | 61.6364 | 236348 | 13130.5 | 1.27423 | 47.718 | 7.60272 | 55.3207 | 96 | 0 |
| LiteEditor/quickfindbarbase.cpp | 210 | | QuickFindBarImages | ~QuickFindBarImages() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/quickfindbarbase.cpp | 27 | | QuickFindBarOptionsMenuBase | QuickFindBarOptionsMenuBase(wxWindow *, long) | 2 | 72 | 55 | 2 | 15 | 3 | 1 | 85 | 545 | 3493.12 | 31.5385 | 110168 | 6120.42 | 0.766034 | 58.6035 | 12.767 | 71.3705 | 85 | 0 |
| LiteEditor/quickfindbarbase.cpp | 100 | | QuickFindBarOptionsMenuBase | ~QuickFindBarOptionsMenuBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| LiteEditor/quickfindbarbase_liteeditor_bitmaps.cpp | 237 | | | wxCrafteryhjh4ZInitBitmapResources() | 0 | 23 | 20 | 1 | 2 | 2 | 2 | 62 | 216 | 1286.11 | 13.7234 | 17649.8 | 980.542 | 0.225963 | 82.5162 | 15.872 | 98.3883 | 38 | 6 |
| LiteEditor/reconcileproject.cpp | 51 | | | IsSourceVD(const wxString &) | 1 | 4 | 4 | 0 | 0 | 5 | 0 | 19 | 33 | 140.182 | 6.75 | 946.226 | 52.5681 | 0.0321274 | 121.689 | 0 | 121.689 | 5 | 2 |
| LiteEditor/reconcileproject.cpp | 56 | | | IsHeaderVD(const wxString &) | 1 | 5 | 5 | 0 | 0 | 6 | 0 | 20 | 37 | 159.911 | 6.95455 | 1112.11 | 61.7839 | 0.0357803 | 117.159 | 0 | 117.159 | 6 | 2 |
| LiteEditor/reconcileproject.cpp | 62 | | | IsResourceVD(const wxString &) | 1 | 1 | 1 | 0 | 0 | 3 | 0 | 17 | 25 | 102.187 | 6.1875 | 632.279 | 35.1266 | 0.0245557 | 146.251 | 0 | 146.251 | 3 | 2 |
| LiteEditor/reconcileproject.cpp | 828 | | ReconcileByRegexDlg | ReconcileByRegexDlg(wxWindow *, const wxString &) | 2 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 37 | 167.372 | 6.875 | 1150.68 | 63.9267 | 0.0366029 | 112.621 | 0 | 112.621 | 5 | 1 |
| LiteEditor/reconcileproject.cpp | 836 | | ReconcileByRegexDlg | OnTextEnter(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 18 | 26 | 108.418 | 4.5 | 487.881 | 27.1045 | 0.020658 | 117.146 | 0 | 117.146 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 843 | | ReconcileByRegexDlg | OnVDBrowse(wxCommandEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 57 | 279.693 | 7.64706 | 2138.83 | 118.824 | 0.0553345 | 107.558 | 0 | 107.558 | 6 | 0 |
| LiteEditor/reconcileproject.cpp | 852 | | ReconcileByRegexDlg | OnRegexOKCancelUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 20 | 30 | 129.658 | 6.72222 | 871.589 | 48.4216 | 0.0304149 | 122.785 | 0 | 122.785 | 3 | 0 |
| LiteEditor/reconcileproject.cpp | 73 | | ReconcileFileItemData | ReconcileFileItemData(const wxString &, const wxString &) | 2 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 24 | 91.3765 | 5.5 | 502.571 | 27.9206 | 0.0210706 | 121.219 | 0 | 121.219 | 2 | 4 |
| LiteEditor/reconcileproject.cpp | 78 | | ReconcileFileItemData | ~ReconcileFileItemData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/reconcileproject.cpp | 79 | | ReconcileFileItemData | SetFilename(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/reconcileproject.cpp | 80 | | ReconcileFileItemData | SetVirtualFolder(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 16 | 62.5102 | 5.25 | 328.179 | 18.2322 | 0.0158594 | 149.266 | 0 | 149.266 | 1 | 0 |
| LiteEditor/reconcileproject.cpp | 81 | | ReconcileFileItemData | GetFilename() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 3 |
| LiteEditor/reconcileproject.cpp | 82 | | ReconcileFileItemData | GetVirtualFolder() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 3 |
| LiteEditor/reconcileproject.cpp | 87 | | ReconcileProjectDlg | ReconcileProjectDlg(wxWindow *, const wxString &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 28 | 52 | 249.982 | 8.23333 | 2058.19 | 114.344 | 0.0539348 | 106.464 | 0 | 106.464 | 6 | 1 |
| LiteEditor/reconcileproject.cpp | 97 | | ReconcileProjectDlg | LoadData() | 0 | 42 | 36 | 0 | 6 | 6 | 2 | 74 | 233 | 1446.8 | 15.1852 | 21970 | 1220.55 | 0.261476 | 71.2288 | 0 | 71.2288 | 36 | 1 |
| LiteEditor/reconcileproject.cpp | 140 | | ReconcileProjectDlg | DistributeFiles(bool) | 1 | 110 | 90 | 12 | 10 | 16 | 5 | 127 | 748 | 5227.54 | 42.8351 | 223922 | 12440.1 | 1.22916 | 46.6514 | 24.4822 | 71.1336 | 111 | 2 |
| LiteEditor/reconcileproject.cpp | 251 | | ReconcileProjectDlg | RemoveStaleFiles(const wxArrayString &) const | 1 | 21 | 16 | 1 | 4 | 3 | 2 | 52 | 137 | 780.96 | 18.4375 | 14399 | 799.942 | 0.197287 | 86.354 | 16.583 | 102.937 | 18 | 0 |
| LiteEditor/reconcileproject.cpp | 273 | | ReconcileProjectDlg | AddMissingFiles(const wxArrayString &, const wxString &) | 2 | 30 | 23 | 3 | 5 | 5 | 2 | 56 | 165 | 958.214 | 18.9 | 18110.2 | 1006.12 | 0.229877 | 79.0522 | 23.5268 | 102.579 | 26 | 1 |
| LiteEditor/reconcileproject.cpp | 304 | | ReconcileProjectDlg | DoFindFiles() | 0 | 24 | 20 | 1 | 3 | 5 | 2 | 50 | 145 | 818.359 | 12.9412 | 10590.5 | 588.363 | 0.160752 | 83.4876 | 15.5492 | 99.0367 | 20 | 1 |
| LiteEditor/reconcileproject.cpp | 329 | | ReconcileProjectDlg | GetBitmap(const wxString &) const | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 29 | 125.336 | 6.72222 | 842.536 | 46.8075 | 0.0297352 | 123.191 | 0 | 123.191 | 4 | 7 |
| LiteEditor/reconcileproject.cpp | 334 | | ReconcileProjectDlg | OnAddFile(wxCommandEvent &) [override] | 1 | 40 | 35 | 1 | 5 | 6 | 3 | 82 | 278 | 1767.4 | 22.7586 | 40223.6 | 2234.64 | 0.39132 | 70.9784 | 12.1253 | 83.1037 | 44 | 0 |
| LiteEditor/reconcileproject.cpp | 375 | | ReconcileProjectDlg | GuessNewVirtualDirName(wxString &, wxString &) const | 2 | 45 | 37 | 3 | 7 | 6 | 2 | 63 | 232 | 1386.73 | 19.7674 | 27412.1 | 1522.89 | 0.303045 | 70.3316 | 19.4709 | 89.8025 | 37 | 1 |
| LiteEditor/reconcileproject.cpp | 421 | | ReconcileProjectDlg | OnAddFileUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 426 | | ReconcileProjectDlg | OnAutoAssignUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 431 | | ReconcileProjectDlg | OnAutoSuggest(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/reconcileproject.cpp | 433 | | ReconcileProjectDlg | OnUndoSelectedFiles(wxCommandEvent &) [override] | 1 | 42 | 33 | 3 | 6 | 5 | 2 | 71 | 286 | 1758.83 | 20.6442 | 36309.6 | 2017.2 | 0.365505 | 70.4433 | 20.1155 | 90.5588 | 40 | 0 |
| LiteEditor/reconcileproject.cpp | 476 | | ReconcileProjectDlg | OnUndoSelectedFilesUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 481 | | ReconcileProjectDlg | OnDeleteStaleFiles(wxCommandEvent &) [override] | 1 | 24 | 22 | 0 | 2 | 4 | 2 | 58 | 163 | 954.851 | 16.7432 | 15987.3 | 888.183 | 0.211541 | 82.9154 | 0 | 82.9154 | 24 | 0 |
| LiteEditor/reconcileproject.cpp | 506 | | ReconcileProjectDlg | OnDeleteStaleFilesUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 511 | | ReconcileProjectDlg | OnDeleteAllStaleFilesUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 6.875 | 1026.28 | 57.0157 | 0.0339149 | 118.667 | 0 | 118.667 | 5 | 0 |
| LiteEditor/reconcileproject.cpp | 517 | | ReconcileProjectDlg | OnClose(wxCommandEvent &) [override] | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 28 | 59 | 283.634 | 7.11765 | 2018.81 | 112.156 | 0.0532446 | 103.87 | 23.5268 | 127.397 | 9 | 0 |
| LiteEditor/reconcileproject.cpp | 528 | | ReconcileProjectDlg | OnApply(wxCommandEvent &) [override] | 1 | 42 | 35 | 4 | 3 | 8 | 2 | 73 | 260 | 1609.35 | 22.77 | 36645 | 2035.83 | 0.367752 | 70.2151 | 23.0043 | 93.2194 | 34 | 0 |
| LiteEditor/reconcileproject.cpp | 571 | | ReconcileProjectDlg | OnApplyUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 17 | 22 | 89.9242 | 5.0625 | 455.241 | 25.2912 | 0.019726 | 124.917 | 0 | 124.917 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 576 | | ReconcileProjectDlg | OnApplyAllUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 33 | 149.278 | 6.875 | 1026.28 | 57.0157 | 0.0339149 | 118.667 | 0 | 118.667 | 5 | 0 |
| LiteEditor/reconcileproject.cpp | 582 | | ReconcileProjectDlg | OnDVLCContextMenu(wxDataViewEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 49 | 232.989 | 7.21875 | 1681.89 | 93.4385 | 0.0471423 | 108.738 | 0 | 108.738 | 7 | 1 |
| LiteEditor/reconcileproject.cpp | 591 | | ReconcileProjectDlg | OnDeleteSelectedNewFiles(wxCommandEvent &) | 1 | 40 | 35 | 0 | 5 | 7 | 2 | 77 | 250 | 1566.7 | 20.6038 | 32279.9 | 1793.33 | 0.337935 | 71.3752 | 0 | 71.3752 | 45 | 1 |
| LiteEditor/reconcileproject.cpp | 632 | | ReconcileProjectFiletypesDlg | ReconcileProjectFiletypesDlg(wxWindow *, const wxString &) | 2 | 9 | 8 | 0 | 1 | 1 | 0 | 26 | 51 | 239.722 | 8.57143 | 2054.76 | 114.154 | 0.0538749 | 106.682 | 0 | 106.682 | 9 | 1 |
| LiteEditor/reconcileproject.cpp | 642 | | ReconcileProjectFiletypesDlg | SetData() | 0 | 34 | 28 | 0 | 6 | 5 | 1 | 60 | 201 | 1187.29 | 14.8256 | 17602.2 | 977.899 | 0.225557 | 75.91 | 0 | 75.91 | 34 | 1 |
| LiteEditor/reconcileproject.cpp | 677 | | ReconcileProjectFiletypesDlg | GetData(wxString &, wxString &, wxString &, wxArrayString &, wxArrayString &) const | 5 | 43 | 33 | 5 | 5 | 6 | 2 | 74 | 277 | 1720.02 | 18 | 30960.3 | 1720.02 | 0.328662 | 69.9481 | 25.202 | 95.1501 | 38 | 1 |
| LiteEditor/reconcileproject.cpp | 721 | | ReconcileProjectFiletypesDlg | SetRegex(const wxString &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 28 | 58 | 278.827 | 8.41176 | 2345.42 | 130.301 | 0.0588427 | 109.967 | 0 | 109.967 | 8 | 2 |
| LiteEditor/reconcileproject.cpp | 729 | | ReconcileProjectFiletypesDlg | GetRegexes() const | 0 | 11 | 11 | 1 | 0 | 2 | 1 | 32 | 70 | 350 | 13.6765 | 4786.76 | 265.931 | 0.0946761 | 101.233 | 22.5149 | 123.748 | 8 | 1 |
| LiteEditor/reconcileproject.cpp | 741 | | ReconcileProjectFiletypesDlg | OnIgnoreBrowse(wxCommandEvent &) [override] | 1 | 26 | 22 | 0 | 4 | 5 | 2 | 55 | 169 | 977.05 | 11.8125 | 11541.4 | 641.189 | 0.170236 | 81.2692 | 0 | 81.2692 | 28 | 0 |
| LiteEditor/reconcileproject.cpp | 768 | | ReconcileProjectFiletypesDlg | OnIgnoreRemove(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 6.875 | 1181.78 | 65.6545 | 0.0372595 | 112.252 | 0 | 112.252 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 776 | | ReconcileProjectFiletypesDlg | OnIgnoreRemoveUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 781 | | ReconcileProjectFiletypesDlg | OnIgnoreFileBrowse(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 2 | 34 | 65 | 330.685 | 9.07895 | 3002.27 | 166.793 | 0.0693711 | 104.549 | 0 | 104.549 | 8 | 0 |
| LiteEditor/reconcileproject.cpp | 791 | | ReconcileProjectFiletypesDlg | OnIgnoreFileRemove(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 23 | 38 | 171.895 | 6.875 | 1181.78 | 65.6545 | 0.0372595 | 112.252 | 0 | 112.252 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 799 | | ReconcileProjectFiletypesDlg | OnIgnoreFileRemoveUpdateUI(wxUpdateUIEvent &) [override] | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 19 | 24 | 101.95 | 5.55556 | 566.39 | 31.4661 | 0.0228186 | 124.265 | 0 | 124.265 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 804 | | ReconcileProjectFiletypesDlg | OnAddRegex(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 24 | 40 | 183.399 | 7 | 1283.79 | 71.3216 | 0.0393739 | 111.916 | 0 | 111.916 | 4 | 0 |
| LiteEditor/reconcileproject.cpp | 812 | | ReconcileProjectFiletypesDlg | OnRemoveRegex(wxCommandEvent &) [override] | 1 | 9 | 8 | 0 | 1 | 2 | 1 | 28 | 46 | 221.138 | 8.23333 | 1820.71 | 101.15 | 0.0497018 | 106.871 | 0 | 106.871 | 3 | 0 |
| LiteEditor/reconcileproject.cpp | 822 | | ReconcileProjectFiletypesDlg | OnRemoveRegexUpdateUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 27 | 35 | 166.421 | 7.42857 | 1236.27 | 68.6817 | 0.0383962 | 118.102 | 0 | 118.102 | 2 | 0 |
| LiteEditor/reconcileproject.cpp | 857 | | VirtualDirectoryTree | BuildTree(const wxString &) | 1 | 29 | 25 | 1 | 3 | 5 | 3 | 59 | 198 | 1164.76 | 21.7027 | 25278.5 | 1404.36 | 0.287109 | 78.5864 | 14.1863 | 92.7727 | 29 | 2 |
| LiteEditor/reconcileproject.cpp | 887 | | VirtualDirectoryTree | FindParent(const wxString &) | 1 | 16 | 15 | 0 | 1 | 5 | 3 | 35 | 81 | 415.472 | 19.5 | 8101.7 | 450.095 | 0.134461 | 93.5811 | 0 | 93.5811 | 5 | 2 |
| LiteEditor/reconcileproject.cpp | 904 | | VirtualDirectoryTree | StoreChild(const wxString &, const wxString &) | 2 | 9 | 9 | 1 | 0 | 4 | 1 | 31 | 79 | 391.382 | 15.4667 | 6053.37 | 336.298 | 0.110716 | 103.443 | 24.6875 | 128.13 | 9 | 2 |
| LiteEditor/reconcileproject.cpp | 914 | | VirtualDirectoryTree | FindBestMatchVDir(const wxString &, const wxString &) const | 2 | 44 | 33 | 7 | 5 | 15 | 4 | 57 | 245 | 1429.06 | 24.7917 | 35428.7 | 1968.26 | 0.359569 | 68.4693 | 28.9668 | 97.4361 | 35 | 3 |
| LiteEditor/reconcileproject_liteeditor_bitmaps.cpp | 190 | | | wxCrafterjdrz3kInitBitmapResources() | 0 | 20 | 17 | 1 | 2 | 2 | 2 | 53 | 165 | 945.107 | 12.8289 | 12124.7 | 673.596 | 0.175925 | 86.3824 | 16.9762 | 103.359 | 29 | 3 |
| LiteEditor/reconcileprojectbase.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 0 |
| LiteEditor/reconcileprojectbase.cpp | 510 | | ReconcileByRegexDlgBaseClass | ReconcileByRegexDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 101 | 75 | 2 | 24 | 7 | 1 | 129 | 858 | 6015.63 | 34.8255 | 209497 | 11638.7 | 1.17579 | 49.374 | 10.814 | 60.188 | 111 | 1 |
| LiteEditor/reconcileprojectbase.cpp | 612 | | ReconcileByRegexDlgBaseClass | ~ReconcileByRegexDlgBaseClass() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 64 | 289.508 | 10.0833 | 2919.21 | 162.178 | 0.0680856 | 109.772 | 0 | 109.772 | 4 | 0 |
| LiteEditor/reconcileprojectbase.cpp | 26 | | ReconcileProjectDlgBaseClass | ReconcileProjectDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 254 | 187 | 2 | 65 | 7 | 1 | 212 | 2087 | 16128.2 | 52.5319 | 847244 | 47069.1 | 2.98459 | 29.3059 | 6.85181 | 36.1577 | 298 | 1 |
| LiteEditor/reconcileprojectbase.cpp | 281 | | ReconcileProjectDlgBaseClass | ~ReconcileProjectDlgBaseClass() [override] | 0 | 18 | 18 | 0 | 0 | 1 | 0 | 36 | 218 | 1127.04 | 16.94 | 19092.1 | 1060.67 | 0.238112 | 87.4037 | 0 | 87.4037 | 15 | 0 |
| LiteEditor/reconcileprojectbase.cpp | 300 | | ReconcileProjectFiletypesDlgBaseClass | ReconcileProjectFiletypesDlgBaseClass(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 194 | 135 | 2 | 57 | 6 | 1 | 166 | 1698 | 12522.8 | 52.1119 | 652588 | 36254.9 | 2.50787 | 35.2171 | 7.83245 | 43.0495 | 233 | 1 |
| LiteEditor/reconcileprojectbase.cpp | 495 | | ReconcileProjectFiletypesDlgBaseClass | ~ReconcileProjectFiletypesDlgBaseClass() [override] | 0 | 14 | 14 | 0 | 0 | 1 | 0 | 30 | 134 | 657.523 | 13.6053 | 8945.78 | 496.988 | 0.143645 | 94.2772 | 0 | 94.2772 | 9 | 0 |
| LiteEditor/rename_symbool_dlg.cpp | 16 | | RenameSymbolBase | RenameSymbolBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 145 | 99 | 9 | 37 | 7 | 1 | 169 | 1170 | 8659.03 | 40.191 | 348015 | 19334.2 | 1.64921 | 41.6219 | 18.8225 | 60.4443 | 151 | 1 |
| LiteEditor/rename_symbool_dlg.cpp | 162 | | RenameSymbolBase | ~RenameSymbolBase() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 25 | 80 | 371.508 | 10 | 3715.08 | 206.394 | 0.0799573 | 106.312 | 0 | 106.312 | 16 | 0 |
| LiteEditor/rename_symbool_dlg.cpp | 171 | | SelectProjectsDlgBase | SelectProjectsDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 77 | 54 | 2 | 21 | 6 | 1 | 119 | 612 | 4219.63 | 27.9115 | 117776 | 6543.11 | 0.800909 | 55.8433 | 12.3545 | 68.1978 | 85 | 1 |
| LiteEditor/rename_symbool_dlg.cpp | 249 | | SelectProjectsDlgBase | ~SelectProjectsDlgBase() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 19 | 44 | 186.909 | 8.88889 | 1661.41 | 92.3006 | 0.0467588 | 114.544 | 0 | 114.544 | 8 | 0 |
| LiteEditor/rename_symbool_dlg_formbuilder_bitmaps.cpp | 32 | | | wxCF5E0InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/renamesymboldlg.cpp | 48 | | RenameSymbol | RenameSymbol(wxWindow *, const CppToken::Vec_t &, const CppToken::Vec_t &, const wxString &) | 4 | 24 | 20 | 0 | 4 | 4 | 1 | 51 | 159 | 901.916 | 15.8182 | 14266.7 | 792.593 | 0.196077 | 83.212 | 0 | 83.212 | 21 | 0 |
| LiteEditor/renamesymboldlg.cpp | 73 | | RenameSymbol | AddMatch(const CppToken &, bool) | 2 | 12 | 11 | 0 | 1 | 1 | 0 | 43 | 104 | 564.332 | 11.25 | 6348.73 | 352.707 | 0.114289 | 97.5692 | 0 | 97.5692 | 19 | 2 |
| LiteEditor/renamesymboldlg.cpp | 86 | | RenameSymbol | OnButtonOK(wxCommandEvent &) [override] | 1 | 11 | 9 | 0 | 2 | 2 | 1 | 31 | 54 | 267.527 | 6.86111 | 1835.53 | 101.974 | 0.0499712 | 102.63 | 0 | 102.63 | 8 | 0 |
| LiteEditor/renamesymboldlg.cpp | 98 | | RenameSymbol | GetMatches(CppToken::Vec_t &) | 1 | 11 | 10 | 0 | 1 | 3 | 2 | 36 | 82 | 423.934 | 12.4 | 5256.78 | 292.043 | 0.100776 | 100.006 | 0 | 100.006 | 7 | 0 |
| LiteEditor/renamesymboldlg.cpp | 110 | | RenameSymbol | DoSelectFile(const CppToken &) | 1 | 23 | 18 | 2 | 3 | 3 | 1 | 47 | 148 | 822.079 | 19.3393 | 15898.4 | 883.246 | 0.210757 | 84.6134 | 22.0554 | 106.669 | 18 | 2 |
| LiteEditor/renamesymboldlg.cpp | 134 | | RenameSymbol | OnSelection(wxDataViewEvent &) [override] | 1 | 7 | 6 | 0 | 1 | 2 | 1 | 25 | 52 | 241.481 | 8.76923 | 2117.6 | 117.644 | 0.0549677 | 110.485 | 0 | 110.485 | 5 | 0 |
| LiteEditor/renamesymboldlg.cpp | 142 | | RenameSymbol | OnCheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 10.1818 | 1985.88 | 110.327 | 0.0526641 | 114.093 | 0 | 114.093 | 3 | 0 |
| LiteEditor/renamesymboldlg.cpp | 149 | | RenameSymbol | OnUncheckAll(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 10.1818 | 1985.88 | 110.327 | 0.0526641 | 114.093 | 0 | 114.093 | 3 | 0 |
| LiteEditor/renamesymboldlg.cpp | 41 | | RenameSymbolData | RenameSymbolData(const CppToken &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 14 | 48.432 | 3.6 | 174.355 | 9.68641 | 0.0104032 | 128.135 | 0 | 128.135 | 1 | 1 |
| LiteEditor/renamesymboldlg.cpp | 45 | | RenameSymbolData | ~RenameSymbolData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 49 | | ReplaceInFilesPanel | ReplaceInFilesPanel(wxWindow *, int, const wxString &) | 3 | 45 | 35 | 1 | 9 | 1 | 0 | 91 | 446 | 2902.48 | 20.3311 | 59010.5 | 3278.36 | 0.505241 | 67.6408 | 11.4446 | 79.0854 | 50 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 95 | | ReplaceInFilesPanel | OnSearchStart(wxCommandEvent &) [override] | 1 | 14 | 10 | 3 | 1 | 1 | 0 | 34 | 78 | 396.822 | 8.18182 | 3246.73 | 180.374 | 0.0730874 | 96.9031 | 32.8615 | 129.765 | 13 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 110 | | ReplaceInFilesPanel | OnSearchMatch(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 32 | 70 | 350 | 9.33333 | 3266.67 | 181.481 | 0.0733864 | 104.254 | 0 | 104.254 | 10 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 120 | | ReplaceInFilesPanel | OnSearchEnded(wxCommandEvent &) [override] | 1 | 15 | 10 | 2 | 3 | 1 | 1 | 29 | 69 | 335.201 | 8.25 | 2765.41 | 153.634 | 0.0656727 | 96.663 | 26.7997 | 123.463 | 7 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 136 | | ReplaceInFilesPanel | OnMarginClick(wxStyledTextEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 34 | 86 | 437.522 | 12.6316 | 5526.59 | 307.033 | 0.104196 | 98.4327 | 0 | 98.4327 | 9 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 149 | | ReplaceInFilesPanel | [virtual] OnMarkAll(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 2 | 30 | 50 | 245.345 | 10 | 2453.45 | 136.303 | 0.0606359 | 108.009 | 0 | 108.009 | 3 | 2 |
| LiteEditor/replaceinfilespanel.cpp | 158 | | ReplaceInFilesPanel | [virtual] OnMarkAllUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 22 | 29 | 129.324 | 6.6 | 853.535 | 47.4186 | 0.0299934 | 145.256 | 0 | 145.256 | 2 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 159 | | ReplaceInFilesPanel | [virtual] OnUnmarkAll(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 18 | 72 | 4 | 288 | 16 | 0.014537 | 148.531 | 0 | 148.531 | 1 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 160 | | ReplaceInFilesPanel | [virtual] OnUnmarkAllUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 29 | 129.324 | 6.6 | 853.535 | 47.4186 | 0.0299934 | 122.798 | 0 | 122.798 | 2 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 165 | | ReplaceInFilesPanel | DoSaveResults(wxStyledTextCtrl *, MatchInfo_t::iterator, MatchInfo_t::iterator) | 3 | 28 | 24 | 2 | 2 | 11 | 2 | 69 | 199 | 1215.6 | 29.8378 | 36270.8 | 2015.04 | 0.365244 | 77.5527 | 20.1155 | 97.6683 | 33 | 2 |
| LiteEditor/replaceinfilespanel.cpp | 194 | | ReplaceInFilesPanel | DoGetEditor(const wxString &) | 1 | 22 | 17 | 3 | 2 | 3 | 1 | 43 | 110 | 596.889 | 15.8333 | 9450.74 | 525.041 | 0.149001 | 86.9981 | 27.069 | 114.067 | 21 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 217 | | ReplaceInFilesPanel | DoGetReplaceWith(const SearchResult &) const | 1 | 30 | 26 | 4 | 0 | 8 | 2 | 50 | 162 | 914.305 | 26.4074 | 24144.4 | 1341.36 | 0.278456 | 78.6062 | 26.7997 | 105.406 | 25 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 248 | | ReplaceInFilesPanel | [virtual] OnReplace(wxCommandEvent &) | 1 | 210 | 156 | 29 | 31 | 32 | 4 | 175 | 1200 | 8941.45 | 54.125 | 483956 | 26886.5 | 2.0547 | 29.7049 | 27.221 | 56.9259 | 159 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 459 | | ReplaceInFilesPanel | [virtual] OnReplaceUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 22 | 29 | 129.324 | 6.6 | 853.535 | 47.4186 | 0.0299934 | 145.256 | 0 | 145.256 | 2 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 461 | | ReplaceInFilesPanel | [virtual] OnReplaceWithComboUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 2 | 0 | 22 | 29 | 129.324 | 6.6 | 853.535 | 47.4186 | 0.0299934 | 122.798 | 0 | 122.798 | 2 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 466 | | ReplaceInFilesPanel | OnHoldOpenUpdateUI(wxUpdateUIEvent &) [override] | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 120 | 620.391 | 15.2105 | 9436.47 | 524.249 | 0.148851 | 91.9562 | 0 | 91.9562 | 20 | 1 |
| LiteEditor/replaceinfilespanel.cpp | 483 | | ReplaceInFilesPanel | OnMouseDClick(wxStyledTextEvent &) [override] | 1 | 17 | 14 | 1 | 2 | 3 | 2 | 38 | 94 | 493.305 | 11.375 | 5611.35 | 311.741 | 0.105258 | 92.1661 | 18.3478 | 110.514 | 13 | 0 |
| LiteEditor/replaceinfilespanel.cpp | 501 | | ReplaceInFilesPanel | SetStyles(wxStyledTextCtrl *) [override] | 1 | 20 | 16 | 1 | 4 | 5 | 1 | 56 | 166 | 964.021 | 13.8 | 13303.5 | 739.083 | 0.18715 | 85.5893 | 16.9762 | 102.566 | 31 | 0 |
| LiteEditor/resources.cpp | 8367 | | | InitXmlResource() | 0 | 71 | 68 | 1 | 2 | 2 | 2 | 205 | 1032 | 7925.22 | 16.6579 | 132018 | 7334.31 | 0.864238 | 54.8 | 9.14107 | 63.9411 | 182 | 1 |
| LiteEditor/setters_getters.cpp | 14 | | SettersGettersBaseDlg | SettersGettersBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 115 | 87 | 2 | 26 | 6 | 1 | 139 | 948 | 6748.76 | 36 | 242955 | 13497.5 | 1.29787 | 46.9031 | 10.1442 | 57.0473 | 144 | 1 |
| LiteEditor/setters_getters.cpp | 130 | | SettersGettersBaseDlg | ~SettersGettersBaseDlg() [override] | 0 | 17 | 17 | 0 | 0 | 1 | 0 | 31 | 116 | 574.687 | 10.4762 | 6020.53 | 334.474 | 0.110315 | 91.8321 | 0 | 91.8321 | 24 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 509 | | SettersGetterData | SettersGetterData() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 515 | | SettersGetterData | FromJSON(const JSONItem &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 26 | 110.446 | 5.4 | 596.409 | 33.1338 | 0.0236179 | 146.306 | 0 | 146.306 | 3 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 517 | | SettersGetterData | ToJSON() const [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 7 | 998.365 | 55.4647 | 0.033297 | 115.95 | 0 | 115.95 | 5 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 43 | | SettersGettersDlg | SettersGettersDlg(wxWindow *) | 1 | 12 | 12 | 0 | 0 | 1 | 0 | 40 | 105 | 558.802 | 9.96154 | 5566.53 | 309.252 | 0.104697 | 97.6204 | 0 | 97.6204 | 16 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 56 | | SettersGettersDlg | Init(const std::vector<TagEntryPtr> &, const std::vector<TagEntryPtr> &, const wxFileName &, int) | 4 | 9 | 9 | 0 | 0 | 1 | 0 | 31 | 58 | 287.343 | 8.84211 | 2540.72 | 141.151 | 0.0620655 | 105.739 | 0 | 105.739 | 4 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 66 | | SettersGettersDlg | OnCheckStartWithUpperCase(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 72 | | SettersGettersDlg | GenerateFunctions() | 0 | 17 | 17 | 0 | 0 | 3 | 1 | 28 | 80 | 384.588 | 14.5 | 5576.53 | 309.807 | 0.104823 | 93.4606 | 0 | 93.4606 | 10 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 90 | | SettersGettersDlg | GenerateGetters(wxString &) | 1 | 14 | 14 | 0 | 0 | 6 | 3 | 43 | 95 | 515.495 | 16.5217 | 8516.88 | 473.16 | 0.139016 | 94.3926 | 0 | 94.3926 | 7 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 105 | | SettersGettersDlg | GenerateSetters(wxString &) | 1 | 14 | 14 | 0 | 0 | 6 | 3 | 43 | 95 | 515.495 | 16.5217 | 8516.88 | 473.16 | 0.139016 | 94.3926 | 0 | 94.3926 | 7 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 120 | | SettersGettersDlg | GenerateSetter(TagEntryPtr, bool &, wxString &) | 3 | 81 | 59 | 4 | 18 | 12 | 2 | 79 | 432 | 2723.23 | 25.175 | 68557.4 | 3808.74 | 0.558361 | 55.9201 | 16.8753 | 72.7954 | 74 | 3 |
| LiteEditor/setters_getters_dlg.cpp | 202 | | SettersGettersDlg | GenerateGetter(TagEntryPtr, bool &, wxString &) | 3 | 89 | 62 | 11 | 18 | 19 | 3 | 93 | 539 | 3524.61 | 29.1667 | 102801 | 5711.17 | 0.731493 | 51.443 | 25.9054 | 77.3483 | 91 | 3 |
| LiteEditor/setters_getters_dlg.cpp | 292 | | SettersGettersDlg | FormatName(wxString &) | 1 | 20 | 18 | 0 | 2 | 4 | 1 | 37 | 132 | 687.648 | 15.5217 | 10673.5 | 592.972 | 0.161591 | 87.5761 | 0 | 87.5761 | 18 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 313 | | SettersGettersDlg | UpdatePreview() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4.66667 | 355.353 | 19.7418 | 0.0167232 | 122.167 | 0 | 122.167 | 3 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 319 | | SettersGettersDlg | DoCheckAll(bool) | 1 | 6 | 6 | 0 | 0 | 2 | 1 | 24 | 44 | 201.738 | 9 | 1815.65 | 100.869 | 0.0496096 | 113.917 | 0 | 113.917 | 3 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 326 | | SettersGettersDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 328 | | SettersGettersDlg | OnUncheckAll(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 149.4 | 0 | 149.4 | 1 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 330 | | SettersGettersDlg | OnUpdatePreview(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 336 | | SettersGettersDlg | DoCheckExistence(const wxString &, const wxString &, const wxString &) | 3 | 13 | 12 | 0 | 1 | 4 | 2 | 44 | 106 | 578.7 | 20.5 | 11863.3 | 659.075 | 0.173387 | 95.4517 | 0 | 95.4517 | 13 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 350 | | SettersGettersDlg | GenerateSetter(TagEntryPtr) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6.5 | 676 | 37.5556 | 0.025675 | 117.593 | 0 | 117.593 | 3 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 357 | | SettersGettersDlg | GenerateGetter(TagEntryPtr) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 26 | 104 | 6.5 | 676 | 37.5556 | 0.025675 | 117.593 | 0 | 117.593 | 3 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 364 | | SettersGettersDlg | BuildTree() | 0 | 58 | 49 | 1 | 8 | 8 | 2 | 72 | 342 | 2110.11 | 27.28 | 57563.9 | 3198 | 0.49695 | 63.5774 | 10.101 | 73.6784 | 43 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 423 | | SettersGettersDlg | UpdateTree() | 0 | 51 | 44 | 2 | 5 | 12 | 3 | 65 | 345 | 2077.72 | 32.7442 | 68033.1 | 3779.62 | 0.555511 | 64.8215 | 15.0998 | 79.9213 | 36 | 3 |
| LiteEditor/setters_getters_dlg.cpp | 475 | | SettersGettersDlg | OnButtonOk(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 477 | | SettersGettersDlg | ~SettersGettersDlg() [override] | 0 | 13 | 12 | 0 | 1 | 4 | 1 | 29 | 75 | 364.349 | 9.52941 | 3472.03 | 192.89 | 0.0764306 | 97.8576 | 0 | 97.8576 | 6 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 491 | | SettersGettersDlg | GetGenCode() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 12 | 15 | 53.7744 | 3.5 | 188.211 | 10.4561 | 0.0109473 | 123.976 | 0 | 123.976 | 2 | 1 |
| LiteEditor/setters_getters_dlg.cpp | 497 | | SettersGettersDlg | OnValueChanged(wxDataViewEvent &) [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 48 | 225.621 | 9.91667 | 2237.41 | 124.301 | 0.057022 | 108.675 | 0 | 108.675 | 4 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 523 | | SettersGettersDlg | OnFilter(wxCommandEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 524 | | SettersGettersDlg | OnSettersReturnReference(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 0 |
| LiteEditor/setters_getters_dlg.cpp | 530 | | SettersGettersDlg | GetItemData(const wxDataViewItem &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 28 | 121.014 | 9.28571 | 1123.7 | 62.4279 | 0.0360285 | 123.373 | 0 | 123.373 | 1 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 535 | | SettersGettersDlg | GetItemData(size_t) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 5.78571 | 509.143 | 28.2857 | 0.0212539 | 147.488 | 0 | 147.488 | 2 | 2 |
| LiteEditor/setters_getters_dlg.cpp | 537 | | SettersGettersDlg | Clear() | 0 | 7 | 7 | 0 | 0 | 1 | 1 | 25 | 41 | 190.398 | 9.75 | 1856.38 | 103.132 | 0.0503489 | 111.951 | 0 | 111.951 | 3 | 2 |
| LiteEditor/setters_getters_formbuilder_bitmaps.cpp | 34 | | | wxC8861InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/shelltab.cpp | 199 | | DebugTab | DebugTab(wxWindow *, wxWindowID, const wxString &) | 3 | 66 | 61 | 1 | 4 | 6 | 2 | 109 | 609 | 4121.82 | 30.6353 | 126273 | 7015.18 | 0.838983 | 58.4625 | 9.47695 | 67.9395 | 85 | 2 |
| LiteEditor/shelltab.cpp | 266 | | DebugTab | ~DebugTab() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 53 | 236.35 | 9 | 2127.15 | 118.175 | 0.0551329 | 113.324 | 0 | 113.324 | 4 | 0 |
| LiteEditor/shelltab.cpp | 273 | | DebugTab | AppendLine(const wxString &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 4.5 | 342 | 19 | 0.0163016 | 148.25 | 0 | 148.25 | 1 | 2 |
| LiteEditor/shelltab.cpp | 275 | | DebugTab | OnUpdateUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 24 | 38 | 174.229 | 7.5 | 1306.71 | 72.5952 | 0.0398412 | 117.633 | 0 | 117.633 | 4 | 0 |
| LiteEditor/shelltab.cpp | 281 | | DebugTab | OnEnableDbgLog(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 78 | 386.427 | 10.4722 | 4046.75 | 224.82 | 0.084648 | 102.262 | 0 | 102.262 | 9 | 1 |
| LiteEditor/shelltab.cpp | 292 | | DebugTab | OnEnableDbgLogUI(wxUpdateUIEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 27 | 49 | 232.989 | 7.6 | 1770.72 | 98.3733 | 0.0487879 | 108.508 | 0 | 108.508 | 4 | 1 |
| LiteEditor/shelltab.cpp | 301 | | DebugTab | OnHoldOpenUpdateUI(wxUpdateUIEvent &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 120 | 620.391 | 15.2105 | 9436.47 | 524.249 | 0.148851 | 91.9562 | 0 | 91.9562 | 20 | 2 |
| LiteEditor/shelltab.cpp | 318 | | DebugTab | OnCtrlC(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 28 | 53 | 254.79 | 8.23333 | 2097.77 | 116.543 | 0.0546241 | 107.813 | 0 | 107.813 | 6 | 2 |
| LiteEditor/shelltab.cpp | 327 | | DebugTab | OnExecuteCommand(clCommandEvent &) | 1 | 12 | 12 | 0 | 0 | 4 | 1 | 34 | 85 | 432.434 | 10.6579 | 4608.84 | 256.047 | 0.0923152 | 98.2635 | 0 | 98.2635 | 10 | 2 |
| LiteEditor/shelltab.cpp | 372 | | OutputTab | OutputTab(wxWindow *, wxWindowID, const wxString &) | 3 | 12 | 12 | 0 | 0 | 1 | 0 | 40 | 124 | 659.919 | 10.5926 | 6990.25 | 388.347 | 0.121864 | 96.7555 | 0 | 96.7555 | 12 | 1 |
| LiteEditor/shelltab.cpp | 385 | | OutputTab | ~OutputTab() [override] | 0 | 11 | 11 | 0 | 0 | 2 | 1 | 27 | 97 | 461.224 | 12.4 | 5719.18 | 317.732 | 0.106603 | 99.7979 | 0 | 99.7979 | 10 | 0 |
| LiteEditor/shelltab.cpp | 397 | | OutputTab | OnOutputDebugString(clCommandEvent &) | 1 | 15 | 13 | 0 | 2 | 3 | 1 | 32 | 78 | 390 | 10.8889 | 4246.67 | 235.926 | 0.0874133 | 95.4156 | 0 | 95.4156 | 13 | 2 |
| LiteEditor/shelltab.cpp | 413 | | OutputTab | OnDebugStarted(clDebugEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.11111 | 792.353 | 44.0196 | 0.0285425 | 113.949 | 0 | 113.949 | 2 | 2 |
| LiteEditor/shelltab.cpp | 421 | | OutputTab | OnDebugStopped(clDebugEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 30 | 129.658 | 6.11111 | 792.353 | 44.0196 | 0.0285425 | 113.949 | 0 | 113.949 | 2 | 2 |
| LiteEditor/shelltab.cpp | 429 | | OutputTab | OnProcStarted(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 2 | 0 |
| LiteEditor/shelltab.cpp | 436 | | OutputTab | OnProcEnded(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 27 | 110.361 | 5.625 | 620.783 | 34.488 | 0.0242571 | 117.284 | 0 | 117.284 | 2 | 0 |
| LiteEditor/shelltab.cpp | 443 | | OutputTab | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 4.57143 | 375.061 | 20.8367 | 0.0173359 | 121.779 | 0 | 121.779 | 2 | 2 |
| LiteEditor/shelltab.cpp | 449 | | OutputTab | DoSetCollecting(bool) | 1 | 19 | 19 | 0 | 0 | 4 | 0 | 27 | 78 | 370.881 | 11.6071 | 4304.87 | 239.16 | 0.0882102 | 91.6175 | 0 | 91.6175 | 0 | 4 |
| LiteEditor/shelltab.cpp | 42 | | ShellTab | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/shelltab.cpp | 42 | | ShellTab | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/shelltab.cpp | 54 | | ShellTab | ShellTab(wxWindow *, wxWindowID, const wxString &) | 3 | 38 | 29 | 1 | 8 | 1 | 0 | 77 | 335 | 2099.37 | 18.623 | 39096.5 | 2172.03 | 0.383976 | 72.0643 | 12.4338 | 84.498 | 39 | 1 |
| LiteEditor/shelltab.cpp | 93 | | ShellTab | [static] InitStyle(wxStyledTextCtrl *) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 22 | 34 | 151.621 | 5.19231 | 787.261 | 43.7367 | 0.02842 | 118.586 | 0 | 118.586 | 5 | 1 |
| LiteEditor/shelltab.cpp | 99 | | ShellTab | [virtual] DoSendInput(const wxString &) | 1 | 4 | 4 | 0 | 0 | 3 | 0 | 23 | 37 | 167.372 | 6.875 | 1150.68 | 63.9267 | 0.0366029 | 121.227 | 0 | 121.227 | 4 | 1 |
| LiteEditor/shelltab.cpp | 104 | | ShellTab | [virtual] OnProcStarted(wxCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 28 | 57 | 274.019 | 9.5 | 2603.18 | 144.621 | 0.0630786 | 103.819 | 0 | 103.819 | 7 | 2 |
| LiteEditor/shelltab.cpp | 115 | | ShellTab | [virtual] OnProcOutput(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 24 | 44 | 201.738 | 8.86364 | 1788.14 | 99.3409 | 0.0491073 | 107.349 | 24.6875 | 132.036 | 3 | 1 |
| LiteEditor/shelltab.cpp | 125 | | ShellTab | [virtual] OnProcError(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 24 | 44 | 201.738 | 8.86364 | 1788.14 | 99.3409 | 0.0491073 | 107.349 | 24.6875 | 132.036 | 3 | 1 |
| LiteEditor/shelltab.cpp | 135 | | ShellTab | [virtual] OnProcEnded(wxCommandEvent &) | 1 | 10 | 9 | 1 | 0 | 2 | 1 | 25 | 48 | 222.905 | 9.20833 | 2052.58 | 114.032 | 0.0538368 | 105.123 | 23.5268 | 128.65 | 3 | 2 |
| LiteEditor/shelltab.cpp | 146 | | ShellTab | [virtual] OnSendInput(wxCommandEvent &) | 1 | 13 | 12 | 1 | 1 | 3 | 2 | 28 | 67 | 322.093 | 8.08824 | 2605.16 | 144.731 | 0.0631105 | 98.7287 | 20.8285 | 119.557 | 8 | 2 |
| LiteEditor/shelltab.cpp | 160 | | ShellTab | [virtual] OnStopProc(wxCommandEvent &) | 1 | 8 | 7 | 0 | 1 | 3 | 1 | 19 | 34 | 144.43 | 6.66667 | 962.864 | 53.4924 | 0.0325029 | 110.765 | 0 | 110.765 | 3 | 2 |
| LiteEditor/shelltab.cpp | 169 | | ShellTab | [virtual] OnUpdateUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 18 | 24 | 100.078 | 6.25 | 625.489 | 34.7494 | 0.0243795 | 146.589 | 0 | 146.589 | 2 | 2 |
| LiteEditor/shelltab.cpp | 171 | | ShellTab | [virtual] OnKeyDown(wxKeyEvent &) | 1 | 18 | 18 | 0 | 0 | 4 | 1 | 31 | 80 | 396.336 | 12.8 | 5073.1 | 281.839 | 0.0984149 | 92.1482 | 0 | 92.1482 | 7 | 1 |
| LiteEditor/shelltab.cpp | 190 | | ShellTab | [virtual] OnEnter(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 15 | 24 | 93.7654 | 4.8125 | 451.246 | 25.0692 | 0.0196105 | 118.131 | 0 | 118.131 | 3 | 1 |
| LiteEditor/shelltab.cpp | 342 | | ShellTab | [virtual] OnHoldOpenUpdateUI(wxUpdateUIEvent &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 36 | 120 | 620.391 | 15.2105 | 9436.47 | 524.249 | 0.148851 | 91.9562 | 0 | 91.9562 | 20 | 1 |
| LiteEditor/shelltab.cpp | 359 | | ShellTab | OnThemeChanged(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 25 | 40 | 185.754 | 5.66667 | 1052.61 | 58.4782 | 0.0344924 | 114.576 | 0 | 114.576 | 6 | 0 |
| LiteEditor/simpletable.cpp | 640 | | WatchDropTarget | OnDropText(wxCoord, wxCoord, const wxString &) [override] | 3 | 5 | 5 | 1 | 0 | 1 | 0 | 22 | 28 | 124.864 | 6.5 | 811.617 | 45.0898 | 0.0290032 | 119.596 | 31.9355 | 151.531 | 1 | 0 |
| LiteEditor/simpletable.cpp | 43 | | WatchesTable | WatchesTable(wxWindow *) | 1 | 77 | 68 | 4 | 5 | 1 | 1 | 80 | 396 | 2503.48 | 23.0492 | 57703.2 | 3205.74 | 0.497751 | 59.7081 | 17.2901 | 76.9982 | 82 | 2 |
| LiteEditor/simpletable.cpp | 121 | | WatchesTable | ~WatchesTable() [override] | 0 | 13 | 11 | 0 | 2 | 2 | 1 | 25 | 53 | 246.124 | 9.20833 | 2266.4 | 125.911 | 0.0575134 | 100.357 | 0 | 100.357 | 8 | 0 |
| LiteEditor/simpletable.cpp | 135 | | WatchesTable | Clear() [override] | 0 | 9 | 9 | 0 | 0 | 3 | 2 | 20 | 45 | 194.487 | 7.5 | 1458.65 | 81.0362 | 0.0428726 | 107.309 | 0 | 107.309 | 4 | 4 |
| LiteEditor/simpletable.cpp | 145 | | WatchesTable | InitTable() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 45 | 187.647 | 5.72727 | 1074.7 | 59.7057 | 0.0349734 | 112.027 | 0 | 112.027 | 11 | 1 |
| LiteEditor/simpletable.cpp | 153 | | WatchesTable | OnListKeyDown(wxTreeEvent &) [override] | 1 | 15 | 12 | 0 | 3 | 4 | 2 | 32 | 73 | 365 | 12 | 4380 | 243.333 | 0.0892335 | 95.5301 | 0 | 95.5301 | 7 | 0 |
| LiteEditor/simpletable.cpp | 169 | | WatchesTable | OnItemRightClick(wxTreeEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 16 | 27 | 108 | 5 | 540 | 30 | 0.0221042 | 114.669 | 0 | 114.669 | 2 | 0 |
| LiteEditor/simpletable.cpp | 177 | | WatchesTable | OnNewWatch(wxCommandEvent &) [override] | 1 | 9 | 9 | 0 | 0 | 2 | 1 | 28 | 54 | 259.597 | 8.23333 | 2137.35 | 118.742 | 0.055309 | 106.037 | 0 | 106.037 | 9 | 0 |
| LiteEditor/simpletable.cpp | 187 | | WatchesTable | OnNewWatchUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/simpletable.cpp | 189 | | WatchesTable | OnDeleteAll(wxCommandEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 14 | 20 | 76.1471 | 4 | 304.588 | 16.9216 | 0.0150899 | 122.167 | 0 | 122.167 | 2 | 1 |
| LiteEditor/simpletable.cpp | 195 | | WatchesTable | OnDeleteAllUI(wxUpdateUIEvent &) | 1 | 9 | 7 | 0 | 2 | 2 | 0 | 27 | 52 | 247.254 | 9.2 | 2274.74 | 126.374 | 0.0576545 | 106.291 | 0 | 106.291 | 5 | 0 |
| LiteEditor/simpletable.cpp | 205 | | WatchesTable | OnDeleteWatch(wxCommandEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 2 | 1 | 27 | 49 | 232.989 | 9.69231 | 2258.21 | 125.456 | 0.0573748 | 104.893 | 0 | 104.893 | 5 | 1 |
| LiteEditor/simpletable.cpp | 216 | | WatchesTable | OnDeleteWatchUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 44 | 204.33 | 8.30769 | 1697.51 | 94.306 | 0.0474337 | 116.804 | 0 | 116.804 | 6 | 1 |
| LiteEditor/simpletable.cpp | 222 | | WatchesTable | AddExpression(const wxString &) | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 35 | 74 | 379.567 | 10.875 | 4127.79 | 229.322 | 0.0857743 | 97.8749 | 0 | 97.8749 | 9 | 8 |
| LiteEditor/simpletable.cpp | 236 | | WatchesTable | UpdateVariableObjects() | 0 | 16 | 15 | 0 | 1 | 3 | 2 | 38 | 98 | 514.297 | 11.0833 | 5700.12 | 316.674 | 0.106366 | 92.9315 | 0 | 92.9315 | 10 | 1 |
| LiteEditor/simpletable.cpp | 253 | | WatchesTable | RefreshValues(bool) | 1 | 33 | 21 | 6 | 6 | 6 | 2 | 53 | 153 | 876.372 | 21.0833 | 18476.8 | 1026.49 | 0.232968 | 77.7425 | 30.6787 | 108.421 | 16 | 6 |
| LiteEditor/simpletable.cpp | 287 | | WatchesTable | GetExpressions() | 0 | 16 | 14 | 0 | 2 | 4 | 2 | 31 | 88 | 435.969 | 14.4118 | 6283.09 | 349.06 | 0.1135 | 93.5607 | 0 | 93.5607 | 11 | 1 |
| LiteEditor/simpletable.cpp | 304 | | WatchesTable | OnMenuEditExpr(wxCommandEvent &) | 1 | 18 | 15 | 0 | 3 | 4 | 1 | 40 | 94 | 500.261 | 11.8261 | 5916.13 | 328.674 | 0.109036 | 90.9373 | 0 | 90.9373 | 12 | 1 |
| LiteEditor/simpletable.cpp | 323 | | WatchesTable | DoUpdateExpression(const wxTreeItemId &, const wxString &) | 2 | 11 | 10 | 0 | 1 | 2 | 1 | 29 | 51 | 247.757 | 9.33333 | 2312.4 | 128.467 | 0.0582891 | 103.029 | 0 | 103.029 | 4 | 2 |
| LiteEditor/simpletable.cpp | 335 | | WatchesTable | OnMenuCopyBoth(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 28 | 54 | 259.597 | 9.1 | 2362.33 | 131.241 | 0.0591252 | 110.109 | 0 | 110.109 | 7 | 1 |
| LiteEditor/simpletable.cpp | 343 | | WatchesTable | OnMenuCopyValue(wxCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 25 | 42 | 195.042 | 7.38462 | 1440.31 | 80.0172 | 0.0425124 | 111.596 | 0 | 111.596 | 4 | 1 |
| LiteEditor/simpletable.cpp | 351 | | WatchesTable | OnNewWatch_Internal(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 42 | 189.99 | 7.63636 | 1450.83 | 80.6016 | 0.0427192 | 109.569 | 0 | 109.569 | 4 | 1 |
| LiteEditor/simpletable.cpp | 360 | | WatchesTable | OnCreateVariableObject(const DebuggerEventData &) | 1 | 40 | 29 | 6 | 5 | 7 | 5 | 66 | 216 | 1305.59 | 21.3953 | 27933.5 | 1551.86 | 0.306876 | 72.3232 | 28.2321 | 100.555 | 21 | 1 |
| LiteEditor/simpletable.cpp | 401 | | WatchesTable | OnListChildren(const DebuggerEventData &) | 1 | 51 | 38 | 5 | 8 | 14 | 5 | 91 | 346 | 2251.7 | 29.5556 | 66550.2 | 3697.23 | 0.547408 | 63.9433 | 23.3136 | 87.2569 | 37 | 1 |
| LiteEditor/simpletable.cpp | 453 | | WatchesTable | OnItemExpanding(wxTreeEvent &) [override] | 1 | 27 | 22 | 2 | 3 | 6 | 3 | 53 | 159 | 910.739 | 17.5758 | 16006.9 | 889.274 | 0.211715 | 80.7933 | 20.4627 | 101.256 | 17 | 0 |
| LiteEditor/simpletable.cpp | 481 | | WatchesTable | OnMenuEditExprUI(wxUpdateUIEvent &) | 1 | 6 | 5 | 1 | 0 | 2 | 0 | 25 | 44 | 204.33 | 8.30769 | 1697.51 | 94.306 | 0.0474337 | 113.851 | 29.5564 | 143.407 | 6 | 1 |
| LiteEditor/simpletable.cpp | 488 | | WatchesTable | OnListEditLabelBegin(wxTreeEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 2 | 24 | 60 | 275.098 | 9 | 2475.88 | 137.549 | 0.061005 | 103.799 | 0 | 103.799 | 8 | 0 |
| LiteEditor/simpletable.cpp | 499 | | WatchesTable | OnListEditLabelEnd(wxTreeEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 2 | 1 | 20 | 46 | 198.809 | 7.5 | 1491.07 | 82.837 | 0.0435054 | 111.496 | 0 | 111.496 | 6 | 0 |
| LiteEditor/simpletable.cpp | 507 | | WatchesTable | OnMenuDisplayFormat(wxCommandEvent &) | 1 | 35 | 31 | 0 | 4 | 10 | 2 | 64 | 228 | 1368 | 20.4286 | 27946.3 | 1552.57 | 0.306969 | 73.5536 | 0 | 73.5536 | 21 | 5 |
| LiteEditor/simpletable.cpp | 543 | | WatchesTable | OnUpdateVariableObject(const DebuggerEventData &) | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 31 | 62 | 307.16 | 9.88235 | 3035.47 | 168.637 | 0.0698815 | 101.682 | 0 | 101.682 | 5 | 1 |
| LiteEditor/simpletable.cpp | 555 | | WatchesTable | OnTypeResolved(const DebuggerEventData &) | 1 | 25 | 17 | 4 | 4 | 4 | 1 | 50 | 128 | 722.414 | 14.6667 | 10595.4 | 588.633 | 0.160802 | 83.7047 | 29.0386 | 112.743 | 12 | 2 |
| LiteEditor/simpletable.cpp | 581 | | WatchesTable | OnRefresh(wxCommandEvent &) [override] | 1 | 30 | 24 | 3 | 3 | 7 | 2 | 64 | 186 | 1116 | 19.0732 | 21285.7 | 1182.54 | 0.256018 | 77.7996 | 23.5268 | 101.326 | 20 | 0 |
| LiteEditor/simpletable.cpp | 612 | | WatchesTable | OnRefreshUI(wxUpdateUIEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 25 | 42 | 195.042 | 7.38462 | 1440.31 | 80.0172 | 0.0425124 | 117.046 | 0 | 117.046 | 5 | 0 |
| LiteEditor/simpletable.cpp | 618 | | WatchesTable | [virtual] OnTypeResolveError(clCommandEvent &) | 1 | 19 | 15 | 4 | 0 | 4 | 2 | 42 | 116 | 625.509 | 17.7609 | 11109.6 | 617.199 | 0.165963 | 88.8995 | 32.6227 | 121.522 | 8 | 2 |
| LiteEditor/simpletablebase.cpp | 43 | | DebuggerTreeListCtrlBase | DebuggerTreeListCtrlBase(wxWindow *, wxWindowID, bool, const wxPoint &, const wxSize &, long) | 6 | 25 | 23 | 0 | 2 | 2 | 1 | 64 | 266 | 1596 | 17.8333 | 28462 | 1581.22 | 0.310734 | 80.0429 | 0 | 80.0429 | 32 | 2 |
| LiteEditor/simpletablebase.cpp | 69 | | DebuggerTreeListCtrlBase | [virtual] DoGetDebugger() | 0 | 8 | 7 | 0 | 1 | 2 | 1 | 23 | 42 | 189.99 | 8.45 | 1605.41 | 89.1896 | 0.0457021 | 109.569 | 0 | 109.569 | 4 | 17 |
| LiteEditor/simpletablebase.cpp | 78 | | DebuggerTreeListCtrlBase | [virtual] DoResetItemColour(const wxTreeItemId &, size_t) | 2 | 23 | 19 | 0 | 4 | 6 | 2 | 47 | 145 | 805.415 | 17 | 13692.1 | 760.67 | 0.190776 | 84.0299 | 0 | 84.0299 | 11 | 3 |
| LiteEditor/simpletablebase.cpp | 102 | | DebuggerTreeListCtrlBase | [virtual] OnEvaluateVariableObj(const DebuggerEventData &) | 1 | 18 | 15 | 1 | 2 | 4 | 2 | 49 | 127 | 713.068 | 17.4167 | 12419.3 | 689.959 | 0.178762 | 89.0942 | 17.8544 | 106.949 | 17 | 2 |
| LiteEditor/simpletablebase.cpp | 121 | | DebuggerTreeListCtrlBase | [virtual] DoRefreshItemRecursively(IDebugger *, const wxTreeItemId &, wxArrayString &) | 3 | 26 | 23 | 0 | 3 | 6 | 3 | 53 | 160 | 916.467 | 20.3438 | 18644.4 | 1035.8 | 0.234375 | 81.3721 | 0 | 81.3721 | 13 | 3 |
| LiteEditor/simpletablebase.cpp | 148 | | DebuggerTreeListCtrlBase | [virtual] Clear() | 0 | 22 | 19 | 0 | 3 | 4 | 3 | 33 | 110 | 554.883 | 11.4286 | 6341.52 | 352.307 | 0.114202 | 87.1476 | 0 | 87.1476 | 13 | 9 |
| LiteEditor/simpletablebase.cpp | 171 | | DebuggerTreeListCtrlBase | [virtual] DoRefreshItem(IDebugger *, const wxTreeItemId &, bool) | 3 | 24 | 17 | 3 | 4 | 8 | 2 | 50 | 149 | 840.935 | 28.1667 | 23686.3 | 1315.91 | 0.274923 | 82.6561 | 26.0372 | 108.693 | 13 | 4 |
| LiteEditor/simpletablebase.cpp | 196 | | DebuggerTreeListCtrlBase | [virtual] DoGetGdbId(const wxTreeItemId &) | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 27 | 56 | 266.274 | 11.3077 | 3010.94 | 167.275 | 0.0695046 | 101.015 | 0 | 101.015 | 6 | 7 |
| LiteEditor/simpletablebase.cpp | 209 | | DebuggerTreeListCtrlBase | [virtual] DoFindItemByGdbId(const wxString &) | 1 | 15 | 13 | 0 | 2 | 4 | 2 | 35 | 87 | 446.248 | 16.5278 | 7375.48 | 409.749 | 0.126301 | 94.485 | 0 | 94.485 | 10 | 1 |
| LiteEditor/simpletablebase.cpp | 225 | | DebuggerTreeListCtrlBase | [virtual] DoDeleteWatch(const wxTreeItemId &) | 1 | 36 | 27 | 3 | 6 | 8 | 1 | 45 | 157 | 862.221 | 22 | 18968.9 | 1053.83 | 0.237086 | 75.9575 | 21.6227 | 97.5803 | 5 | 6 |
| LiteEditor/simpletablebase.cpp | 262 | | DebuggerTreeListCtrlBase | [virtual] DoFindItemByExpression(const wxString &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 31 | 76 | 376.519 | 14.5312 | 5471.29 | 303.961 | 0.1035 | 97.9168 | 0 | 97.9168 | 9 | 3 |
| LiteEditor/simpletablebase.cpp | 276 | | DebuggerTreeListCtrlBase | [virtual] ResetTableColors() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 19 | 74.2309 | 4 | 296.924 | 16.4958 | 0.0148357 | 148.373 | 0 | 148.373 | 2 | 12 |
| LiteEditor/simpletablebase.cpp | 278 | | DebuggerTreeListCtrlBase | [virtual] GetItemPath(const wxTreeItemId &) | 1 | 31 | 26 | 1 | 4 | 10 | 2 | 58 | 203 | 1189.17 | 28.0303 | 33332.8 | 1851.82 | 0.345244 | 76.2482 | 13.7333 | 89.9815 | 24 | 1 |
| LiteEditor/simpletablebase.cpp | 310 | | DebuggerTreeListCtrlBase | [virtual] OnCreateVariableObjError(const DebuggerEventData &) | 1 | 16 | 13 | 2 | 1 | 3 | 2 | 34 | 81 | 412.084 | 13.0263 | 5367.94 | 298.219 | 0.102192 | 94.0837 | 26.0372 | 120.121 | 8 | 1 |
| LiteEditor/simpletablebase.cpp | 327 | | DebuggerTreeListCtrlBase | [virtual] OnDeleteWatch(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 329 | | DebuggerTreeListCtrlBase | [virtual] OnDeleteWatchUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 19 | 76 | 5.14286 | 390.857 | 21.7143 | 0.0178193 | 148.25 | 0 | 148.25 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 331 | | DebuggerTreeListCtrlBase | OnItemExpanding(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/simpletablebase.cpp | 333 | | DebuggerTreeListCtrlBase | OnItemRightClick(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/simpletablebase.cpp | 335 | | DebuggerTreeListCtrlBase | OnListEditLabelBegin(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/simpletablebase.cpp | 337 | | DebuggerTreeListCtrlBase | OnListEditLabelEnd(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/simpletablebase.cpp | 339 | | DebuggerTreeListCtrlBase | OnListKeyDown(wxTreeEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 0 |
| LiteEditor/simpletablebase.cpp | 341 | | DebuggerTreeListCtrlBase | [virtual] OnNewWatch(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 343 | | DebuggerTreeListCtrlBase | [virtual] OnNewWatchUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 345 | | DebuggerTreeListCtrlBase | [virtual] OnRefresh(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 347 | | DebuggerTreeListCtrlBase | [virtual] OnRefreshUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 1 |
| LiteEditor/simpletablebase.cpp | 348 | | DebuggerTreeListCtrlBase | [virtual] OnSortItems(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3 | 114.161 | 6.34229 | 0.00784437 | 151.847 | 0 | 151.847 | 0 | 1 |
| LiteEditor/singleinstancethreadjob.cpp | 38 | | clSingleInstanceThread | clSingleInstanceThread() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 1 | 1 |
| LiteEditor/singleinstancethreadjob.cpp | 43 | | clSingleInstanceThread | ~clSingleInstanceThread() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| LiteEditor/singleinstancethreadjob.cpp | 45 | | clSingleInstanceThread | Entry() [override] | 0 | 40 | 34 | 2 | 4 | 6 | 3 | 75 | 233 | 1451.31 | 17.8491 | 25904.6 | 1439.14 | 0.29183 | 72.003 | 16.9762 | 88.9792 | 63 | 0 |
| LiteEditor/stack_walker.cpp | 31 | | StackWalker | StackWalker(wxTextOutputStream *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 0 | 1 |
| LiteEditor/stack_walker.cpp | 36 | | StackWalker | OnStackFrame(const wxStackFrame &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 25 | 62 | 287.919 | 9.03571 | 2601.55 | 144.531 | 0.0630523 | 115.251 | 0 | 115.251 | 16 | 0 |
| LiteEditor/stalefilesmodel.cpp | 17 | | StaleFilesModel | [static] CreateIconTextVariant(const wxString &, const wxBitmap &) | 2 | 9 | 9 | 0 | 0 | 1 | 0 | 25 | 45 | 208.974 | 9.03571 | 1888.23 | 104.901 | 0.0509231 | 107.395 | 0 | 107.395 | 7 | 0 |
| LiteEditor/stalefilesmodel.cpp | 31 | | StaleFilesModel | StaleFilesModel() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 4 | 152.156 | 8.45313 | 0.00950033 | 129.391 | 0 | 129.391 | 0 | 1 |
| LiteEditor/stalefilesmodel.cpp | 36 | | StaleFilesModel | ~StaleFilesModel() [override] | 0 | 7 | 7 | 0 | 0 | 2 | 1 | 21 | 44 | 193.262 | 10 | 1932.62 | 107.368 | 0.0517182 | 111.643 | 0 | 111.643 | 4 | 0 |
| LiteEditor/stalefilesmodel.cpp | 44 | | StaleFilesModel | GetChildren(const wxDataViewItem &, wxDataViewItemArray &) const [override] | 2 | 19 | 17 | 1 | 1 | 5 | 2 | 43 | 149 | 808.513 | 23.0435 | 18631 | 1035.05 | 0.234262 | 87.3351 | 17.3987 | 104.734 | 14 | 2 |
| LiteEditor/stalefilesmodel.cpp | 64 | | StaleFilesModel | GetColumnCount() const [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 13 | 13 | 48.1057 | 3.5 | 168.37 | 9.35389 | 0.0101638 | 128.17 | 0 | 128.17 | 0 | 0 |
| LiteEditor/stalefilesmodel.cpp | 69 | | StaleFilesModel | GetColumnType(unsigned int) const [override] | 1 | 7 | 7 | 0 | 0 | 3 | 1 | 28 | 64 | 307.671 | 9.96667 | 3066.45 | 170.358 | 0.0703563 | 108.995 | 0 | 108.995 | 9 | 0 |
| LiteEditor/stalefilesmodel.cpp | 77 | | StaleFilesModel | GetParent(const wxDataViewItem &) const [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 26 | 64 | 300.828 | 16.8 | 5053.91 | 280.773 | 0.0981666 | 100.381 | 0 | 100.381 | 5 | 0 |
| LiteEditor/stalefilesmodel.cpp | 90 | | StaleFilesModel | IsContainer(const wxDataViewItem &) const [override] | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 14.1667 | 2929.94 | 162.774 | 0.0682524 | 109.127 | 0 | 109.127 | 1 | 0 |
| LiteEditor/stalefilesmodel.cpp | 99 | | StaleFilesModel | GetValue(wxVariant &, const wxDataViewItem &, unsigned int) const [override] | 3 | 7 | 7 | 0 | 0 | 3 | 1 | 34 | 67 | 340.86 | 13.5 | 4601.61 | 255.645 | 0.0922186 | 108.463 | 0 | 108.463 | 5 | 0 |
| LiteEditor/stalefilesmodel.cpp | 106 | | StaleFilesModel | [virtual] DoAppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 18 | 15 | 0 | 3 | 2 | 1 | 43 | 108 | 586.037 | 18.2609 | 10701.5 | 594.53 | 0.161874 | 90.5744 | 0 | 90.5744 | 8 | 2 |
| LiteEditor/stalefilesmodel.cpp | 125 | | StaleFilesModel | [virtual] DoInsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, bool, wxClientData *) | 4 | 36 | 25 | 2 | 9 | 5 | 2 | 53 | 257 | 1472.08 | 31.2258 | 45966.7 | 2553.71 | 0.427735 | 73.866 | 17.8544 | 91.7204 | 36 | 1 |
| LiteEditor/stalefilesmodel.cpp | 162 | | StaleFilesModel | [virtual] AppendItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 48 | 228.235 | 11.8462 | 2703.7 | 150.206 | 0.0646921 | 113.506 | 0 | 113.506 | 3 | 1 |
| LiteEditor/stalefilesmodel.cpp | 169 | | StaleFilesModel | [virtual] AppendItems(const wxDataViewItem &, const std::vector<std::vector<wxVariant>> &) | 2 | 9 | 9 | 0 | 0 | 2 | 1 | 35 | 77 | 394.955 | 13.4737 | 5321.5 | 295.639 | 0.101602 | 103.855 | 0 | 103.855 | 7 | 0 |
| LiteEditor/stalefilesmodel.cpp | 179 | | StaleFilesModel | SetValue(const wxVariant &, const wxDataViewItem &, unsigned int) [override] | 3 | 8 | 8 | 0 | 0 | 3 | 1 | 36 | 70 | 361.895 | 15.0882 | 5460.35 | 303.353 | 0.103362 | 105.988 | 0 | 105.988 | 5 | 0 |
| LiteEditor/stalefilesmodel.cpp | 188 | | StaleFilesModel | [virtual] DeleteItem(const wxDataViewItem &) | 1 | 28 | 20 | 3 | 5 | 7 | 3 | 49 | 147 | 825.362 | 17.5862 | 14515 | 806.389 | 0.198346 | 80.486 | 24.2819 | 104.768 | 16 | 2 |
| LiteEditor/stalefilesmodel.cpp | 217 | | StaleFilesModel | [virtual] DeleteItems(const wxDataViewItem &, const wxDataViewItemArray &) | 2 | 10 | 9 | 1 | 0 | 3 | 1 | 39 | 87 | 459.83 | 16.625 | 7644.67 | 424.704 | 0.129355 | 101.128 | 23.5268 | 124.654 | 5 | 1 |
| LiteEditor/stalefilesmodel.cpp | 228 | | StaleFilesModel | [virtual] Clear() | 0 | 9 | 9 | 0 | 0 | 2 | 1 | 26 | 44 | 206.819 | 8 | 1654.55 | 91.9197 | 0.0466301 | 107.219 | 0 | 107.219 | 6 | 1 |
| LiteEditor/stalefilesmodel.cpp | 238 | | StaleFilesModel | [virtual] IsEmpty() const | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 14 | 16 | 60.9177 | 4 | 243.671 | 13.5373 | 0.0130041 | 126.943 | 0 | 126.943 | 1 | 2 |
| LiteEditor/stalefilesmodel.cpp | 243 | | StaleFilesModel | GetClientObject(const wxDataViewItem &) const | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 47 | 220.921 | 12.8 | 2827.78 | 157.099 | 0.0666566 | 108.784 | 0 | 108.784 | 2 | 1 |
| LiteEditor/stalefilesmodel.cpp | 252 | | StaleFilesModel | SetClientObject(const wxDataViewItem &, wxClientData *) | 2 | 7 | 7 | 0 | 0 | 2 | 1 | 27 | 46 | 218.725 | 12.3636 | 2704.23 | 150.235 | 0.0647006 | 111 | 0 | 111 | 2 | 0 |
| LiteEditor/stalefilesmodel.cpp | 260 | | StaleFilesModel | [virtual] UpdateItem(const wxDataViewItem &, const std::vector<wxVariant> &) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 30 | 55 | 269.879 | 12 | 3238.55 | 179.919 | 0.0729646 | 107.744 | 0 | 107.744 | 3 | 0 |
| LiteEditor/stalefilesmodel.cpp | 269 | | StaleFilesModel | [virtual] InsertItem(const wxDataViewItem &, const std::vector<wxVariant> &, wxClientData *) | 3 | 9 | 9 | 0 | 0 | 2 | 1 | 36 | 82 | 423.934 | 15.5 | 6570.97 | 365.054 | 0.116941 | 103.487 | 0 | 103.487 | 7 | 0 |
| LiteEditor/stalefilesmodel.cpp | 279 | | StaleFilesModel | GetItemColumnsData(const wxDataViewItem &) const | 1 | 11 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 6 | 0 |
| LiteEditor/stalefilesmodel.cpp | 291 | | StaleFilesModel | [virtual] HasChildren(const wxDataViewItem &) const | 1 | 11 | 10 | 0 | 1 | 3 | 1 | 30 | 64 | 314.041 | 13.5 | 4239.55 | 235.531 | 0.0873157 | 101.567 | 0 | 101.567 | 4 | 0 |
| LiteEditor/stalefilesmodel.cpp | 303 | | StaleFilesModel | [virtual] DoChangeItemType(const wxDataViewItem &, bool) | 2 | 21 | 16 | 5 | 2 | 8 | 1 | 42 | 122 | 657.863 | 22.55 | 14834.8 | 824.156 | 0.201249 | 86.096 | 34.2982 | 120.394 | 10 | 2 |
| LiteEditor/stringhighlighterjob.cpp | 30 | | StringHighlighterJob | StringHighlighterJob(const wxString &, const wxString &, int) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 34 | 141.777 | 6.4 | 907.376 | 50.4098 | 0.0312419 | 115.981 | 0 | 115.981 | 2 | 0 |
| LiteEditor/stringhighlighterjob.cpp | 37 | | StringHighlighterJob | Set(const wxString &, const wxString &, int) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 20 | 35 | 151.267 | 5.66667 | 857.182 | 47.6212 | 0.0300788 | 115.644 | 0 | 115.644 | 3 | 2 |
| LiteEditor/stringhighlighterjob.cpp | 44 | | StringHighlighterJob | [virtual] Process() | 0 | 22 | 16 | 3 | 4 | 4 | 1 | 48 | 136 | 759.555 | 16.8 | 12760.5 | 708.918 | 0.182022 | 85.5149 | 27.069 | 112.584 | 9 | 2 |
| LiteEditor/symbols_dialog.cpp | 31 | | SymbolsDialog | GetEventTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/symbols_dialog.cpp | 31 | | SymbolsDialog | GetEventHashTable() const [override] | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | -nan | -nan | -nan | -nan | -nan | -nan | 0 | -nan | 0 | 0 |
| LiteEditor/symbols_dialog.cpp | 35 | | SymbolsDialog | SymbolsDialog(wxWindow *) | 1 | 19 | 17 | 1 | 1 | 1 | 0 | 43 | 124 | 672.857 | 8.42188 | 5666.72 | 314.818 | 0.10595 | 89.2101 | 17.3987 | 106.609 | 25 | 0 |
| LiteEditor/symbols_dialog.cpp | 55 | | SymbolsDialog | AddSymbol(const TagEntryPtr &, bool) | 2 | 19 | 12 | 4 | 3 | 1 | 0 | 41 | 120 | 642.906 | 12.0714 | 7760.8 | 431.155 | 0.130662 | 89.4469 | 32.6227 | 122.07 | 22 | 1 |
| LiteEditor/symbols_dialog.cpp | 75 | | SymbolsDialog | AddSymbols(const std::vector<TagEntryPtr> &, size_t) | 2 | 19 | 18 | 0 | 1 | 3 | 1 | 50 | 149 | 840.935 | 20 | 16818.7 | 934.372 | 0.218813 | 87.5906 | 0 | 87.5906 | 15 | 0 |
| LiteEditor/symbols_dialog.cpp | 95 | | SymbolsDialog | UpdateFileAndLine(wxListEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 27 | 61 | 290.048 | 8.23529 | 2388.63 | 132.702 | 0.0595632 | 107.599 | 0 | 107.599 | 8 | 2 |
| LiteEditor/symbols_dialog.cpp | 104 | | SymbolsDialog | OnItemSelected(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 21 | 27 | 118.593 | 6.6 | 782.711 | 43.4839 | 0.0283104 | 119.863 | 0 | 119.863 | 3 | 0 |
| LiteEditor/symbols_dialog.cpp | 110 | | SymbolsDialog | OnItemActivated(wxListEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/symbols_dialog.cpp | 116 | | SymbolsDialog | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/symbols_dialog.cpp | 122 | | SymbolsDialog | OnButtonOK(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/symbols_dialog.cpp | 128 | | SymbolsDialog | OnItemDeselected(wxListEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 24 | 100.078 | 4.4 | 440.344 | 24.4636 | 0.0192933 | 117.793 | 0 | 117.793 | 3 | 1 |
| LiteEditor/symbols_dialog.cpp | 135 | | SymbolsDialog | OnCharHook(wxKeyEvent &) | 1 | 38 | 29 | 2 | 7 | 11 | 2 | 45 | 212 | 1164.27 | 42.2857 | 49232.1 | 2735.12 | 0.447759 | 72.8299 | 17.3987 | 90.2286 | 20 | 1 |
| LiteEditor/symbols_dialog_base.cpp | 47 | | SymbolsDialogBase | SymbolsDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 36 | 25 | 1 | 10 | 1 | 0 | 76 | 322 | 2011.83 | 16.3525 | 32898.4 | 1827.69 | 0.342238 | 73.1616 | 12.767 | 85.9286 | 42 | 1 |
| LiteEditor/symbols_dialog_base.cpp | 84 | | SymbolsDialogBase | ~SymbolsDialogBase() [override] | 0 | 9 | 7 | 1 | 1 | 1 | 0 | 25 | 80 | 371.508 | 10 | 3715.08 | 206.394 | 0.0799573 | 104.404 | 24.6875 | 129.091 | 16 | 0 |
| LiteEditor/syntaxhighlightbasedlg.cpp | 15 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 2 |
| LiteEditor/syntaxhighlightbasedlg.cpp | 726 | | NewThemeDialogBase | NewThemeDialogBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 85 | 63 | 2 | 20 | 5 | 1 | 119 | 715 | 4929.79 | 30.3918 | 149825 | 8323.62 | 0.940304 | 53.6632 | 11.7703 | 65.4334 | 103 | 1 |
| LiteEditor/syntaxhighlightbasedlg.cpp | 812 | | NewThemeDialogBase | ~NewThemeDialogBase() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 36 | 152.925 | 8.25 | 1261.63 | 70.0908 | 0.0389195 | 118.541 | 0 | 118.541 | 2 | 0 |
| LiteEditor/syntaxhighlightbasedlg.cpp | 26 | | SyntaxHighlightBaseDlg | SyntaxHighlightBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 658 | 504 | 10 | 144 | 10 | 1 | 339 | 4518 | 37974.4 | 75.3419 | 2.86106e+06 | 158948 | 6.71785 | 8.7426 | 9.49116 | 18.2338 | 616 | 1 |
| LiteEditor/syntaxhighlightbasedlg.cpp | 685 | | SyntaxHighlightBaseDlg | ~SyntaxHighlightBaseDlg() [override] | 0 | 40 | 40 | 0 | 0 | 1 | 0 | 78 | 456 | 2866.14 | 13.2985 | 38115.4 | 2117.52 | 0.377525 | 69.6144 | 0 | 69.6144 | 32 | 0 |
| LiteEditor/syntaxhighlightbasedlg_liteeditor_bitmaps.cpp | 79 | | | wxCrafterqEa5vvInitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 2 |
| LiteEditor/syntaxhighlightdlg.cpp | 97 | | SyntaxHighlightDlg | SyntaxHighlightDlg(wxWindow *) | 1 | 82 | 64 | 6 | 13 | 10 | 2 | 134 | 649 | 4585.89 | 27.2936 | 125165 | 6953.63 | 0.834068 | 53.4713 | 20.345 | 73.8163 | 111 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 180 | | SyntaxHighlightDlg | DoUpdatePreview(const wxColour &) | 1 | 22 | 18 | 1 | 3 | 3 | 1 | 45 | 135 | 741.4 | 11.7419 | 8705.47 | 483.637 | 0.141061 | 85.8707 | 16.2158 | 102.087 | 22 | 5 |
| LiteEditor/syntaxhighlightdlg.cpp | 203 | | SyntaxHighlightDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 8 | 6 | 1 | 1 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 113.136 | 26.0372 | 139.173 | 3 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 212 | | SyntaxHighlightDlg | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 218 | | SyntaxHighlightDlg | OnButtonApply(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 19 | 34 | 144.43 | 4.36364 | 630.238 | 35.0132 | 0.0245028 | 115.885 | 0 | 115.885 | 5 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 225 | | SyntaxHighlightDlg | Clear() | 0 | 20 | 15 | 3 | 2 | 1 | 0 | 36 | 115 | 594.541 | 7.16667 | 4260.88 | 236.716 | 0.0876082 | 89.0226 | 28.2321 | 117.255 | 18 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 246 | | SyntaxHighlightDlg | LoadLexer(const wxString &) | 1 | 16 | 14 | 0 | 2 | 3 | 1 | 37 | 76 | 395.918 | 10.2857 | 4072.3 | 226.239 | 0.0850039 | 94.2918 | 0 | 94.2918 | 10 | 6 |
| LiteEditor/syntaxhighlightdlg.cpp | 263 | | SyntaxHighlightDlg | OnThemeChanged(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 23 | 35 | 158.325 | 6.41667 | 1015.92 | 56.4398 | 0.0336861 | 112.91 | 0 | 112.91 | 3 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 271 | | SyntaxHighlightDlg | SaveChanges() | 0 | 43 | 25 | 10 | 8 | 4 | 2 | 64 | 222 | 1332 | 10.78 | 14359 | 797.72 | 0.196922 | 71.7375 | 33.9752 | 105.713 | 46 | 4 |
| LiteEditor/syntaxhighlightdlg.cpp | 315 | | SyntaxHighlightDlg | ~SyntaxHighlightDlg() [override] | 0 | 8 | 7 | 1 | 0 | 2 | 1 | 22 | 40 | 178.377 | 7.8 | 1391.34 | 77.2968 | 0.0415433 | 109.897 | 26.0372 | 135.934 | 5 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 324 | | SyntaxHighlightDlg | OnColourChanged(wxColourPickerEvent &) [override] | 1 | 23 | 18 | 1 | 4 | 4 | 1 | 42 | 134 | 722.571 | 14.4444 | 10437.1 | 579.841 | 0.159196 | 85.0544 | 15.872 | 100.926 | 14 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 347 | | SyntaxHighlightDlg | EditKeyWords(int) | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 31 | 62 | 307.16 | 9.88235 | 3035.47 | 168.637 | 0.0698815 | 101.912 | 0 | 101.912 | 9 | 5 |
| LiteEditor/syntaxhighlightdlg.cpp | 359 | | SyntaxHighlightDlg | OnEditKeyWordsButton0(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 365 | | SyntaxHighlightDlg | OnEditKeyWordsButton1(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 370 | | SyntaxHighlightDlg | OnEditKeyWordsButton2(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 375 | | SyntaxHighlightDlg | OnEditKeyWordsButton3(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 380 | | SyntaxHighlightDlg | OnEditKeyWordsButton4(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 15 | 21 | 82.0447 | 3.9375 | 323.051 | 17.9473 | 0.0156937 | 121.779 | 0 | 121.779 | 2 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 386 | | SyntaxHighlightDlg | OnEolFilled(wxCommandEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 31 | 66 | 326.977 | 9.02778 | 2951.88 | 163.993 | 0.0685926 | 103.131 | 0 | 103.131 | 9 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 397 | | SyntaxHighlightDlg | OnFontChanged(wxFontPickerEvent &) [override] | 1 | 23 | 19 | 2 | 2 | 4 | 2 | 48 | 131 | 731.63 | 15 | 10974.5 | 609.692 | 0.164614 | 84.9896 | 22.0554 | 107.045 | 14 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 421 | | SyntaxHighlightDlg | OnItemSelected(wxCommandEvent &) [override] | 1 | 27 | 21 | 2 | 4 | 3 | 2 | 54 | 154 | 886.253 | 10.85 | 9615.84 | 534.213 | 0.150731 | 81.625 | 20.4627 | 102.088 | 23 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 449 | | SyntaxHighlightDlg | OnSelTextChanged(wxColourPickerEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 1 | 1 | 28 | 55 | 264.405 | 7.125 | 1883.88 | 104.66 | 0.050845 | 104.465 | 0 | 104.465 | 8 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 460 | | SyntaxHighlightDlg | OnStyleWithinPreprocessor(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 1 | 21 | 31 | 136.162 | 6.6 | 898.668 | 49.926 | 0.0310417 | 116.192 | 0 | 116.192 | 4 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 467 | | SyntaxHighlightDlg | OnStyleWithingPreProcessorUI(wxUpdateUIEvent &) [override] | 1 | 13 | 12 | 0 | 1 | 3 | 1 | 33 | 82 | 413.64 | 12.0833 | 4998.15 | 277.675 | 0.0974433 | 97.4278 | 0 | 97.4278 | 12 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 481 | | SyntaxHighlightDlg | OnText(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 23 | 37 | 167.372 | 6.41667 | 1073.97 | 59.6649 | 0.0349575 | 112.621 | 0 | 112.621 | 5 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 489 | | SyntaxHighlightDlg | CreateLexerPage() | 0 | 66 | 52 | 3 | 11 | 9 | 2 | 99 | 402 | 2665 | 19.3846 | 51660 | 2870 | 0.462362 | 60.0402 | 16.2158 | 76.256 | 72 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 556 | | SyntaxHighlightDlg | GetSelectedStyle() | 0 | 8 | 8 | 0 | 0 | 1 | 1 | 34 | 73 | 371.385 | 10.6579 | 3958.18 | 219.899 | 0.0834083 | 106.313 | 0 | 106.313 | 8 | 7 |
| LiteEditor/syntaxhighlightdlg.cpp | 565 | | SyntaxHighlightDlg | OnLexerSelected(wxCommandEvent &) [override] | 1 | 14 | 13 | 0 | 1 | 3 | 1 | 32 | 64 | 320 | 7.86842 | 2517.89 | 139.883 | 0.0616932 | 97.562 | 0 | 97.562 | 9 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 580 | | SyntaxHighlightDlg | OnButtonApplyUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 4.57143 | 321.481 | 17.8601 | 0.0156428 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 582 | | SyntaxHighlightDlg | OnTextSelFgUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 584 | | SyntaxHighlightDlg | OnSelTextFgChanged(wxColourPickerEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 1 | 20 | 30 | 129.658 | 5.5 | 713.118 | 39.6177 | 0.0266064 | 113.949 | 0 | 113.949 | 3 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 592 | | SyntaxHighlightDlg | UpdateTextSelectionColours() | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 37 | 162.516 | 5.45455 | 886.45 | 49.2472 | 0.0307597 | 112.774 | 0 | 112.774 | 6 | 2 |
| LiteEditor/syntaxhighlightdlg.cpp | 600 | | SyntaxHighlightDlg | OnNewTheme(wxCommandEvent &) | 1 | 14 | 12 | 2 | 0 | 3 | 2 | 36 | 83 | 429.104 | 9.22727 | 3959.46 | 219.97 | 0.0834262 | 96.0364 | 27.6325 | 123.669 | 13 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 615 | | SyntaxHighlightDlg | OnImport(wxCommandEvent &) | 1 | 18 | 15 | 1 | 2 | 3 | 1 | 49 | 136 | 763.601 | 10.2 | 7788.73 | 432.707 | 0.130975 | 88.9681 | 17.8544 | 106.823 | 27 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 634 | | SyntaxHighlightDlg | OnExportSelective(wxCommandEvent &) | 1 | 16 | 15 | 1 | 0 | 3 | 1 | 45 | 109 | 598.612 | 12.75 | 7632.3 | 424.017 | 0.129216 | 92.1421 | 18.8844 | 111.026 | 15 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 651 | | SyntaxHighlightDlg | OnExportAll(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 15 | 55.5066 | 3.5 | 194.273 | 10.7929 | 0.0111812 | 149.884 | 0 | 149.884 | 1 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 653 | | SyntaxHighlightDlg | OnRestoreDefaults(wxCommandEvent &) | 1 | 20 | 14 | 4 | 2 | 2 | 1 | 43 | 87 | 472.085 | 8.57143 | 4046.44 | 224.802 | 0.0846436 | 89.9919 | 31.9355 | 121.927 | 14 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 674 | | SyntaxHighlightDlg | OnImportEclipseTheme(wxCommandEvent &) | 1 | 56 | 46 | 5 | 6 | 9 | 3 | 88 | 272 | 1756.97 | 20.7581 | 36471.2 | 2026.18 | 0.366588 | 64.8683 | 22.3277 | 87.196 | 46 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 731 | | SyntaxHighlightDlg | OnGlobalThemeSelected(wxCommandEvent &) [override] | 1 | 10 | 9 | 0 | 1 | 1 | 0 | 30 | 54 | 264.972 | 6.66667 | 1766.48 | 98.1378 | 0.04871 | 104.454 | 0 | 104.454 | 7 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 742 | | SyntaxHighlightDlg | OnGlobalFontSelected(wxFontPickerEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 34 | 149.339 | 5.45455 | 814.575 | 45.2542 | 0.0290736 | 115.711 | 0 | 115.711 | 4 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 749 | | SyntaxHighlightDlg | DoSetGlobalBgColour(const wxColour &) | 1 | 12 | 9 | 2 | 1 | 3 | 2 | 32 | 65 | 325 | 9.33333 | 3033.33 | 168.519 | 0.0698488 | 99.9786 | 29.5564 | 129.535 | 9 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 762 | | SyntaxHighlightDlg | DoExport(const wxArrayString &) | 1 | 24 | 18 | 3 | 3 | 3 | 1 | 50 | 127 | 716.77 | 10.2857 | 7372.49 | 409.583 | 0.126267 | 84.6368 | 26.0372 | 110.674 | 25 | 2 |
| LiteEditor/syntaxhighlightdlg.cpp | 787 | | SyntaxHighlightDlg | IsRestartRequired() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| LiteEditor/syntaxhighlightdlg.cpp | 789 | | SyntaxHighlightDlg | DoFontChanged(StyleProperty &, const wxFont &) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 27 | 54 | 256.764 | 6.76471 | 1736.93 | 96.4962 | 0.0481653 | 112.893 | 0 | 112.893 | 6 | 2 |
| LiteEditor/syntaxhighlightdlg.cpp | 796 | | SyntaxHighlightDlg | OnCodeLiteAppearance(wxCommandEvent &) [override] | 1 | 20 | 17 | 2 | 1 | 4 | 1 | 33 | 78 | 393.463 | 13.1765 | 5184.45 | 288.025 | 0.0998498 | 90.4792 | 23.5268 | 114.006 | 4 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 817 | | SyntaxHighlightDlg | OnLineNumberColourChanngedDark(wxColourPickerEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 32 | 73 | 365 | 9.72222 | 3548.61 | 197.145 | 0.0775505 | 102.329 | 0 | 102.329 | 13 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 828 | | SyntaxHighlightDlg | OnLineNumberColourChanngedLight(wxColourPickerEvent &) [override] | 1 | 10 | 10 | 0 | 0 | 3 | 1 | 34 | 74 | 376.472 | 11.1111 | 4183.03 | 232.39 | 0.0865378 | 102.168 | 0 | 102.168 | 13 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 839 | | SyntaxHighlightDlg | OnStyleFontBold(wxCommandEvent &) [override] | 1 | 9 | 7 | 1 | 1 | 1 | 1 | 26 | 42 | 197.418 | 6.23333 | 1230.58 | 68.3653 | 0.0382781 | 107.691 | 24.6875 | 132.379 | 5 | 0 |
| LiteEditor/syntaxhighlightdlg.cpp | 849 | | SyntaxHighlightDlg | OnStyleFontItalic(wxCommandEvent &) [override] | 1 | 9 | 7 | 1 | 1 | 1 | 1 | 26 | 42 | 197.418 | 6.23333 | 1230.58 | 68.3653 | 0.0382781 | 107.691 | 24.6875 | 132.379 | 5 | 0 |
| LiteEditor/tabgroupbasedlgs.cpp | 16 | | LoadTabGroupBaseDlg | LoadTabGroupBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 78 | 55 | 2 | 21 | 6 | 1 | 118 | 664 | 4570.07 | 31.1489 | 142353 | 7908.5 | 0.908775 | 55.2194 | 12.2766 | 67.4961 | 100 | 1 |
| LiteEditor/tabgroupbasedlgs.cpp | 95 | | LoadTabGroupBaseDlg | ~LoadTabGroupBaseDlg() [override] | 0 | 6 | 5 | 0 | 1 | 1 | 0 | 20 | 44 | 190.165 | 8 | 1521.32 | 84.5177 | 0.0440919 | 114.454 | 0 | 114.454 | 8 | 0 |
| LiteEditor/tabgroupbasedlgs.cpp | 102 | | SaveTabGroupBaseDlg | SaveTabGroupBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 106 | 73 | 2 | 31 | 7 | 1 | 137 | 956 | 6785.72 | 36.3158 | 246429 | 13690.5 | 1.31021 | 47.9649 | 10.5598 | 58.5247 | 146 | 1 |
| LiteEditor/tabgroupbasedlgs.cpp | 209 | | SaveTabGroupBaseDlg | ~SaveTabGroupBaseDlg() [override] | 0 | 8 | 7 | 0 | 1 | 1 | 0 | 23 | 80 | 361.885 | 11.5385 | 4175.6 | 231.978 | 0.0864353 | 106.448 | 0 | 106.448 | 16 | 0 |
| LiteEditor/tabgroupbasedlgs_liteeditor_bitmaps.cpp | 34 | | | wxCrafterVGyK6QInitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/tabgroupdlg.cpp | 33 | | LoadTabGroupDlg | LoadTabGroupDlg(wxWindow *, const wxString &, const wxArrayString &) | 3 | 16 | 14 | 1 | 1 | 3 | 1 | 41 | 117 | 626.834 | 15.04 | 9427.58 | 523.754 | 0.148757 | 91.9025 | 18.8844 | 110.787 | 13 | 1 |
| LiteEditor/tabgroupdlg.cpp | 50 | | LoadTabGroupDlg | InsertListItem(const wxString &) | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 32 | 70 | 350 | 14.1667 | 4958.33 | 275.463 | 0.096925 | 98.2966 | 0 | 98.2966 | 5 | 3 |
| LiteEditor/tabgroupdlg.cpp | 64 | | LoadTabGroupDlg | OnBrowse(wxCommandEvent &) [override] | 1 | 15 | 14 | 1 | 0 | 2 | 1 | 37 | 77 | 401.128 | 9.88636 | 3965.7 | 220.316 | 0.0835138 | 95.4993 | 19.4709 | 114.97 | 13 | 0 |
| LiteEditor/tabgroupdlg.cpp | 80 | | LoadTabGroupDlg | OnItemActivated(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 26 | 36 | 169.216 | 6.42857 | 1087.82 | 60.4342 | 0.0352573 | 117.785 | 0 | 117.785 | 2 | 0 |
| LiteEditor/tabgroupdlg.cpp | 88 | | SaveTabGroupDlg | SaveTabGroupDlg(wxWindow *, const wxArrayString &) | 2 | 8 | 7 | 0 | 1 | 1 | 0 | 28 | 47 | 225.946 | 6.75 | 1525.13 | 84.7296 | 0.0441656 | 108.898 | 0 | 108.898 | 7 | 1 |
| LiteEditor/tabgroupdlg.cpp | 97 | | SaveTabGroupDlg | GetChoices(wxArrayInt &) const | 1 | 13 | 12 | 0 | 1 | 3 | 2 | 33 | 68 | 343.019 | 14.3438 | 4920.18 | 273.343 | 0.0964271 | 98.4013 | 0 | 98.4013 | 3 | 1 |
| LiteEditor/tabgroupdlg.cpp | 111 | | SaveTabGroupDlg | OnCheckAll(wxCommandEvent &) [override] | 1 | 8 | 7 | 0 | 1 | 3 | 1 | 31 | 52 | 257.618 | 11.5357 | 2971.81 | 165.101 | 0.0689011 | 107.755 | 0 | 107.755 | 2 | 0 |
| LiteEditor/tabgroupdlg.cpp | 120 | | SaveTabGroupDlg | OnCheckAllUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 18 | 24 | 100.078 | 6.25 | 625.489 | 34.7494 | 0.0243795 | 146.589 | 0 | 146.589 | 2 | 0 |
| LiteEditor/tabgroupdlg.cpp | 122 | | SaveTabGroupDlg | OnClearAll(wxCommandEvent &) [override] | 1 | 8 | 7 | 0 | 1 | 3 | 1 | 31 | 52 | 257.618 | 11.5357 | 2971.81 | 165.101 | 0.0689011 | 107.755 | 0 | 107.755 | 2 | 0 |
| LiteEditor/tabgroupdlg.cpp | 131 | | SaveTabGroupDlg | OnClearAllUpdateUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 2 | 0 | 18 | 24 | 100.078 | 6.25 | 625.489 | 34.7494 | 0.0243795 | 146.589 | 0 | 146.589 | 2 | 0 |
| LiteEditor/tabgroupmanager.cpp | 41 | | TabgroupManager | ~TabgroupManager() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 22 | 50 | 222.972 | 9.6 | 2140.53 | 118.918 | 0.0553638 | 113.627 | 0 | 113.627 | 5 | 0 |
| LiteEditor/tabgroupmanager.cpp | 48 | | TabgroupManager | GetTabgroups(bool) | 1 | 8 | 8 | 2 | 0 | 3 | 1 | 23 | 41 | 185.466 | 9.75 | 1808.29 | 100.461 | 0.0494756 | 109.464 | 34.9714 | 144.436 | 2 | 1 |
| LiteEditor/tabgroupmanager.cpp | 57 | | TabgroupManager | FindTabgroup(bool, const wxString &, wxArrayString &) | 3 | 12 | 12 | 0 | 0 | 4 | 2 | 36 | 70 | 361.895 | 13.5 | 4885.58 | 271.421 | 0.0959746 | 99.1895 | 0 | 99.1895 | 4 | 1 |
| LiteEditor/tabgroupmanager.cpp | 70 | | TabgroupManager | GetTabgroupDirectory() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 11 | 38.0537 | 3.5 | 133.188 | 7.39934 | 0.00869339 | 151.847 | 0 | 151.847 | 1 | 2 |
| LiteEditor/tabgroupmanager.cpp | 72 | | TabgroupManager | LoadKnownTabgroups(bool) | 1 | 11 | 9 | 2 | 1 | 3 | 1 | 41 | 83 | 444.677 | 10.88 | 4838.08 | 268.782 | 0.0953515 | 99.7579 | 30.6787 | 130.437 | 10 | 1 |
| LiteEditor/tabgroupmanager.cpp | 84 | | TabgroupManager | LoadTabgroupData(bool, const wxString &) | 2 | 22 | 19 | 3 | 1 | 5 | 2 | 61 | 158 | 937.056 | 15.8537 | 14855.8 | 825.321 | 0.201438 | 84.1928 | 27.069 | 111.262 | 15 | 2 |
| LiteEditor/tabgroupmanager.cpp | 107 | | TabgroupManager | DoAddItemToTabgroup(wxXmlDocument &, wxXmlNode *, const wxString &, const wxString &) | 4 | 21 | 18 | 2 | 2 | 4 | 1 | 41 | 112 | 600.046 | 15.6522 | 9392.02 | 521.779 | 0.148383 | 87.4943 | 23.0043 | 110.499 | 7 | 1 |
| LiteEditor/tabgroupmanager.cpp | 129 | | TabgroupManager | FindTabgroupItem(wxXmlDocument &, const wxString &, const wxString &) | 3 | 17 | 15 | 2 | 0 | 5 | 3 | 41 | 114 | 610.761 | 15.5833 | 9517.69 | 528.761 | 0.149704 | 90.5955 | 25.3357 | 115.931 | 11 | 3 |
| LiteEditor/tabgroupmanager.cpp | 147 | | TabgroupManager | DoDeleteTabgroupItem(wxXmlDocument &, const wxString &, const wxString &) | 3 | 19 | 18 | 0 | 1 | 5 | 3 | 43 | 128 | 694.562 | 16.3462 | 11353.4 | 630.745 | 0.168382 | 88.125 | 0 | 88.125 | 13 | 1 |
| LiteEditor/tabgroupmanager.cpp | 167 | | TabgroupManager | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 17 | 12 | 3 | 2 | 2 | 1 | 37 | 88 | 458.432 | 9.43478 | 4325.21 | 240.289 | 0.0884878 | 92.7773 | 30.2908 | 123.068 | 15 | 2 |
| LiteEditor/tabgroupmanager.cpp | 185 | | TabgroupManager | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 18 | 29 | 120.928 | 4.4 | 532.082 | 29.5601 | 0.0218876 | 116.808 | 0 | 116.808 | 3 | 2 |
| LiteEditor/tabgroupmanager.cpp | 192 | | TabgroupManager | TabgroupManager() | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 43 | 179.307 | 8.75 | 1568.93 | 87.163 | 0.0450072 | 117.714 | 0 | 117.714 | 4 | 2 |
| LiteEditor/tabgroupspane.cpp | 153 | | | sortfunction(const spTabGrp &, const spTabGrp &) | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 19 | 29 | 123.19 | 7.77778 | 958.144 | 53.2302 | 0.0323966 | 145.739 | 0 | 145.739 | 1 | 1 |
| LiteEditor/tabgroupspane.cpp | 56 | | MyDropTarget | MyDropTarget(TabgroupsPane *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 10 | 13 | 43.1851 | 3.75 | 161.944 | 8.99689 | 0.0099035 | 128.731 | 0 | 128.731 | 0 | 1 |
| LiteEditor/tabgroupspane.cpp | 60 | | MyDropTarget | OnDropText(wxCoord, wxCoord, const wxString &) [override] | 3 | 8 | 8 | 0 | 0 | 2 | 1 | 31 | 54 | 267.527 | 7.57895 | 2027.57 | 112.643 | 0.0533985 | 107.789 | 0 | 107.789 | 5 | 0 |
| LiteEditor/tabgroupspane.cpp | 70 | | TabgroupsPane | TabgroupsPane(wxWindow *, const wxString &) | 2 | 47 | 34 | 6 | 7 | 1 | 0 | 95 | 405 | 2660.79 | 18.5844 | 49449.3 | 2747.18 | 0.449075 | 67.3884 | 26.2842 | 93.6726 | 66 | 1 |
| LiteEditor/tabgroupspane.cpp | 118 | | TabgroupsPane | ~TabgroupsPane() [override] | 0 | 28 | 24 | 2 | 2 | 1 | 0 | 51 | 255 | 1446.47 | 14.9231 | 21585.8 | 1199.21 | 0.258419 | 78.9485 | 20.1155 | 99.064 | 49 | 0 |
| LiteEditor/tabgroupspane.cpp | 147 | | TabgroupsPane | OnInitDone(wxCommandEvent &) | 1 | 5 | 5 | 1 | 0 | 1 | 0 | 16 | 22 | 88 | 5.14286 | 452.571 | 25.1429 | 0.0196488 | 121.415 | 31.9355 | 153.35 | 2 | 2 |
| LiteEditor/tabgroupspane.cpp | 155 | | TabgroupsPane | DisplayTabgroups(bool) | 1 | 10 | 10 | 1 | 0 | 2 | 1 | 39 | 86 | 454.545 | 8.5 | 3863.63 | 214.646 | 0.0820746 | 101.418 | 23.5268 | 124.945 | 11 | 2 |
| LiteEditor/tabgroupspane.cpp | 166 | | TabgroupsPane | AddTreeItem(bool, const wxString &, const wxArrayString &, const wxTreeItemId) | 4 | 28 | 21 | 6 | 2 | 3 | 1 | 63 | 223 | 1332.93 | 18.6 | 24792.6 | 1377.36 | 0.283417 | 78.9136 | 32.8615 | 111.775 | 28 | 2 |
| LiteEditor/tabgroupspane.cpp | 195 | | TabgroupsPane | OnItemActivated(wxTreeEvent &) | 1 | 69 | 59 | 5 | 6 | 12 | 3 | 98 | 455 | 3009.69 | 24.0733 | 72453.3 | 4025.19 | 0.579319 | 57.9976 | 20.2523 | 78.2499 | 62 | 2 |
| LiteEditor/tabgroupspane.cpp | 265 | | TabgroupsPane | OnItemRtClick(wxTreeEvent &) | 1 | 30 | 29 | 1 | 1 | 6 | 2 | 53 | 195 | 1116.94 | 16.2917 | 18196.9 | 1010.94 | 0.230609 | 78.0252 | 13.9543 | 91.9795 | 31 | 2 |
| LiteEditor/tabgroupspane.cpp | 296 | | TabgroupsPane | OnContextMenu(wxCommandEvent &) | 1 | 26 | 26 | 0 | 0 | 8 | 1 | 33 | 86 | 433.818 | 7.73684 | 3356.38 | 186.466 | 0.0747239 | 84.8012 | 0 | 84.8012 | 8 | 2 |
| LiteEditor/tabgroupspane.cpp | 323 | | TabgroupsPane | OnDelete(wxCommandEvent &) | 1 | 15 | 15 | 1 | 0 | 4 | 2 | 34 | 80 | 406.997 | 10.6667 | 4341.3 | 241.183 | 0.0887072 | 94.9638 | 19.4709 | 114.435 | 6 | 2 |
| LiteEditor/tabgroupspane.cpp | 339 | | TabgroupsPane | OnBeginLabelEdit(wxTreeEvent &) | 1 | 13 | 11 | 1 | 1 | 4 | 2 | 32 | 68 | 340 | 11.5 | 3910 | 217.222 | 0.08273 | 98.2173 | 20.8285 | 119.046 | 5 | 2 |
| LiteEditor/tabgroupspane.cpp | 353 | | TabgroupsPane | OnEndLabelEdit(wxTreeEvent &) | 1 | 35 | 30 | 3 | 3 | 8 | 2 | 61 | 210 | 1245.45 | 17.325 | 21577.5 | 1198.75 | 0.258353 | 74.5016 | 21.9083 | 96.4099 | 30 | 2 |
| LiteEditor/tabgroupspane.cpp | 389 | | TabgroupsPane | OnBeginDrag(wxTreeEvent &) | 1 | 12 | 11 | 2 | 0 | 4 | 2 | 31 | 69 | 341.84 | 10.2941 | 3518.94 | 195.496 | 0.0771175 | 99.4859 | 29.5564 | 129.042 | 6 | 2 |
| LiteEditor/tabgroupspane.cpp | 402 | | TabgroupsPane | OnEndDrag(wxTreeEvent &) | 1 | 33 | 27 | 4 | 5 | 5 | 1 | 40 | 111 | 590.734 | 12 | 7088.81 | 393.823 | 0.123006 | 80.0235 | 25.6793 | 105.703 | 14 | 2 |
| LiteEditor/tabgroupspane.cpp | 436 | | TabgroupsPane | AddTabgroupItem() | 0 | 27 | 23 | 0 | 4 | 6 | 2 | 48 | 133 | 742.8 | 11.2419 | 8350.51 | 463.917 | 0.1372 | 81.8532 | 0 | 81.8532 | 18 | 1 |
| LiteEditor/tabgroupspane.cpp | 464 | | TabgroupsPane | PasteTabgroupItem(wxTreeItemId) | 1 | 89 | 72 | 13 | 9 | 17 | 3 | 86 | 479 | 3078.18 | 27.3281 | 84120.9 | 4673.38 | 0.639953 | 52.6072 | 27.9045 | 80.5117 | 54 | 7 |
| LiteEditor/tabgroupspane.cpp | 554 | | TabgroupsPane | DeleteTabgroup() | 0 | 37 | 31 | 1 | 5 | 6 | 2 | 69 | 243 | 1484.37 | 15.3529 | 22789.5 | 1266.08 | 0.267938 | 73.1488 | 12.5971 | 85.7459 | 36 | 2 |
| LiteEditor/tabgroupspane.cpp | 592 | | TabgroupsPane | DuplicateTabgroup() | 0 | 47 | 40 | 2 | 6 | 9 | 1 | 76 | 333 | 2080.56 | 18.6667 | 38837.1 | 2157.62 | 0.382276 | 66.8276 | 15.7081 | 82.5357 | 48 | 1 |
| LiteEditor/tabgroupspane.cpp | 640 | | TabgroupsPane | AddNewTabgroupToTree(bool, const wxString &, wxTreeItemId) | 3 | 14 | 11 | 3 | 1 | 2 | 1 | 29 | 70 | 340.059 | 11.375 | 3868.17 | 214.898 | 0.0821389 | 97.4759 | 32.8615 | 130.337 | 8 | 2 |
| LiteEditor/tabgroupspane.cpp | 655 | | TabgroupsPane | CopyTabgroupItem(wxTreeItemId) | 1 | 40 | 34 | 5 | 5 | 6 | 1 | 58 | 226 | 1323.9 | 17.775 | 23532.4 | 1307.35 | 0.27373 | 72.4808 | 26.0372 | 98.518 | 25 | 6 |
| LiteEditor/tabgroupspane.cpp | 696 | | TabgroupsPane | DeleteTabgroupItem(bool, wxTreeItemId) | 2 | 55 | 50 | 7 | 3 | 11 | 3 | 77 | 353 | 2212.18 | 20.7018 | 45795.9 | 2544.22 | 0.426674 | 63.5022 | 26.2485 | 89.7507 | 45 | 9 |
| LiteEditor/tabgroupspane.cpp | 752 | | TabgroupsPane | DoGetIconIndex(const wxString &) | 1 | 8 | 8 | 0 | 0 | 2 | 1 | 25 | 56 | 260.056 | 9.69231 | 2520.54 | 140.03 | 0.0617364 | 107.936 | 0 | 107.936 | 6 | 2 |
| LiteEditor/tabgroupspane.cpp | 761 | | TabgroupsPane | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 19 | 27 | 114.694 | 5.55556 | 637.189 | 35.3994 | 0.0246826 | 120.037 | 0 | 120.037 | 3 | 2 |
| LiteEditor/tabgroupspane.cpp | 767 | | TabgroupsPane | FileDropped(const wxString &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4 | 258.9 | 14.3833 | 0.0135405 | 123.012 | 31.9355 | 154.948 | 1 | 1 |
| LiteEditor/tabgroupspane.cpp | 773 | | TabgroupsPane | AddFile(const wxString &) | 1 | 26 | 20 | 3 | 3 | 1 | 0 | 43 | 199 | 1079.83 | 16.2581 | 17555.9 | 975.327 | 0.225161 | 81.6691 | 25.1141 | 106.783 | 29 | 2 |
| LiteEditor/tabgroupspane.cpp | 800 | | TabgroupsPane | GetRootItemForTabgroup(bool) | 1 | 19 | 16 | 2 | 1 | 5 | 2 | 50 | 139 | 784.496 | 16.8548 | 13222.6 | 734.586 | 0.18639 | 87.4919 | 24.0864 | 111.578 | 20 | 4 |
| LiteEditor/tags_options_base_dlg.cpp | 16 | | TagsOptionsBaseDlg | TagsOptionsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 144 | 104 | 2 | 38 | 6 | 1 | 150 | 1224 | 8848.07 | 43.7143 | 386787 | 21488.2 | 1.76954 | 41.8517 | 9.07808 | 50.9297 | 177 | 1 |
| LiteEditor/tags_options_base_dlg.cpp | 161 | | TagsOptionsBaseDlg | ~TagsOptionsBaseDlg() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 22 | 64 | 285.404 | 11 | 3139.44 | 174.413 | 0.0714683 | 109.846 | 0 | 109.846 | 4 | 0 |
| LiteEditor/tags_options_base_dlg_formbuilder_bitmaps.cpp | 34 | | | wxC6B32InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 1 |
| LiteEditor/tags_options_dlg.cpp | 35 | | CodeCompletionSettingsDialog | CodeCompletionSettingsDialog(wxWindow *, const TagsOptionsData &) | 2 | 30 | 19 | 7 | 4 | 2 | 0 | 57 | 170 | 991.591 | 12.75 | 12642.8 | 702.377 | 0.180901 | 79.5642 | 34.0208 | 113.585 | 28 | 1 |
| LiteEditor/tags_options_dlg.cpp | 66 | | CodeCompletionSettingsDialog | OnButtonOk(wxCommandEvent &) [override] | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 16 | 25 | 100 | 3.88889 | 388.889 | 21.6049 | 0.0177594 | 117.797 | 0 | 117.797 | 3 | 0 |
| LiteEditor/tags_options_dlg.cpp | 73 | | CodeCompletionSettingsDialog | CopyData() | 0 | 22 | 10 | 10 | 2 | 1 | 0 | 37 | 100 | 520.945 | 6.66667 | 3472.97 | 192.943 | 0.0764445 | 88.1658 | 43.2328 | 131.399 | 17 | 1 |
| LiteEditor/tags_options_dlg.cpp | 96 | | CodeCompletionSettingsDialog | SetFlag(CodeCompletionOpts, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 51 | 230.702 | 11.7 | 2699.21 | 149.956 | 0.0646204 | 108.559 | 0 | 108.559 | 4 | 4 |
| LiteEditor/tags_options_dlg.cpp | 105 | | CodeCompletionSettingsDialog | SetColouringFlag(CodeCompletionColourOpts, bool) | 2 | 8 | 8 | 0 | 0 | 2 | 1 | 23 | 51 | 230.702 | 11.7 | 2699.21 | 149.956 | 0.0646204 | 108.559 | 0 | 108.559 | 4 | 0 |
| LiteEditor/tags_options_dlg.cpp | 114 | | CodeCompletionSettingsDialog | OnAutoShowWordAssitUI(wxUpdateUIEvent &) [override] | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 15 | 18 | 70.324 | 5.25 | 369.201 | 20.5112 | 0.0171549 | 148.654 | 0 | 148.654 | 1 | 0 |
| LiteEditor/tags_options_dlg.cpp | 116 | | CodeCompletionSettingsDialog | OnButtonCancel(wxCommandEvent &) [override] | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 16 | 22 | 88 | 4.5 | 396 | 22 | 0.0179753 | 121.415 | 0 | 121.415 | 2 | 0 |
| LiteEditor/tags_options_dlg.cpp | 122 | | CodeCompletionSettingsDialog | DoSetEditEventsHandler(wxWindow *) | 1 | 15 | 12 | 2 | 1 | 3 | 1 | 35 | 92 | 471.894 | 12.6316 | 5960.77 | 331.154 | 0.109584 | 94.4245 | 26.7997 | 121.224 | 11 | 2 |
| LiteEditor/tags_parser_search_path_dlg.cpp | 29 | | TagsParserSearchPathsDlg | TagsParserSearchPathsDlg(wxWindow *, const wxArrayString &, const wxArrayString &) | 3 | 18 | 16 | 0 | 2 | 3 | 1 | 38 | 111 | 582.52 | 17.8095 | 10374.4 | 576.356 | 0.158558 | 90.3757 | 0 | 90.3757 | 10 | 0 |
| LiteEditor/tags_parser_search_path_dlg.cpp | 48 | | TagsParserSearchPathsDlg | GetSearchPaths() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 59 | 283.634 | 11.5 | 3261.79 | 181.211 | 0.0733133 | 103.64 | 0 | 103.64 | 6 | 0 |
| LiteEditor/tags_parser_search_path_dlg.cpp | 59 | | TagsParserSearchPathsDlg | GetExcludePath() const | 0 | 10 | 10 | 0 | 0 | 3 | 2 | 28 | 59 | 283.634 | 11.5 | 3261.79 | 181.211 | 0.0733133 | 103.64 | 0 | 103.64 | 6 | 0 |
| LiteEditor/tagsparsersearchpathsbasedlg.cpp | 37 | | TagsParserSearchPathsBaseDlg | TagsParserSearchPathsBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 45 | 32 | 0 | 13 | 1 | 0 | 78 | 377 | 2369.6 | 20.3871 | 48309.2 | 2683.84 | 0.442146 | 68.6956 | 0 | 68.6956 | 42 | 1 |
| LiteEditor/tagsparsersearchpathsbasedlg.cpp | 83 | | TagsParserSearchPathsBaseDlg | ~TagsParserSearchPathsBaseDlg() [override] | 0 | 3 | 3 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 136.792 | 0 | 136.792 | 0 | 0 |
| LiteEditor/threadlistpanel.cpp | 37 | | ThreadListClientData | ThreadListClientData(const ThreadEntry &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 13 | 46.6045 | 4.2 | 195.739 | 10.8744 | 0.0112373 | 150.793 | 0 | 150.793 | 1 | 1 |
| LiteEditor/threadlistpanel.cpp | 39 | | ThreadListClientData | ~ThreadListClientData() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 7 | 19.6515 | 2 | 39.303 | 2.1835 | 0.00385327 | 155.284 | 0 | 155.284 | 0 | 0 |
| LiteEditor/threadlistpanel.cpp | 40 | | ThreadListClientData | GetThreadEntry() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| LiteEditor/threadlistpanel.cpp | 41 | | ThreadListClientData | GetThreadEntry() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3.5 | 116.267 | 6.4593 | 0.00794056 | 152.554 | 0 | 152.554 | 0 | 3 |
| LiteEditor/threadlistpanel.cpp | 44 | | ThreadListPanel | ThreadListPanel(wxWindow *) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 11 | 15 | 51.8915 | 5.25 | 272.43 | 15.135 | 0.0140082 | 127.776 | 0 | 127.776 | 1 | 2 |
| LiteEditor/threadlistpanel.cpp | 49 | | ThreadListPanel | OnItemActivated(wxDataViewEvent &) [override] | 1 | 12 | 11 | 0 | 1 | 3 | 1 | 35 | 74 | 379.567 | 10.125 | 3843.12 | 213.506 | 0.0817839 | 99.1716 | 0 | 99.1716 | 7 | 0 |
| LiteEditor/threadlistpanel.cpp | 62 | | ThreadListPanel | PopulateList(const ThreadEntryArray &) | 1 | 76 | 59 | 7 | 10 | 13 | 4 | 88 | 475 | 3068.23 | 51.7143 | 158671 | 8815.07 | 0.976962 | 56.1021 | 22.6516 | 78.7536 | 53 | 1 |
| LiteEditor/threadlistpanel.cpp | 139 | | ThreadListPanel | Clear() | 0 | 8 | 8 | 0 | 0 | 2 | 1 | 26 | 57 | 267.925 | 10.5 | 2813.21 | 156.29 | 0.0664274 | 107.781 | 0 | 107.781 | 5 | 2 |
| LiteEditor/threadlistpanel.cpp | 148 | | ThreadListPanel | IsTheSame(const ThreadEntryArray &, const ThreadEntryArray &) | 2 | 15 | 14 | 0 | 1 | 6 | 2 | 37 | 120 | 625.134 | 23.2222 | 14517 | 806.501 | 0.198364 | 92.2722 | 0 | 92.2722 | 8 | 1 |
| LiteEditor/tiptree.cpp | 31 | | TipTree | TipTree(wxWindow *, wxWindowID, long) | 3 | 5 | 5 | 0 | 0 | 1 | 0 | 23 | 39 | 176.419 | 5.78571 | 1020.71 | 56.7061 | 0.033792 | 117.798 | 0 | 117.798 | 3 | 0 |
| LiteEditor/tiptree.cpp | 37 | | TipTree | ~TipTree() [override] | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 129.391 | 0 | 129.391 | 1 | 0 |
| LiteEditor/tiptree.cpp | 42 | | TipTree | BuildTree(TreeNode<wxString, NodeData> *) | 1 | 54 | 42 | 10 | 6 | 9 | 2 | 69 | 266 | 1624.87 | 31.4146 | 51044.6 | 2835.81 | 0.458682 | 65.8639 | 30.9185 | 96.7824 | 36 | 0 |
| LiteEditor/tiptree.cpp | 97 | | TipTree | SortTree(std::map<void *, bool> &) | 1 | 12 | 11 | 1 | 0 | 4 | 3 | 34 | 61 | 310.335 | 12.375 | 3840.4 | 213.355 | 0.0817453 | 99.9887 | 21.6227 | 121.611 | 6 | 1 |
| LiteEditor/webupdatethread.cpp | 54 | | CodeLiteVersion | CodeLiteVersion(const JSONItem &) | 1 | 14 | 14 | 1 | 0 | 2 | 1 | 33 | 115 | 580.105 | 12 | 6961.26 | 386.737 | 0.121526 | 94.6986 | 20.1155 | 114.814 | 27 | 1 |
| LiteEditor/webupdatethread.cpp | 69 | | CodeLiteVersion | Print() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 16 | 28 | 112 | 3.6 | 403.2 | 22.4 | 0.0181925 | 146.234 | 0 | 146.234 | 14 | 1 |
| LiteEditor/webupdatethread.cpp | 74 | | CodeLiteVersion | IsNewer(const wxString &, const wxString &, const wxString &) const | 3 | 15 | 14 | 0 | 1 | 5 | 2 | 39 | 97 | 512.684 | 13.5652 | 6954.67 | 386.371 | 0.12145 | 93.5334 | 0 | 93.5334 | 17 | 1 |
| LiteEditor/webupdatethread.cpp | 90 | | CodeLiteVersion | IsReleaseVersion() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 10 | 10 | 33.2193 | 3 | 99.6578 | 5.53655 | 0.00716506 | 152.554 | 0 | 152.554 | 0 | 1 |
| LiteEditor/webupdatethread.cpp | 91 | | CodeLiteVersion | GetArch() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| LiteEditor/webupdatethread.cpp | 92 | | CodeLiteVersion | GetCodename() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| LiteEditor/webupdatethread.cpp | 93 | | CodeLiteVersion | GetOs() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 0 |
| LiteEditor/webupdatethread.cpp | 94 | | CodeLiteVersion | GetUrl() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 11 | 12 | 41.5132 | 4.375 | 181.62 | 10.09 | 0.0106903 | 151.395 | 0 | 151.395 | 0 | 1 |
| LiteEditor/webupdatethread.cpp | 97 | | WebUpdateJob | WebUpdateJob(wxEvtHandler *, bool, bool) | 3 | 6 | 6 | 0 | 0 | 1 | 0 | 17 | 31 | 126.711 | 6.22222 | 788.426 | 43.8015 | 0.0284481 | 116.566 | 0 | 116.566 | 0 | 2 |
| LiteEditor/webupdatethread.cpp | 104 | | WebUpdateJob | ~WebUpdateJob() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 9 | 12 | 38.0391 | 5.25 | 199.705 | 11.0947 | 0.0113886 | 151.849 | 0 | 151.849 | 1 | 0 |
| LiteEditor/webupdatethread.cpp | 106 | | WebUpdateJob | ParseFile() | 0 | 36 | 29 | 3 | 4 | 5 | 2 | 71 | 213 | 1309.9 | 18.8571 | 24700.9 | 1372.27 | 0.282718 | 74.4729 | 21.6227 | 96.0957 | 56 | 1 |
| LiteEditor/webupdatethread.cpp | 143 | | WebUpdateJob | GetPlatformDetails(wxString &, wxString &, wxString &) const | 3 | 40 | 38 | 1 | 1 | 8 | 1 | 51 | 199 | 1128.81 | 13.1711 | 14867.7 | 825.981 | 0.201546 | 72.8498 | 12.1253 | 84.9751 | 26 | 1 |
| LiteEditor/webupdatethread.cpp | 184 | | WebUpdateJob | OnConnected(clCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 1 | 0 | 23 | 44 | 199.037 | 6.42857 | 1279.52 | 71.0845 | 0.0392865 | 109.557 | 0 | 109.557 | 6 | 1 |
| LiteEditor/webupdatethread.cpp | 193 | | WebUpdateJob | OnConnectionLost(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 6.15385 | 1169.17 | 64.9537 | 0.0369939 | 114.459 | 0 | 114.459 | 13 | 1 |
| LiteEditor/webupdatethread.cpp | 200 | | WebUpdateJob | OnConnectionError(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 6.15385 | 1169.17 | 64.9537 | 0.0369939 | 114.459 | 0 | 114.459 | 13 | 1 |
| LiteEditor/webupdatethread.cpp | 207 | | WebUpdateJob | OnSocketError(clCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 23 | 42 | 189.99 | 6.15385 | 1169.17 | 64.9537 | 0.0369939 | 114.459 | 0 | 114.459 | 13 | 1 |
| LiteEditor/webupdatethread.cpp | 214 | | WebUpdateJob | OnSocketInput(clCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 2 | 1 | 33 | 68 | 343.019 | 10.3158 | 3538.51 | 196.584 | 0.0774032 | 101.338 | 0 | 101.338 | 8 | 1 |
| LiteEditor/webupdatethread.cpp | 226 | | WebUpdateJob | Clear() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 14 | 50.1895 | 3.5 | 175.663 | 9.75906 | 0.0104552 | 150.408 | 0 | 150.408 | 1 | 2 |
| LiteEditor/webupdatethread.cpp | 228 | | WebUpdateJob | NotifyError(const wxString &) | 1 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 32 | 140.554 | 5.625 | 790.617 | 43.9232 | 0.0285007 | 116.026 | 0 | 116.026 | 4 | 3 |
| LiteEditor/webupdatethread.cpp | 235 | | WebUpdateJob | Check() | 0 | 11 | 11 | 0 | 0 | 1 | 0 | 35 | 101 | 518.058 | 10.9318 | 5663.31 | 314.628 | 0.105907 | 99.4236 | 0 | 99.4236 | 15 | 2 |
| LiteEditor/workspacesettingsbase.cpp | 155 | | CodeCompletionBasePage | CodeCompletionBasePage(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 153 | 109 | 16 | 28 | 3 | 1 | 127 | 1123 | 7848.29 | 47.1429 | 369991 | 20555.1 | 1.71793 | 42.183 | 24.0142 | 66.1973 | 158 | 1 |
| LiteEditor/workspacesettingsbase.cpp | 309 | | CodeCompletionBasePage | ~CodeCompletionBasePage() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 44 | 183.477 | 10 | 1834.77 | 101.932 | 0.0499573 | 112.143 | 0 | 112.143 | 8 | 0 |
| LiteEditor/workspacesettingsbase.cpp | 14 | | WorkspaceSettingsBase | WorkspaceSettingsBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 132 | 98 | 9 | 25 | 8 | 1 | 141 | 963 | 6875.39 | 39.4397 | 271163 | 15064.6 | 1.39647 | 44.113 | 19.6789 | 63.7918 | 137 | 1 |
| LiteEditor/workspacesettingsbase.cpp | 147 | | WorkspaceSettingsBase | ~WorkspaceSettingsBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 20 | 44 | 190.165 | 8 | 1521.32 | 84.5177 | 0.0440919 | 111.957 | 0 | 111.957 | 8 | 0 |
| LiteEditor/workspacesettingsbase_liteeditor_bitmaps.cpp | 34 | | | wxC3C39InitBitmapResources() | 0 | 16 | 13 | 1 | 2 | 2 | 2 | 40 | 97 | 516.227 | 11.1 | 5730.12 | 318.34 | 0.106739 | 93.142 | 18.8844 | 112.026 | 17 | 2 |
| LiteEditor/workspacesettingsdlg.cpp | 38 | | WorkspaceSettingsDlg | WorkspaceSettingsDlg(wxWindow *, LocalWorkspace *) | 2 | 51 | 39 | 1 | 11 | 5 | 1 | 82 | 290 | 1843.69 | 18.0645 | 33305.4 | 1850.3 | 0.345055 | 67.0529 | 10.7617 | 77.8146 | 46 | 1 |
| LiteEditor/workspacesettingsdlg.cpp | 90 | | WorkspaceSettingsDlg | GetIncludePaths() const | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 13 | 16 | 59.207 | 4.8 | 284.194 | 15.7885 | 0.0144086 | 149.549 | 0 | 149.549 | 1 | 0 |
| LiteEditor/workspacesettingsdlg.cpp | 92 | | WorkspaceSettingsDlg | OnButtonOK(wxCommandEvent &) [override] | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 26 | 49 | 230.322 | 4.76471 | 1097.41 | 60.9675 | 0.0354644 | 110.961 | 0 | 110.961 | 7 | 0 |
| LiteEditor/workspacetab.cpp | 54 | | | SortPinnedProjects(clRowEntry *, clRowEntry *) | 2 | 6 | 6 | 0 | 0 | 1 | 0 | 24 | 44 | 201.738 | 10.5 | 2118.25 | 117.681 | 0.0549791 | 114.147 | 0 | 114.147 | 5 | 1 |
| LiteEditor/workspacetab.cpp | 61 | | WorkspaceTab | WorkspaceTab(wxWindow *, const wxString &) | 2 | 18 | 16 | 0 | 2 | 2 | 0 | 53 | 122 | 698.806 | 11.0571 | 7726.8 | 429.267 | 0.13028 | 89.6592 | 0 | 89.6592 | 16 | 1 |
| LiteEditor/workspacetab.cpp | 80 | | WorkspaceTab | ~WorkspaceTab() [override] | 0 | 39 | 34 | 0 | 5 | 1 | 0 | 66 | 463 | 2798.55 | 16.7 | 46735.9 | 2596.44 | 0.432493 | 70.1486 | 0 | 70.1486 | 70 | 0 |
| LiteEditor/workspacetab.cpp | 120 | | WorkspaceTab | CreateGUIControls() | 0 | 22 | 20 | 2 | 0 | 2 | 1 | 56 | 195 | 1132.43 | 10.6364 | 12045 | 669.166 | 0.175152 | 83.8981 | 22.5149 | 106.413 | 42 | 1 |
| LiteEditor/workspacetab.cpp | 143 | | WorkspaceTab | FreezeThaw(bool) | 1 | 20 | 14 | 5 | 2 | 4 | 1 | 26 | 77 | 361.934 | 14.5 | 5248.04 | 291.558 | 0.100665 | 90.9135 | 34.9714 | 125.885 | 0 | 2 |
| LiteEditor/workspacetab.cpp | 164 | | WorkspaceTab | ConnectEvents() | 0 | 36 | 35 | 0 | 1 | 1 | 0 | 69 | 482 | 2944.31 | 14.8305 | 43665.6 | 2425.87 | 0.413338 | 71.1813 | 0 | 71.1813 | 72 | 1 |
| LiteEditor/workspacetab.cpp | 201 | | WorkspaceTab | OnLinkEditor(wxCommandEvent &) | 1 | 8 | 8 | 0 | 0 | 3 | 1 | 29 | 50 | 242.899 | 8.86667 | 2153.7 | 119.65 | 0.0555908 | 108.061 | 0 | 108.061 | 5 | 2 |
| LiteEditor/workspacetab.cpp | 210 | | WorkspaceTab | OnCollapseAll(wxCommandEvent &) | 1 | 22 | 18 | 2 | 2 | 4 | 2 | 37 | 118 | 614.715 | 13.087 | 8044.75 | 446.931 | 0.13383 | 86.6151 | 22.5149 | 109.13 | 15 | 2 |
| LiteEditor/workspacetab.cpp | 233 | | WorkspaceTab | OnCollapseAllUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 2 |
| LiteEditor/workspacetab.cpp | 235 | | WorkspaceTab | OnGoHome(wxCommandEvent &) | 1 | 18 | 16 | 0 | 2 | 5 | 2 | 45 | 114 | 626.071 | 11 | 6886.78 | 382.599 | 0.120658 | 89.5408 | 0 | 89.5408 | 15 | 2 |
| LiteEditor/workspacetab.cpp | 254 | | WorkspaceTab | OnGoHomeUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.5 | 736.889 | 40.9383 | 0.0271944 | 145.302 | 0 | 145.302 | 4 | 2 |
| LiteEditor/workspacetab.cpp | 256 | | WorkspaceTab | OnProjectSettings(wxCommandEvent &) | 1 | 6 | 6 | 0 | 0 | 2 | 0 | 24 | 38 | 174.229 | 6.76923 | 1179.39 | 65.5219 | 0.0372093 | 114.68 | 0 | 114.68 | 7 | 2 |
| LiteEditor/workspacetab.cpp | 263 | | WorkspaceTab | OnProjectSettingsUI(wxUpdateUIEvent &) | 1 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 31 | 133.98 | 5.5 | 736.889 | 40.9383 | 0.0271944 | 122.844 | 0 | 122.844 | 4 | 4 |
| LiteEditor/workspacetab.cpp | 268 | | WorkspaceTab | OnShowFile(wxCommandEvent &) | 1 | 9 | 9 | 0 | 0 | 3 | 1 | 35 | 80 | 410.343 | 10.125 | 4154.72 | 230.818 | 0.0861469 | 103.427 | 0 | 103.427 | 12 | 2 |
| LiteEditor/workspacetab.cpp | 278 | | WorkspaceTab | OnShowFileUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 2 | 0 | 27 | 47 | 223.48 | 7.89286 | 1763.89 | 97.9941 | 0.0486624 | 116.339 | 0 | 116.339 | 6 | 2 |
| LiteEditor/workspacetab.cpp | 284 | | WorkspaceTab | OnActiveEditorChanged(wxCommandEvent &) | 1 | 11 | 11 | 0 | 0 | 4 | 2 | 37 | 86 | 448.013 | 9.88636 | 4429.22 | 246.068 | 0.0899008 | 99.489 | 0 | 99.489 | 11 | 3 |
| LiteEditor/workspacetab.cpp | 296 | | WorkspaceTab | OnWorkspaceLoaded(clWorkspaceEvent &) | 1 | 12 | 10 | 2 | 0 | 2 | 1 | 26 | 54 | 253.824 | 5.625 | 1427.76 | 79.3199 | 0.0422651 | 101.494 | 29.5564 | 131.05 | 8 | 2 |
| LiteEditor/workspacetab.cpp | 309 | | WorkspaceTab | OnEditorClosing(wxCommandEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 14 | 17 | 64.725 | 4.66667 | 302.05 | 16.7806 | 0.015006 | 149.085 | 0 | 149.085 | 1 | 2 |
| LiteEditor/workspacetab.cpp | 311 | | WorkspaceTab | OnWorkspaceClosed(clWorkspaceEvent &) | 1 | 22 | 17 | 1 | 4 | 1 | 0 | 49 | 129 | 724.298 | 10.5882 | 7669.03 | 426.057 | 0.12963 | 86.4521 | 16.2158 | 102.668 | 19 | 2 |
| LiteEditor/workspacetab.cpp | 334 | | WorkspaceTab | OnProjectAdded(clCommandEvent &) | 1 | 10 | 10 | 0 | 0 | 2 | 1 | 30 | 61 | 299.32 | 8.41176 | 2517.81 | 139.878 | 0.0616918 | 103.59 | 0 | 103.59 | 8 | 2 |
| LiteEditor/workspacetab.cpp | 345 | | WorkspaceTab | OnProjectRemoved(clCommandEvent &) | 1 | 7 | 7 | 0 | 0 | 1 | 0 | 21 | 36 | 158.123 | 5.25 | 830.148 | 46.1193 | 0.029443 | 112.917 | 0 | 112.917 | 5 | 2 |
| LiteEditor/workspacetab.cpp | 360 | | WorkspaceTab | [virtual] OnLinkEditorUI(wxUpdateUIEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 20 | 33 | 142.624 | 5.31818 | 758.498 | 42.1388 | 0.0277235 | 118.904 | 0 | 118.904 | 4 | 2 |
| LiteEditor/workspacetab.cpp | 366 | | WorkspaceTab | [virtual] OnWorkspaceOpenUI(wxUpdateUIEvent &) | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 18 | 26 | 108.418 | 5 | 542.09 | 30.1161 | 0.0221612 | 146.403 | 0 | 146.403 | 3 | 0 |
| LiteEditor/workspacetab.cpp | 368 | | WorkspaceTab | OpenProjectSettings(const wxString &) | 1 | 45 | 31 | 7 | 7 | 5 | 1 | 60 | 209 | 1234.54 | 20.4615 | 25260.6 | 1403.37 | 0.286973 | 71.1661 | 28.6848 | 99.8509 | 29 | 3 |
| LiteEditor/workspacetab.cpp | 414 | | WorkspaceTab | ProjectSettingsDlgClosed() | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 12 | 12 | 43.0196 | 3.5 | 150.568 | 8.36491 | 0.00943412 | 151.209 | 0 | 151.209 | 0 | 1 |
| LiteEditor/workspacetab.cpp | 416 | | WorkspaceTab | DoGoHome() | 0 | 17 | 14 | 1 | 2 | 5 | 2 | 39 | 95 | 502.113 | 10.08 | 5061.3 | 281.183 | 0.0982623 | 91.6141 | 18.3478 | 109.962 | 11 | 2 |
| LiteEditor/workspacetab.cpp | 434 | | WorkspaceTab | OnFolderDropped(clCommandEvent &) | 1 | 5 | 4 | 1 | 0 | 1 | 0 | 20 | 27 | 116.692 | 5.5 | 641.806 | 35.6559 | 0.0248017 | 119.948 | 31.9355 | 151.883 | 3 | 1 |
| LiteEditor/workspacetab.cpp | 440 | | WorkspaceTab | LoadCxxPinnedProjects() | 0 | 29 | 23 | 4 | 2 | 5 | 2 | 52 | 148 | 843.665 | 13.2353 | 11166.2 | 620.342 | 0.166526 | 80.2635 | 27.2067 | 107.47 | 20 | 3 |
| LiteEditor/workspacetab.cpp | 470 | | WorkspaceTab | SaveCxxPinnedProjects() | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 15 | 23 | 89.8585 | 3.5 | 314.505 | 17.4725 | 0.0154157 | 124.921 | 0 | 124.921 | 3 | 3 |
| LiteEditor/workspacetab.cpp | 475 | | WorkspaceTab | OnPinnedCxxProjectContextMenu(wxDataViewEvent &) [override] | 1 | 11 | 10 | 0 | 1 | 2 | 1 | 28 | 57 | 274.019 | 9.1 | 2493.57 | 138.532 | 0.0612953 | 102.505 | 0 | 102.505 | 6 | 0 |
| LiteEditor/workspacetab.cpp | 487 | | WorkspaceTab | OnPinnedCxxProjectSelected(wxDataViewEvent &) [override] | 1 | 6 | 4 | 2 | 0 | 1 | 0 | 15 | 20 | 78.1378 | 4.57143 | 357.201 | 19.8445 | 0.0167811 | 119.079 | 38.9925 | 158.072 | 2 | 0 |
| LiteEditor/workspacetab.cpp | 494 | | WorkspaceTab | AddPinnedProject(const wxString &) | 1 | 13 | 9 | 2 | 2 | 2 | 1 | 23 | 42 | 189.99 | 6.875 | 1306.18 | 72.5655 | 0.0398303 | 101.704 | 28.5467 | 130.25 | 4 | 1 |
| LiteEditor/workspacetab.cpp | 508 | | WorkspaceTab | SyncPinnedProjectsView(const wxDataViewItem &) | 1 | 9 | 8 | 1 | 1 | 2 | 1 | 28 | 46 | 221.138 | 8.5 | 1879.68 | 104.426 | 0.0507692 | 106.871 | 24.6875 | 131.559 | 4 | 2 |
| LiteEditor/workspacetab.cpp | 518 | | WorkspaceTab | ShowPinnedProjectMenu(const wxString &) | 1 | 26 | 24 | 2 | 0 | 4 | 4 | 58 | 170 | 995.857 | 13.725 | 13668.1 | 759.341 | 0.190554 | 81.4001 | 20.8285 | 102.229 | 21 | 1 |
| LiteEditor/workspacetab.cpp | 545 | | WorkspaceTab | OnBuildStarted(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/workspacetab.cpp | 551 | | WorkspaceTab | OnBuildEnded(clBuildEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/workspacetab.cpp | 557 | | WorkspaceTab | OnBuildActiveProject(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 32 | 99 | 495 | 10.8 | 5346 | 297 | 0.101913 | 96.7241 | 0 | 96.7241 | 17 | 2 |
| LiteEditor/workspacetab.cpp | 571 | | WorkspaceTab | OnExecuteNoDebug(wxCommandEvent &) | 1 | 13 | 13 | 0 | 0 | 2 | 1 | 33 | 100 | 504.439 | 11.7 | 5901.94 | 327.886 | 0.108862 | 96.6259 | 0 | 96.6259 | 17 | 1 |
| LiteEditor/workspacetab.cpp | 585 | | WorkspaceTab | OnBuildActiveProjectDropdown(wxCommandEvent &) | 1 | 9 | 8 | 1 | 0 | 2 | 1 | 24 | 40 | 183.399 | 5.92308 | 1086.28 | 60.3491 | 0.0352242 | 107.844 | 24.6875 | 132.532 | 4 | 2 |
| LiteEditor/workspacetab.cpp | 595 | | WorkspaceTab | OnProgramStarted(clExecuteEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/workspacetab.cpp | 601 | | WorkspaceTab | OnProgramStopped(clExecuteEvent &) | 1 | 5 | 5 | 0 | 0 | 1 | 0 | 17 | 21 | 85.8367 | 5.71429 | 490.496 | 27.2498 | 0.0207317 | 121.544 | 0 | 121.544 | 1 | 2 |
| LiteEditor/workspacetab.cpp | 354 | | wxStringSorter | operator()(WorkspaceConfigurationPtr, WorkspaceConfigurationPtr) const | 2 | 4 | 4 | 0 | 0 | 1 | 0 | 20 | 40 | 172.877 | 7.5 | 1296.58 | 72.0321 | 0.0396349 | 121.519 | 0 | 121.519 | 7 | 0 |
| LiteEditor/wxcrafter.cpp | 16 | {anonymous} | | get_border_simple_theme_aware_bit() | 0 | 8 | 8 | 0 | 0 | 4 | 0 | 27 | 38 | 180.686 | 8.125 | 1468.07 | 81.5595 | 0.043057 | 109.37 | 0 | 109.37 | 0 | 6 |
| LiteEditor/wxcrafter.cpp | 104 | | AddFunctionsImplBaseDlg | AddFunctionsImplBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 79 | 57 | 2 | 20 | 4 | 1 | 110 | 629 | 4265.48 | 26.1111 | 111376 | 6187.57 | 0.771627 | 55.8317 | 12.2003 | 68.032 | 90 | 1 |
| LiteEditor/wxcrafter.cpp | 184 | | AddFunctionsImplBaseDlg | ~AddFunctionsImplBaseDlg() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.35 | 2053.41 | 114.078 | 0.0538512 | 113.706 | 0 | 113.706 | 3 | 0 |
| LiteEditor/wxcrafter.cpp | 460 | | DefaultWorkspacePageBase | DefaultWorkspacePageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 47 | 38 | 1 | 8 | 3 | 1 | 81 | 314 | 1990.71 | 19.6721 | 39161.6 | 2175.64 | 0.384402 | 68.4371 | 11.2027 | 79.6399 | 46 | 1 |
| LiteEditor/wxcrafter.cpp | 508 | | DefaultWorkspacePageBase | ~DefaultWorkspacePageBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/wxcrafter.cpp | 27 | | NavBarControlBaseClass | NavBarControlBaseClass(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 55 | 41 | 2 | 12 | 3 | 1 | 81 | 414 | 2624.7 | 24.6694 | 64749.6 | 3597.2 | 0.53749 | 64.4531 | 14.5571 | 79.0101 | 50 | 0 |
| LiteEditor/wxcrafter.cpp | 83 | | NavBarControlBaseClass | ~NavBarControlBaseClass() [override] | 0 | 5 | 5 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 118.638 | 0 | 118.638 | 2 | 0 |
| LiteEditor/wxcrafter.cpp | 89 | | NewProjImgList | NewProjImgList() | 0 | 12 | 11 | 1 | 0 | 2 | 1 | 26 | 53 | 249.123 | 10.9091 | 2717.71 | 150.984 | 0.0649153 | 101.591 | 21.6227 | 123.214 | 5 | 0 |
| LiteEditor/wxcrafter.cpp | 102 | | NewProjImgList | ~NewProjImgList() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/wxcrafter.cpp | 393 | | OpenFolderDlgBase | OpenFolderDlgBase(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 64 | 51 | 1 | 12 | 6 | 1 | 108 | 507 | 3424.73 | 24.4882 | 83865.5 | 4659.2 | 0.638657 | 59.9245 | 9.62206 | 69.5465 | 72 | 1 |
| LiteEditor/wxcrafter.cpp | 458 | | OpenFolderDlgBase | ~OpenFolderDlgBase() [override] | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 7 | 8 | 22.4588 | 6 | 134.753 | 7.48628 | 0.00876135 | 154.589 | 0 | 154.589 | 0 | 0 |
| LiteEditor/wxcrafter.cpp | 510 | | SelectDropTargetBaseDlg | SelectDropTargetBaseDlg(wxWindow *, wxWindowID, const wxString &, const wxPoint &, const wxSize &, long) | 6 | 66 | 54 | 2 | 10 | 5 | 1 | 117 | 531 | 3648.16 | 20.8906 | 76212.4 | 4234.02 | 0.599187 | 59.3273 | 13.3211 | 72.6484 | 76 | 1 |
| LiteEditor/wxcrafter.cpp | 577 | | SelectDropTargetBaseDlg | ~SelectDropTargetBaseDlg() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 9.35 | 2053.41 | 114.078 | 0.0538512 | 113.706 | 0 | 113.706 | 3 | 0 |
| LiteEditor/wxcrafter.cpp | 191 | | WelcomePageBase | WelcomePageBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 86 | 63 | 2 | 21 | 3 | 1 | 108 | 631 | 4262.33 | 26.7921 | 114197 | 6344.28 | 0.784601 | 54.6902 | 11.7029 | 66.3931 | 80 | 1 |
| LiteEditor/wxcrafter.cpp | 278 | | WelcomePageBase | ~WelcomePageBase() [override] | 0 | 6 | 6 | 0 | 0 | 1 | 0 | 21 | 50 | 219.616 | 8.8 | 1932.62 | 107.368 | 0.0517182 | 113.706 | 0 | 113.706 | 3 | 0 |
| LiteEditor/wxcrafter.cpp | 285 | | WorkspaceTabBase | WorkspaceTabBase(wxWindow *, wxWindowID, const wxPoint &, const wxSize &, long) | 5 | 99 | 74 | 2 | 23 | 3 | 1 | 116 | 724 | 4965.18 | 27.9124 | 138590 | 7699.44 | 0.892688 | 51.616 | 10.9209 | 62.5369 | 87 | 1 |
| LiteEditor/wxcrafter.cpp | 385 | | WorkspaceTabBase | ~WorkspaceTabBase() [override] | 0 | 7 | 7 | 0 | 0 | 1 | 0 | 18 | 36 | 150.117 | 9.42857 | 1415.39 | 78.6329 | 0.0420207 | 113.187 | 0 | 113.187 | 2 | 0 |
| LiteEditor/wxcrafter_liteeditor_bitmaps.cpp | 335 | | | wxC3F25InitBitmapResources() | 0 | 17 | 14 | 1 | 2 | 2 | 2 | 44 | 114 | 622.375 | 11.3793 | 7082.2 | 393.456 | 0.12293 | 91.1875 | 18.3478 | 109.535 | 20 | 8 |